/* CSS */

body,html
{
	width: 100%;
	padding: 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-repeat:no-repeat;
	color:#000;
	background-color:#96BBBB;
}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.5em; color:#000033; font-style:italic;}
.white {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; color:#fff;}
.new {color:#FF0000; font-weight:bold; font-style:italic;}
.phn {color:#fff; font-weight:bold; font-size:140%;}


a:link, a:visited { color: #669999; text-decoration:none;}
a:hover, a:active { color: #669999; text-decoration:underline;}

ul.frontList {
list-style-image:url(../images/bullet.gif);
}

#header
{
	width: 800px;
	height: 145px;
	margin: auto;
	background-color: #96BBBB;
	background-repeat: repeat-x;
}

#navBanner
{
	width: 800px;
	height: 41px;
	margin: auto;
	background-color: #96BBBB;
	background-image:url(../images/navBG.gif);
	background-repeat: no-repeat;
}

#container
{
	width: 800px;
	overflow: hidden;
	margin: auto;
	margin-top:0;
	background-color: #FFFFFF;
	background-image: url('../images/sideBlue.gif');
	background-position:left;
	background-repeat: repeat-y;
}

#sideBar
{
	width: 205px;
	overflow: hidden;
	margin: 0;
	background-image: url('../images/sign_01.gif');
	background-repeat: no-repeat;
	vertical-align:top;

}

#content
{
	width: 575px;
	/*margin-right: 10px;*/
	float: right;
	height:auto;
	background-color: #FFFFFF;
	color:#000;
	clear:both;
}

#promItems
{
	width: 565px;
	/*margin-right: 10px;*/
	float: right;
	height:auto;
	padding: 8px;
	margin-bottom:5px;
	background-color: #DDDDDA;
	clear:both;
	color:#000;
	border-left:2px;
	border-left-color:#E68F2A;
	border-left-style:solid;
	background-image:url(../images/Logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#news
{
	width: 565px;
	/*margin-right: 10px;*/
	float: right;
	height:auto;
	padding: 8px;
	margin-bottom:10px;
	background-color: #EED4AC;
	clear:both;
	color:#000;
	border-left:2px;
	border-left-color:#E68F2A;
	border-left-style:solid;
}

#magSuppSigns
{
	width: 565px;
	/*margin-right: 10px;*/
	float: right;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px;
	background-color: #DDDDDA;
	clear:both;
	color:#000;
	border-left:2px;
	border-left-color:#E68F2A;
	border-left-style:solid;
	background-image:url(../images/Logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#pricelist
{
	width: 565px;
	/*margin-right: 10px;*/
	float: right;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px;
	background-color: #DDDDDA;
	clear:both;
	color:#000;
	border-left:2px;
	border-left-color:#E68F2A;
	border-left-style:solid;
	background-image:url(../images/Logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


#footer
{
	width: 800px;
	height: auto;
	margin: auto;
	background-color: #000033;
	background-repeat:no-repeat;
	text-align:center;
	font-size: 90%;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}


.imgFloatLeft {float:left; padding:1px;}
.imgFloatRight {float:right; padding:1px;}

.imgFloatRightBorder {
	float:right; 
	margin:10px;
	border:2px solid #FF6600;
}

#subnav {
	width:200px;
	float:right;
	background-color:#E8E8D0;
	color:#000033;
	border-color:#E68F2A;
	border-style:solid;
	border-width:2px;
	border-top-width:15px;
}

#login {
width: 180px;
float:right;
}

#login-page {
width: 180px;
}

/* SIDE BAR ----------------------------------------------------*/
#navcontainer { width: 205px;
}

#navcontainer ul
{
margin-top:120px;
margin-left: 0;
padding-left: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

#navcontainer a
{
display: block;
padding: 5px;
padding-left: 15px;
width: 205px;
background-color: #E8E8D0;
border-bottom: 1px solid #000033;
}

#navcontainer a:link, #navlist a:visited
{
color: #000033;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #669999;
color: #000033;
}

/* email config form ----------------------------------------------------*/

label.email,input.email {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label.email {
	text-align: right;
	width: 150px;
	padding-right: 15px;
}
label.checkbox2 {
	text-align: left;
	width: 200px;
	padding-left: 10px;
}

.checkbox {margin-left:165px; width:15px;}
.interested {width:200px; margin-left:60px;}
.submit {margin-left:165px; width:70px;}

br {
	clear: left;
}
