@CHARSET "UTF-8";
body{
	background: #234467; /* Old browsers */
	background: -moz-linear-gradient(top,  #234467 0%, #5488a8 500px, #5488a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#234467), color-stop(500px,#5488a8), color-stop(100%,#5488a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #234467 0%,#5488a8 500px,#5488a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #234467 0%,#5488a8 500px,#5488a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #234467 0%,#5488a8 500px,#5488a8 100%); /* IE10+ */
	background: linear-gradient(top,  #234467 0%,#5488a8 500px,#5488a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234467', endColorstr='#5488a8',GradientType=0 ); /* IE6-9 */
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	color: #FFFFFF;
	text-shadow: 0 8px 8px rgba(0,0,0,.2);
	margin: 5px;
}
h1{
	font-size: 25px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 17px;
}
p{
	margin:3px;
	font-size: 14px;
}
a{
	color: #AAAAAA;
	text-decoration: none;
}
th{
	text-align: left;
}
img{
	max-width: 100%;
	border: none;
}
.clear{
	clear: both;
}

input[type="submit"],
.button,
a.button,
a.button:visited{
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 15px;
	height: 14px;
	font-weight:normal;
	outline: none;
	cursor: pointer;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');






	/** test below see whats best **/
	display: table-cell;
	vertical-align: middle;
	/** other **/
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
}
input[type="submit"][disabled]{
	background: #69d7ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #69d7ff 0%, #41ccff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69d7ff), color-stop(100%,#41ccff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #69d7ff 0%,#41ccff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #69d7ff 0%,#41ccff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #69d7ff 0%,#41ccff 100%); /* IE10+ */
	background: linear-gradient(top,  #69d7ff 0%,#41ccff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d7ff', endColorstr='#41ccff',GradientType=0 ); /* IE6-9 */
}

input[type="submit"]{
	height: 32px;
	width: 115px;
	margin-top: 2px;
}


input[type="submit"]:hover,
.button:hover,
a.button:hover,
a.button:hover{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
input[type="submit"]:active,
.button:active,
a.button:active,
a.button:active{
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
div#container{
	clear: both;
	margin: 0px auto;
	max-width: 1000px;
}
div#content_container{
	clear: both;
	min-height:400px;
	background-color: #175471;
	padding-top: 5px;
	padding-bottom: 40px;
}
/********header******/
#header_container{
	background-color: #325C74;
/* 	background-color: #42526C; */
/* 	background-color: #5971AD; */
/* 	background-color: #316594;  new one never treid from penterland ferries */
}
#header_container img{
	max-width: 100%;
	float: left;
}
#header_right{
	margin: 30px 0px 10px 10px;
	float: left;
	max-width: 400px;
/* 	color: #234467; */
	color: #00bfff;
	font-size: 18px;
}
#main_nav, #cart_header, .info_box_header{
	clear: both;
 	min-height: 30px;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #d9eef7;

	background: #5488a8;
	background: -webkit-gradient(linear, left top, left bottom, from(#5488a8), to(#244b6a));
	background: -moz-linear-gradient(top,  #5488a8,  #244b6a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5488a8', endColorstr='#244b6a');
}
#main_nav ul{
	padding: 0px;
	margin: 0px;
}
#main_nav  li{
	float:left;
	display: inline;
	text-align:left;
	padding: 4px 19px 5px 20px;
}
#nav-btn,
#main_nav a,
#main_nav li{
	text-decoration: none;
	color: #d9eef7;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
#main_nav a:hover{
	background: none!important;
}
#main_nav li:hover{
	background: #0078a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#244b6a));
	background: -moz-linear-gradient(top,  #0078a5,  #244b6a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#244b6a');

}
div.drop_menu{
	margin: 5px 0pc 0pc -21px;
	z-index:1000!important;
	background-color: #244b6a;
	position: absolute;
	text-align: left;
	padding: 5px;
	border: 1px solid #244b6a;

}
#main_nav a:hover{
	background: #007ead;
}

div#footer_container{
	border-top: 1px solid #083750;
	background-color: #083750;
	color: #F1F1F1;
	-moz-border-radiusbottomleft:30px;
	-moz-border-radiusbottomright:30px;
	-webkit-border-bottom-left-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	margin-bottom: 50px;
}
#footer_testimonial{
	margin: 15px;
}
#foot_copy{
	font-size: 12px;
	float: right;
	margin-right: 40px;
}
/******left_column*****/
div.left_column{
	float: left;
	width: 200px;
}
div.left_column a{
	margin-left: 3px;
}
/********* info box ****/
.info_box{
	border: 1px solid #5488a8;
	margin-bottom: 10px;
}
.info_box_header{
	padding: 3px 0px 0px 5px;
	height: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
	vertical-align: middle;
}
.info_box_content{
	margin: 3px;
	font-size: 15px;
}
/*********services ***************/
.services_outer{
    min-height: 250px!important;
}
/****** Pagination *****/
table.pagination{
	width:100%;
	border-spacing: 0;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height: 17px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
}
table.pagination a{
	text-decoration: none;
}
table.pagination td.page_first{
	width: 35px;
}
table.pagination td.page_previous{
	width: 60px;
}
table.pagination td.page_numbers{
	text-align: center;
}
table.pagination td.page_next{
	width: 40px;
}
table.pagination td.page_last{
	width: 40px;
}
table.pagination td.total_pages{
	text-align: right;
	width: 80px;
	min-width: 80px!important;

}
/****** Pagination *****/
table.login_form{
	margin: 0px auto;
	padding: 5px;
	width: 350px;
	border: 1px solid;
}
/*****message container*****/
.message_container_info,
.message_container_error,
.message_container_success{
	border: 1px solid #CCCCCC;
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
}
.message_container_info p,
.message_container_error p,
.message_container_success p{
	margin: 15px;
}
.message_container_info{
	background-color: #EEEEEE;
	color: #000000;
}
.message_container_error{
	background-color: #FFA8A8;
	color: #000000;
}
.message_container_success{
	background-color: #89FC63;
	color: #333333;
}
/*****message container*****/
/** contact form **/
div.contact_form_outer{
	margin: 0px auto;
	max-width: 500px;
}
table.contact_form input[type="input"], table.contact_form select, table.contact_form textarea{
	width: 300px;
}
/************Section grid****************/
.sec_grid{
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px 0px;
	width: 130px;
}
/***************** register plus other forms **********/
.account_form{
	margin:0px auto;
	width: 500px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	ms-border-radius: 12px;
	border-radius: 12px;
}
.account_form table th{
	width: 200px;
	vertical-align: top;
}
.account_form table{
	margin-left: 40px;
}
.account_form table td select,
.account_form table td input[type="input"]{
	width: 200px;
}
.button_array{
	margin: 20px auto;
	width: 525px;
	text-align:right;
}
/***********Log In*************/
#new_user_panel{
	position: relative;
	float:left;
	width: 440px;
	min-height: 230px;
	margin-top: 50px;
	padding: 5px;
	border: 1px solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	ms-border-radius: 12px;
	border-radius: 12px;
}
#login_user_panel{
	position: relative;
	float:left;
	width: 440px;
	min-height: 230px;
	margin: 50px 33px;
	padding: 5px;
	border: 1px solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	ms-border-radius: 12px;
	border-radius: 12px;
}
#customer_login{
	margin: auto;
}
#customer_login td input{
	width: 180px;
}
#customer_login td #submit{
	width: 141px;
}
/**** Cart *****/
#cart_outer{
	margin: 10px;
}
#cart{
	max-width: 100%;
  	border: 1px solid #00A8E8;
	border-spacing:0;
    border-collapse:collapse;
	font-size: 15px;
}
.cart_prod_img{
	float: left;
 	padding: 10px;
}
.cart_prod_name{
	max-height: 28px;
	overflow: hidden;
}
.cart_prod_info{
	padding-top: 5px;
	vertical-align: top;
	line-height: 14px;
	min-height: 80px;
	max-width: 700px;
}
.cart_prod_info p{
	font-size: 10px;
}
#cart .cart_row{
	clear:both;
	min-height: 130px;

}
#cart .cart_row:hover{
	background-color: #ECF4FF;
}
.cart_item_total{
 	float: right;
 	text-align: right;
 	padding-right: 10px;

}
.remove_product{
	cursor: pointer;
}
.cart_totals{
	text-align: right;
	margin: 5px;
}
.cart_totals div{
	float : right;
	min-width: 100px;
}
/**** Checkout *****/
#checkout_cart_outer{
	float: left;
	width: 745px;
	margin-left: 10px;
}
#checkout_left_col{
	float: left;
	width: 225px;
	margin-left: 10px;
}
#checkout_payment,
#checkout_comment,
#checkout_accept{
	float: right;
	width: 366px;
	margin: 10px 10px 0px 0px;
}
#checkout_payment,
#checkout_comment{
	height: 225px;
}
#checkout_accept{
	width: 744px;
}
#checkout_payment .info_box_content,
#checkout_comment .info_box_content,
#checkout_accept .info_box_content{
	margin:  5px 10px 5px 10px;
}
#checkout_comment textarea{
	width: 100%;
}
#checkout_user .info_box_content,
#checkout_billadd .info_box_content,
#checkout_shipadd .info_box_content,
.order_detail_info .info_box_content{
	font-size: 12px;
}
#accept{
	float: left;
}
/******* account order/ info ******/
#order_history_info{
	margin: 10px;
}
#order_history_info table {
	border-spacing:0;
    border-collapse:collapse;
}
#order_history_info table td{
	border-top: 1px solid #00A8E8;
}
#order_history_info tr:hover{
	background-color: #ECF4FF;
}
.account_details,
.order_detail_info{
	float: left;
	width: 240px;
	margin: 4px;
}
.account_details .info_box_content,
.order_detail_info .info_box_content{
	margin: 5px;
	height: 145px;
	font-size: 12px;
}
.account_details .info_box_content{
	position: relative;
	height: 190px;
}
#account_contact_info{
	margin-left: 10px;
}
#my_orders,
#address_book{
	margin: 10px;
}
.address_book_item{
	float: left;
	padding: 5px;
	margin: 5px;
	width: 300px;
	height: 150px;
	border: 1px solid #00A8E8;
}
.address_book_address{
	float: left;
	width: 145px;
	font-size: 12px;
}
.address_book_buttons{
	float: left;
	width: 150px;
	margin-top: 5px;
}
.address_book_buttons span{
	width: 120px;
}
/*****testimonials ****/
.testimonials_testimonial_outer{
	clear: both ;
	margin: 20px 10px 0px 10px;
	padding: 10px;
	border: 1px solid #4495FB;
	position: relative;
	min-height: 260px;
}
.testimonials_testimonial_outer img {
	float: left;
	margin-right: 10px;
}
.testimonials_testimonial_inner h3{
	margin: 0px 0px 5px 0px;
}
/*****gallery ****/

div#gallery_grid{
	float: left;
	width: 800px;
}
div.g_item{
	float: left;
	width: 125px;
	height: 105px;
	border: 1px solid #4495FB;
	padding: 10px;
	margin: 5px;
    text-align: center;
}
/*****Listings1 ****/
.listings_outer{
	clear: both ;
	margin: 20px 10px 0px 10px;
	padding: 10px;
	border: 1px solid #4495FB;
	position: relative;
}
.listings_outer img {
	float: left;
	margin-right: 10px;
}
.listings_inner h3{
	margin: 0px 0px 5px 0px;
}
.listings_inner p{
	height: 150px;
	overflow: hidden;
}
#blog_listings .listings_inner p{
	height: 120px;
}
#gallery_listings .listings_inner p{
	height: 180px;
}
/********** Blog ************/
#blog_nav_colum{
 	float: left;
	width: 192px;
	height: 500px;
	margin-left: 5px;
}
#blog_nav_colum strong{
	color: #4496FC;
}
#blog_main_content{
	width: 795px;
	margin-left: 5px;
	float: left;
}
#blog_listings{
	margin-right: 5px;
}
#blog_title_box{
	float: left;
	width: 690px;
}
#blog_post_date{
	float: right;
	font-size: 10px;
	color: #cccccc;
}

/**************responcive KEEP AT BOTTEM******************/
.nav-btn{ /*  for responcive */
	float: left;
	display: none;
	padding: 6px 20px;
}
@MEDIA (max-width: 1000px) {
	.nav-btn{
		display: block;
		text-align: center;
	}
	#main_nav li{
		display: block;
		float: none;
	}
	.left_column, #main_nav ul{
		display: none;
		clear: both;
	}
	.left_column {
		width: 100%!important;
		background: #175471;
		margin:0px!important;
		height: 100%!important;
	}
	.left_column *{
		background: none;
		border: none;
		color: #FFFFFF!important;
	}
	div#content_container{
		padding-top: 0px;
	}
	#blog_main_content,
	#gallery_grid{
		max-width:100%;
	}
}
/**************responcive KEEP AT BOTTEM******************/
