/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
}

#content {
	margin: 0 auto;
	width: 800px;
	}
	
#logo{float:left; width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-color:#FfFfFf; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(../images/bg_menu.gif); background-repeat:repeat-x;}
#menu a.first {padding-left: 9px;}
#submenu{float:right; width:526px; height:32px; background-image:url(../images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#submenu div {float: right;}
#contenttext{float:right; width:526px; padding-bottom: 20px;}
#leftpanel{float:left; width:274px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px; text-align: center;}
#contactform{float:right;width:526px; margin-top: -18px;}
img#categoryImage {float:right; padding-left: 20px;}

/*GRAY PANEL*/
#graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px; text-align: justify;
}

/*TEXT STYLES*/
#topheader address {
	font-style: normal;
	margin-top: 25px;
	}
	
.bodytext, li {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

h1 {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	line-height: 36px;
	color:#CC0000;
	margin-top: 35px;
	margin-left: 10px;
}

h2 {
	margin-top: 0;
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
	}
	
h3 {
	margin-bottom: -10px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}		

li {padding-bottom: 10px;}

.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.quoteline {
	font-weight: bold;
	color: #CC0000;
}
.center {
	text-align: center;
	}

/* miscellaneous styles */
h2.maincontent {
	font-size: 14px;
	margin-left: 10px;
	}

p.maincontent {
	padding:0 12px 0;
	text-align: justify;
	}
	
img {
	border: none;
	}
hr {margin-top: 20px;}
form#request {margin: 0 0 0 20px;}
form#request div.row {margin-bottom: 10px;}
form#request label, form#request p {font-size: 12px; font-weight: bold;}
form#request p {margin-bottom: 0;}
form#request label.light {font-weight: normal;}

input.radio {position: relative; top: 2px;}
.affiliate {height: 75px; margin-bottom: 20px;}	
.affiliate img {float: left; padding-right: 20px;}
.affiliate a {position: relative; top: 20px;}
#container_images {margin: 0 auto; width: 450px;}
#container_images img{float:left;}
.clear {clear:both;}

/* contact page */
div#contactform h2 {
	font-size: .7em; 
	color: #fff; 
	background: #555555; 
	height: 16px;
	padding-left: 5px;
	padding-top: 3px;
	border-bottom: 1px dotted #ffffff;}
div#contactform div.row {margin-bottom: 2px;}
div#contactform div#buttons {position: relative; top: 10px;}
div#contactform input#submit {background: transparent url(../images/submit.gif) no-repeat 0 0; width: 80px; height: 20px; cursor: pointer;}
div#contactform input#reset {background: transparent url(../images/reset.gif) no-repeat 0 0; width: 80px; height: 20px; cursor: pointer;}
div#contactform p#thanks {margin-left: 125px;}
div#contactform label {
	float: left; 
	padding: 5px; 
	background: #efefef; 
	color: #333333; 
	font-size: 11px; 
	font-weight: bold;
	text-align: right;
	width:100px;
	margin-right: 15px;}

/* sitemap page */
ul#sitemap li, ul#sitemap li ul li{
	font: 11px Tahoma, sans-serif;
	line-height: 15px;
	list-style: none;
	}
ul#sitemap li ul li.first {
	margin-top: 10px;
	}
ul#sitemap a, ul#sitemap a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}

ul#sitemap a:hover {
	text-decoration: underline;
	}
ul#sitemap a:visited {
	color: #666666;
	}
