/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #fff/*url("images/mainbg.gif") repeat*/;
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {font: 12px Arial, Helvetica, sans-serif;}

h1 {
font: bold 15px Trebuchet MS, sans-serif; 
color: #093051; 
border-bottom: 1px dashed #000; 
background: #9DB0C1;
margin: 0px;
padding: 5px 10px;
}
h2 {font: bold 15px Trebuchet MS, sans-serif; color:#DF3F00;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #260D8F;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 100%;
	text-align: left;
  	width: 770px;
  	background: #fff;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px; 
	height: 120px; 
	margin: auto;
	background-image: url(images/header.gif);
	vertical-align:top;
}

/* Creates DIV container for address/info. */
div#address {
	padding: 5px 10px;
	background: #000;
	border-top: 1px dashed #fff;
	clear: both;
}

div#address p{
	color: #fff;
}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
div#body {
	float: left;
	width: 770px;
	background: #CFDDE8;
}

div#content {
	margin: 0px;
	padding: 0px 25px;
	}
	
div#content li{
	font: 13px Arial, Helvetica, sans-serif;
	}

table#pricing {
border: 1px solid #000;
padding: 0px;
}

table#pricing tr.topper {
background: #093051;
color: #fff;
}

table#pricing tr.switch {
background: #fff;
}
	
.info {
	position: absolute;
	top: 19px;
	right: 5px;
	font: 10px;
	color: #fff;
	text-align: right;
	}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em;
	padding: 0px;
}

#mainnav {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	background: #093051;
	}
#mainnav li {
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #000;
	background: #093051;
	}
#mainnav a {
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	}
#mainnav a:hover {
	background: #fc0;
	color: #000;
	}

#mainnav a.active {
	background: #C10000;
	color: #fff;
	}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 5px;
}

div#footer p{
	color: #000; 
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

div#footer a:link, a:visited, a:hover, a:active {color: #000;}

div#copyright {font-size: 9px;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0px 5px 10px 0px;
	border: 1px solid #000;
}
img.right {
	float: right;
	margin: 0px 25px 10px 25px;
	border: 1px solid #000;
}
img.coupon {
    margin: 10px;
    padding:0px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#textarea {
	display: block;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

div#textarea p{
	text-align: center;
}
	
a.textarea:link, a.textarea:visited, a.textarea:hover, a.textarea:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #260D8F; 
	text-decoration: underline;
}

