/* CSS Document */


/*  layout */
body {
	margin: 0px;
	padding: 0px;
	background:url(bg_body.jpg) repeat-x #13324F top;
}
body, table, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
p {
	margin-top: 12px;
}
form {
	display:inline;
}

/* LINKS */
a 		{ color:#6d98ac; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:underline; }

a.blueLink 		{ color:#FFFFFF; text-decoration:none; background:#345872; padding:3px 7px; font-family: "Times New Roman", Times, serif; }
a.blueLink:hover { color:#CCCCCC; text-decoration:underline; background:#345872; padding:3px 7px; font-family: "Times New Roman", Times, serif; }

.footer a 		{ color:#999999; text-decoration:none; }
.footer a:hover { color:#FFFFFF; text-decoration:underline; }

h1 {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:21px;
	display:inline;
}
h2 {
	color:#043957;
	font-size:14px;
	display:inline;
}


/* CLASSES */
.header {
	width:971px; 
	height:147px; 
	margin:0px auto;
}
.navigation {
	width:971px; 
	height:37px; 
	margin:0px auto;
}
.flash {
	width:971px; 
	height:254px; 
	margin:0px auto;
}
.contentContainer {
	width:971px; 
	margin:0px auto; 
}
.stockTable {
	height:15px;
}
.stockPadding {
	padding:2px 3px;
}
.clear {
	clear:both;
}
#copyrightContainer {
	width:971px; 
	margin:0px auto; 
}
.copyright {
	padding:35px 0px 0px 10px;
	float:left;
	color:#999999;
	font-family: Arial;
	font-size:12px;
}
.blender {
	float:right;
	height:30px; 
	margin:0px auto;
	padding-top:25px;
	text-align:right;
}
.footer {
	width:100%;
	margin:0px auto; 
	padding-top:20px;
	height:22px; 
	text-align:center;
	font-size:12px;
	color:#999999;
	background:url(bg_footer.jpg) repeat-x;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

div.inputWrapper {
	width: 219px;
	background: url(bg_signup.png) left top no-repeat;
}

div.inputWrapper input {
	border: 0;
	padding: 4px 6px 4px 6px;
	height: 20px;
	width: 208px;
	background-color: transparent;
	color:#444444;
}
#signup_load {
	display:none;
	text-align:center;
	padding:10px 0px;
}

#signup_message {
	display:none;
	clear:both;
}