
body {
	margin: 0;
	padding: 0;
	line-height: 1em;
	background: url(images/bg.png) no-repeat center top fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
}

a:link, a:visited { color: #fff; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #fff; text-decoration: underline;}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_width {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1px;	
}

#container{
	width: 960px;
	margin: 150px auto;
	padding: 0 0px;
	
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

/* menu */

#menu {
	clear: both;
	padding: 10px 0px;
	width: 180px;
	height: 400px;
	background: url(images/sideframe.png) no-repeat;
}

#menu ul {
	padding: 0px 0 0 0;
	margin: 0;
	list-style: none;
}

#menu ul li a, #menu ul li{
	
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #660000;
}

#menu li a:hover, #menu li.current{
	color: #cc0000;
}

/* end of menu*/

/* header */
#header {
	clear: both;
	width: 960px;
	height: 285px;
	padding: 0;
	margin: 0;
	background: url(images/mainframe.png) no-repeat;
}

#header #title {
	float: left;
	font-size: 22px;
	color: #ffffff;	
	margin-top: 120px;
	margin-left: 100px;
	width: 200px;
}

#header #topImage {
	float: left;
	margin-top: 0px;	
	margin-left: 230px;
	width: 430px;
	height: 150px;
	background: url(images/books.png) no-repeat;
}

/* end of header */


/* content */
#mainframe {
	float: left;
	margin-top: -420px;	
	margin-left: 180px;
	
	width: 600px;
	height: 400px;
	padding: 0 0px;
	background: url(images/mainframe.png) no-repeat;
}

#mainframe #title {
	float: left;
	font-size: 18px;
	color: #ffffff;	
	margin-top: 30px;
	margin-left: 20px;
	width: 350px;
}

#mainframe #image {
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	width: 200px;
}

#mainframe p {
	width: 350px;
	margin-top: 70px;
	margin-left: 20px;
	
}

#rightframe {
	float: left;
	margin-top: -420px;	
	margin-left: 780px;
	width: 180px;
	height: 400px;
	padding: 0 0px;
	background: url(images/sideframe.png) no-repeat;
}

#rightframe #title {
	float: left;
	font-size: 18px;
	text-align: center;
	color: #660000;	
	margin-top: 30px;
	margin-left: 0px;
	width: 180px;
}

#rightframe p {
	color: #660000;
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
}

#rightframe a {
	color: #660000;
}

#content #content_left {
	float: left;
	width: 188px;
	padding: 10px;
	background-color: #ffffff;	
}

#content #content_right {
	float: right;
	width: 670px;
}

#content_left .content_left_section{
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.content_left_section h1 {
	font-size: 14px;
	color: #666666;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.content_left_section ul {
	padding: 0;
	margin: 0;
}

.content_left_section ul li{
	padding: 0 0 3px 10px;	
	list-style: none;
}

.content_left_section ul li a{
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

.content_left_section li a:hover, .content_left_section li .current{
	color: #333333;
}

#content_right .product_box {
	float: left;
	width: 303px;
	height: 210px;
	padding: 10px;
	border: 1px solid #333;
}

#content_right h1 {
	padding: 0 5px;
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #cccccc;
	background-color: #111110;
}

.product_box h1 span {
	font-weight: normal;
	color: #aaaaaa;
}	

.product_box img {
	float: left;
	margin-right: 20px;
}

.product_box .product_info {
	float: left;
	width: 180px;
}

.product_info p {
	margin-bottom: 10px;
}

/* end of content */

/* footer */
#footer {
	clear: both;
	width: 960px;
	padding: 20px 0px 20px 0;
	text-align: center;
	border-top: 1px solid #25211e;
	color: #999;
	background-color: #111110;
}

#footer a{
	color: #fff;
	font-weight: normal;
}
/* end of footer */