﻿

/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription, .proddescription{
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
 font-size: 14px;
 line-height:1.6;
}
.proddescription {display: none}
/* Main content */
body{margin:10px;font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
td p {font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
ul{margin:0;padding:0;}

/* Main content termspop*/
body{margin:10px;font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
td p {font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
ul{margin:0;padding:0;}

#maincontainer{
width: 1010px;
background-color:#fff;
border: 2px solid #000;
margin: 0 auto;
}

/* Header */
#header {
	padding: 0px 0;
}

#header .logo {
	padding-top: 0px;
	padding-bottom:0px;
}
#header .hdrR {
	line-height: 16px;
	text-align: right;
}
#header .hdrR p {
	color: #60a1de;
	font: normal 30px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 24px;
}
.clr {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	border: none;
}
#header .logo {
	float: left;
}
.l {
	float: left;
}
#header .hdrR {
	float: right;
}

#headerquote {
	position:absolute;
	width:415px;
	height:35px;
	z-index:1;
	left: 259px;
	top: 72px;
        color: #063E6D;
	font: normal 18px Arial, Helvetica, sans-serif;
}


/* Body content */
#mainwrapper{
float: left;
width: 100%;
}

#maincontent{
margin-left: 150px; 
border: 1px solid #ccc;
margin-right:2px;
}
#maincontentabout{
margin-left: 250px; 
border: 1px solid #fff;
margin-right:2px;
}
#maincontenttermspop{
margin-left: 10px; 
border: 1px solid #ccc;
margin-right:2px;
}
div.store{
padding:10px;
}


/* Footer content */
.footer1{
clear: left;
width: 100%;
background: #fff;
}

#footer{
clear: left;
width: 100%;
background: #fff;
}

div.bottomlinks{
float: left;
width: 214px;
background: #fff;
border-right: 1px solid #000;
border-top: 2px solid #000;
padding:5px;
}


/* Main Link Properties */
A:link {
	color: #D75426;
	text-decoration: none;
}
A:visited {
	color: #9D3D1C;
	text-decoration: none;
}
A:active {
	color: #9D3D1C;
	text-decoration: none;
}
A:hover {
	color: #E27E5C;
	text-decoration: underline;
}
/* Store Generated Link Properties */
A.ectlink:link {
	color: #da6805;
	 font-size: 14px;
	text-decoration: none;
}
A.ectlink:visited {
	color: #da6805;
	 font-size: 14px;
	text-decoration: none;
}
A.ectlink:active {
	color: #da6805;
	 font-size: 14px;
	text-decoration: none;
}
A.ectlink:hover {
	color: #333;
	 font-size: 14px;
	text-decoration: underline;
}
/* Top navbar */
div#topnav
{
background-color: #333;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
div#topnav ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
line-height:1.3;
}
div#topnav ul li
{
display: inline;
}
div#topnav ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: -1px;
}
div#topnav ul li a:hover
{
background-color: #da6805;
color: white;
}

/* Titles */
h1 {
	font-size: 20px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #F6D9CF;
	color : #D75426;
	margin:4px;
	}

h2 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #F6D9CF;
	color : #D75426;
	margin-top:0px;

}
/*styles h2 on home page*/
h2.home {
    background-color: #ffffff;
}
/*styles font on home page*/
p.home {
    font-size: 14px;
    line-height: 1.5em;
    
}



