@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
td, tr {
	margin:0;
}
a {
}
a:hover {
}
p {
	margin:8px 0;
}
h1 {
	color:#FFF;
	margin:0px;
	padding:0px;
	font-size:22px;
	position:absolute;
	top:50px;
	left:30px;
	width: 615px;
}
h2 {
	color:#B30000;
	font-size:14px;
	margin:5px 0;
}
h3 {
	color:#B30000;
	font-size:14px;
	margin:5px 0;
	width:156px;
}
h4 {
	color:#B30000;
	margin:0px;
	padding:0px;
	font-size:18px;
}
h5 {
	color:#000000;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}
h6 {
	color:#B30000;
	font-size:12px;
}
/*template styles */
#header {
	background-image:url(images/bg-header.png);
	height:113px;
	background-repeat:repeat-x;
}
#header-wrap {
	position:relative;
	height:113px;
	width:916px;
}
#logo {
	position:absolute;
	left:107px;
	top:17px;
}
#logo2 {
	position:absolute;
	right:35px;
	top:38px;
}
#mod-t {
	background-image:url(images/mod.png);
	background-position:top;
	width:208px;
}
#mod-content {
	padding:0 25px;
}
#mod-content img {
	padding:3px;
	border:solid 1px #999;
}
	
#mod-join {
	background-image:url(images/mod-join.png);
	height:31px;
}
#mod-b {
	background-image:url(images/mod.png);
	height:24px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
#content-t {
	background-image:url(images/content.png);
	background-position:top;
	width:698px;
}
#content-m {
	background-image:url(images/content-m.png);
	background-repeat:repeat-y;
}
#content-b {
	background-image:url(images/content.png);
	background-position:bottom;
	height:24px;
}
#footer {
	background-color:#2fa0d9;
	height:20px;
}
#footer-wrap {
	width:916px;
	position:relative;
}
#content {
	padding:5px 30px;
	text-align:left;
}
#content img {
	padding:5px;
	border:solid 1px #666;
}
#content li {
	list-style-image:url(images/ARROW.png);
	padding:8px 0;
	font-size:14px;
	color:#000;
}
#copyright {
	position:absolute;
	left:10px;
	top:2px;
	color:#fff;
}
#privacy {
	position:absolute;
	left:420px;
	top:2px;
}
#privacy a {
	color:#fff;
	text-decoration:none;
}
#lbs {
	position:absolute;
	right:10px;
	top:2px;
}
#lbs a {
	color:#fff;
	text-decoration:none;
}

/* menu styles */
#nav-wrap {
	background-image:url(images/nav-bg.png);
	background-repeat:repeat-x;
	height:40px;
}
.nav {
	width:800px;
	height:43px;
	padding-left:215px;
	text-align:left;
	position:absolute;
	top:110px;
}
#home {
	text-align:center;
	
}
#home a {
	color:#FFF;
	display:block;
	width:101px;
	height:32px;
	padding:10px 0 0 0;
	text-decoration:none;
	float:left;
	background-image:url(images/nav-divider.png);
	background-repeat:no-repeat;
	background-position:right;
}
#home a:hover {
	background-image:url(images/nav-home.png);
}
#coolrooms {
	text-align:center;
}
#coolrooms a {
	color:#FFF;
	display:block;
	width:199px;
	height:32px;
	padding:10px 0 0 0;
	text-decoration:none;
	float:left;
	background-image:url(images/nav-divider.png);
	background-repeat:no-repeat;
	background-position:right;
}
#coolrooms a:hover {
	background-image:url(images/features.png);
}
#features {
	text-align:center;
}
#features a {
	color:#FFF;
	display:block;
	width:199px;
	height:32px;
	padding:10px 0 0 0;
	text-decoration:none;
	float:left;
	background-image:url(images/nav-divider.png);
	background-repeat:no-repeat;
	background-position:right;
}
#features a:hover {
	background-image:url(images/features.png);
}
#contact {
	text-align:center;
}
#contact a {
	color:#FFF;
	display:block;
	width:119px;
	height:32px;
	padding:10px 0 0 0;
	text-decoration:none;
	float:left;
	background-image:url(images/nav-divider.png);
	background-repeat:no-repeat;
	background-position:right;
}
#contact a:hover {
	background-image:url(images/contact.png);
}
#faqs {
	text-align:center;
}
#faqs a {
	color:#FFF;
	display:block;
	width:89px;
	height:32px;
	padding:10px 0 0 0;
	text-decoration:none;
	float:left;
	background-image:url(images/nav-divider.png);
	background-repeat:no-repeat;
	background-position:right;
}
#faqs a:hover {
	background-image:url(images/faqs.png);
}
.redtext {
	color: #B30000;
}
.redtext2 {
	color: #B30000;
	font-weight:bold;
	font-size:13px;
}

