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

body {
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a {
	outline: none;
}

div.red h1,
div.red span,
div.red a {
	color: #C41230;
}

div.green h1,
div.green span,
div.green a {
	color: #677719;
}

div.yellow h1,
div.yellow span,
div.yellow a {
	color: #DFAB23;
}

div.orange h1,
div.orange span,
div.orange a {
	color: #EB9449;
}

div.brown h1,
div.brown span,
div.brown a {
	color: #7A4E29;
}

div.cream h1,
div.cream span,
div.cream a {
	color: #E1D4B3;
}

div.purple h1,
div.purple span,
div.purple a{
  color: #73204A;
}

div.white h1,
div.white span,
div.white a {
	color: #FFFFFF;
}

div.bright_orange h1,
div.bright_orange span,
div.bright_orange a {
	color: #EF4C00;
}


/****************
	LAYOUT
*****************/

div#main {
	width: 999px;
	margin: 0 auto;
	text-align: center;
	
	padding-top: 10px;
}

div#footer {
	width: 999px;
	margin: 0 auto;
	
	color: #999;
	font-size: 11px;
}

div#footer a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

div#footer div#left{
	float: left;
	padding-left:5px;
}

div#footer div#right{
	float: right;
	padding-right:5px;
}

div#sponsors{
    text-align: center;
}

div#sponsors img{
    margin: 0px 10px 0px 10px;
}

/****************
	INDEX
*****************/

div#bottom_home {
	background: url("../images/bg_bottom.gif") repeat-x;
	width: 100%;
	height: 93px;
	color: #000;
	text-align: center;
	
	margin-top: 15px;
	padding-top: 43px;
}

div#bottom_home p {
	margin-bottom: 9px;
}

div#bottom_home a {
	color: #000;
}

div#bottom_home p#link_enter a {
	color: #fff !important;
	font-weight: bold;
}


/****************
	RANGE
*****************/

div#top {
	width: 999px;
	overflow: hidden;
	margin-bottom: 25px;
}

div#top a {
	float: left;
}

a#btn_back_home {
	background: url("../images/btn_back_home.gif") no-repeat;
	width: 179px;
	height: 31px;
	display: block;
	margin-top: 12px;
}

a#logo {
	background: url("../images/logo.gif") no-repeat;
	width: 306px;
	height: 92px;
	display: block;
	margin: 0px 167px;;
}

a#btn_enter {
	background: url("../images/btn_enter.gif") no-repeat;
	width: 179px;
	height: 31px;
	display: block;
	margin-top: 12px;
}

p#txt_enter,
p#txt_enter a {
	font-size: 14px;
	color: #C41230;
}

div#range_list {
	width: 995px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 35px;
}

div#range_list div {
	width: 199px;
	float: left;
	margin-bottom: 35px;
}

div#range_list img {
	margin-bottom: 7px;
}

div#range_list a {
	text-decoration: none;
}

div#bottom {
	background: url("../images/bg_bottom.gif") repeat-x;
	width: 100%;
	height: 97px;
	margin-bottom: 8px;
}


/****************
	PRODUCT
*****************/

div#product {
	width: 791px;
	overflow: hidden;
	padding: 0px 104px;
	margin-bottom: 50px;
}

div#product_photo {
	width: 160px;
	float: left;
}

div#product_photo img {
	margin-bottom: 20px;
}

div#product_photo a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

div#product_detail {
	width: 580px;
	color: #fff;
	text-align: left;
	float: right;
}

div#product_detail h1 {
	font-size: 18px;
	margin-bottom: 18px;
}

div#product_detail p {
	margin-bottom: 15px;
}

div#product_detail span {
	font-weight: bold;
}

div#product_detail ul {
	padding-left: 15px;
}


/**********************
	SUBSCRIPTION
***********************/

div#subscription_wrap {
	width: 999px;
	overflow: hidden;
}

div#subscription_left {
	width: 400px;
	height: 290px;
	float: left;
	padding-top: 30px;
	padding-left: 50px;
}

div#subscription_left p {
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
}

div#subscription_left a {
	color: #fff;
}

div#subscription_left h1 {
	font-size: 18px;
	color: #fff;
	text-align: left;
}

div#subscription_left form#form_subscribe .red {
	color: red;
}

div#subscription_left form#form_subscribe label,
div#subscription_left form#form_subscribe div#errMesg {
	color: #fff;
}

div#subscription_left form#form_subscribe a#btn_submit {
	background: url('../images/btn_submit_black.gif') no-repeat;
	width: 59px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 12px;
}

div#subscription_right {
	width: 371px;
	height: 290px;
	float: right;
	padding-top: 0px;
	padding-right: 40px;
}

div#subscription_right p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
