/* Copyright BRANDlab [www.brandlab.co.uk] 2007, Author: David Ellis [david@brandlab.co.uk] */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B3B3B3;
}
img {
	border: 0;
}
a {
	color: #EE0080;
	text-decoration: none;
}
a:hover {
	color: #66BD61;
}
p {
	padding-bottom: 12px;
}
.page {
	width: 100%;
}
.wrap {
	position: relative;
	margin: 0 auto; /*center hack*/
	width: 760px;
	text-align: left;
	clear: left;
}
.header {
	width: 100%;
	height: 190px;
	background-color: #4D4D4D;
}
.header .links {
	position: absolute;
	top: 5px;
}
.header a.active{
	color: #66BD61;
}
.header .links a {
	padding-right: 25px;
}
.header .logo {
	position: absolute;
	top: 20px;
	width: 260px;
	height: 180px;
	background-repeat: no-repeat;
}
.header .menu {
	position: absolute;
	left: 390px;
	top: 20px;
}
.header .menu a {
	position: absolute;
	text-decoration: none;
}
.header .menu a i { 
	visibility: hidden; 
}
.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #333333;
	clear: both;
}
.category .wrap_top {
	width: 100%;
	background-color: #999999;
	float: left;
}
.category .top {
	float: right;
	padding-bottom: 10px;
}
.category .bottom {
	float: right;
	padding-bottom: 10px;
}
.category_left {
	position: absolute;
	top: 190px;
	width: 230px;
}
.maintitle {
	height: 40px;
	padding-top: 5px;
}
.category .smallContent {
	padding-top: 36px;
	padding-left: 15px;
	float: left;
	width: 250px;
}
.category .smallContent img {
	padding-bottom: 12px;
}
.title {
	color: #EE0080;
}
.item_middle{
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #999999;
	height: 190px;
}
.item .left {
	float: left;
	width: 50%;
}
.item .left img {
	width: 380px;
}
.item .left .more {
	text-align: right;
	margin-top: 36px;
}
.item .right {
	float: right;
	width: 50%;
}
.right .padded {
	padding-left: 15px;
}
.home_middle {
	float: left;
	width: 100%;
	background-color: #999999;
	padding-bottom: 10px;
}
.home .left {
	float: left;
	width: 50%;
}
.home .right {
	float: left;
	width: 50%;
}
.home .scroller {
	overflow: auto;
	overflow-x: hidden;
}
.home_bottom .smallImage {
	float: left;
	width: 117px;
	color: #EE0080;
}
.home_bottom .gap {
	float: left;
	width: 11px;
}
.home_bottom .smallImage img {
	width: 115px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}
.home td {
	padding-right: 5px;
	white-space: nowrap;
}