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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.125em;  /*16x1.25=18*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Everything above this point is to reset the default css values in major browsers*/

/*Start with the heading tags*/

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.8em;	
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;	
}
h3 {
	font-size: 1.125em;	
}
h4 {
	font-size: 1em;	
}
h5 {
	font-size: 1em;	
}
h6 {
	font-size: 1em;	
}
p {
	margin-bottom: 1em;
	font-size: .875em;  /*16x.875=14*/
}
/*Standard link tags*/
a {
	color:#075277;
}
a:hover{
	color:#F4BF5B;
}

/*The container holds all*/
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #075277;
}
/*--------------------------HEADER------------------------------*/
/*This is the header section, including header navigation*/
#header {
	float: left;
	height: 150px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_top {
	height: 105px;
	width: 960px;
	float: left;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_left {
	float: left;
	height: 105px;
	width: 613px;
}
#header_right {
	float: left;
	text-align: right;
	height: 105px;
	width: 347px;
}
#navBar {
	float: left;
	width: 960px;
	height: 44px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation {
	padding-left: 200px;
	height: 44px;
	float: left;
	width: 760px;
}
#navigation ul{
	text-decoration: none;
	float: left;
	width: 100%;
}
#navigation ul li{
	display:inline;
	padding-top: 10px;
	padding-right: 0.5em;
	padding-left: 10px;
	float: left;
}
#navigation li a{
	text-decoration: none;
	color:#FFFFFF;
}
#navigation li a:hover{
	color: #F4BF5B;
}
/*------------------------------------MIDDLE---------------------------------------------*/
/*Content wraps around the left column and the main product area*/
#content {
	float: left;
	width: 960px;
}
/*---------------------------LEFT COLUMN------------------------------------------------*/
#left {
	width: 200px;
	float: left;
}
/* this wraps around the searchbox and navigation, background is the top of the rounded box*/
#left_top{
	background-image: url(images/left_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
/*this wraps around the searchbox and the navigation, background is bottom of rounded box*/
#searchform{
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/left_bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	float: left;
	width: 180px;
}
/* heading tags specific to left side within searchform div*/
#searchform h1{
	padding-bottom:0.2em;
	color: #006699;
}
#searchform h2{
	padding-bottom:0.2em;
	color: #075277;
}
/* styles for the form*/
.goButton{
	background: url(images/go_button.png) no-repeat top left;
	height: 31px;
	width: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 125%;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
form {
	padding-bottom:30px;
}
/* Styling for the left navigation, within the searchform div*/
#searchform ul{
	text-decoration: none;
}
#searchform ul li{
	display:block;
	padding-top: 10px;
	background-image: url(images/paw.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
}
#searchform li a{
	text-decoration: none;
	color:#075277;
	font-size: 75%;
	font-weight: bold;
}
#searchform li a:hover{
	color: #FFFFFF;	
}
/*-------------------------------Product Area-------------------------*/
/*This is where the products will be and where you can add links to within your store*/
#productArea {
	float: left;
	width: 760px;
}
#product_left {
	float: left;
	width: 420px;
	line-height: 0px;
}
#product_right {
	float: left;
	width: 340px;
	line-height: 0px;
}
/*-----------------------Footer-----------------------------*/
#footer {
	clear: both;
	float: left;
	width: 960px;
	background-image: url(images/footer_line.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	color: #006699;
}
#bottom {
	text-align: center;
	background-image: url(images/guarantee.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 960px;
}
#bottom h4{
	color:#075277;
}
/*bottom specific navigation*/
#bottom ul{
	text-decoration: none;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
}
#bottom ul li{
	display:inline;
	padding-top: 10px;
	padding-right: 0.5em;
	padding-left: 10px;
}
#bottom li a{
	text-decoration: none;
	color:#006699;
}
#bottom li a:hover{}
/*bottom specific paragraph tag for copyright to be small*/
#bottom p{
	font-size: 0.625em;
}
#contact {
	text-align: center;
	padding: 20px;
}
#about {
	text-align: center;
	padding: 20px;
}
#vip {
	text-align: center;
	padding: 20px;
}

