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

/* ---------- RESET */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td {
margin: 0; padding: 0;
}

/* ---------- BODY */

body {
height:100%;
font-family: Arial, Helvetica,Verdana,sans-serif;
font-size: 0.8em;
line-height: 1.455;
padding:0;
margin:0;
background: url(../images/page_bg.jpg) repeat-x #CCC;
}

.container {
width:950px;
margin:0 auto;
}


.header {
margin-top:20px;
height:95px;
}

.headerIMG {
	float:left;
	margin-top:10px;
}

.header form {
	float:right;
	width:330px;
	margin-right:0;
	height:50px;
	margin-top:30px;
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
}

.header input {
	width:122px;
	margin-right:4px;
}



#navigation {
height:35px;
background:url(../images/nav_bg.png) repeat-y;
}

#nav {
width:585px;
margin:0px 12px;
height:35px;
}

#nav a{
text-decoration:none;
display: inline-block;
padding:6px 14px 8px 14px;
text-align: center;
color: #FFF;
font-weight:bold;
font-size:14px;
}

#nav a:hover{
border-bottom:4px solid #900;
padding-left:14px;
padding-right:14px;
}

#nav .active{
border-bottom:4px solid #900;
padding-left:14px;
padding-right:14px;
}


#container {
	height:335px;
	width:580px;
	margin-left:20px;

}

#acct {
float:right;
width:300px;
margin-right:0px;
height:35px;
}

#acct a{
float:right;
text-decoration:none;
display:block;
padding: 0;
text-align: center;
}

#acct a:hover{
color:#CCC;
}



.footer {
height:30px;
padding:10px 0;
margin:0;
font-size:10px;
color: #333;
border-top:#999 dotted 1px;
}

.footer a {
	color:#333;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.button {
	background:url(../images/button_logon.png);
	border:0;
	cursor:pointer;
	float:right;
	height:22px;
	margin-right:0;
	width:59px;
}
		
/* .button:hover { margin-top: 2px; } */

/* ---------- COLUMNS & PAGES */

#page {
margin:0 0 10px 0;
height:250px; 
}

.pageL {
width:450px;
float:left;
margin-left:10px;
line-height:18px;
}
.pageR {
width:450px;
float:right;
margin-right:10px;
line-height:18px;
}








#cols {
margin:0;
height:100px;
border:1px solid #000;
}

.colr1 {
float:right;
width:285px;
height:225px;
margin:10px 20px 20px 0;
background:url(../images/shadow_box.png) no-repeat;
}

.coll1 {
width:605px;
height:225px;
float:left;
background:url(../images/shadow_box.png) no-repeat;
margin-top: 10px;
margin-right: 0;
margin-bottom: 20px;
margin-left: 0;	
}

.coll2 {
width:605px;
float:left;
margin:10px 0;
line-height:18px;
}



.coll1 p, .coll2 p {
margin:5px 25px 0 25px;
}


/* ---------- FORM FIELDS */


.contact {
margin:20px 0 20px 20px;
color:#666;
background:url(../images/box1.png) no-repeat;
}

.contact input {
width:245px;
height:20px;
margin:10px;
}

.contact textarea {
width:248px;
height:50px;
margin:10px;
}

.label {
float:left;
width:100px;
margin:10px 20px 10px 20px;
text-align:right;
}

.login {
	margin-right:78px;
}

.logintxt {
	color:#CCC;
	text-transform:none;
	font-size:9px;
	text-align:right;
	margin-right:20px;	
}

.newusertxt {
	float:right;
}

.newusertxt a {
	border-right:1px solid #ccc;
	color:#FFF;
	text-transform:none;
	font-size:12px;
	font-weight:bold;
	margin-top:4px;
	margin-right:7px;
	margin-left:0px;
	padding-right:9px;
	text-decoration:none;
}

.newusertxt a:hover {
	text-decoration:underline;
}

.newusertxt a:last-child {
	border:none;
	margin-right:0;
	padding-right:0;
}

.loginbutton {
text-align:right;
font-size:9px;
color:#666;
margin-top:10px;
}


/* ---------- HEADERS */

.h1img {
margin:15px 0 8px 23px;
}


h1 {
font-size:18px;
padding: 6px 20px;
color:#666666;
}

h2 {
font-size:14px;
font-weight:bold;
color:#900;
}

h3 {
font-size:22px;
padding: 6px 25px;
margin-bottom:10px;
color:#fff;
font-weight:normal;
}

h4{
	color:#fff;
	font-size:22px;
	margin:0 0 25px 0;
	font-weight:normal;
}

b, strong {
color:#666;
}

.csredeem {
font-size:12px;
font-weight:bold;
color:#900;
margin-bottom:45px;
}

.openTxt {
width: 950px;
height: 335px;
position: relative;
margin: 25px auto;
background:none;
font-size:16px;
}

.featuredIMG {
	margin:0 20px;
	float:left;
}

.featuredTXT {
	float:right;
	margin:40px 20px 0 0;
	width:300px;
	height:350px;
	color:#FFF;
}

.openR {
	float:right;
	margin:20px 20px 0 0;
	width:300px;
	height:300px;
	color:#FFF;
}

.featuredTXT p{
	color:#fff;
	font-size:16px;
}


/* ------------------------ NOSCRIPT */
.errorSolidRed {
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 15px 10px 40px;
	margin:10px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
}
.errorSolidRed p {
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.errorSolidRed {
	background-image: url(../images/errorSolidRed.gif);
	background-color: #CC0000;
	color:#FFFFFF;
}
