/* CSS Document */

#outer-top {
	background-image: url(../images/back-all-top.jpg); 
	background-repeat: repeat-x;
	overflow: auto;
}

#part-top {
	width: 930px; 
	margin: auto; 
	height: 24px; 
	background-image: url(../images/back-top.jpg); 
	background-repeat: no-repeat
}

#part-top-menu {
	float: right; 
	margin-right: 100px; 
	margin-top: 2px; 
	font-size: 9px; 
	color: #999999
}

#part-logo {
	width: 930px; 
	margin: auto; 
	height: 52px; 
	background-image: url(../images/back-logo.jpg); 
	background-repeat: no-repeat;
	overflow: auto
}

#part-logo-cs {
	float: right; 
	margin-right: 50px; 
	margin-top: 5px; 
	width: 150px; 
	padding: 2px; 
	padding-left: 10px; 
	border-left: 1px dotted #999999; 
	line-height: 16px;
}

#part-logo-shopcartstat {
	float: right; 
	margin-right: 10px; 
	margin-top: 5px; 
	width: 200px; 
	padding: 2px; 
	padding-left: 5px; 
	border-left: 1px dotted #999999;
	text-align: center
}

#part-logo-search {
	float: right; 
	margin-right: 10px; 
	margin-top: 12px; 
	width: 210px; 
	padding: 2px; 
	padding-left: 5px;
}

#nav {
	width: 930px; 
	margin: auto; 
	height: 29px;
	overflow: hidden
}

#outer-content {
	background-image: url(../images/back-content.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	overflow: auto;
	min-height: 800px
}

/* navigation starts here... */

.navhome, .navhomesel, .navhome:hover {
	background-image: url(/images/button-home.jpg);
	display: block;
	width: 156px;
	height: 29px;
	float: left
}

.navhomesel, .navhome:hover {
	background-image: url(/images/button-home-o.jpg);
}

.navproducts, .navproductssel, .navproducts:hover {
	background-image: url(/images/button-product.jpg);
	display: block;
	width: 97px;
	height: 29px;
	float: left
}

.navproductssel, .navproducts:hover {
	background-image: url(/images/button-product-o.jpg);
}

.navshopcart, .navshopcartsel, .navshopcart:hover {
	background-image: url(/images/button-shopcart.jpg);
	display: block;
	width: 141px;
	height: 29px;
	float: left
}

.navshopcartsel, .navshopcart:hover {
	background-image: url(/images/button-shopcart-o.jpg);
}

.navhowtobuy, .navhowtobuysel, .navhowtobuy:hover {
	background-image: url(/images/button-howtobuy.jpg);
	display: block;
	width: 156px;
	height: 29px;
	float: left
}

.navhowtobuysel, .navhowtobuy:hover {
	background-image: url(/images/button-howtobuy-o.jpg);
}

.navshipprice, .navshippricesel, .navshipprice:hover {
	background-image: url(/images/button-shipprice.jpg);
	display: block;
	width: 131px;
	height: 29px;
	float: left
}

.navshippricesel, .navshipprice:hover {
	background-image: url(/images/button-shipprice-o.jpg);
}

.navtesti, .navtestisel, .navtesti:hover {
	background-image: url(/images/button-testi.jpg);
	display: block;
	width: 118px;
	height: 29px;
	float: left
}

.navtestisel, .navtesti:hover {
	background-image: url(/images/button-testi-o.jpg);
}

.navhelp, .navhelpsel, .navhelp:hover {
	background-image: url(/images/button-faq.jpg);
	display: block;
	width: 67px;
	height: 29px;
	float: left
}

.navhelpsel, .navhelp:hover {
	background-image: url(/images/button-faq-o.jpg);
}

/* navigation ends here */

#outer-container {
	width: 888px;
	margin: auto;
	overflow: hidden; 
	margin-top: 20px;
}

#submenuback {
	background-image: url(../images/submenu-back.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 5px;
}

#container {
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 30px
}

#left
{
	float: left;
	width: 210px;
	padding-bottom: 10px;
	line-height: 16px;
	margin-left: 5px;
}

#right
{
	float: right;
	width: 652px;
	line-height: 16px;
	margin-right: 5px;
}

#left-right {
	float: left; 
	width: 430px;
}

#right-right {
	float: right; 
	width: 210px
}

#footer {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	color: #8c8c8c;
	height: 50px;
	line-height: 16px;
	border-top: 1px dotted #999999
}
