Body {	
	font-family : Arial,  Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	background: #000 url(../images/bg_site.jpg) top center no-repeat; 
}

TD { 
	font-size : 11px;
	color : #333333;
	font-weight : normal;	
}
TD A:LINK {color : #FFFFFF; text-decoration : underline;}
TD A:VISITED {color : #FFFFFF; text-decoration : underline;}
TD A:ACTIVE {color : #FFFFFF; text-decoration : underline;}
TD A:HOVER {color : #d61117; text-decoration : none; }

.Utxt1, .Utxt2 {
	font-size : 11px;
	font-weight : normal;
}
.Utx1 {
	color : #FFFFFF;
}
.Utxt2 {
	color : #f78c1f;
}
.Utxt2 A:LINK {color : #f78c1f; text-decoration : underline;}
.Utxt2 A:VISITED {color : #f78c1f; text-decoration : underline;}
.Utxt2 A:ACTIVE {color : #f78c1f; text-decoration : underline;}
.Utxt2 A:HOVER {color : #f11922; text-decoration : none; }


.Uhdr1{
	font-size : 15px;
	color : #bb1f26;
	font-weight : bold;
}

.Uhdr2 {
	font-size : 15px;
	color : #FFFFFF;
	font-weight : bold;
}

.Uhdr3 {
	font-size : 20px;
	color : #2c292a;
	font-weight : bold;
}

.Uhdr4{
	font-family : Arial,  Verdana, Helvetica, sans-serif;
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}
.subnavOFF, .subnavON {
	font-weight: bold;
	font-size: 12px;
	padding: 8px 0 10px 28px;
	vertical-align: top;	
}
.subnavOFF {
	background: url(../images/subnav_off.jpg) repeat-x;
	color : #FFFFFF;	
}
.subnavON {
	background: url(../images/subnav_on.jpg) repeat-x;
	color: #a51a20;
	cursor: pointer;
}

.subnav2OFF, .subnav2ON {
	font-weight: bold;
	font-size: 15px;
	height: 36px;
	padding: 0px 0px 0px 0px;	
	color : #FFFFFF;
	text-align : center;
}
.subnav2OFF {
	background: url(../images/subnav2_off.jpg) repeat-x;
}
.subnav2ON {
	background: url(../images/subnav2_on.jpg) repeat-x;
	cursor: pointer;
}

.brdcrmOFF {
	font-size : 11px;
	color : #bb1f26;
	font-weight : bold;	
}
.brdcrmOFF A:LINK {color : #bb1f26; text-decoration : underline;}
.brdcrmOFF A:VISITED {color : #bb1f26; text-decoration : underline;}
.brdcrmOFF A:ACTIVE {color : #bb1f26; text-decoration : underline;}
.brdcrmOFF A:HOVER {color : #f78c1f; text-decoration : underline;}

.brdcrmON {
	font-size : 11px;
	color : #333333;
	font-weight : bold;	
}

.pagingOFF {
	font-size : 13px;
	color : #bb1f26;
	font-weight : bold;	
}
.pagingOFF A:LINK {color : #bb1f26; text-decoration : underline;}
.pagingOFF A:VISITED {color : #bb1f26; text-decoration : underline;}
.pagingOFF A:ACTIVE {color : #bb1f26; text-decoration : underline;}
.pagingOFF A:HOVER {color : #f78c1f; text-decoration : underline;}

.pagingON {
	font-size : 13px;
	color : #333333;
	font-weight : bold;	
}


/* Details */

.section-header {
	background: url(../images/subnav2_off.jpg) repeat-x;
	font-weight: bold;
	font-size: 15px;
	height: 27px;
	padding: 9px 0px 0px 20px;	
	color : #FFFFFF;
}
.section-content {
	padding: 20px 20px 40px 20px;
}
.section-content p {
	margin: 0;
	padding: 0;
}

.thumbnails {
	margin: 10px 15px;
	padding: 0;
}
.thumbnail {
	background: url('../images/thumbnail.gif');
	float: left;
	height: 162px;
	width: 162px;
}
.thumbnail a {
	background: url('../images/thumbnail.gif');
	display: block;
	height: 128px;
	padding: 17px;
	width: 128px;
}
.thumbnail a:hover {
	background-position: 0 -162px;
}

#specifications {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #a5a5a5;
}
#specifications th, #specifications td {
	padding: 7px;
}
#specifications caption {
	display: none;
}
#specifications col {
	border-right: 1px solid #a5a5a5;
}
#specifications thead {
	background: #ccc url('../images/table-header-bg.jpg') repeat-x;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}
#specifications th {
	font-weight: normal;
	text-align: left;
}
.odd td {
	background-color: #ededed;
}
#col-1 {
	background: #ededed;
}



/* Module */

.module {
	background: url('../images/module-bg.gif') repeat-y;
	margin-top: 20px;
}
.module-content {
	background: url('../images/module-bottom.gif') bottom left no-repeat;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 0 19px 19px 19px;
}


/* Forms */

.instructions {
	color: #999;
}
label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}
.textbox, textarea, select {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px 6px 5px 6px;
}
.textbox, textarea {
	background: #ededed url('../images/input-bg.gif');
	border: 1px solid #ccc;
	width: 300px;
}
textarea {
	height: 150px;
	width: 450px;
}
select {
	width: 200px;
}
.message-success {
	color: #006600;
	font-weight: bold;
}
.submit, .submit a {
	background: url('../images/button-send.jpg');
	width: 100px;
}
.submit a {
	display: block;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
}
.submit a:hover {
	background-position: 0 -36px;
}


/* Sidebar */

#sidebar {
	color: #fff;
	margin: 20px;
}
#sidebar p {
	line-height: 14px;
	margin: 20px 0;
}


/* Miscellaneous */

.no-padding {
	margin: 0;
	padding: 0;
}

#header-image {
	border-bottom: 1px solid #C8C8C8;
}

.inquire-button, .inquire-button a {
	background: url('../images/button-inquire.gif');
	height: 35px;
	width: 191px;
}
.inquire-button a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.inquire-button a:hover {
	background-position: 0 -35px;
}


/* ****************************** */
/* HACKS */

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }