* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01_2.gif) repeat-x;
	text-align: justify;
	font-family: bpreplay;
	font-size: 14px;
	color: #666666;
	line-height:1.8em;
}

a:link {
	text-decoration: none;
	color: #0099FF;
}

a:active {
	text-decoration: none;
	color: #0099FF;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #99CCFF;
}

img {
	border: none;
	float:right;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

/* Menu */

#menu {
	width: 960px;
	height: 65px;
	margin: 0 auto;
	border-right: 0px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	width: 159px;
	height: 45px;
	padding: 20px 0 0 0;
	border-bottom: 0px solid #E5E5E5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 166%;
	color: #CCCCCC;
}

#menu a:hover {
	background-image:url(images/back.gif);
	color:#fff;
}

#menu .active a {
	background-image:url(images/back.gif);
	color: #fff;
}

/* Header */

#header {
	width: 960px;
	height: 170px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	width: 960px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/banners/home_20.jpg) no-repeat;
}

/*Content*/

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
}
#left {
	width: 920px;
	height: 400px;
	margin: 0 auto;
	padding: 5px 0;
	float:none;
}
#lefttwo {
	width: 920px;
	height: 400px;
	margin: 0 auto;
	padding: 10px 0;
	float: left;
}
#leftthree {
	width: 700px;
	height: 400px;
	margin: 0 auto;
	padding: 10px 0;
	float: left;
}

#right {
	float: right;
	width: 210px;
	height: 300px;
	padding: 5px;
	background: #ccc;
	font-size:85%;
}
#right ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}
#right a {
	color: #0099FF;
	text-decoration:none;
}

#right a:hover {
	color: #FFF;
	text-decoration:none;
}
#right h2 {
	margin: 0;
	padding: 5px 15px;
	color: #fff;
	background-color:#666666;
}
.rightbox {
	background-color: #ccc;
}


/* Footer */

#footer {
	clear:both;
	height: 150px;
	padding: 25px 0;
	background: url(images/img04.gif) repeat-x #EDEBD5;
	text-align:center;
	font-size:85%;
}

.newprice {
	color: #F00;
}
