/* START: CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0 0 0 0; padding:0 0 0 0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:none; margin: 0 0 0 0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
/* END: CSS RESET */


/* GLOBAL ORANGE : #f15d22 */

BODY{
	background: url(../images/bg_main.jpg) repeat-x #878787;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black; 
}

DIV.cll{
	clear: left;
	height: 0;
}
DIV.clr{
	clear: right;
	height: 0;
}
DIV.cla{
	clear: both;
	height: 0;
}

DIV#main{
	width: 1084px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 30px auto auto -496px;
}

DIV#mainTop{
	margin: 0 90px 17px auto;
}
DIV#mainTopLogo{
	float: left;
	background: url(../images/logo_cooltra_big.png) no-repeat;
	width: 281px;
	height: 57px;
	cursor: pointer;
}
DIV#mainTopLogo H1{
	display: none;
}
DIV#mainTopBanner{
	float: left;
	background: url(../images/banner_contact_top.gif) no-repeat;
	width: 574px;
	height: 42px;
	margin: 0 0 auto 139px;
	padding-top: 15px;
	text-align: center;
}
DIV#mainTopBanner H2{
	font-size: 21px;
	font-weight: bold;
	color: white;
	display: inline;
}
DIV#mainTopBanner H2 A{
	text-decoration: none;
	color: white;
}

DIV#sloganTop{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	color: white;
}
DIV#sloganTop H5{
	font-size: 34px;
	font-weight: normal;
}
DIV#sloganTop H6{
	font-size: 23px;
	font-weight: normal;
}

DIV#naviTop{
	margin-bottom: 14px;
}
DIV#naviTop UL{
	zoom: 1;
}
DIV#naviTop UL LI{
	float: left;
	margin-right: 18px;
	zoom: 1;
}

DIV#naviTop UL LI.active A{
	text-decoration: underline;
}

DIV#naviTop UL A{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: #f15d22;
	color: white;
	text-decoration: none;
	zoom: 1;
}
DIV#naviTop UL A:HOVER{
	text-decoration: underline;
}

DIV#naviTop UL UL{
	position: absolute;
	margin-top: 3px;
	zoom: 1;
}

DIV#naviTop UL UL LI{
	float: none;
	margin-bottom: 2px;
	text-decoration: none;
	zoom: 1;
}
DIV#naviTop UL UL A{
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
	background: #ADACAD;
	color: white;
	text-decoration: none;
	zoom: 1;
}

DIV#naviTop UL LI.active LI A{
	text-decoration: none;
}
DIV#naviTop UL UL LI.active A{
	text-decoration: underline;
}

DIV#naviTop UL LI LI.hover A,
DIV#naviTop UL LI.active LI A:HOVER,
DIV#naviTop UL UL A:HOVER{
	text-decoration: underline;
}






DIV#naviTop UL LI.last{
	margin-right: 0;
}

DIV#naviTop UL LI UL{
	display: none;
	position: absolute;
}
DIV#naviTop UL LI.hover UL{
	display: block;
}

DIV#content{
	/*background: url(../images/bg_content_cooltra_branding.png) no-repeat top left;*/
}


DIV#content H5{
	margin-bottom: 1em;
}

DIV#contentLeft{
	width: 213px;
	background: url(../images/bg_content_left_cooltra_branding.png) no-repeat top right;
	padding: 6px 17px 0 1px;
	float: left;
}

DIV#contentRight{
	background: url(../images/bg_content_cooltra_branding.png) no-repeat top left;	
	width: 762px;
	padding: 131px 91px 0 0;
	float: left;
	margin: 0 0 0 0;
}
BODY.home DIV#main DIV#contentRight{
	background: none;
	padding: 0 0 0 0;
	width: 852px;
}

DIV#contentRight DIV#contentInner{
	background: url(../images/bg_content_inner.jpg) no-repeat bottom left white;
	width: 722px;
	padding:20px 20px 107px 20px;
}


DIV#productImageWrap{
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

DIV#productImage{
	width: 300px;
	height: 300px;
	/*float: left;*/
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
DIV#productImageDetailPics IMG{
	width: 50px;
	height: 50px;
	border: 1px solid gray;
}

SELECT#colorChooser{
}
SELECT#colorChooser OPTION{
	margin-bottom: 2px;
}

DIV.detailPic{
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	float: left;
	border: 1px solid gray;
	margin-right: 2px;
}

DIV#productImageDetailPics{
	margin: 257px auto 0 0;
	height: 40px;
	float: left;
	cursor: pointer;
}

DIV.productInfo{
	float: left;
	width: 350px;
}
DIV.productInfo H4{
	text-align: right;
	font-weight: bold;
	margin-bottom: 2px;
}

DIV.productInfo TABLE{
	margin-bottom: 1.5em;
	font-size: 9px;
	text-align: right;
	margin: auto 0 auto auto;
}

DIV.productInfo TABLE THEAD{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

DIV.productInfo TABLE THEAD TH{
	font-size: 10px;
	text-align: right;
	line-height: 2;
}
DIV.productInfo TABLE TBODY TH,
DIV.productInfo TABLE TBODY TD{
	vertical-align: top;
	line-height: 1.7;
	text-align: right;
}


DIV.productImage IMG{
	width: 300px;
}


SPAN.productPrice{
	font-size: 80px;
	color: #f15d22;
	font-weight: bold;
}
SPAN.productPriceBottom{
	font-size: 14px;
	color: #f15d22;
	font-weight: bold;	
}

DIV#contactForm LABEL{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #f15d22;
}
DIV#contactForm{
	margin-bottom: 1em;
}
DIV#contactForm H3,
DIV#contactForm H4{
	font-weight: bold;
	font-size: 14px;
	background: #f15d22;
	padding: 1px 2px 1px 2px;
	color: white;
	margin-bottom: 2em;
}
DIV#contactForm P{
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	color: white;
	margin-bottom: 1em;
}
DIV#contactForm INPUT{
	width: 209px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	margin-bottom: 0.5em;
}
DIV#contactForm TEXTAREA{
	width: 209px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	height: 125px
}
DIV#contactForm INPUT#con_submit{
	width: auto;
	font-weight: bold;
	font-size: 14px;
	background: #f15d22;
	padding: 1px 2px 1px 2px;
	color: white;
	margin: 1em auto 0 auto;
	border: none;
	cursor: pointer;
}
DIV#contactForm FIELDSET.center{
	text-align: center;
}
DIV#contactForm DIV.errors{
	color: #f15d22; 
	padding: 5px 5px 5px 5px;
	border: 1px solid #f15d22;
	margin-bottom: 2em;
}


DIV#footer{
	font-size: 10px;
	color: white;
	margin-right: 91px;
	margin-top: 10px;
}
DIV#footer A{
	color: white;
}

DIV#footer P{
	
}
DIV#footer DIV#footerRight{
	float: right;
	color: white;
	margin: 0 0 20px 20px;
}
DIV#footer DIV#footerRight UL LI{
	float: left;
	margin-right: 5px;
	color: white;
	padding-right: 5px;
	border-right: 1px solid white;
}
DIV#footerRight UL LI A,
DIV#footerRight UL LI A:ACTIVE,
DIV#footerRight UL LI A:HOVER,
DIV#footerRight UL LI A:VISITED{
	color: white;
}
DIV#footer DIV#footerRight UL LI.last{
	margin-right: 0;
	border-right: none;
}



DIV#footerRight UL LI.active A,
DIV#footerRight UL LI.active A:ACTIVE,
DIV#footerRight UL LI.active A:HOVER,
DIV#footerRight UL LI.active A:VISITED{
	text-decoration: underline;
}

DIV#locationHead{
	text-align: right;
	margin-bottom: 5px;
	margin-right: 95px;
	font-size: 14px;	
}
DIV#locationHead H3{
	font-weight: bold;
	font-size: 14px;
}

DIV#locationDetails{
	margin-top: 50px;
}

DIV#locationAddresses{
	float: left; 
	width: 200px;
	margin-right: 10px;
	text-align: right;
}

DIV#locationArrival{
	float: left;
	width: 191px;
	margin-right: 10px;
	text-align: right;
}

DIV#locationDetails IFRAME{
	float: left;
}



DIV#homeBig{
	background: url(../images/bg_home_big.png) no-repeat;
	height: 395px;
	margin-bottom: 16px;
}
DIV#homeVintage{
	float: left;
	margin-right: 16px;
}
DIV#homeKukuxu{
	float: left; 
	margin-right: 0;
}
