@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	font-family: "Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
	background-color: #365779;
	background: #365779 url(images/body-bg.jpg) top center repeat-y;
	color: #333;
	font-size: 12px;
}
img { /* minus border from linked images */
	border: 0;
}
#wrapper{ /* wraps entire contents */
	width: 750px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	display: block;
}

#wrapper #head{	/* head section of site */
	width: 100%;
	height: 167px;
	float: left;
}
#head .head1 {	/* first row of header */
	padding: 0 10px;
	height: 40px;
	background: #ffffff url(images/head_01.jpg) no-repeat top center;
}
.head1 .phone { /* phone block in header */
	float: right;
	width: 50%;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

#wrapper #left{ /* nav holder */
	width: 170px;
	float: left;
}
	#left ul#nav { /* list nav */
		background-color: #B5C5D2;
		list-style-type: none;
		margin: 0 5px 5px 5px;
		padding: 0px;
		text-align: left;
	}
	ul#nav li#nav-head {  /* top section of nav */
	background-color: #1E4C77;
	color: #FBE75E;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	}
	ul#nav li { /* list items */
	background-color: #B5C5D2;
	padding: 0px;
	}
	ul#nav li a { /* list links */
	font-size: 11px;
	background-color: #B5C5D2;
	border-bottom: solid 2px #ffffff;
	color: #1E4C77;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: auto;
	padding: 5px 0 5px 15px;
	}
	ul#nav li a:hover { /* hover for list items */
	color: #ffffff;
	background-color: #7F9AB2;
	}
#left #why-buy {  /* why buy from us section */
	margin: 5px;
	padding: 5px;
	background-color: #D3D9E0;
	border: 4px double #FFF;
	font-size: 11px;
}
#why-buy strong {   /* formatting for strong text in why-buy */
	font-size: 13px;
	color: #000;
}
#left #shipping {    /* shipping depot block */
	margin: 5px;
	padding: 5px;
	background-color: #B5C5D2;
	border: 4px double #FFF;
	text-align: center;
	font-size: 18px;
}
#left #credit-cards {   /* cc logo block */
	text-align: center;
	margin: 5px;
}
#wrapper #content-wide {
	width: 750px;
	float: left;
	margin: 0;
}
	#content-wide div#header{   /* for top header with piece of sticky note */
	height: 23px;
	width: 544px;
	float: left;
	background: #7F9AB2 url(images/headerbg.jpg) top left no-repeat;
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	padding: 12px 15px 0 15px;
	margin: 0;
	}
#wrapper #content{   /* middle content sect */
	width: 390px;
	float: left;
	margin: 0 5px 5px 5px;
}

#content h1 {   /* header formatting */
	margin: 0 5px 5px 5px;
}
	#content div#header{   /* for top header with piece of sticky note */
	height: 35px;
	background: url(images/headerbg.jpg) top left no-repeat;
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	padding: 12px 15px 0 15px;
	}
	div#header a {
		color: #fff; 
		text-decoration: none;
	}
		div#header a:hover {
			color: #fff; 
			text-decoration: underline;
		}	
	#content div#header-reg {   /* for secondary header w/o sticky note */
	height: 23px;
	text-align: left;
	font-size: 10px;
	background-color: #7F9AB2;
	color: #ffffff;
	padding: 12px 15px 0 15px;
	margin-top: 15px;
	}	
	div#header-reg a {
		color: #fff; 
		text-decoration: none;
	}
		div#header-reg a:hover {
			color: #fff; 
			text-decoration: underline;
		}	
#content p {   /* for paragraphs within content area */
	margin: 0 5px 5px 5px;
	clear: both;
}
.product-box {  /* front page product ads */
	width: 110px;
	margin: 15px 5px;
	padding: 3px;
	float: left;
	text-align: center;
	font-size: 10px;		
	border: 1px solid #7F9AB2;
}
.product-box a {  /* formats link within product section */
	font-size: 10px;
	}
	.product-box img {  /* formats images within product section */
	text-align: center;
	}
.prod-main{
	float: left;
	width: 370px;
	height: 181px;
	margin: 10px;
	clear: both;

}
	.prod-img {
		float: left;
		width: 118px;
		height: 171px;
		background-color:#fff;
		padding: 5px;	
		margin: 10px 0;
		font-size: 11px;
		text-align: center;
		border: 1px solid #809AB3;
	}
	.prod-desc {
		float: left;
		width: 238px;
		height: 161px;
		background-color: #CBD4DD;
		padding: 10px;		
		margin: 10px 0;
		font-size: 11px;		
		border: 1px solid #809AB3;
	}
	
	
	#click-here {  /* call to action with yellow background */
	width: 352px;	
	float: left;
	clear: both;
	margin: 5px 10px;
	padding: 5px;
	background-color:#FBE359;
	border: 4px double #fff;
	text-align: center;
	}
	#click-here a {  /* link formatting for click-here box */
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	}
	#head-box .box-head {
	height: 20px;
	text-align: center;
	font-size: 14px;
	background-color: #7F9AB2;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 15px 0 15px;
	margin-top: 15px;
	}
	#head-box .box-desc {
	border: 1px solid #7F9AB2;
	}
	.box-desc ul {
		list-style: url(images/blue-bullet.jpg);
		font-size: 13px;
	}
	
#footer{  /* footer section */
	width: 380px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
}

#wrapper #right{  /* right column */
	width: 180px;
	float: right;	
}
#right img {  /* formats images within right column */
	margin: 0 5px 5px 5px;
}
#right .ac-info {  /* text block in right column */
	margin: 5px;
	font-size: 13px;
}
#bottom-block {  /* formats box under all three columns */
	width: 600px;
	clear: both;
	margin: 20px auto;
	padding: 5px 10px;
	background-color:#D3D9E0;
	border: 1px solid #7F9AB2;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}
.floatRight {
	float: right;
	padding-left: 10px;
}
  /* text formatting */
.red-txt-small {
	color: #C00;
	font-size: 11px;
}
.large-txt {
	font-size: 18px;
}
.small-txt {
	font-size: 10px;
}
.red-txt-large {
	color: #C00;
	font-size: 13px;
}



