@charset "utf-8";

/* Layout */
body {
	background: #fff url(layout/body_bg.gif) 50% 0 repeat-y;
	color: #444;
	font: 120% "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

form { margin: 0; padding: 0; }

#container {
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

#header table tr td {
	margin: 0;
	padding: 0;
	color: #f5f5f5;
}
#header .portrait { height: 210px; width: 122px; }
#header .logo { height: 144px; width: 390px; }
#header .message { height: 36px; font-size: 14px; color: #0000FF; font-family: Verdana, Arial, Helvetica, sans-serif; }
#header .name { height: 30px; width: 390px; }
#header .optin {
	background: #F5F5F5 url(layout/header_optin_bg.gif) 0 0 no-repeat;
	color: #fff;
	line-height: normal;
}

#header .optin-message {
	color: #a5cffa;
	font-size: 11px;
	text-align: center;
	margin: 35px 20px 0 14px;
}
#header .optin-message strong { color: #fff; }
#header .optin-message p { margin-bottom: 10px; }

#header .optin-message input { color: #1d446d; border: 1px solid #1d446d; font-size: 10px; margin: 0; width: 130px; }
#header .optin-message label { color: #fff; margin: 0; text-align: right; width: 73px;}

#content-left {
	float: left;
	width: 180px;
}
#content-left ul { list-style: none; margin: 0; padding: 0; }
#content-left ul li { margin: 5px 0; padding: 0; }
#content-left ul li a { 
	color: #1d446d;
	display: block;
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	padding-left: 22px;
}
#content-left ul li a:link { color: #1d446d; }
#content-left ul li a:visited { color: #1d446d; }
#content-left ul li a:hover { background-color: #6b96c0; color: #fff; }
#content-left ul li a:active { color: #1d446d; }

#testimonials {
	background: #fff url(layout/testimonial_bg.gif) 0 100% no-repeat;
	margin-top: 20px;
}
#testimonials p { margin: 0; }
#testimonials blockquote { color: #09115d; font-size: 12px; font-style: italic; margin: 0; padding: 5px 10px 15px 21px; }
#testimonials blockquote cite { font-size: 14px; font-weight: bold; text-align: right; }

#content-right {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin-left: 184px;
	padding: 22px;
}

#content-center { 
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding: 20px 60px;
}

#content-center ul li { line-height: 1.2em; margin-bottom: 10px; }

#content-right p, #content-center p { margin-top: 0; }

h2 {
	color: #0b4a85;
	font: 1.4em Georgia, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
}

h3 {
	color: #6b96c0;
	font: 1.3em Georgia, Arial, Helvetica, sans-serif;
}

#footer {
	background: #a8bdce url(layout/footer_bg.gif) 0 0 repeat-x;
	clear: both;
	color: #fff;
	font-size: .9em;
	height: 89px;
	text-align: center;
}

#footer ul { list-style: none; padding: 39px 0 0 0; margin: 0; }
#footer ul li { display: inline; margin: 0 5px; }
#footer ul li a { color: #fff; text-decoration: none; }

#copyright { margin-top: 15px; }
#copyright a { color: #fff; text-align: right; text-decoration: none; }

.black { color: #000; font-size: 10px; }
.small { font-size: 0.7em; }
.red { color: #F00; }

.float-right {
	float: right;
	margin: 0 0 0 10px;
}
.float-left {
	float: left;
	margin: 0 18px 0 0;
}
.1pxblueborder { border: 1px solid #0b4a85; }


.optinbox {
	background-color: #2f5e8a;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 5px;
	width: 350px;
}

#salerr, #turnerr, #proferr, #bottomlineerr { color: red; display: none; }
#topline, #bottomline { color: red; font-weight: bold; }

.leftmargin { margin-left: 30px; }

.checkout { border: 2px solid #00F; padding: 10px; }#container #content #content-right h1 {
	line-height: normal;
}
#container #content #container div div form {
	text-align: center;
}
.red {
	color: #C00;
}
.underline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}
.centerMe {
	text-align: center;
}
.bigRed {
	color: #C00;
	font-size: 18px;
}
#container #content #container div #shoppingCart {
	background-color: #FFC;
	border: 2px solid #397CC2;
}
