/*================================================================

The MAIN stylesheet for the website.
Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
================================================================*/

@import url("base.css");
@import url("layout2.css");
@import url("nav.css");

/* GENERAL TYPOGRAPHY (Standard HTML tags)

----------------------------------------------------------------*/

html, body, p, span {
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
 
	color:#ffffff;
	}

.highlightg {
  	color:#aad24e;
	}

.highlightp {
  	color:#9d9cc9;
	}

.highlight {
  	color:#35b5b5;
	}

.highlightg_td {
  	background-color:#709814;
	}

.highlightp_td {
  	background-color:#63619a;
	}

.highlight_td {
  	background-color:#35b5b5;
	}

.grey_td {
	background-color:#373a3c;
	border-top:1px solid #1b1d1e;
	}

.dgrey_td {
	background-color:#3e4244;
	border-top:1px solid #1b1d1e;
	}

a:link, 
a:visited,
a:active { 
	color: #abf209;
	font-weight:bold;
	font-size:12px;
 	text-decoration: underline;
	}

a:hover {
  	color:#35b5b5;
	text-decoration: none;
	}

#footer a:link, 
#footer a:visited,
#footer a:active { 
	color: #afb0b2;
	font-weight:bold;
	font-size:10px;
 	text-decoration: none;
	}

#footer a:hover {
  	color:#686f7a;
	}

/* HEADER CONTENT
----------------------------------------------------------------*/

#header h1 {
	margin: 0 20px;
  	padding: 20px 0; 
  	color: white;
  	font-weight: normal;
  	font-size: 24px;
	}

#header h1 em {
  	color: yellow;
	font-family: georgia;
	font-weight: bold;
	font-size: 28px;
	}

/* SIDEBAR CONTENT - COUPON
----------------------------------------------------------------*/

#sidebar h2 {
	color: #222;
	margin-top: 0;
	}

#sidebar p {
  	font-size: small;
	}

#coupon_text {
	font-family:arial;
	font-size: 14pt;
	color:#aad24e;
	}

#coupon_textw {
	font-family:arial;
	font-size: 10pt;
	color:#ffffff;
	}

#expires {
	font-family:arial;
	font-size: 8pt;
	color:#ffffff;
	}

	
/* FORMS
----------------------------------------------------------------*/

fieldset {
	border: 1px solid #AAA;
	}

fieldset p {
	margin: 4px 0;
	}

legend {
	color: #999;
	font-weight: bold;
	font-size: 18px;
	}

label {
	float: left;
	width: 160px;
	text-align: right;
	font-size: medium;
	margin-right: 14px;
	}

input.text {
  	width: 290px;
	} 

input.textShort {
  	width: 80px;
	}

input.submit {
  	float: right;
	}

/* TABLES
----------------------------------------------------------------*/
table {
font-family: tahoma,verdana,sans-serif;
  	clear: both;
  	border-collapse: collapse;
  	text-align: left;
	}

td {
  	padding: 2px 3px;
  	font-size: small;
	}

/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer {
	font-family: tahoma,verdana,sans-serif;
	color: #afb0b2;
  	font-size: 11px;
  	padding: 0 auto 0 auto;
   	margin: 0 auto 0 auto;
	}

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  	color: red;
	}