@charset "utf-8";
/* CSS Document */
body {
	background-color: #121212;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #999999;
	font-family: Tahoma;
	font-size: 12px;
}
/*********** Menu ***********/
#menu{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #990000;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/menu_background.jpg);
	height: 47px;
}
#menu ul li{
	float: left;
	margin: 0;
	padding: 0;
} 
#menu ul li a{
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
	background-image: url(images/menu_background.jpg);
	padding-top: 15px;
	height: 47px;
} 
#menu ul li a:hover{
	background-image: url(images/menu_background_over.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#contact{
	margin-left: 20px;
	margin-bottom: 10px;
}
h1{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #BC0001;
	background-image: url(images/1275332601_tag_red.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	height: 48px;
	padding-top: 15px;
}
h2{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #E75629;
	background-image: url(images/1275332432_001_34.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
h3{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #B9CBDF;
	background-image: url(images/icon01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.productdetail{
	padding: 15px;
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
}
.product_name{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.detaillink{
	padding-top: 10px;
}
.detaillink a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.detaillink a:hover{
	color: #00CCCC;
	text-decoration: underline;
}
.viewimg{
	float: left;
	width: 32px;
}
.welcome{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #C48144;
}
#news a{
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
#news a:hover{
	color: #FFCC00;
}
.headtable{
	background-color: #999999;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.tr1{background-color: #0F0F0F;}
.tr2{
	background-color: #171717;
}
input.button{
	background-image: url(images/bt_background.jpg);
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
input.text,textarea.text{
	background-color: #333333;
	border: 1px solid #171717;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px;
}
#global{
	background-image: url(images/bg_global.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#pagenumber{
	padding: 10px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
	float: right;
}
#pagenumber span{
	width: 50px;
	height: 20px;
	float: left;
	font-family: Tahoma;
	color: #A1A1A1;
	padding: 3px;
	margin: 2px;
	text-align: center;
}
#pagenumber a{
	width: 28px;
	height: 20px;
	display: block;
	float: left;
	font-family: Tahoma;
	color: #FFFFFF;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	margin: 2px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
#pagenumber a:hover{
	background-image: url(images/bg_page_over.jpg);
	background-repeat: repeat-x;
}
.zone{
	border: 1px solid #333333;
	padding: 20px;
	font-family: Tahoma;
	color: #CCCCCC;
}
.zone ul li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 13px;
}

