@import url("reset.css");


HTML, BODY, #basic{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#basis{
	margin: auto;
	width: 775px;	/* width of basis */
	/*height: 100%;*/
	display: table;
	margin-bottom: -50px;
}

#main{
	min-height: 100%;
}

#header{
	height: 100px;	/* height of header */
}
#left{
	float: left;
	width: 200px;	/* width of left column */
}
#center{
	float: left;
	width: 200px;	/* width of center column */
}

#footer{
	width: 775px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
}


/*needed to make room for footer*/
#clearfooter{
	clear: both;
	height: 50px;	/* height of footer */
}
* > HTML #clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}

.clear{
	clear:both;
	display: block;
	font-size: 1px;
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
}

.listbullet{
list-style-image: url(circular_arrow.png); 
margin: 20px;
padding-left: 5px; 
margin-bottom: 10px;
}




/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #FFFFFF;
	behavior: url("assets/js/csshover.htc");
	background: #fff url(../images/body-bg.gif) 0 0 repeat-x;

}
#basis
{
	background: transparent;
}

/*** header **************************************************************/
#header
{
	background: transparent;
	margin-top: 50px;
	height: 105px;
}

#logo{
	font-size: 35px;
	text-align: center;
	color: #FF3300;
	float: left;
	position: relative;
	width: 603px; height: 102px;
}
#logo img{
	position: absolute;
	top: 0px; left: 0px;
}
#telephone{
	float: left;
	margin:  0 0 0 3px;
	position: relative;
	width: 162px; height: 102px;
}

/*** left ****************************************************************/
#left{
	width: 170px;
	
}

#left UL{
}

#left UL LI{
	/overflow:hidden;
	/width: 166px;
	/float:left;	
}


#left UL LI:hover{
}

#left UL a{
	display: block;
	width: 164px;
	height: 33px;
	border: 1px solid #ccc;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 15px 0 0 0;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	background: transparent url(../images/menu-item-bg.gif) 0 0 no-repeat;
	overflow:hidden;
	margin:2px 0 2px 0px;
}
#left UL a.active, #left UL a:hover{
	background: transparent url(../images/menu-item-bg.gif) 0 -48px no-repeat;
	color: #fff;
	overflow:hidden;
}

#left UL UL{
	position:absolute;
	display:none;
	width:110px;
	border:1px solid  #000;
	margin-top:-40px;
	margin-left:144px;
	overflow:hidden;
}

#left UL UL LI{
	border-bottom:1px solid #000;
	background-color:#fa8b44;
	overflow:hidden;
}

#left UL UL LI:hover{
	background-color:#f8cb58;
}

#left UL UL LI.last{
	border-bottom:none;
}

#left UL UL a{
	display: block;
	color: #000;
	text-decoration: none;
	border:none;
	height:auto;
	padding: 5px 0 0 10px;
	height: 24px;
	text-align: left;
	font-size: 12px;
	margin: 0 0 0 0;
	background-image:none;
	font-weight:normal;	
}
#left UL UL a:hover{
	background-image:none;
}



#left UL LI:hover UL{
	display:block;
}







#left .section{
	background: transparent url(../images/section-bg.gif) 0 0 no-repeat;
	height: 140px;
	width: 142px;
	padding: 10px;
	position: relative;
}

#left .section .car{
	position: absolute;
	top: 140px; left: 21px;
	height: 39px; width: 109px;
	background: transparent url(../images/image-car.gif) 0 0 no-repeat;
}


/*** center **************************************************************/
#center{
	width: 602px; 
	margin: 2px 0 0 0px;
	font-size:14px;
}

#center div.centerTop{
	font-size: 1px;
	padding: 0; margin: 0;
	height: 12px; width: 597px;
	background-image: url(../images/content-bg-top.gif);
}
#center div.center{
	width: 547px;
	background-image: url(../images/content-bg.gif);
	padding: 0 25px 0px 25px; 
	margin: 0;
}
#center div.center .minHeight{
	float: left; font-size: 1px; padding: 0; margin: 0; width: 1px;
	height: 574px;
	-height: 557px;
}
#center div.centerBottom{
	font-size: 1px;
	padding: 0; margin: 0;
	height: 12px; width: 597px;
	background-image: url(../images/content-bg-bottom.gif);
	margin-top:-15px;
}


.center h1{
	font-size: 28px;
	color: #FF6820;
	padding: 10px 10px 10px 0px;
}
.center img{
}

.center p{
	margin-bottom: 15px;
}

.center p img{
	float:left;
	margin:0px 10px 10px 0px;
}

.center em,.center i{
	font-weight:bold;
	color:#FF6820;
}

.center strong, .center b{
	font-weight:bold;
}

.center h3{
	color:#FF6820;
	text-align:center;
	font-size:14px;
}

/*** footer **************************************************************/
#footer
{
	background: transparent;
	font-size:12px;
	width:auto;
}


/*** delivery_form *************/
#delivery_form fieldset{
	font-size:12px;
}
#delivery_form fieldset div{
	float:left;
	padding:10px;
}
#delivery_form fieldset fieldset{
	display:none;
	border:none;
	padding:0px;
	float:none;
	width:auto;
}
#delivery_form label{
}
.error{
	border:2px solid red;
}
	
label{
	display:block;
}
	
input,select{
}
	
#delivery_form{
	width: 530px;
	padding: 10px 0 20px 0;
	margin-top: 0;
}

#delivery_form fieldset{
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 12px;
	background: #fff url(../images/gradient_bottom.gif) 0 bottom repeat-x;
}

#delivery_form fieldset fieldset{
	border: none;
	background: none;
}
#delivery_form fieldset fieldset fieldset{
	margin-bottom:0px;
}


#delivery_form legend{
	border: 1px solid #aaa;
	color: #000;
	background: #fff;
	font-weight: bold;
	padding: 1px 6px;
	margin: 5px 0 10px 0;
	*margin-left: -10px;
}

#delivery_form SPAN{
	width: 155px;
	padding-bottom: 5px;
	display: block;
	padding-right:5px;
}
#delivery_form SPAN LABEL{

}
#delivery_form INPUT, #delivery_form TEXTAREA{
	border: 1px solid #ccc;
	padding: 2px;
}
#delivery_form SPAN INPUT{
	margin-right: 4px;
	*width: 90%;
	width:90%;
}
#delivery_form INPUT.cb{
	display: inline;
	width: auto;
	border: none;
}
#delivery_form SELECT{
	border: 1px solid #ccc;
}
#delivery_form INPUT:focus, #delivery_form TEXTAREA:focus{
	border: 1px solid #666;
	
}
#delivery_form TEXTAREA{
	height: 100px;
	width: 300px;
}
#delivery_form SPAN#i_f1_1, #delivery_form SPAN#i_f1_2, #delivery_form SPAN#i_f1_3, #delivery_form SPAN#i_f1_4, #delivery_form SPAN#i_f1_5, 
#delivery_form SPAN#i_f1_10, #delivery_form SPAN#i_f1_11, #delivery_form SPAN#i_f1_12, #delivery_form SPAN#i_f1_13,
#delivery_form SPAN#i_f3_1, #delivery_form SPAN#i_f3_2, #delivery_form SPAN#i_f3_3, #delivery_form SPAN#i_f3_4, #delivery_form SPAN#i_f3_5,
#delivery_form SPAN#i_f4_1, #delivery_form SPAN#i_f4_2, #delivery_form SPAN#i_f4_3, #delivery_form SPAN#i_f4_4, #delivery_form SPAN#i_f4_5
{
	float: left;
	width: 155px;
}
#delivery_form SPAN#i_f1_2 SELECT, #delivery_form SPAN#i_f1_10 SELECT{
	width: 145px;
}

#delivery_form SPAN#i_f6_1{
	width: 400px;
}
#delivery_form SPAN#i_f6_1 TEXTAREA{
	height: 100px;
	width: 300px;
	margin: 3px 0;
	overflow: auto;
}
#delivery_form SPAN#i_f6_1 LABEL{
	width: 100%;
	display: block;
}

#delivery_form #s2_2_0 SPAN{
	width:auto;
}

#delivery_form #s2_2_0 LEGEND{
	display:none;
}

#delivery_form INPUT.date{
	background: #fff url(../images/calendar.gif) 99% 50% no-repeat;
}


/*********************************************************************************************/
#footer UL{
	margin-top:10px;
	text-align:center;
}
#footer UL LI{
	display: inline;
	padding-right:5px;
	border-right:2px solid #eee;
	margin-right:2px;
}
#footer UL LI A{
	color:#FF6820;
}

#footer UL LI.last{
	border-right:none;
	margin-right:0;
	padding-right:0;
}

.error{
	color:red;
	border:none;
}

a{
color:#FF6820;
}


