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,
caption, tbody, tfoot, thead, tr, th, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin: 0;
	height:100%;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#3c1b0d;
	background:url(../images/bg-repeat.jpg) top center repeat-x #FFFFFF;

}

html {
	height: 100%;
	margin: 0;
}

blockquote, q {
	quotes: 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;
}

ul {
	list-style-image:url(../images/bullet.gif);
	margin-left:18px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#004b97;
	letter-spacing:-1pt;
	font-weight:normal;
	margin-bottom:5px;

}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a00c0c;
	

}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c1b0d;
	letter-spacing:-.5pt;
	margin-top:10px;

	border-bottom:1px #CCCCCC solid;
	

}

.bluetext {
	color:#003c78;

}



/* Here are the navigation tags*/

#nav, #nav ul { /* all lists */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 0px 20px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration:none;
	font-weight:bold;	
	color:#FFFFFF;
	margin: 2px 25px 0px 5px;
	padding:2px 5px 7px 5px;
}

#nav a:hover {
	color:#1c4873;
	
}

#nav li { /* all list items */
	float: left;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #1882c0;
	font-size:13px;
	width: 179px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left:solid 5px #54ade7;
	border-bottom:solid 5px #54ade7;
	border-right:solid 5px #54ade7;
	
	
}

#nav li ul a{ /* second-level list links */
	width: 160px;
	margin-right:5px;
	padding:5px 5px 5px 5px;
	
}

#nav li ul a:hover { /* second-level list links */
	background:#54ade7;
	
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -35px 0px 0px 145px;
	border-top:solid 5px #54ade7;
	

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}



div#container-background {
	width:100%;
	height:auto;
	background:url(../images/bigbg.jpg) top center no-repeat;
	
}

div#container-page {
	width:950px;
	margin:0px auto;

}

div#container-header {
	
	height:175px;
	background-image:url(../images/header.jpg);

}

div#container-nav {
	height:32px;
	width:950px;
	background:url(../images/header.jpg) bottom no-repeat;
}


div#front-content {
	
}



div#over-container-content {
	width:950px;
	background:url(../images/container_content_bg_fade.jpg) left top no-repeat;

}

div#container-content {
	width:950px;
	background-color:#ffffff;
	background-image:url(../images/left-bar-blue-bg.gif);
	background-repeat:repeat-y;
	height:auto;
	

}

div#main-content {
	width: 100%;
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	



}

div#sidebar-left {
	width:200px;
	height:615px;
	background-color:#319ce2;
	background-image:url(../images/left-bg-blank.jpg);
	background-position:top;
	background-repeat:no-repeat;
	

}

div#content-right {
	width:745px;
	float:right;
	margin:0px;
	padding:0px;
}

div#content-block {

	padding:20px 20px 20px 20px;
}




div#back-next {
	width:300px;
	float:right;

}

div#back-next a {
	float:right;
	color:#1981be;
	font-size:10px;
	font-weight:bold;
	margin-left:10px;

}

div#back-next a:hover {
	color:#87c3e8;
	text-decoration:none;

}


div#product-min {
	width:310px;
	height:200px;
	/*border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;*/
	padding:15px;
	margin-bottom:10px;
	vertical-align:top;
	background-image:url(../images/product-min-bg-bottom2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;


}

div#product-min h1 {
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:3px;
	letter-spacing:normal;
	line-height:15px;

}

div#product-min img {
	width:120px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:solid #9ecaed 4px;

}

div#product-min p {
	padding-bottom:12px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	margin-bottom:12px;

}

div#product-min a {
	float:right;
	display:block;
	padding:1px 5px 1px 5px;
	margin-left:10px;
	background-color:#004b97;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;

}

div#product-min a:hover {
	background-color:#87c3e8;

}

div#buy-bar {
	width:275px; 
	float:left; 
	
}


.itemdesc {
	font-size:13px;
	margin-top:0px;
	line-height:13px;

}

.itemnum {
	font-size:12px;
	color:#1981be;
	margin-top:0px;
	padding-bottom:5px;
	line-height:13px;

}

.min_price {
	font-size:14px;
	color:#a00c0c;
	font-weight:bold;
	float:left;
	
}

div#product-max{
	width:650px;
	

}

div#product-max img{
	padding:10px;
	border:#CCCCCC 1px solid;
	float:left;
	margin-right:20px;
	

}

div#product-max p{
	font-size:12px;
	line-height:normal;
	margin-left:330px;
	margin-bottom:10px;
	

}

div#product-max-cart-and-price {
	width:320px;
	float:right;
	margin-bottom:15px;

}

div#additional-images {
	width:305px;
	margin-top:15px;
	border:#CCCCCC 1px;
	float:left;

}

div#additional-images img {
	border:none;
	padding:0px;
	margin:0px;
}



div#phone-order {
	width:320px;
	float:right;
	margin-bottom:15px;

}

div#item_desc {
	width:320px;
	float:right;
	margin-bottom:15px;

}

div#item_desc span {


}


div#additional-product {
	width:320px;
	float:right;
	border-top:#CCCCCC 1px solid;

}







div#index-header{
	width:620; 
	height:30px; 
	background:url(../images/read-about-why.gif); 
	padding:15px 25px 0px 0px; 
	color:#feda26; 
	text-align:right;	
}

div#index-header a {
	color:#feda26;
	text-decoration:underline;

}

div#index-header a:hover {
	text-decoration:none;

}

div#index-block {
	width:158px;
	height:165px;
	padding:32px 15px 0px 197px;
	color:#ffffff;
	

}

div#index-block h1 {
	color:ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	

}

div#index-block p {
	top-margin:-15px;
	line-height:15px;
	

}

div#index-block a {
	color:#feda26;
	display:block;
	margin-top:15px;
	

}

div#index-block a:hover {
	text-decoration:none;
	

}






.product-max-price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#a00c0c;
	letter-spacing:-3pt;
	margin-right:25px;
	

}








.clearing {
	height: 0;
	clear: both;
}



div#container-footer {	
	background-color:#2a8fd7;
	height:65px;
}




