﻿body {
        font-family:verdana;
        font-size:12px;
        color:#c1c1c1;
        background-color:#3d413c;       
}
h1,h2,h3,h4,h5,h6 {padding:0; margin:0; font-weight:normal;}
p {
	font-size:10px;
	margin:6px 0 4px 0;
	padding:0;
}
a {
	color:#bed730; 
}
a:visited {
	color:#bed730;
}
a:hover {
}
ul {
	margin:0 0 0 12px;
	padding:0 0 0 4px;  
}
li {
	font-size:10px;
	margin:0;
	padding:0;		  
}
#page-container {
	width:1024px;
	vertical-align:top;
	border:1px solid black;
	background-color:black;
	margin:0;
	padding:0;
}
/*******************************
	Navigation
*******************************/
#banner {
	background:url(images/banner.gif);
	color:white;
	font-family:verdana;
	font-size:12px;
	/*font-weight:bold;*/
	width:1024px;
	height:45px;
	margin:0;
	padding:0;
	text-align:left;	
}
#powercom-top-navigation {   
	position:relative;
	top:15px;
	left:200px;
	width:500px;
	font-size:10px; 
}
#powercom-top-navigation a {
	 color:#ffffff;
	 text-decoration:none;
	 margin:15px 20px 15px 20px;
}
/*******************************
	Main content
*******************************/
#powercom-main-content {
	width:1024px;
	min-height:529px;
	color:#fff;
	text-align:left;
}
#powercom-content {
	float:right;
}
#powercom-content-inner {
	padding: 15px 30px 30px 50px;
  	font-size:10px;
	width: 585px;
}
#powercom-content-inner p {
	font-size: 12px;
	line-height: 1.5em;
}
#powercom-content-inner td {
	font-size: 11px;
	line-height: 1.5em;
}
/*******************************
	Heading styles (for Powercom)
*******************************/
h2 { /* ~ Title ~ */
	font-size:18px;
	color:#bed730;
	font-variant:small-caps;
	font-family: BankGothic Light, Verdana, Arial, Helvetica, sans-serif;
}
h3 { /* ~ SubTitle ~ */
	font-size:15px;
	font-variant: small-caps;
	font-family: BankGothic Light, Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size:11px;
	font-variant: small-caps;
	font-family: BankGothic Light, Verdana, Arial, Helvetica, sans-serif;
}

/*******************************
	Footer
*******************************/
#footer {
	height:66px;
	width:1024px;
	background-color:#c1c1c1;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	clear:both;			/* Clearing floats for the sake of sanity */
}
#footer a {
	color:#cc9966;
}
/*******************************
	Classes
********************************/
.green {
	color:#bed730;
}

/*******************************
	Form styles
********************************/


/**********************************************
	Below here lies the old stuff
**********************************************/
.main-title {
	font-size:18px;
	font-weight:bold;
}
.sub-title {
	font-size:14px;
	font-weight:bold;
}
.main-content {
  margin:6px 0 4px 0;
  padding:0;
}
#reload-main-content-outer {
	background:url(images/reload-bg-shim2.jpg) repeat-y;
	min-height:402px;
}
#reload-main-content-inner {
	width:1024px;
	min-height:402px;
	color:#c1c1c1;
	/*The bacground for this div is controlled by the two classes  .reload-main-body-bg1 AND  .reload-main-body-bg2*/
}
.reload-main-body-bg1 {
	/*this image is used on the  default page and the contact_confirmation page */
	background:url(images/reload-main-bg1.jpg) no-repeat;   
}
.reload-main-body-bg2 {   
	/*this image is used on the how_it_works page,detailed_specs page and the contact_us */
	background:url(images/reload-main-bg5.jpg) no-repeat;
	/*background:url(images/reload-main-bg2.jpg) no-repeat;*/ 
}
#reload-homepage-links {
	/*position:relative;
	top:0px;
	left:0px;
	float:left;
	*/
	color:white;
	width:220px;
	/*border:1px solid white;*/
	text-align:center;
}
#reload-homepage-links ul {
	margin:0;
	padding:0;
}
#reload-homepage-links li {
	list-style-type:none;
	padding-bottom:18px;
}
#reload-homepage-content {
	position:relative;
	width:463px;
	height:275px;
	left: 170px; 
	top: 90px;
	z-index:100;
	/*border:1px solid white;*/
}
#reload-footer {
	height:66px;
	width:1024px;
	background-color:#c1c1c1;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
#reload-footer a {
	color:#cc9966;
}
#reload-contact-form {
	 font-size:10px;
	 color:#c1c1c1;
}
input,textarea {
	font-family:Verdana;
	font-size:12px;
}
select {
	font-family:Verdana;
	font-size:10px;   
}
.detailed-specs {
	font-size:10px;   
}
.detailed-specs table {
	border:2px solid #ee1b2e;
} 
.detailed-specs th {
	background-color:#ee1b2e;
	color:White;
	border:2px solid #ee1b2e;
	font-weight:bold;
}
.detailed-specs td {
	background-color:white;
	color:black;
	border:1px solid #ee1b2e;
	font-size:10px;
}

