@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #464D97;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
form {
	margin: 0px;
}
#pageheader {
	background-image: url(bg-logo.jpg);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 117px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#pagetop {
	background-image: url(bg-page-top.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 900px;
}
#content-container {
	width: 900px;
	background-image: url(bg-page.png);
	background-repeat: repeat-y;
}
#nav-top{
	margin-left: 3px;
	width: 469px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#nav-top a, #nav-top a:visited{
	font-size: 0.76em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(bg-topnav-button1.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 25px;
	float: left;
}
#nav-top a:hover {
	background-image: url(bg-topnav-button2.png);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
}
.url-blank{
	font-size: 0.76em;
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(bg-topnav-urlblank.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 25px;
	float: left;
}
#col-left-heading {
	float: left;
	width: 130px;
	margin-left: 72px;
	margin-top: 20px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#col-right-heading {
	width: 150px;
	margin-top: 20px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 70px;
	float: right;
}
#page-col-left{
	width: 204px;
	float: left;
}
#col-left-list-container{
	margin-left: 72px;
	width: 130px;
}
#page-col-left ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#page-col-left li{
	margin: 0px;
	padding: 0px;
	display: block;
}
#page-col-left a, #page-col-left a:visited{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #4A4E98;
	border-right-color: #182782;
	border-bottom-color: #2C2D6A;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(bg-catalog-button1.png);
	background-repeat: repeat-y;
	background-position: left;
}
#page-col-left a:hover{
	background-image: url(bg-catalog-button2.png);
	border-top-color: #000066;
	border-bottom-color: #000066;
}
#catalog-list-base{
	background-color: #000000;
	height: 5px;
}
#page-col-center {
	width: 460px;
	float: left;
	margin-left: 5px;
}
#blurb-container{
	margin: 9px 10px 10px;
}
#blurb-container p{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
#blurb-container h1{
	font-size: 1.23em;
	color: #06137B;
	margin-top: 0px;
	margin-bottom: 9px;
	font-style: italic;
}
#blurb-container h2{
	font-size: 1em;
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD0EE;
}
#blurb-container strong{
}
#feature-container{
	margin: 10px;
}

#feature-container h1{
	font-size: 0.9em;
	margin-top: 12px;
	margin-bottom: 5px;
	color: #CC0000;
	font-style: italic;
}
#feature-container strong{
	font-weight: bold;
	color: #393E9A;
}
#feature-container p{
	margin-top: 0px;
	margin-bottom: 3px;
}
.feature-block{
	width: 47%;
	float: left;
	margin: 0px 7px 7px 0px;
	padding: 2px;
	font-size: 0.7em;
	height: 200px;
	border-top: 1px solid #C8CDFD;
	border-right: 1px solid #9798D9;
	border-bottom: 1px solid #9798D9;
	border-left: 1px solid #C8CDFD;
	overflow: auto;
	background-color: #E9EBFE;
	color: #3756D0;
}
.feature-block img{
	border-top: 1px solid #C1CBEC;
	border-right: 1px solid #5365BB;
	border-bottom: 1px solid #5365BB;
	border-left: 1px solid #C1CBEC;
	float: left;
	margin-right: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.txt-price{
	color: #4A57CC;
	padding-top: 4px;
	font-weight: bolder;
}
a.buy-now, visited{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383F97;
}
a.buy-now:hover{
	color: #FF0000;
	border-bottom-color: #0033FF;
}
#page-col-right{
	height: 554px;
	width: 227px;
	float: right;
}
#col-right-search-container{
	margin-left: 6px;
	width: 145px;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 9px;
	height: 160px;
	background-image: url(bg-rightcol-stack-middle.png);
	background-repeat: repeat-y;
	background-position: left;
}
#col-right-search-container p{
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 0.87em;
	font-family: Arial, Helvetica, sans-serif;
}
#col-right-search-container select{
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.89em;
	border: 1px solid #666666;
	width: 135px;
	margin: 0px;
	padding: 0px;
}
.txt-input-label{
	font-weight: bold;
}
.forminput{
	width: 130px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #999999;
	font-size: 1em;
}
.gobutton{
	float: right;
	text-align: center;
	vertical-align: middle;
	width: 44px;
	background-image: url(button-go1.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
}
.gobutton:hover{
	background-image: url(button-go2.png);
}
#col-right-nav-container{
	width: 154px;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-left: 6px;
}
#col-right-nav-container a, #col-right-nav-container a:visited{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	background-image: url(button-rcol1.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-bottom-color: #000152;
	padding-left: 18px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#col-right-nav-container b {
	font-size: 1em;
}
#col-right-nav-container a:hover{
	background-image: url(button-rcol2.png);
}
.stack-top{
	background-image: url(bg-rightcol-stack-top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 7px;
	width: 154px;
	margin-left: 6px;
}
.stack-middle{
	background-image: url(bg-rightcol-stack-middle.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 154px;
	margin-left: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.stack-middle p{
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
.stack-middle h2{
	text-align: center;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 15px;
}
.stack-bottom{
	background-image: url(bg-rightcol-stack-bottom.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 7px;
	width: 154px;
	margin-left: 6px;
}
#contactinfo-container {
	margin: 20px auto 10px;
	width: 85%;
	height: 160px;
}
#contactinfo-container a, #contactinfo-container a:visited{
	color: #C25656;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E3CE4;
}
#contactinfo-container a:hover{
	color: #FF0000;
	border-bottom-color: #0099FF;
}
#contactaddress {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6A6A6;
	margin-bottom: 4px;
	font-size: 0.78em;
	text-align: center;
	padding-bottom: 2px;
	color: #3D3BA6;
	font-style: italic;
	font-weight: bold;
}
#contacthours{
	font-size: 0.7em;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 8px;
	color: #4B51B8;
}
.contactlabel{
	color: #393E93;
	font-size: 0.78em;
	font-weight: bold;
	float: left;
	margin-left: 8%;
	text-align: right;
	width: 170px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-bottom: 1px;
}
.contactdata{
	font-size: 0.78em;
	color: #4B51B8;
	float: left;
	width: 150px;
	text-align: left;
	margin-bottom: 3px;
	padding-bottom: 1px;
}
#page-footer{
	background-image: url(bg-page-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 900px;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	padding-top: 12px;
}
.section-divider{
	height: 20px;
}
#col-right-payment{
	background-image: url(bg-rightcol-stack-payment.png);
	height: 158px;
	width: 167px;
}
.dot{
	color: #0099FF;
}
#contact-form-container{
	padding: 4px;

}
#contact-form-container table{
	border-collapse: collapse;
}
#contact-form-container input{
	border: 1px solid #C6C8ED;
	font-size: 0.8em;
	color: #333333;
}
#contact-form-container textarea{
	border: 1px solid #C6C8ED;
	font-size: 0.7em;
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#contact-form-container submit{
	border: 1px solid #666666;
	background-color: #7C81D6;
}
.form-label{
	background-color: #B9BBE9;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	border: 1px solid #9597D3;
	padding: 2px;
}
.form-data{
	padding: 2px 2px 2px 3px;
	background-color: #DEDFF5;
	border-top: 1px solid #B9BBE9;
	border-right: 1px solid #B9BBE9;
	border-bottom: 1px solid #B9BBE9;
}
a.sendbutton, visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #0033CC;
	margin: 2px;
	border: 1px solid #000000;
}
a.sendbutton:hover{
	background-color: #1734FF;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#othercontent-container{
	text-align: center;
	padding-top: 15px;
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 21px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-bottom: 100px;
}
#othercontent-container h1{
	color: #0033FF;
	margin: 0px;
	font-size: 1.3em;
	font-style: italic;
}
#othercontent-container a, #othercontent-container a:visited{
	color: #0033CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-weight: bold;
}
#othercontent-container a:hover{
	color: #0033FF;
	border-bottom-color: #CC0000;
}
#othercontent-container hr{
	color: #C0C6F8;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.clrfloat{
	clear: both;
	line-height: 0px;
	height: 0px;
}
#fineprint {
	margin: 9px 10px 10px;
	font-size: 0.9em;
}
#fineprint p{
	margin-top: 4px;
	margin-bottom: 7px;
}
#fineprint table,td{
	font-size: 0.9em;
	color: #7981C8;
	border-collapse: collapse;
}
.txt-fineprint{
	color: #7981C8;
	font-size: 0.8em;
	line-height: 1.2em;
}
