body {
  text-align: center;
  background: #fff; 
  font-family : Arial, Arial CE;
	font-size:100%;
	color:black;
	margin:0px;
	padding:15px 0px 0px 0px;
	background: url(../pic/bcg.jpg) no-repeat;
}

h1 {
  margin:5px 0px 10px 0px;
  padding:5px 0px 5px 0px;
  font-size:160%;
  font-weight:normal;
   
}

h2 {
  margin:5px 0px 8px 0px;
  padding:5px 0px 5px 0px;
  font-size:130%;
  font-weight:normal;
}

h3 {
  margin:5px 0px 5px 0px;
  padding:5px 0px 5px 0px;
  font-size:110%;
  font-weight:normal;
}

ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

p {
  margin:5px 0px 5px 0px;
  padding:5px 0px 5px 0px;
  font-size:80%;
  line-height:1.5;
}

img.left {
  float:left;
}

img.right {
  float:right;
}


a {
  color:black;
  text-decoration:underline;
}

a:hover {
  color:#ccc;
}

#main {
   width: 950px;
	text-align: left;
	margin:0px;
	padding:0px;
  margin: auto;
  background:white;
  
  
}

#header {
  width:947px;
	height:105px;
  background: url(../pic/pic02.png) no-repeat;
  border-top:1px solid silver;
  border-left:1px solid silver;
  border-right:1px solid silver;
  
}

#header h2 {
  float:left;
	position:relative;
	font-size:8px;
	margin:0px;
	padding:0px;
	height:103px;
	width:235px;
	top:0px;
	left:15px;
}

.logo {
	position: relative;
	top:0px;
	left:0px;
}

.logo span  {
	background: url(../pic/logo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#nav {
  width:100%;
	height:59px;
  background: url(../pic/pic03.png) no-repeat;
  clear:both;
}

#nav ul {
  padding:5px 0px 0px 20px;

}

#nav ul li{
   float:left;
   display:block;
   width:120px;
   height:31px;
   text-align:center;
   padding-top:11px;
   margin:7px 10px 5px 5px; 
   background: url(../pic/pic01.png) no-repeat;
}

#nav a{
  color:#ccc;
  font-size:16px;
  text-transform:uppercase;
  text-decoration:none;
  
}

#nav a:hover{
  color:#AAD8EE;
  
}

#box {
  width:100%;
  height:286px;
  background: url(../pic/pic04.jpg); 
  color:white;
  margin-top:8px;
  
}

#box  h1{
    font-size:165%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    font-weight:normal; 
    
 
} 

#box  p{
      line-height:1.5;
      
}

#box  p a{
  color:white;
}

#box  p a:hover{
  color:#eaeaea;
}


#box .left-s{
  width:220px;
  float:left;
  height:217px;
  padding:15px 15px 15px 15px;
  margin:0px;
  }
  
 

#section {
  width:65%;
  float:right;             
  padding:20px 0px 10px 7px;
  border-right:1px solid #eaeaea;
  margin-right:1px;
}

.subSection{
   
  float:left !important;
}

#section h2.home{
   color:#ED2821;
   text-transform:uppercase;
   width:95%;
   border-bottom:3px solid #F58611;
}

#section div.quick-product {
  width:155px;
  height:175px;
  border:5px solid #F9A959;
  float:left;
  margin:7px;
  text-align:center;
  padding:10px;
}

#section div.quick-product img{
  margin-top:10px;
} 

#section div.quick-product a{
  text-decoration:none;
}

#section div.quick-product a:hover{
  text-decoration:underline;
  color:black;
}

#aside {
 width:33%;
 float:right;
 border-left:1px solid #eaeaea;
 padding:0px 0px 0px 10px;
}

.subAside {
  border:0px !important;;
}

#aside h2{
  width:70%;
  text-align:center;
  color:#ED2821;
  font-size:110%;
  border-bottom:3px solid #F58611;
}

#aside h2 span{
  color:#F2850D;
}  

#aside ul{
  width:100%;
  background: url(../pic/pic05.png) no-repeat;
  padding:30px 0px 0px 0px;
  font-size:80%;     
  line-height:1.5;
}

#aside ul li{
  
  padding:0px 0px 20px 0px;
  width:225px;
  background: url(../pic/pic07.png) no-repeat;
  
}

#aside ul li span{
  display:block;
  float:left;
  padding:12px 0px 20px 0px;
  margin-right:10px;
  width:50px;
  text-align:center;
  color:#F48511;
  font-weight:bold;
  font-size:120%;
  
  }
           


#footer {
   width:936;
  height:58px;
  background: yellow;
  clear:both;
  background: url(../pic/pic06.png);
  text-align:right;
  padding:60px 15px 0px 0px; 
  
}

#footer p{
  padding:0px 0px 5px 10px;
  margin:0px;
  color:white;
  
}

#footer p span{
  background:#09365B;
  padding:5px;
}


#footer p a {
  color:white;
}

