/*================================================================
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("layout.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	color: #2d2d2d;
}

h1 {
  	margin: 0;
  	padding: 0;
  	font-size: 26px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0 10px 0;
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0 10px 0;
	font-size: 19px;
	font-weight: normal;
}

h3.paymentplan {
	width:640px;
	padding:5px;
	color:#fff;
	background-color:#990000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
}

p {
  	margin: 12px 0 6px 0;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
  	color: blue;
}

a:hover {
}


/* HEADER CONTENT
----------------------------------------------------------------*/
#header-logo h1 {
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
}

#header-contact a:link,
#header-contact a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#header-contact a:hover {
	color: #000;
}

/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#side-panel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
}

#sub-side a:link,
#sub-side a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ad1400;
	text-decoration: none;
}

#sub-side a:hover {
	color: #eb860b;
	text-decoration: underline;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;
}

#index-plans h1 {
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2d2d2d;
}

#index-more a:link,
#index-more a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #eb860b;
	text-decoration: none;
}

#index-more a:hover {
	color: #eb860b;
	text-decoration: underline;
}

#index-content h1 {
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2d2d2d;
}

#index-content a:link,
#index-content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ad1400;
	text-decoration: none;
}

#index-content a:hover {
	text-decoration: underline;
}

#sub-content {
	width:695px;
	margin:0 0 0 20px;
	padding:0;
}

#sub-content a:link,
#sub-content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ad1400;
	text-decoration: none;
}

#sub-content a:hover {
	color: #eb860b;
	text-decoration: underline;
}

.boxplan1 {
  float:left;
  width:310px;
  padding:5px;
	background-color:#e9e9e9;
	margin-bottom:10px;
	margin-right:10px;
}

.boxplan2 {
  float:left;
  width:310px;
  padding:5px;
	background-color:#dcdcdc;
	margin-bottom:10px;
}

/* FORMS
----------------------------------------------------------------*/
form {
    margin: 0;
    padding: 0;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #B7B7B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.disabled {
	border: 1px solid #B7B7B7;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #B7B7B7;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #ad1400;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #B7B7B7;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #ad1400;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

#slide a:link,
#slide a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ad1400;
	text-decoration: none;
}

#slide a:hover {
	color: #eb860b;
	text-decoration: underline;
}

/* TABLES
----------------------------------------------------------------*/
table {
  	border-collapse: collapse;
  	text-align: center;
	width: 600px;
	margin: 20px 0 0 0;
	border: solid 1px #434343;
}

td {
  	padding: 5px 5px;

}

td.data-left {
	text-align: left;
	background-color:#CCCCCC;
}

td.monthly {
	vertical-align:top;
	background-color:#e9e9e9;
}

td.yearly {
	vertical-align:top;
	background-color:#dcdcdc;
}

td.free {
	font-weight:bold;
	color: #ad1400;
}

td.data-title {
	text-align: left;
	background-color: #434343;
	color: #fff;
}

td.data-plans {
	text-align: center;
	background-color: #576973;
	color: #fff;
}

/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer {
	color: #585858;
	font-size: 10px;
}

#footer a:link,
#footer a:visited {
	color: #585858;
	text-decoration: none;
}

#footer a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

#footer-text {
	margin: 35px 0 0 20px;
}

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  	color: red;
}

.img-left {
	float: left;
	padding: 0 10px 0 0;
}