
body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

html {
	background: #a5b6c1 url(/images/bg_gradient.gif) repeat-x top left;
}

a {
	color: #ef4135;
	text-decoration: none;
	display: inline;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #9FACB6;
	background-color: #9FACB6;
	height: 1px;
	width: 100%;
	text-align: left;
	border: 0;
}

img {
	border: 0;
}

.clearAll {
	clear: all;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right; 
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* TXT */

.bold {
	font-weight: bold;
}

.txtRed {
	color: #ef4135;
}

.txtBlack {
	color: #000;
}

.txtBlack a {
	text-decoration: underline;
}

.txtWhite {
	color: #fff;
}

.txtOrange {
	color: #DBA832;
}

.txt10 {
	font-size: 10px;
}

.txt11 {
	font-size: 11px;
}

.txt12 {
	font-size: 12px;
}

.txt14 {
	font-size: 14px;
}

.txt16 {
	font-size: 16px;
}

.txt20 {
	font-size: 20px;
}

.underline {
	text-decoration: underline;
}

.nodeco {
	text-decoration: none;
}

.italic {
	font-style: italic;
}

/* END TXT */

/* WIDTHS, FLOATS AND PADDING, OH MY */



#hdr,#ftr {
	background-color: #fff;
	margin: 0 auto;
	width: 800px;
}

#hdr {
	margin-top: 35px;
}

#nav, #ftrGallery {
	clear: both;
	float: left;
}

#nav {
	width: 525px;
}

#ftrGallery {
	padding: 0 20px;
	width: 485px;
}

#ftrGallery p {
	padding: 30px 0 5px 0;
	color: #415968;
	font-style: italic;
	margin: 0;
}

#ftrGallery a {
	text-decoration: underline;
	color: #415968;
}

#help a {
	text-decoration: underline;
	color: #415968;
}

#ftrGallery a {
	font-style: italic;
}

#links p {
	padding: 10px 0;
}

#copy,#copyAuto,#copyProducts {
	min-height: 300px;
}

#copy {
	clear: both;
	float:left;
	width: 445px;
	padding: 40px;
}

#copyAuto {
	clear: both;
	float:left;
	width: 720px;
	padding: 40px;
}

#copyProducts {
	clear: both;
	padding: 40px;
	text-align: center;
}

#copyCustom {
	clear: both;
	float:left;
	width: 525px;
}

#copyGallery {
	padding: 45px 25px 25px 35px;
	clear: both;
	float:left;
	width: 215px;
}

#imgGallery {
	text-align: right;
	padding: 0;
	float:left;
	width: 525px;
}

#prodCopy {
	width: 370px;
	float: left;
}

#prodCopy H1 {
	background-color: #ef4135;
	color: #fff;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

ul {
	margin: 10px 0 15px 0;
	padding: 0;
}

li {
	margin:4px 0 0 16px;
	padding:0;	
}

#prodImg {
	width: 350px;
	text-align: left;
	float: left;
}

#logo, #sidebar {
	width: 275px;
	float: right;
}

#help {
	width: 220px;
	padding: 30px 20px 0 35px;
	color: #415968;
	float: right;
}

#links {
	clear: both;
	width: 800px;
	background-color: #fff;
}

#linksLeft {
	width: 505px;
	padding: 5px 0 6px 20px;
	float: left;
	background-color: #fff;
}

#linksLeft a {
	color: #EF4135;
	font-weight: bold;
	text-decoration: none;
}

#linksLeft a:hover {
	color: #ef4135;
}

#linksRight {
	width: 240px;
	padding: 5px 0 6px 35px;
	float: left;
	background-color: #fff;
}

/* HEIGHTS */

#nav,#logo {
	min-height: 100px;
	height: 100px;
}

/* HTML ELEMENTS */

H1 {
	color: #ef4135;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-size: 146.5%;
}

form {
	margin:0;
	padding:0;
}

/* TABLES */

.tblHdrRed {
	background-color: #ef4135;
	color: #fff;
}

.tblHdrRed td {
	padding: 3px 8px; 
	font-size: 77%;
}

.tblHdrGrey {
	background-color: #4D606C;
	color: #fff;
}

.tblHdrGrey td {
	padding: 3px 8px; 
	font-size: 77%;
}

.tblComfort td,th {
	text-align: center;
}

.tblComfort th {
	color: #9FACB6;
	border-bottom: 1px solid #9FACB6;
	padding: 3px 0;
	text-align: left;
}

.tblComfort .divider {
	color: #9FACB6;
	border-bottom: 1px solid #9FACB6;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 2%;
}

/* END TABLES */


#logo {
	background-color: #fff;
}	

#sidebar {
	color: #fff;
}

#sidebar p {
	width: 205px;
	margin: 35px;
}

#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	color: #e5b53a;
	text-decoration: none;
}

#sidebar label {
	float: left;
	width: 75px;
}

#sidebar input {
	font-size: 90%;
}

#sidebar .container {
	width: 205px;
	padding: 35px;
}

.hdr_sidebar {
	font-size: 19px;
	color: #e5b53a;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#productsSub {
	position:absolute; 
	left:96px; 
	top:47px; 
	width:200px; 
	z-index:1; 
	padding: 0 10px 5px 12px;
	background-color: #fff;
	margin-top: -20px;
	color: #000;
}

.hideLeft{
	left:-1000px;
}

#productsSub a {
	color: #000;
}

#productsSub a:hover {
	color: #ef4135;
	text-decoration: none;
}

.galleryThumb:hover, .galleryActive {
	border: 2px solid #ef4035;
}
