@charset "utf-8";

/*******************************/
/** RC Hot Glass CSS Document **/
/**           Main            **/
/*******************************/

/* Global */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
}

body {
	background: url(images/mainback.jpg) top center repeat-y #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	line-height: 20px;
}

p, ul, ol, table, form, blockquote {
	margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
	color: #9a090a;
	font-weight: bold;
}

h1 {
	margin-bottom: 18px;
	font-size: 20px;
	font-style: italic;
	color: #2f2f2f;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	font-size: 14px;
}

a {
	color: #9a090a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* ul {
	list-style: none;
}

li {
	padding: 3px;
}

ul li{
	padding-left: 20px;
	background: url(images/bullet-default.gif) 0 2px no-repeat;
}

ol{
	list-style-position:inside;
} */
 
td {
	vertical-align: top;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	height: 0;
	border: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 6px 0;
}

blockquote {
	font-style: italic;
	margin-bottom: 4px;
}

/* Classes */

.dataTable th{
	padding: 5px;
	background: #888;
}

.dataTable th a{
	color: #FFFFFF;
}

.dataTable th a:hover{
	color: #9a090a;
	text-decoration: none;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.righthome {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.righthome p{
	padding-left:65px;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.contentleft {
	float: left;
	width: 472px;
}

.contentright {
	float: right;
	width: 252px;
}

.imgholder {
	padding: 0;
	margin-bottom: 20px;
	font-size: 0; /* IE 7 */
}

.imgholder-topleft, .imgholder-topright, .imgholder-bottomleft, .imgholder-bottomright {
	width: 8px;
	height: 8px;
	position: relative;
}

.imgholder-topleft {
	float: left;
	background: url(images/img-topleft.gif) no-repeat;
}

.imgholder-topright {
	float: right;
	background: url(images/img-topright.gif) no-repeat;
}

.imgholder-bottomleft {
	float: left;
	background: url(images/img-bottomleft.gif) no-repeat;
}

.imgholder-bottomright {
	float: right;
	background: url(images/img-bottomright.gif) no-repeat;
}

.imgholder img {
	margin: -8px 0;
	border: 1px solid #d18084;
}

.quoteauthor {
	color: #999;
}
.lower{
	margin-top:10px;
}

/* Layout */

#full {
	text-align: center;
}
#header-tile{
	height:163px;
	background:url(images/bg-tile.jpg) 0 0 repeat-x;
}

#header-full {
	margin-top:-157px;
	height: 157px;
	background: url(images/header-bg.jpg) top center no-repeat #ffffff;
	text-align: center;
}

#header {
	width: 794px;
	margin: 0 auto;
}

#wrap {
	width: 794px;
	margin: 0 auto;
	position: relative;
	top: -60px;
}

/* Header */

#logo {
	width: 250px;
	height: 74px;
	position: relative;
	left: 40px;
	overflow: hidden;
	margin-bottom: 0;
	text-align: center;
	padding-top: 36px;
	z-index: 1; /* Logo must overlay the content box */
	top: 50px;
}

#header img {
	z-index: 1;
	position: absolute; /* Cover up the text */
	top: 0;
	left: 0;
}

/* Navigation */

#topnav ul {
	height: 26px;
	margin: 0;
	padding-left: 315px;
	list-style: none;
	background: url(images/topnav-bg.gif) no-repeat;
}

#topnav li {
	float: left;
	padding: 0 8px;
}

#topnav li img {
	margin-bottom: -3px;
}

/* Content */

#content {
	min-height: 350px; /* Minimum height of the content area */
	height: auto !important; /* IE 6 */
	height: 350px; /* Should be the same as min-height above - IE 7 */
	padding: 34px 25px 20px;
	background: #eee url(images/content-bottom-bg.png) bottom repeat-x;
}

#content-bottom {
	height: 39px;
	clear: both;
	background: url(images/content-bottom.gif) no-repeat;
}

#content li{
	margin-left: 40px;
}

/* Footer */

#footer {
	margin: 10px 0;
	font-size: 11px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer .left, #footer .right {
	padding: 0 14px;
}

#footer .left {
	font-style: italic;
}

