/* Imports
----------------------------------------*/
@import url("reset.css");

/* Clearfix
----------------------------------------*/
.clearfix{clear:both; height:0; overflow:hidden;}

/* Elements
----------------------------------------*/
html,body{height:100%;}

body
{
	background:url(../images/bg.jpg);
	color:#333333;
	font:normal 13px Arial, Helvetica, sans-serif;
	line-height:22px;
}

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; color:#333333; font-weight: bold; line-height:180%;}
h1 { font-size: 1.8em;}
h1 span{ color:#F93B15;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.5em;}
h4 { font-size: 1.4em;}
h5 { font-size: 1.3em;}
h6 { font-size: 1.2em;}
/* Paragraphs */
p {padding:0 0 18px}


/* link, font ,form ,img ,other style
----------------------------------------*/
/* link */
a:link ,a:visited {  color: #fff;text-decoration: none;}
a:active,a:hover {  color: #3e78af;text-decoration: underline;}


/* Containers
----------------------------------------*/
#containers{ width:920px; height:386px; background:url(../images/bg-c.png) no-repeat left top; position:absolute; top:50%; left:50%; margin-left:-460px;}

#left{ width:390px; float:left; padding:130px 0 0 90px;}
#right{ width:400px; float:left; padding:130px 40px 0 0;}

#left li{ font:bold italic 13px Arial, Helvetica, sans-serif;  color:#4A4849; line-height:22px;}
#left li a:link ,#left li a:visited {  color: #4A4849;text-decoration: none;}
#left li a:active,#left li a:hover {  color: #3e78af;text-decoration: underline;}
.email{ background:url(../images/email.gif) no-repeat left center; padding:0 0 0 32px; margin:10px 0 0;}
.tel { background:url(../images/tel.gif) no-repeat left center; padding:0 0 0 32px; margin:3px 0 0;}

#right p{ line-height:15px; margin:15px 0 0;}