@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------
Author: Matthew Hansen
Date:	
Description: The main style sheet for the entire site.
----------------------------------------------------------*/


/* =Structure
------------------------- Page Structure ------------------
*/
*
{
	margin:0px;
	padding:0px;
	border:0px;
}
html
{
	height:100%; /*this ensures the vertical scrollbar is on for all browsers*/
	margin-bottom:1px;
}
body
{
	height:271px;	
	background-color: #ffffff;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #05052d;
	text-align: center; /*required to center wrapper in ie6*/
}
#wrapper 
{
	width:734px;
	margin:0px auto 0px auto;
	text-align: left; /*required to center wrapper in ie6*/
}
.clear /* NOTE this class makes sure divs get pushed down automatically*/
{
	clear:both;
}
/* =Format
------------------------- Format ------------------
*/
p
{
}
h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.0em;
	color:#2F4489;
	text-align:center;
}
h1 a
{
	text-decoration:none;
	color:#2F4489;
}
h1 a:hover
{
	text-decoration:underline;
}
h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
}
h3
{
}
.store_content_filler em
{
	font-size:0.9em;
}
.center_text
{
	text-align:center;
}
/* = Header
------------------------- Header ------------------
*/
#header
{
	height:211px;
	width:726px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

/* = links
------------------------- links ------------------
*/
#store_menu a, #footer a, .infobox_content_filler a, #nav a
{
	color:#05052D;
	text-decoration:none;
}
#store_menu a:hover, #footer a:hover, .infobox_content_filler a:hover, #nav a:hover
{
	text-decoration:underline;
}
#nav a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:100px;
}

/* = Navigation
------------------------- Navigation ------------------
*/
#nav
{
	height:60px;
	width:730px;
	padding-bottom:3px; /*pushes the store menu down */
	position:relative;
}
#nav_left
{
	height:60px;
	width:16px;
	background-image:url(../images/nav_bg_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
#nav_filler
{
	height:60px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	width:695px;
	float:left;
}
#nav_right
{
	height:60px;
	width:16px;
	background-image:url(../images/nav_bg_right.jpg);
	background-repeat:no-repeat;
	float:left;
}
#nav ul
{
	margin-top:20px;
	text-align:center;
}
.nav_left
{
	list-style:none;
	margin:0px;
	float:left;
	display:block;
	width:130px;
	background-image:url(../images/nav_divider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:8px;
}
.nav_end
{
	list-style:none;
	margin:0px;
	float:left;
	display:block;
	width:130px;
}

/* = Store Menu
------------------------- Store Menu ------------------
*/
#store_menu
{
	height:69px;
	width:727px;
	font-size:1.0em;
	margin-top:0px;
}
#store_menu_span
{
	margin-left:20px;
	position:absolute; /*this makes sure the text is above the search box*/
}
#search_box
{
	height:69px;
	width:220px;
	background-image:url(../images/search_box.gif);
	background-repeat:no-repeat;
	float:left;
	padding-left:4px;
}
#menu_links
{
	height:69px;
	width:316px;
	text-align:center;
	float:left;
}
#cart_button
{
	height:69px;
	width:60px;
	float:left;
}
#cart_link
{
	width:126px;
	float:right;
}
#search_input
{
	width:135px; 
	margin-right:12px; 
	margin-left: 20px; 
	float:left;
	margin-top:25px;
	height:18px;
}
/* = Content structure
------------------------- Content structure ------------------
*/
#content_wrapper
{
	width:734px;
}
#store_head
{
	height:19px;
	width:734px;
	background-image:url(../images/store_bg_head.gif);
	background-repeat:no-repeat;
}
#store_bg
{
	width:734px;
	background-image:url(../images/store_bg.gif);
	background-repeat:repeat-y;
}
#store_foot
{
	height:23px;
	width:734px;
	background-image:url(../images/store_bg_foot.gif);
	background-repeat:no-repeat;
}
/* = Info box
------------------------- info box ------------------
*/
.infobox_wrapper
{
	width:200px;
	margin:0px 15px 0px 15px;
	float:left;
}
.infobox_heading
{
	height:47px;
	width:205px; /*increased the width for ie6*/
	margin-bottom:3px; /*pushes the store menu down */
}
.infobox_head_left
{
	height:47px;
	width:10px;
	background-image:url(../images/infobox_title_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
.infobox_head_filler
{
	height:47px;
	background-image:url(../images/infobox_title_bg.jpg);
	background-repeat:repeat-x;
	width:180px;
	float:left;
	text-align:center;
	padding-top:15px; /*pushes text down*/
}
.infobox_head_right
{
	height:47px;
	width:10px;
	background-image:url(../images/infobox_title_right.jpg);
	background-repeat:no-repeat;
	float:left;
}
.infobox_head_filler span
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
.infobox_content
{
	width:200px;
	margin-top:15px;
}
.infobox_content_head
{
	height:6px;
	width:200px;
	background-image:url(../images/infobox_bg_head.gif);
	background-repeat:no-repeat;
}
.infobox_content_filler
{
	width:200px;
	background-image:url(../images/infobox_bg.gif);
	background-repeat:repeat-y;
	padding:10px;
}
.infobox_content_filler ul
{
	font-size:0.9em;
	list-style:none;
}
.infobox_content_foot
{
	height:23px;
	width:200px;
	background-image:url(../images/infobox_bg_foot.gif);
	background-repeat:no-repeat;
}
/* = Store Content
------------------------- Store Content ------------------
*/
.store_content
{
	float:left;
	width:464px;
	margin-left:10px;
}
.store_content_head
{
	height:10px;
	width:464px;
	background-image:url(../images/store_content_head.gif);
	background-repeat:no-repeat;
}
.store_content_filler
{
	width:444px;
	background-image:url(../images/store_content_bg.gif);
	background-repeat:repeat-y;
	padding:10px;
}
.store_content_filler li
{
	/*list-style:none;*/
	margin-left:20px;
}
.store_content_foot
{
	height:10px;
	width:464px;
	background-image:url(../images/store_content_foot.gif);
	background-repeat:no-repeat;
}
/* = Footer
------------------------- Footer ------------------
*/
#footer
{
	width:727px;
	height:60px;
	text-align:center;
	font-size:0.8em;
}
#footer ul
{
	margin-top:10px;
}
#footer li
{
	list-style:none;
	margin:0px;
	display:inline;
}
/* = Form
------------------------- Form ------------------
*/
.contact_form
{
	padding:10px;
	padding-right:0px;
	margin-top:20px;
	margin-bottom:50px;
}
.form_row
{
	clear:both;
	margin:10px;
	padding-top:10px;
}
.form_row label
{
	display:block;
	float:left;
	width:140px;
}
.form_row input
{
	width:210px;
	height:1.6em;
	border:dotted 1px #333333;
	color:#23336a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding-left:5px;
	padding-top:3px;
}
textarea
{
	width:350px;
	margin-right:90px;
	border:dotted 1px #333333;
	color:#23336a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin-top:20px;
}
.submit
{
	/*width:159px;
	height:60px;*/
	height:50px;
	width:133px;
	float:right;
	background-image:url(../images/email_submit.gif);
	background-repeat:no-repeat;
	margin-right:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#fffff1;
	cursor:pointer;
	padding-right:30px;
	padding-bottom:10px;
}
#form_message
{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_form input:hover, .contact_form input:focus, .contact_form textarea:hover, .contact_form textarea:focus
{
	background-color:#eaecf3;
}

/* = News
------------------------- News ------------------
*/
#news_rss
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#news_rss a
{
	text-decoration:none;
}
#news_rss a:hover
{
	text-decoration:underline;
}
table a
{
	color:#2F4489;
}
.news_title a
{
	color:#05052d;
	font-weight:bold;
}
nobr
{
	font-size:0.8em;
}

/* = Site Map
------------------------- Site Map ------------------
*/
#site_map li
{
	list-style:none;
}
#site_map a
{
	color:#05052D;
	text-decoration:none;

}
#site_map a:hover
{
	text-decoration:underline;
}
/* = Success & Error mesages
------------------------- Success & Error mesages ------------------
*/
.success_box
{
	background-color:#6f9ecf;
	padding:10px;
	margin-top:30px;
	border:#05052d 1px solid;
	font-weight:bold;
}
.error_box, #error_box
{
	background-color:#d68023;
	padding:10px;
	margin-top:30px;
	border:#2d0505 1px solid;
	font-weight:bold;
	color:#2d0505;
}
#error_box
{
	display:none;
}
.success_title
{
	font-weight:bold;
	padding-bottom:10px;
}
.success_box p
{
	padding:0px;
	font-size:1.0em;	
}
.success_box a
{
	text-decoration:underline;
}
.success_box a:hover, .error_box a:hover
{
	text-decoration:none;
}
.error_title
{
	font-weight:bold;
	padding-bottom:10px;
}
.error_box p
{
	padding:0px;
	font-size:1.0em;	
}
.error_box a
{
	text-decoration:underline;
}

/*
------------------------ breadcrumbs -------------------
*/
.crumb_link
{
	font-size:0.8em;
	color:#ffffff;
	position:absolute;
	top:185px;
	margin-left:25px;
}
.crumb_link a
{
	color:#ffffff;
	text-decoration:none;
}
.crumb_link a:hover
{
	text-decoration:underline;
  /*color: #2F4489;*/
}

/*
--------------------------- oscommerce styles ------------------
*/

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; }
