/* CSS Document */
body {
	background: url(../images/layout/bg.jpg) repeat-x #859fbf;
	margin: 75px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a:link, a:visited, a:active {
	color: #3d4f7e; 
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
.em {
	font-size: 16px;
	color: #647298;
	font-weight: bold;
	}
.cl {
	clear: both;
	}
#wrapper {
	margin: 0 auto;
	width: 1052px;
	}
#content {
	background: url(../images/layout/wrapperbg.jpg) repeat-y;
	width: 980px;
	margin: 0 0 0 71px;
	clear: both;
	}
#leftside {
	padding: 5px 0px 5px 10px;
	width: 620px;
	float: left;
	line-height: 16px;
	}
#rightside {
	width: 212px;
	float: right;
	margin-right: 71px;
	background: url(../images/layout/sidebar_top.jpg) no-repeat;
	padding: 50px 0px 0px 30px;
	color: white;
	}
	#rightside a:link, #rightside a:visited, #rightside a:active {
		color: #b5d0f1;
		text-decoration: none;
		font-weight: bold;
		}
	#rightside a:hover {
		text-decoration: underline;
		}

#header {
	background: url(../images/layout/header.png) no-repeat;
	width: 1052px;
	height: 200px;
	}
#menubar {
	margin: 0 0 0 71px;
}
#footer {
	background: url(../images/layout/footer.png) no-repeat;
	width: 750px;
	height: 35px;
	font-size: 11px;
	font-weight: bold;
	color: #3d4f7e;
	text-align: right;
	padding: 24px 250px 0px 0px;
	line-height: 12px;
	}

/*menu */

.menu1, .menu2, .menu3, .menu4, .menu5, .menu6, .menu1_select, .menu2_select, .menu3_select, .menu4_select, .menu5_select {
	display: block;
	height: 33px;
	float: left;
	}
.menu_left {
	background: url(../images/layout/menu_left.jpg) no-repeat;
	width: 2px;
	}
.menu1 {
	background: url(../images/layout/menu1.jpg) no-repeat;
	width: 24px;
}
.menu2 {
	background: url(../images/layout/menu2.jpg) no-repeat;
	width: 99px;
}
	.menu2:hover, .menu2_select {
		background: url(../images/layout/menu2.jpg) no-repeat bottom;
		width: 99px;
		}
.menu3 {
	background: url(../images/layout/menu3.jpg) no-repeat;
	width: 315px;

}
	.menu3:hover, .menu3_select {
		background: url(../images/layout/menu3.jpg) no-repeat bottom;
		width: 315px;
		}
.menu4 {
	background: url(../images/layout/menu4.jpg) no-repeat;
	width: 230px;
}
	.menu4:hover, .menu4_select {
		background: url(../images/layout/menu4.jpg) no-repeat bottom;
		width: 230px;
		}
.menu5 {
	background: url(../images/layout/menu5.jpg) no-repeat;
	width: 207px;
	display: block;
}
	.menu5:hover, .menu5_select {
		background: url(../images/layout/menu5.jpg) no-repeat bottom;
		width: 207px;
	}
.menu6 {
	background: url(../images/layout/menu6.jpg) no-repeat;
	width: 26px;
}
/* side products */

.prod1 {
	width: 198px;
	padding: 2px;
	}
.prod2 {
	width: 198px;
	background: #647298;
	padding: 2px;
	}
.prod1:hover, .prod2:hover {
	background: #7c8ab1;
	}
.price {
	width: 75px;
	text-align: right;
	float: right;
	}
.name {
	width: 120px;
	float: left;
	}
.side_title {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -30px;
	margin-bottom: -20px;
	}