/*GLOBAL*/
html{
height:100%;
}
body{
margin:0px;
padding:0px;
height:100%;
background-color:#FFFFFF;
font-family: Arial;
color:#000000;
font-size:12px;
}
img{
margin:0px;
border-width:0px;
padding:0px;
}
form{
margin:0px;
}
h1{font-size:16px; margin:0px 0px 20px 0px;}
a{text-decoration:none; color:#000;}
input , textarea{width:200px;}
/*POSITIONING*/
#wrapper{
position:relative;
width:900px;
margin:0px auto;
background-color:#FFFFFF;
height:auto !important;
height:100%;/*IE6*/
min-height:100%;
background-image:url(img/bg_left.jpg); 
background-repeat:repeat-y;
}

#head{height:280px; width:900px;}
#head #logo{ height:280px; width:270px; float:left;}
#head #top{float:left;height:170px; width:630px;background-color:#000000;}
#head #menu{float:left;height:100px; width:630px; background-color:#FF6600; color:#FFF; background-image:url(img/bg_tel.jpg); background-position:top right; background-repeat:no-repeat;}
#head #menu a{ color:#FFF; margin:76px 30px 0px 0px; display:block; float:left;}
#head #menu .active, a:hover{ text-decoration:underline;}

#left{width:260px; float:left; margin-right:10px; background-color:#C8C8C8;}	
#left p{ margin:15px 15px 15px 15px;}

#content{
float:left;
display:block;
width:650px; 
position:absolute; bottom:10px; left:270px; top:280px;
overflow:auto;
}
#content .prod_item{ margin-bottom:10px; width:630px; height:146px;clear:both;}
#content .prod_pic{ float:left; height:146px; width:146px; margin-right:10px;}
#content .prod_pic a{height:146px; width:146px; display:block;background-position:center; text-decoration:none; background-repeat:no-repeat;}
#content .prod_txt{ float:left; background-color:#F2F2F2; width:474px;height:146px;}
#content .prod_txt p{ margin:0px 10px 10px 10px;}
#content .prod_txt h2{ margin:10px 0px 10px 10px; font-size:14px;}

#content .prods_item{ float:left; margin:0px 10px 10px 0px;}
#content .prods_pic{ width:146px; height:146px;background-position:center; cursor:pointer;}
#content .prods_top{ text-align:center;}

#content .iimg{ float:left;margin:0px 10px 10px 0px; height:146px; width:146px;background-position:center;background-repeat:no-repeat;}
#content .iimg a{ display:block; height:146px; width:146px; text-decoration:none;}

#footer_clear{
clear:both;
padding-bottom:10px;
}
#footer{
position:absolute;
bottom:0;
height:10px;
line-height:10px;
width:100%;
background-color:#FFFFFF;
}

.imgholder{ width:600px; height:600px; text-align:center; position:absolute; left:50%; top:50%; margin-left:-300px; margin-top:-300px;}


