html{
	margin:0;
	padding:0;
	background:url(../images/bgr.png) top repeat-x #fff;
	height:100%;
}
body{
	padding:0;
	margin:0;
	height:100%;

	font-size:14px;
	line-height:1.3;
	font-family:Arial, sans-serif;
	color:#464746;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.hide{ display:none; }
input, select, textarea{
	font-family:inherit;
	font-size:inherit;
}
label{ cursor:pointer; }
a:hover{
	cursor:pointer;
	text-decoration:none;
}
a{ color:#464746; }
a img{ border:none; }
.nom{ margin:0 !important; }
a.rev{ text-decoration:none; }
a.rev:hover{ text-decoration:underline; }
.ld{ float:left; }
.rd{ float:right; }
.first{ margin-top:0; }
.last{ margin-bottom:0; }
.ca{ text-align:center; }

#wrap{
	min-height:100%;
	width:960px;
	margin:0 auto;
}
#wrap_pad{ padding:15px 0 160px; }
#footer{
	background:#e5e5e5;
	border-bottom:10px solid #464746;
	height:100px;
	position:relative;
	margin-top:-110px;
}
#footer_in{
	height:60px;
	padding:20px;
	background:url(../images/bottom.png) 100% 50% no-repeat;
	width:920px;
	margin:0 auto;
	font-size:12px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:550px;
}
#footer li{
	display:inline;
	margin:0 15px 0 -8px;
	padding-left:7px;
	border-left:1px solid #333;
	white-space:nowrap;
}
#footer, #footer a{ color:#666; }
#logo{
	float:left;
	width:133px;
	height:127px;
	background:url(../images/logo.png);
}
#slogan{
	float:right;
	width:457px;
	height:118px;
	background:url(../images/slogan.png);
}
#menu{
	margin:15px 0;
	padding:15px 70px 25px;
	list-style:none;
	overflow:hidden;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#menu li{
	float:left;
	width:155px;
	height:111px;
	text-align:center;
	line-height:111px;
	margin-right:5px;
        
}
#menu li img{ vertical-align:middle; }
#i1{ background:url(../images/i1.png); }
#i2{ background:url(../images/i2.png); }
#i3{ background:url(../images/i3.png); }
#i4{ background:url(../images/i4.png); }
#i5{ background:url(../images/i5.png); }
#i6{ background:url(../images/i6.png); }
#i7{ background:url(../images/space.png); width:77px; }

#ch{ overflow:hidden; }
#sidebar{
	float:right;
	width:310px;
}
#content{
	float:left;
	width:620px;
}
h2{
	font-size:18px;
	font-weight:bold;
}
#cform{
	float:left;
	font-size:11px;
	color:#717e7e;
}
.fgr{ margin:0 0 5px 10px; }
.sgr{ margin:8px 0 0 15px; }
#cform label{
	display:block;
	margin-bottom:1px;
	padding-left:5px;
}
textarea, .text{
	border:none;
	width:271px;
	padding:8px;
	font-size:13px;
}
.text{
	height:13px;
	background:url(../images/text_bg.png) no-repeat;
}
textarea{
	height:107px;
	background:url(../images/ta_bg.png) no-repeat;
}
.sep{
	margin-top:1.5em;
	padding-top:1.5em;
	border-top:1px solid #000;
}
.phone_num{
	font-size:24px;
	font-weight:bold;
	color:#ee3024;
}

/* cookie checker 
================================================== 
*/


#cookieTerms{
	font-family: Arial, Helvetica, sans-serif;
	color:#DDD;
	display:none;SSS
	width:100%;
	background:rgb(5,5,5);
	color: #DDD;
	margin-top:0;
	padding-top: 4px;
	overflow: auto;
}
#cookieTerms .inner{
	margin: auto;
	width:60px;
	
}
#cookieTerms div.big{
	padding-left: 5px;
	float:bottom;
	width:680px;
}
#cookieTerms div div{
	padding-left: 5px;
	float:bottom;
	width:110px;
}
#cookieTerms div h5, #cookieTerms div p{
	font-size: 4px;
}
#cookieTerms div h5{
	font-size: 18px;
}
#cookieTermsagree{
	font-size: 2px;
	color:#000;
	border-top:none;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
	font-weight:normal;
	text-align: center;
	background-image:url(../images/goldBar.png);
	cursor:pointer;
	display:inline-block;
	width:10px;	
}
#cookieTermsagree:hover{
	background-image:url(../images/greenBar.png);
}
#cookieTerms a:link, #cookieTerms a:visited{
	color:#f6A21D;
}


