body {
	padding:0;
	margin:0;
	background-image:url(../images/bg.png);
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}
.container
{
	width:800px;
	margin:0px auto 0 auto;
	height:100%;	
}
.topArea 
{
	width:100%;
	height:117px;
	position:relative;
}
.logo
{
	float:left;
	width:758px;
	height:117px;
}

.textblue
{
	color:#0087d9
}

.menuArea
{
	width:260px;
	height:215px;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-y;
	background-position:left;	
}

.menu
{
	width:260px;
	float:left;
	margin-top:30px;
	width:260px;	
}

.banner
{
	margin-left:260px;
	margin-top:0px;
	width:498px;
	height:215px;
	background:url(../images/banner.png);
}

.content
{
	margin-top:4px;
	width:800px;
	height:100%;
	background:#FFFFFF;
}

.content_left

{
	float:left;
	width:260px;
}

.content_main

{
	width:953px;
}

.content_right

{
	float:left;
	width:540px;
}


.content_products
{
	float:left;
	width:900px;
}


.content_products .title

{
	font-family:Arial;
	font-size:13px;
	color:#090909;
	font-weight:bold;
	background-image:url(../images/title_bg_prod.png);
	background-repeat:no-repeat;
	background-position:top;
	width:760px;
	height:30px;
	margin-top:5px;
}

.content_products .text

{
	font-family:Arial;
	font-size:12px;
	color:#232323;
	padding-top:15px;
	padding-left:15px;
}


.content_products .title .in
{
	padding-left:15px;
	padding-top:6px;
}


.content_right .title

{
	font-family:Arial;
	font-size:13px;
	color:#090909;
	font-weight:bold;
	background-image:url(../images/title_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	width:499px;
	height:30px;
	margin-top:5px;
}

.content_right .text

{
	font-family:Arial;
	font-size:12px;
	color:#232323;
	padding-top:15px;
	padding-left:15px;
}


.content_right .title .in
{
	padding-left:15px;
	padding-top:6px;
}


.search
{
	background:url(../images/search_bg.png);
	width:260px;
	height:60px;
	margin:0;
}

.search_in
{
	padding-left:45px;
	padding-top:20px;

}

.search_input{
	height:19px;
}

.prod_photo
{
	width:900px;
	
}

.prod_photo .imgwidth
{
	width:500px;
}

.prod_desc
{
	width:900px;
}

.footer
{
	width:100%;
	float:left;
	height:96px;
	background:#efefef;
}

.footer_in
{
	width:800px;
	margin:0px auto 0 auto;
}

.footer_in1
{
	float:left;
	width: 266px;
}


.footer_in2
{
	float:left;
	width: 390px;
}


.footer_in3
{
	float:left;
	width: 144px;
}


.footer .text 
{
	padding-top:10px;
	font-family:Arial;
	font-size:11px;
	font-style:normal;
	color:#696969;
}

.footer .text a 
{
text-decoration:underline;
color:#00b0f0;
}

.footer .text a:hover
{
text-decoration:underline;
color:#77dbff;
}

.footer .text  li
{
list-style:none;
margin:10px 0px;

}


.footer_small
{
	float:left;
	width:950px;
	margin-left:25px;	
	margin-top:27px;
	background:#000000;
	background:url(../images/shadow.png);
	padding-top:30px;
	padding-left:30px;
	padding-bottom:30px;
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#FFFFFF;

}

.footer_small a
{
	color:#FFFFFF;
	text-decoration:none;
}

.footer_small a:hover
{
	color:#00b0f0;
	text-decoration:none;
}

.footer_small_right
{
float:right;

}
.prod_list{
	border:1px #848484 solid;
	width:285px;
}
.prod_list:link, .thumbs:visited{
	border:1px #848484 solid;
}
.prod_list:hover{
		border:1px #0087d9 solid;
}
.prod_list:active{
	border:1px #848484 solid;
}

.prod_thumbs{
	border:1px #848484 solid;
	width:100px;
}
.prod_thumbs:link, .thumbs:visited{
	border:1px #848484 solid;
}
.prod_thumbs:hover{
		border:1px #0087d9 solid;
}
.prod_thumbs:active{
	border:1px #848484 solid;
}

