body {
	background:url(bg_body.jpg) no-repeat center top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

form {
	display:inline;
}	

h1 {
	display:inline;
	font-size: 22px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	display:inline;
}


a 		{ color:#23668F; }
a:hover { color:#999999; text-decoration:underline; }

.footer a, .footer a:visited { color:#DDDDDD; text-decoration:none;  }
.footer a:hover 			 { color:#A7CFDF; text-decoration:underline; }

.subnav a, .subnav a:visited { color:#212121; text-decoration:none;  }
.subnav a:hover 			 { color:#666666; text-decoration:underline; }

.mainContent {
	background:url(bg_content.jpg) repeat-x #dcdcdc;
	color:#373735;
}

.rightContent {
	padding: 20px 15px 0px 0px; 
	background:url(bg_bottom_right.jpg) bottom right no-repeat;
}
.rightColumn {
	background:url(bg_rightcol.png) repeat-y top; 
	color:#373735;
}
.subnav {
	background:url(bg_subnav.png) repeat-y top; 
	color:#373735;
	padding:10px 0px;
}

.stockLeft {
	padding: 5px 9px;
}

.stockRight {
	padding: 5px 9px;
	text-align:right;
	color:#224c5d;
}
.rightButton {
	text-align:center;
	padding:1px 0px;
}


.footer {
	background:url(bg_footer.png) no-repeat; 
	height:47px;
	padding: 12px 20px 0px 20px;
	font-size: 11px;
}

/* EMAIL SIGNUP */
#signup_load {
	display:none;
	padding:10px 0px;
}
