/*Future AES Marketing: I am going to go wild on the commenting because I don't know how fluent your html/css skills are going to be, with enough comments hopefully you can figure out what does what and what goes where. cb.*/


body {
	text-align: center;
	background-image: url(../images/olive_background_999966.jpg);
	background-repeat: repeat-x;
	background-color: #999966;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	padding: 0px;
	}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 3px;
	color: #003366;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	color: #003366;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	color: #003366;
	}
	
/*
Classes for special formating
*/
.headline {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 18px 25px;
	color: #003366;
	padding:0px;
	}

.C_headline {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 12px 10px;
	color: #003366;
	padding:0px;
	}
	
.headline_left {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 8px 0px;
	color: #003366;
	padding:0px;
	}

.column350 {
	width: 420px;
	font-size: 13px;
	margin: 4px 0px 2px 35px;
	text-align: left;
	}
	
.signature {
	margin-left: 45px;
	font-size: 14px;
	}

.overwatch {
	width: 800px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 7px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	}

/*
used on about.html
*/	
.overwatch_750 {
	width: 750px;
	height: auto;
	margin: 0px 0px 8px 25px;
	padding: 12px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	}
	
.bullets {
	list-style-type: disc;
	}
/*
container for everything
*/	
#container {
	height: auto;
	height: 500px;
	width: auto;
	width:800px;
	margin: auto;
	padding: 0px;
	text-align: center;
	}

/*
header styles
*/
#header {
	width: 800px;
	height: 70px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat; 
	margin: 0px;
	padding: 0px;
	}
	
/*
navigation bar styles
*/

#nav_bar {
	width: 800px;
	height: 25px;
	background-image: url(../images/nav_bar_base.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}

.topLink {
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav_bar_base.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: #003366;
	float: left;
	text-decoration: none;
	border: none;
	}

.topLink:hover {
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav_bar_overlay.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	border: none;
	}	

.selected {
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav_bar_overlay.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	border: none;
	}

/*
main content body, sandwhiched between header and footer
*/
#content {
	width: 800px;
	height: 455px;
	height: auto;
	background-color: #FAF6DD;
	margin: 0px;
	padding: 0px;
	}

/*
left hand column, goes inside content
*/	
#left_golden {
	width: 490px;
	height: auto;
	height: 450px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#left_golden ul {
	width: 440px;
	font-size: 13px;
	list-style: none;
	margin: 5px 5px 3px 25px;
	padding: 0px;
	}
	
#left_golden li {
	margin-bottom: 4px;
	}

/* 
right side column, goes inside content
*/
#right_golden {
	width: 303px;
	height: auto;
	height: 450px;
	margin: 3px 3px 0px 0px;
	padding: 0px;
	float: left;
	}
	
/* 
right side column for rotating ads
*/
#right_rotating {
	width: auto;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	}
	
/*
fix for index content so right side sits flush
*/
#left_index {
	width: 485px;
	height: 450px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#left_index ul {
	width: 440px;
	font-size: 13px;
	list-style: none;
	margin: 5px 5px 3px 25px;
	padding: 0px;
	}
	
#left_index li {
	margin-bottom: 4px;
	}
	
/*
box for login page
*/
#loginBox {
	width: 400px;
	height: 225px;
	margin: auto;
	margin-bottom: 15px;
	padding: 0px;
	background-image: url(../images/loginBox.png);
	background-repeat: no-repeat;
	position: relative;
	
	}
	
.loginForm {
	width: 360px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 75px;
	left: 20px;
	}
	
.label {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	height: 30px;
	padding: 5px;
	}

.submit {
	text-align: center;
	height: 30px;
	padding: 5px;
	}
	
.input {
	text-align: left;
	height: 30px;
	padding: 5px;
	}
	
.input input {
	text-align: left;
	width: 175px;
	height: 22px;
	}
	
.login_explain {
	width: 600px;
	height: auto;
	margin: 0px 0px 15px 100px;
	padding: 20px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	}
	
.warning {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	color: #FF0000;
	}
	
.down30 {
	position: absolute;
	top: 30px;
	left: 65px;
	}
/*
columns for dealer den
*/
#wide_column { 
	width: 800px; 
	height: 90px; 
	margin: 0px; 
	padding: 0px; 
	}
	
#left_den {
	width: 265px;
	height: auto;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#left_den h2 {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	}
	
#left_den a {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}

#left_den a:visted {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}
	
#left_den a:hover {
	color: #000000;
	text-decoration: none;
	}

#left_den ul {
	width: 250px;
	height: auto;
	font-size: 13px;
	list-style: none;
	margin: 5px 2px 15px 10px;
	padding: 0px;
	}
	
#left_den li {
	margin: 0px 0px 1px 0px;
	}
	
#mid_den {
	width: 265px;
	height: 380px;
	height: auto;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#mid_den a {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}

#mid_den a:visted {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}
	
#mid_den a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#mid_den h2 {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	}

#mid_den ul {
	width: 250px;
	height: auto;
	font-size: 13px;
	list-style: none;
	margin: 5px 2px 15px 10px;
	padding: 0px;
	}
	
#mid_den li {
	margin: 0px 0px 1px 0px;
	}
	
.description {
	font-size: 10px;
	color: #999999;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	}


#right_den {
	width: 264px;
	height: 380px;
	margin: 3px 3px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#right_den a {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}

#right_den a:visted {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}
	
#right_den a:hover {
	color: #000000;
	text-decoration: none;
	}

#right_den h2 {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	}

#right_den ul {
	width: 250px;
	height: auto;
	font-size: 13px;
	list-style: none;
	margin: 5px 2px 15px 10px;
	padding: 0px;
	}
	
#right_den li {
	margin: 0px 0px 1px 0px;
	}

/*
image boxes for the about page
*/
#imageBox {
	width: auto;
	height: 150px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FAF6DD;
	}
	
#imageBox p {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	}

/*
footer styles
*/
	
#footer {
	width: 800px;
	height: 50px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	}
	

/*
must be placed after divs that use floats
*/	
#clear {
	clear: both;
	}
		
/*
columns for contacts page
*/	
#left_contact {
	width: 511px;
	height: auto;
	margin: 3px 0px 0px 3px;
	padding: 0px;
	float: left;
	text-align: left;
	}

#right_contact {
	width: 283px;
	height: auto;
	margin: 3px 3px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}

.redShift_10 {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	}

.upShift_5 {
	margin: 5px 0px 1px 0px;
	padding: 0px;
	}
	

/*
Style for sales contact tables
*/
.sales {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 480px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 10px 10px;
	}
	
.sales caption {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	padding: 2px;
	}
.sales td {
	background-color: #DDDDDD;
	padding: 2px;
	text-align: left;
	border: none;
	font-weight: normal;
	}
	
.sales th {
	background-color: #003366;
	padding: 2px;
	text-align: left;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}

.shaded td {
	background-color: #FAF6DD;
	}
	
/*
Style for AES Digital Catalog table
*/
.catalog {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 780px;
	border: 2px solid #003366;
	border-spacing: 0px;
	margin: 0px 10px 5px 10px;
	}
	
.catalog a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
	
.catalog a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	}
	
.catalog p {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	}
	
.catalog caption {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	padding: 2px;
	}
.catalog td {
	background-color: #DDDDDD;
	padding: 2px;
	text-align: center;
	border: 1px solid #003366;
	font-weight: normal;
	height: 80px;
	}
	
.catalog th {
	background-color: #003366;
	padding: 2px;
	text-align: left;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}
	
	
/*
class for section list on products page
*/
.products {
	width: 600px;
	text-align: left;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	}
	
/*
left hand column, goes inside content on products page
*/	
#left_products {
	width: 750px;
	height: auto;
	margin: 5px 0px 0px 25px;
	padding: 0px;
	float: left;
	text-align: left;
	}

#left_products h3 {
	width: 700px;
	margin: 10px 0px 5px 50px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	text-align: center;	
	}	
	
#left_products p {
	width: 600px;
	margin: 2px 0px 5px 15px;
	padding: 0px;
	}
	
#left_products ul {
	width: 440px;
	font-size: 13px;
	list-style: none;
	margin: 5px 0px 3px 15px;
	padding: 0px;
	}
	
#left_products li {
	margin-bottom: 4px;
	}
	