/* Main CSS Document */

body {
	background-color: #666666;
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
}

#wrapper {
	background-color: #ffffcc;
	width: 740px;
	margin: 0 auto 0 auto;
}

#header {
	background-image:url(../images/header_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#header h3 {
	display:none;
}
#banner {
	background-image:url(../images/banner_bg.gif);
	background-repeat:repeat-x;
	height: 43px;
	position: relative;
	top: 15px;
}
#logo {
	position:relative;
	top: -35px;
	left: 25px;
}
#header p.tagline {
	text-align:right;
	margin-right: 10px;
	font-style:italic;
	font-weight: bold;
	color: #993333;
	position: relative;
	top: 32px;
}
#google_search_box {
	position: absolute;
	margin-left: 340px;
	margin-top: 20px;
}
#google_submit {
	font-size:70%;
	height:20px;
	width:45px;
}

#utils {
	position:absolute;
	margin-top: 10px;
	margin-left: 600px;
	font-family:Arial, Helvetica, sans-serif;
}
#utils ul li {
	font-size: 70%;
	list-style-type: none;
}

#utils ul li a:link, #utils ul li a:visited  {
	color: #339999;
}
#utils ul li a:hover {
	color: #CCCCCC;
}
#main_frame {
	margin-top: 100px;
}
#nav_box{
	width: 175px;
	height: 285px;
	float:left;
	background-image:url(../images/divider_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#nav_box a:link, #nav_box a:visited {
	text-decoration: none;
	color: #993333;
}
#nav_box a:hover {
	color: #9D9D9B;
}
p.nav_item {
	text-align: right;
	margin: 10px 15px 0 0;
	font-style:italic;
	font-weight: bold;
	font-size: 120%;
	color: #993333;
}
#main_content {

	padding-left: 20px;
	margin: 0 15px 0 175px;
}
#main_content h3 {
	color: #339999;
	font-size: 125%;
}
#main_content a {
	color: #993333;
}

#flash_box {
		text-align: center;
}
/*product listing styles*/
#prod_links {
	text-align:right;
	font-size: 85%;
	margin-right: 15px;
}

#product_sublist a, #prod_links a {
	color: #993333;
}

#product_sublist a:hover, #prod_links a:hover {
	color: #999999;
}
#product_sublist {
	margin-left: 10px;
}
#product_level2{
	margin-left: 10px;
}
#product_details {
	margin-left: 170px;
}
h1.prod_name {
	color:#993333;
	font-size: 160%;
	font-stretch: expanded;
}
h3 span.tagline {
	font-size: 75%;
}
.nav_link {
	font-size: 80%;
	color:#CCCCCC;
}

p.price, .pdf_link {
	color:#993333;
	font-weight:bold;
	font-size: 110%;
}
p.desc {
	font-size: 95%;
	width: 85%;
}
/*support area styles*/
#answer_area {
	margin-right: 15px;
	border: solid 1px #993333;
	padding: 5px;
}
#answer_area h4 {
	color: #993333;
}

/*news page styles*/

#main_content h3.news {
	color:#000;
}
/*other general page styles*/

img.page_icon {
	float:right;
	margin-right: 10px;
	margin-top: -25px;
}
p.error {
	color:#FF0000;
}
.hilight {
	color:#993333;
	font-weight: bold;
}

#social_links{
	width: 300px;
	margin: 0 auto 5px auto;
	border: 1px solid #339999;
	background-color: #CDEEEE;
}
#social_links p{
	text-align:center;
	margin: 5px auto 5px auto;
}
/*footer styles*/
#bottom_links {
	text-align:center;
	font-size: 75%;
}

#bottom_links a{
	color: #993333;
}
#footer {
	background-image:url(../images/footer_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
}

#footer_copy {
	position:relative;
	top: 20px;
	text-align:center;
	font-size: 85%;
}

#footer a:link, #footer a:visited {
	color: #cccccc;
}

#footer a:hover {
	color: #993333;
}