	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{ margin:0; padding:0; }
	fieldset, img { border:0; }
	caption, th { text-align:left; }
	h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
	abbr, acronym { border:0; }
	



	/* ----======== HTML Selectors ========---- */
	
	html
	{
	overflow: -moz-scrollbars-vertical;	
	}
	
	body
	{
	text-align: center;
	margin: auto;
	background: #222 url(../images/background.jpg) repeat top center;
	color: #4f1f56;
	font-size: 12px;
	padding: 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a
	{
	color: #74cdfe;
	text-decoration: none;
	outline: none !important;
	}
	
	a:hover { color: #fff; text-decoration: underline; }
	
	h1
	{
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	}
	
	h2
	{
	color: #fbc657;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;	
	}
	
	h3
	{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: -10px;
	}
	
	h4
	{
	font-size: 10px;
	margin-bottom: 15px;
	}
	
	h5 { color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px; }
	
	p
	{
	margin-bottom: 15px;
	line-height: 19px;
	}
	
	.hidden
	{
	display: none;	
	}
	
	.clear
	{
	clear: both;	
	}
	
	blockquote {
	background-color: #044D78;
	padding:10px;
	line-height:16px;
	}
	
	/* ----======== Custom Selectors ========---- */
	
	#content ul, #content ol { list-style: none; margin-bottom: 10px; }
	
	#content li
	{
	padding-bottom: 7px;	
	line-height: 17px;
	background: url(../images/bullet.gif) no-repeat 0 2px;
	padding-left: 20px;
	}
	
	#sidebar
	{
	float: left;
	width: 180px;
	padding-left: 5px;
	}
	
	#sidebar li {
	font-size: 14px;
	line-height: 18px;
	}
	
	.storeFront
	{
	float: right;
	margin-left: 20px;
	width: 340px;
	}
	
	.storeFront img {
	border: none !important;
	}
	
	.storeFront p
	{
	float: left;
	padding: 10px 10px 0px 10px;
	font-size: 13px;
	}
	
	.storeFront-Header
	{
	float: none !important;
	font-weight:bold;
	padding-top: 7px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	color: #fbc657;
	}
	
	#contentRight
	{
	float: right;
	width: 610px;
	}
	
	#wrapper
	{
	width: 900px;	
	background: #fff;
	margin: auto;
	position: relative;
	}
	
	#header
	{
	padding: 30px;
	text-align: left;
	background: url(../images/header_image.jpg) no-repeat top left;
	height: 390px;
	width: 840px;
	position:relative;
	}
	#facebook-icon{
	position:absolute;
	right:-33px;
	top:38px;
	}
	
	#header-products
	{
	padding: 30px 30px 0px;
	text-align: left;
	background: url(../images/header_image_products.jpg) no-repeat left top;
	height: 137px;
	width: 840px;
	position:relative;
	}
	
	#content
	{
	border: 1px solid #0b85c7;
	background: url(../images/content_tile.jpg) repeat-y;
	float: left;
	width: 898px;
	margin-bottom: 25px;
	padding: 0px;
	}
	
	#contentInner
	{
	background: url(../images/content_bg.jpg) no-repeat top left;
	color: #fff;
	text-align: left;
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 848px;
	}
	
	#logo
	{
	margin-bottom: 30px;	
	}
	
	#mainMenu
	{
	position: absolute;
	top: 30px; right: 30px;
	}
	
	#mainMenu li
	{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	#mainMenu li#home
	{
	background: url(../images/home_btn.png) no-repeat bottom left;
	width: 87px;
	height: 51px;
	}
	
	#mainMenu li#home a
	{
	display: block;
	width: 87px;
	height: 51px;
	}
	
	#mainMenu li#home:hover, #mainMenu li#home.active
	{
	background: url(../images/home_btn.png) no-repeat top left !important;
	}
	
	#mainMenu li#products
	{
	background: url(../images/products_btn.png) no-repeat bottom left;
	width: 121px;
	height: 51px;
	}
	
	#mainMenu li#products a
	{
	display: block;
	width: 121px;
	height: 51px;
	}
	
	#mainMenu li#products:hover, #mainMenu li#products.active
	{
	background: url(../images/products_btn.png) no-repeat top left !important;
	}
	
	#mainMenu li#whatwedo
	{
	background: url(../images/whatwedo_btn.png) no-repeat bottom left;
	width: 138px;
	height: 51px;
	}
	
	#mainMenu li#whatwedo:hover, #mainMenu li#whatwedo.active
	{
	background: url(../images/whatwedo_btn.png) no-repeat top left !important;
	}
	
	#mainMenu li#whatwedo a
	{
	display: block;
	width: 138px;
	height: 51px;
	}
	
	#mainMenu li#contact
	{
	background: url(../images/contact_btn.png) no-repeat bottom left;
	width: 106px;
	height: 51px;
	}
	
	#mainMenu li#contact:hover, #mainMenu li#contact.active
	{
	background: url(../images/contact_btn.png) no-repeat top left !important;
	}
	
	#mainMenu li#contact a
	{
	display: block;
	width: 106px;
	height: 51px;
	}
	
	#footer
	{
	text-align: right;
	padding: 15px;
	color: #fff;
	line-height: 20px;
	background-color: #0b85c7;
	background-image: url(../images/footer-phone.jpg);
	background-repeat: no-repeat;
	background-position: 26px center;
	clear: both;
	float: left;
	margin: 0px;
	height: 42px;
	width: 868px;
	}
    
	#footer .logo {
	float: right;
	margin-right:0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: none;
	}
	
	#content img {
	border: 2px solid #055f92;
	}
	#product_images {
	float: right;
	width:auto;
	margin-left:10px;
	margin-bottom:10px;
	text-align:right;
	}
	
	#specials {
	background-color: #05517c;
	padding: 20px;
	border: 1px solid #167ab2;
	margin-bottom:15px;
	background-image: url(../images/specials-logo.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	}
	
	.newsletter {
	background-color:#05517C;
	border:1px solid #167AB2;
	display:block;
	float:left;
	height:165px;
	margin-bottom:20px;
	margin-right:20px;
	padding:10px;
	text-align:left;
	width:160px;
	}

	.newsletter a {
	background:transparent url(../images/pdf_icon.gif) no-repeat scroll 0 0;
	display:block;
	padding-left:25px;
	}

	.newsletter-thumb {
	background-color:#05649A;
	border:1px solid #FBC657;
	height:100px;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	}

	
	.newsletter-thumb a
	{
	background: none !important;
	padding-left: 0 !important;
	}
	
	.img-no-border {
	border: none !important;
	}

	
	
/* form styles */

fieldset {
	border: 1px solid #1d96d9;
	padding: 5px 20px 14px 20px;
	margin: 3px 0px 20px 0px;
}
legend {
	margin-left: -10px;
	font-weight: bold;
	color: #48aee7;
}
legend span {
	font-weight: normal;
}
fieldset p { margin: 0.6em 0; }
fieldset label { float:left; width: 220px; font-weight: bold; }
fieldset label span {
	color: #FBC657;
	font-weight: normal;
}
fieldset .smTxt { font-size: 0.8em; color: #666; }
fieldset input,
fieldset textarea { width: 320px; border: solid 1px #7f9db9; padding: 2px; color: #494949; }
fieldset .top { margin: 1.4em 0 0.6em 0; }
fieldset input:focus {
	background-color: #F8F5EA;
}

.commentBox { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }


#addB { margin-top: 20px; }
.submitB { float: right; clear: both; }

.hide { display: none; }
.show { display: block; }
.inputlong {
	width: 468px;
	border: solid 1px #7f9db9;
	padding: 2px;
	color: #494949;
}
.inputshort {
	width: 130px;
}

.myForm td {
	padding: 5px;
}

/* floats */
	.fl {
	float:left;
	}
	.fr {
	float:right;
	}
	.fr-pad-left {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
	}
.tvc, .tvc img { border: none!important; padding: 0; }
.tvc { float: left; margin-left: -5px; margin-top: 10px; }