/********************************************************************************
 *
 *	Style Sheet for Generators Unlimited Web Site
 *
 *	This is the readable version not used on live site.
 *	Production version is styleCSS.php which has comments and whitespace removed,
 *	and is served up as PHP so it can be compressed by zlib.
 *
 *	Author:	Ron Kamlan <rjkamlan@yahoo.com>
 *	Version: 02-20-2009
 *
 ********************************************************************************/


/* Basic Styles
*********************************************/

html, body {
	height: 101%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #CCFFFF;
	font-family: Eurostile, Arial, sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 760px;
	margin-left: 50px;
	padding: 0;
	background: #FFFFFF url(../images/space2.jpg) repeat-y;
	border: 1px solid #666666;
	border-top: none;
}

#header1 {
	float: left;
	width: 254px;
}

#header2 {
	float: right;
	width: 506px;
}

#flashContent {
	height: 115px;
}

#noScript {
	background: url(../images/image1.jpg);
	padding: 40px 0 37px 65px;
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #000080;
}

#main {
	clear: both;
}

#navigation {
	width: 196px;
	height: 586px;
	float: left;
	border-top: 1px solid #66CCFF;
	border-bottom: 1px solid #66CCFF;
	background-color: #FFFFE6;
	margin-top: 10px;
	font-size: 16px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 1.5em 0 0 1em;
}

#navigation li {
	padding: 3px 0;
}

#navigation li a:hover {
	color: #191970;
	background-color: #C9C3ED;
	border-top: 1px solid #191970;
	border-bottom: 1px solid #191970;
	text-decoration: none;
}

#ticker {
	margin: 1em 0 0 0.5em;
}

.content, #orderContent, #errorContent {
	float: right;
	width: 448px;
	margin-top: 10px;
	padding: 3em 4em;
	border-top: 1px solid #66CCFF;
	border-bottom: 1px solid #66CCFF;
	background-color: #EEEEF7;
}

.content img {
	border: 1px solid #000000;
	margin-bottom: 5px;
}

#orderContent, #errorContent {
	height: 502px;
}

#flashMP3 {
	height: 20px;
}

#footer {
	clear: both;
	height: 77px;
	background-image:url(../images/footer.jpg);
}

#copyright {
	position: relative;
	left: 27em;
	bottom: -36px;
	width: 360px;
	font-size: 85%;
}

#margRight {
	padding-right: 3em;
}

#error {
	color: #FF0000;
	font-weight: bold;
	font-size: 22px;
}

#success {
	color: #0000FF;
	font-size: 22px;
	font-weight: bold;
}

.h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#h3 {
	font-size: 18px;
}

.header_1 {
	font-size: 18px;
	text-align: center;
	padding: 1em 0em;
}

img {
	border: none;
}

.imgBorder {
	border: 1px solid #000000;
}

ul.list, ul.tmList {
	margin-left: 0;
	margin-top: 0.7em;
}

ul.list {
	padding-left: 2em;
}

ul.tmList {
	padding-left: 1.5em;
}

#inline {
	list-style: none;
	padding: 0;
}

.blue {
	color: #0000FF;
}

.red {
	color: #FF0000;
}

.lightBlue {
	color: #0099FF;
}

#font_1 {
	color: #666633;
	font-weight: bold;
}

.textLeft {
	text-align: left;
}

span.textCenter {
	display: block;
	text-align: center;
}

.textRight {
	text-align: right;
}

.center td {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.left {
	float: left;
}

img.imgLeft {
	float: left;
	margin: 0 10px 0 3px;
	border: 1px dotted #0000FF;
}

.right {
	float: right;
	white-space: nowrap;
}

#clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

#mailForm div {
	margin: 5px;
}

.formLeft {
	float: left;
	width: 9em;
	padding-top: 2px;
}

caption {
	font-size: 18px;
	padding: 1em 0em;
}

#rates, #industrial, #industrial_2, #termsTable {
	width: 448px;
	border: 2px solid #000000;
	border-collapse: collapse;
	font-size: 16px;
}

#termsTable {
	border: 2px solid #000000;
	border-collapse: collapse;
}

#rates th, #industrial th, #industrial_2 th, #termsTable th {
	text-align: center;
}

#rates th, #industrial th, #rates td, #industrial td, #industrial_2 th, #industrial_2 td, #termsTable th, #termsTable td {
	border: 1px solid #999999;
	padding: 7px;
}

