@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	background-color: #c7c7c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width: 920px;
	margin: auto;
	text-align: left;
}

#mainbody { background-color: #FFFFFF; }

#sidebg_l {
	background: url(../images/sidebg_l.jpg) repeat-y;
	width: 920px;
}

#sidebg_r {
	background: url(../images/sidebg_r.jpg) repeat-y right;
	padding-left: 10px;
}

#maincont {
	width: 900px;
	background: #fff;
}

#header {
	width:900px;
	height: 323px;	
}

#logo {
	float: left;
}

#topmenu {
	width: 565px;
	height: 21px;
	margin-top: 17px;
	float: right;
	text-align: right;
}

#topmenu a {
	color: #000000;
	text-decoration: none;
	margin: 0px 5px;
}

#topmenu a:hover {
	color: #FF3300;
}

#topflash {
	width: 573px;
	height: 95px;
	float: right;
}

#topbanner {
	float: left;
}

#menu {
	width: 900px;
	float: left;
}

#menu a {
	margin: 0px;
}

#footer {
	float: left;
	width: 900px;
	height: 76px;
	background: url(../images/footbg.jpg) no-repeat;
	text-align: center;
}

#footmenu {
	padding-top: 35px;
	color: #fff;
}

#footmenu a {
	color: #fff;
	text-decoration: none;
	margin: 0px 5px;
}

#footmenu a:hover {
	color: #003300;
}

#contr_box {
	float: left;
	width: 295px;
	height: 245px;
}

#contr_box_l {
	float: left;
	height: 245px;
	width: 10px;
	background: url(../images/container_l.jpg) no-repeat left;
}

#contr_box_m {
	float: left;
	padding-top: 2px;
	height: 243px;
	width: 275px;
	background: url(../images/container_m.jpg) repeat-x;
}

#contr_box_m span {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bolder;
	text-shadow: #666666 1px 1px 2px;
}

#contr_box_r {
	float: left;
	height: 245px;
	width: 10px;
	background: url(../images/container_r.jpg) no-repeat right;
}

#newprod_box {
	float: right;
	width: 565px;
}

#newprod_box_m {
	float: left;
	height: 243px;
	width: 545px;
	padding: 2px 0px 0px 0px;
	background: url(../images/container_m.jpg) repeat-x;
}

.newprod_span {
	color: #FFFFFF;
	padding-left: 90px;
	font-size: 17px;
	font-weight: bolder;
	text-shadow: #666666 1px 1px 2px;
}

#f_prod_img {
	float: left;
	width: 170px;
	padding: 50px 0px 0px 20px;
}

#prod_spec {
	float: right;
	padding-top: 20px;
	width: 350px;
	color:#FF6600;
	font-size: 18px;
}

.prodspec_span {
	color: #000;
	font-size: 12px;
}

#prod_desc {
	float: right;
	padding-top: 10px;
	width: 350px;
	color:#FF6600;
	font-size: 18px;

}

#pom_img {
	position: absolute;
	margin-top: -22px;
	margin-left: -22px;
}

#vlinks {
	border: 1px solid #e7e7e7;
}

#vlinks a {
	color: #FF6600;
	text-decoration: none;
}

#vlinks a:hover {
	text-decoration: underline;
}

.tr_odd {
	line-height: 32px;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 10px;
}

.tr_even {
	line-height: 32px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e7e7e7;	
	padding-left: 10px;	
}

.tr_header {
	line-height: 32px;
	background-color: #999999;
	color: #FFFFFF;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 10px;	
}

.tr_oddi {
	//line-height: 20px;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 4px;
}

.tr_eveni {
	//line-height: 20px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e7e7e7;	
	padding-left: 4px;	
}