@charset "utf-8";
/* CSS Document */

body,
html {
 margin:0;
 padding:0;
 color:#000;
 background:#eeeeee;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:11px;
}

h1
{
	margin:0;
	color:#053b8b;
	font-size: 22px;
	margin-bottom: 10px;
}

h2 
{
    margin:0 0 1em;
    color:#053b8b;
	font-size: 18px;
}

h3 
{
 margin:0 0 1em;
 font-size:12px;
 color:#053b8b;
}

a:link
{
    color:#053b8b;
}
a:hover
{
    color:#000;
}

#wrap {
    width:926px;
    margin:0 auto;
    background:#eeeeee;
	background-image: url(images/wrapBg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
 background:#FFF;
 height: 80px;
}

#logo
{
	padding-left: 40px;
	padding-top: 10px;
	height:116px;
	background-color:#FFF;
}

#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding-top:22px;
	background-image:url(images/navBg.jpg);
	background-repeat:no-repeat;
	height: 24px;
	text-align:center;
}

#nav a:link {
	color:#FFF;
	text-decoration:none;
	border-width:0px;
}
#nav a:visited {
	color:#FFF;
	text-decoration:none;
	border-width:0px;
}
#nav a:hover {
	text-decoration:underline;
}

#nav ul {
 margin:0;
 padding:0;
 list-style:none;
}

#nav li {
 display:inline;
 margin:0;
 padding:0;
}


#main {
 float:right;
 width:706px;
 background:#eeeeee;
}

#sidebar {
 	float:left;
 	width:220px;
	background:#eeeeee;
}

#footer {
	clear:both;
	padding:5px 10px;
 	background:#064194;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}

#footer p {
 margin:0;
}

#main #mainContent {
	background-image: url(images/contentTopBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	padding-top: 38px;
	padding-left: 50px;
}
#sidebar #sideContent {
	background-image: url(images/leftSideBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #cbd5fc;
	padding: 20px;
}

.right{
float: right;
}

.bot {
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	width: 100px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 17px;
	/*float: right;*/
}
.bot  a:link {
	height: 18px;
	width: 100px;
	display: block;
	background-image: url(images/buttonBg.png);
	color: #FFFFFF;
	text-decoration: none;
}
.bot a:visited {
	height: 18px;
	width: 100px;
	display: block;
	background-image: url(images/buttonBg.png);
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.bot a:hover {
	background-image: url(images/buttonBgOver.png);
}

.botSmall {
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	width: 60px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
	/*float: right;*/
}
.botSmall  a:link {
	height: 18px;
	width: 60px;
	display: block;
	background-image: url(images/buttonBgSmall.png);
	color: #FFFFFF;
	text-decoration: none;
}
.botSmall a:visited {
	height: 18px;
	width: 60px;
	display: block;
	background-image: url(images/buttonBgSmall.png);
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.botSmall a:hover {
	background-image: url(images/buttonBgSmall.png);
}

.botForm {
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	width: 100px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin-left: 5px;
	line-height: 17px;
	float: right;
}
.botForm  a:link {
	height: 18px;
	width: 100px;
	display: block;
	background-image: url(images/buttonBg.png);
	color: #FFFFFF;
	text-decoration: none;
}
.botForm a:visited {
	height: 18px;
	width: 100px;
	display: block;
	background-image: url(images/buttonBg.png);
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.botForm a:hover {
	background-image: url(images/buttonBgOver.png);
}

.botForm2 {
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	width: 200px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin-left: 5px;
	line-height: 17px;
	float: right;
}
.botForm2  a:link {
	height: 18px;
	width: 200px;
	display: block;
	background-image: url(images/buttonBg2.png);
	color: #FFFFFF;
	text-decoration: none;
}
.botForm2 a:visited {
	height: 18px;
	width: 200px;
	display: block;
	background-image: url(images/buttonBg2.png);
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.botForm2 a:hover {
	background-image: url(images/buttonBgOver2.png);
}

.botPlain
{
    border: 1px solid #053B8B;
    font-size: 10px;
    color: #053B8B;
    height: 18px; /*width: 100px;*/
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    line-height: 17px;
    float: left;
    
    padding-bottom: 10px;
    margin-left: 5px;
}
.botPlain  a:link {
	height: 18px;
	display: block;
	background-color:#CBD5FC;
	color: #053B8B;
	text-decoration: none;
	
	padding: 5px;
}
.botPlain a:visited {
	height: 18px;
	display: block;
	color: #053B8B;
	text-decoration: none;
	font-weight: bold;
	
	padding: 5px;
}
.botPlain  a:hover {
	height: 18px;
	display: block;
	background-color:#053B8B;
	color: #FFF;
	text-decoration: none;
	
	padding: 5px;
}

.textBlue
{
	color:#053b8b;
}

.textbox
{
	border: 1px solid #053b8b;
	font-size: 11px;
	color:#000;
}

#registerForm .textbox
{
	width: 250px;
}

#registerForm h1
{
	font-size: 18px;
	padding-bottom: 20px;
}
#popup h1
{
	font-size: 16px;
}

#newsletter {
	width: 150px;	
	margin-top: 5px;
}
.errorMessage
{
	color: red;
}

h1.productTitle
{
    font-size: 16px;
}

/* Flash Content Pages */
#flashItems .item
{
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #053b8b;
}

#flashItems .item .photo
{
    float: left;
    width: 150px;
}

#flashItems .item .text
{
    margin-left: 165px;
}

#flashItems .item .text ul
{
    padding-left: 15px;
    padding-top: 0px;
}

#flashItems .item .clear
{
    clear: both;
}