/* CSS Document */
html, body {
	height: 100%;
}
/*Template Layout*/
body {
	margin:0px;
	padding:0px;
	color:#444444;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;  /*vertical spacing between your lines of text*/
	background-color:#e4f8ff; /*color of the sand*/
	letter-spacing:1.25px;
}
a, a:link, a:visited {
	color:#008eb0;
}
a:hover {
	color:#F90;
	text-decoration:underline;
}

blockquote  {
 margin:30px 60px;
 padding:12px;
 background-color:#e4f8ff;
}
/*Background graphics*/
#bottom { /*this is the underwater scene*/
	/*background-image:url(../images/bg_footer.png);*/
	background-repeat:no-repeat;
	background-position:center bottom;
}
#water_sand { /*the water and sand*/
	/*background-image:url(../images/footer_tile.jpg);*/
	background-repeat:repeat-x;
	background-position:center bottom;/*display:table-cell;*/
}
#centre { /*splats and stars*/
	position:relative;
	margin:0px;
	/*background:url(../images/bg_pattern.jpg) no-repeat top center;*/
}
#background { /*tiling image of the blue gradient at the top*/
	/*min-height:100%;*/
	margin:0px;
	background:#e4f9ff url(../images/page_bg.jpg) repeat-x top;
}
/*wrapper*/
#wrapper {
	width:980px;
	margin:0px auto; /*centers your design on the page*/
}
/*header*/
#header {
	height:115px;
	width:980px;/*clear:both;*/
}
#logo_birds {
	width:376px; /*change this width to make the banner the birds are holding wider*/
	height:110px;
	float:left;
	background:url(../images/logo_bg_tile.png) repeat-x top;
	margin-top:5px;
}
#logo_birds .left {
	width:178px;
	height:110px;
	float:left;
	background:url(../images/logo_bg_left.jpg) repeat-x top;
}
#logo_birds .right {
	width:197px;
	height:110px;
	float:right;
	background:url(../images/logo_bg_right.jpg) repeat-x top;
}
#logo_container {
	float:left;
}
#logo {
	width:240px; /*change this width and height to match your logo image*/
	height:68px;
	margin:25px 0 0 57px;
	position:absolute;
}
#search_blimp {
	width:510px;
	height:63px;
	margin:12px 0 0 0;
	float:right;
}
#search_blimp .front {
	width:213px;
	height:63px;
	float:left;
}
#search_blimp .middle {
	background:url(../images/search_blimp_tile.png) repeat-x top;
	float:left;
	width:230px;
	height:63px;
}
#search_blimp .tail {
	width:67px;
	height:63px;
	float:right;
	background:url(../images/search_blimp_tail.png) no-repeat top;
}
#search_blimp .field { /* the container that holds the search box*/
	width:180px;
	height:24px;
	padding:16px 0 0 2px;
}
#search_blimp .field input {  /*style of search box*/
	border:none;
	background-color:#FFF;
	padding:3px;
	width:174px; /*width:180px minus padding*/
	height:18px; /*height:24px minus padding*/
}
#search_blimp .button {
	width:54px;
	height:24px;
	position:absolute;
	margin:18px 0 0 186px;
}
/*menu*/

#menu_wrapper {
	width:980px;
	height:53px;
	margin:0 0 15px 0;
}
#main_menu {
	width:706px;
	height:53px;
	background:url(../images/menu.png) no-repeat bottom left;
	float:left;
}
#main_menu ul {
	margin:25px 0 0 0px; /*padding on the top, right, bottom, left*/
	padding:0px;
	height:38px;
}
#main_menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	/*border-right:2px solid #99daff;*/
	height:36px;
	float:left;
	font-family:emma sophia, arial;
	font-size:10px;
}
#main_menu li.noborder {
	border:0;
}
#main_menu ul li a, #main_menu ul li a:link, #main_menu ul li a:visited {
	float:left;
	padding:0px 20px 0 20px; /*top centers the text on the bar vertically, the other 2 keep equal for the border lines.*/
	display:block;
	color:#00b2d9;
	text-decoration:none;
}
#main_menu ul li a:hover, #main_menu ul li.current a {
	color:#F90;
	text-decoration:none;
}




#cart_menu {
	width:257px;
	height:53px;
	background:url(../images/cart_menu.png) no-repeat bottom left;
	float:left;
	margin-left:17px;
}
#cart_menu ul {
	margin:26px 0 0 46px; /*padding on the top, right, bottom, left*/
	padding:0px;
	height:38px;
}
#cart_menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	/*border-right:2px solid #FFFFFF;*/
	height:36px;
	float:left;
	font-family:emma sophia, arial;
	font-size:9px;
}
#cart_menu li.noborder {
	border:0;
}
#cart_menu ul li a, #cart_menu ul li a:link, #cart_menu ul li a:visited {
	float:left;
	padding:0px 20px 0 20px; /*top centers the text on the bar vertically, the other 2 keep equal for the border lines.*/
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#cart_menu ul li a:hover, #cart_menu ul li.current a {
	color:#00b2d9;
	text-decoration:none;
}


/*Cart box*/

#cart {
	width:260px;
	height:38px;
	background:url(../images/cart_box_tile.png) repeat-x top;
	float:right;
	margin-top:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
#cart a, #cart a:link, #cart a:visited {
	color:#704700;
	text-decoration:none;
}
#cart a:hover {
	color:#704700;
	text-decoration:underline;
}
#cart .left {
	width:5px;
	height:38px;
	background:url(../images/cart_box_left.png) no-repeat top;
	float:left;
}
#cart .right {
	width:5px;
	height:38px;
	background:url(../images/cart_box_right.png) no-repeat top right;
	float:right;
}
#cart .icon {
	width:31px;
	height:33px;
	margin:1px 5px 0 5px;
	float:left;
}
#cart ul.text {
	/*width:200px;*/
	height:35px;
	margin:6px 0px 0 7px;
	float:left;
	padding:0px;
}
#cart .text li {
	list-style:none;
	float:left;
	padding:0 5px 0 0;
	margin:0px;
}

/*special fonts*/

@font-face {
 font-family: "Emma Sophia";
 src: url(../font/emmasophia.ttf) format("truetype");
}


@font-face {
	font-family: 'SunshinePoppyRegular';
	src: url('../font/sunshine_poppy-webfont.eot');
	src: local('?'), url('../font/sunshine_poppy-webfont.woff') format('woff'), url('../font/sunshine_poppy-webfont.ttf') format('truetype'), url('../font/sunshine_poppy-webfont.svg#webfontgYAwpxwx') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*general styles*/
.white {
	color:#FFF;
}
#container {
	width:980px;
	background-color:#FFF;
	min-height:542px; /*672px minus padding*/
	margin:15px 0 0px 0;
	padding:0px;
}
#container .top {
	width:980px;
	height:5px;
	background:url(../images/content_top.gif) no-repeat bottom;
}
#container_bottom {
	width:980px;
	height:5px;
	background:url(../images/content_bottom.gif) no-repeat bottom;
}
#content {
	padding:12px 17px 12px 17px;
}
hr.clear {
	clear:both;
	visibility:hidden;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
}
h1 {
	font-family:"Emma Sophia", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:14px;
	margin-top:0px;
	padding-top:0px;
	line-height:normal;
}
h2 {
	font-family:"Emma Sophia", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:12px;
}
h3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00b0d8;
	font-size:12px;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}




.pic_float_right {
	float:right;
	margin-left:25px;
}
/*footer*/

#footer_container {
	width:980px;
	padding-bottom:40px; /*pushes the underwater scene down*/
}
#footer {
	width:980px;
	height:44px;
	padding:8px 5px 0 5px;
	background:url(../images/footer.png) no-repeat;
	margin-top:15px;
	font-size:11px;
	color:#00b0d8;
	/*color:#f39120;*/
	font-family:Verdana, Geneva, sans-serif;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:11px;
	color:#00b0d8;
	/*color:#f39120;*/
}
#footer ul {
	margin:0px auto 0 auto;
	padding:0px;
	width:700px; /*change this width to center your text*/
}
#footer li {
	margin:0px;
	padding:0px 5px 0 5px;
	list-style:none;
	float:left;
}
/*home content*/
.home_large_image {
	margin-bottom:12px;
}
.home_left {
	width:688px;
	float:left;
}
.home_left p {
	padding:0px;
	margin:0px;
	margin-top:12px;
}
.home_left h1 {
	font-family:"Emma Sophia", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:14px;
	line-height:normal !important;
	padding-top:5px;
}
.home_right {
	width:244px;
	float:right;
}
.home_right p {
	padding:0px;
	margin:0px;
	line-height:normal;
}
ul.home_boxes {
	padding:0px;
	margin:0px;
	line-height:normal;
}
.home_boxes li {
	list-style:none;
	margin:0px;
	padding:0 0 12px 0;/*spacing between the images*/
	line-height:normal;
}


/* Margin_right*/
.margin_right {
	font-size:11px;
	line-height: 1.2em;
	letter-spacing:1.2px;
}
.margin_right .top  {
	width:244px;
	height:10px;
	background:url(../images/top_white.png) no-repeat bottom;
}


.margin_right .bottom {
	width:244px;
	height:10px;
	background:url(../images/bottom_white.png) no-repeat bottom;
}

.blue_box IMG {
	margin:auto;
}

.box_div  {
	margin-top:17px;
}

/*BLUE*/

.margin_right .blue_box {
	background-color:#00b0d8;
	min-height:173px;
	
}

.margin_right .blue_box P {
	padding:8px 12px;
	color:#ffffff;
}

.margin_right .blue_box A {
	color:#FFFFFF;
	text-decoration:underline;
}

.margin_right .blue_box A:hover {
	color:#f39120;
	text-decoration:underline;
}

.blue_box_top  {
	width:244px;
	height:10px;
	background:url(../images/top_blue.png) no-repeat bottom;
}

.blue_box_bottom {
	width:244px;
	height:10px;
	background:url(../images/bottom_blue.png) no-repeat bottom;
}

/*ORANGE*/

.margin_right .orange_box {
	background-color:#f39120;
	min-height:173px;
	height:173px;
}

.margin_right .orange_box P {
	padding:8px 12px;
	color:#ffffff;
}

.margin_right .orange_box A {
	color:#FFFFFF;
	text-decoration:underline;
}

.margin_right .orange_box A:hover {
	color:#f39120;
	text-decoration:underline;
}

.orange_box_top  {
	width:244px;
	height:10px;
	background:url(../images/top_orange.png) no-repeat bottom;
}

.orange_box_bottom {
	width:244px;
	height:10px;
	background:url(../images/bottom_orange.png) no-repeat bottom;
}

/*GREEN*/

.margin_right .green_box {
	background-color:#8ec73e;
	min-height:173px;
	height:173px;
}

.margin_right .green_box P {
	padding:8px 12px;
	color:#ffffff;
}

.margin_right .green_box A {
	color:#FFFFFF;
	text-decoration:underline;
}

.margin_right .green_box A:hover {
	color:#f39120;
	text-decoration:underline;
}

.green_box_top  {
	width:244px;
	height:10px;
	background:url(../images/top_green.png) no-repeat bottom;
}

.green_box_bottom {
	width:244px;
	height:10px;
	background:url(../images/bottom_green.png) no-repeat bottom;
}




/*product page*/

.product {
	width:178px;
	height:230px;
	border-bottom:1px solid #dfdfdf;
	padding:0px;
}
.product .thumb {
	width:170px;
	height:170px;
	border:1px solid #dfdfdf;
	padding:3px;
}
.product .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin:2px 0;
}
.product .bottom {
	clear:both;
	margin:5px 0 0 0;
}
.product .bottom .tag {
	float:left;
	width:16px;
	height:16px;
	margin:2px 5px 0 0;
}
.product .bottom .price {
	width:55px;
	float:left;
	color:#f26522;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.product .bottom .addtocart {
	width:94px;
	height:18px;
	float:right;
	margin-top:1px;
}
ul.product_list {
	margin:40px 0 0 40px; /*indent on the left*/
	padding:0px;
}
.product_list li {
	margin:0px;
	padding:0px 38px 40px 0px; /*padding on the right and bottom.*/
	list-style:none;
	float:left;
}
ul#buttons {
	width:330px;
	margin:10px auto;
	clear:both;
	padding:0px;
}
#buttons li {
	list-style:none;
	float:left;
	margin:0 40px 0 0px;
}
/*product full description*/

#product_full {
}

#product_full .margin {
	width:244px;
	float:left;
	margin-right:29px;
	font-size:11px;
	line-height: 1.2em;
	letter-spacing:1.2px;
	text-align:justify;
}


#product_full .margin P  {
	padding:8px 12px;
	color:#666666;
}

#product_full .margin UL  {
	margin:0px 36px 0 0px;
}

#product_full .margin LI  {
	color:#666666;		
}

#product_full .left {
	width:265px;
	float:left;
}
#product_full .right {
	width:372px;
	float:right;
	text-align:right;
}

/*
#product_full .left {
	width:490px;
	float:left;
}
#product_full .right {
	width:420px;
	float:right;
	text-align:right;
}
*/

ul.ticks {
	float:left;
	margin:0px 0 20px 0; /*space at the bottom of the list*/
	padding:0px;
}
.ticks li {
	background:url(../images/icon_tick.gif) no-repeat left;
	line-height:25px; /*spacing between rows*/
	width:200px;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0 25px;
	display:block;
}
#product_cart {
	height:32px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:5px 20px;
	clear:both;
	margin:20px 0;
}
#product_cart .price {
	width:100px;
	float:left;
	color:#3e9b06;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	margin-top:5px;
}
#product_cart .qty {
	width:150px;
	float:left;
	color:#5bb3ed;
	font-size:24px;
}
#product_cart form {
	margin:0px;
	padding:0px;
}
#product_cart .qty input {
	padding:3px;
	margin:0px;
	width:63px;
	height:23px;
	background-color:#FFF;
	border:1px solid #dfdfdf;
	font-size:28px;
	color:#5bb3ed;
}
#product_cart #button {
	width:165px;
	float:right;
}
.image_border {
	border:1px solid #dfdfdf;
	padding:3px;
}
ul.small_thumb {
	margin:10px 0px 0 0; /*indent on the top right*/
	padding:0px;
}
.small_thumb li {
	width:77px;
	height:76px;
	border:1px solid #dfdfdf;
	padding:3px;
	margin:0px 0px 10px 8px; /*padding on the right and bottom.*/
	list-style:none;
	float:left;
}
/*about page*/

.about_left {
	width:545px;
	float:left;
}
.about_right img {
	padding-bottom:5px;
}
.about_right {
	width:331px;
	float:right;
	text-align:center;
}
.blue_text {
	color:#5bb3ed;
	font-weight:bold;
}
/*contact page*/


#details_wrapper {
	margin:25px 0 15px 0;
	background:url(../images/dot.gif) bottom repeat-x;
	height:120px; /*change height to move dots down*/
	width:680px;
	float:left;
}
.left_details {
	float:left;
	width:180px;
}
.left_details2 {
	float:left;
	width:200px;
	margin-left:20px;
	padding-top:18px;
}
.right_details {
	float:left;
	width:240px;
	margin-left:20px;
	padding-left:20px;/*background:url(../images/dot.gif) repeat-y left;*/
}
.contact_title {
	color:#186c9b;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	border:#c8cdd2 1px solid !important; /*the important gets rid of the yellow google toolbar field style*/
	background-color:#FFF !important;
	margin:3px 0px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.blue {
	color:#186c9b;
}
#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#186c9b;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
}
#contact .submit_button {
	clear:left;
	margin-left:95px;
}
#form_container {
	float:left;
	clear:left;
	width:440px;
}
#contact_right { /*wraps around whole right column*/
	float:right;
	width:187px;
}
#contact_left {/*wraps around whole left column*/
	float:left;
	width:680px;
}


/* NEW */

.masthead_full {
}

.masthead_half {
}

.header_text {
	font-family: 'SunshinePoppyRegular', Georgia, Times, 'Times New Roman', sans-serif;
	font-weight: normal;
	font-size: 2em;
	/*line-height: 50px;*/
	color: #00b2d9;
	height:50px;
	margin: 0;
	padding: 0;
	display:table-cell;
    vertical-align:bottom;
}


.line_up {
	margin-top:24px;
}

.line_up_2 {
	margin-top:0px;
}

.bottle_home {
	float:left;
	width:170px;
}

.bottle_home_2 {
	/*float:left;
	width:170px;*/
	clear:both;
}

.bottle_home .thumb {
	width:160px;
	height:200px;
	padding:3px;
}

.bottle_home_2 .thumb {
	width:160px;
	height:200px;
	padding:3px;
	float:left;
}

.bottle_home .title {
	font-family:emma sophia, arial;
	font-size:8px;
	color:#00b2d9;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;*/
	font-weight:normal;
	text-align:center;
	margin:2px 0;
}

.bottle_home_2 .title {
	font-family:emma sophia, arial;
	font-size:8px;
	color:#00b2d9;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;*/
	font-weight:normal;
	text-align:left;
	margin:2px 0;
	margin-top:80px;
	float:left;
	width:500px;
}

.bottle_home .mini_description {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777;
	font-weight:normal;
	text-align:justify;
	margin:2px 12px;
	line-height:0.9;
}

.bottle_home_2 .mini_description {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#777;
	font-weight:normal;
	text-align:left;
	margin:2px 0px;
	line-height:1;
	float:left;
	width:500px;
}

.bottle_home .price {
	color:#f39120;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.bottle_home .price A {
	text-decoration:none;
}




/** simple shop styles **/

.simpleshop_product {
	border:0;
	width:218px; /*this width keeps the form fields in line*/
}
.simpleshop_product label {
	float:left;
	width:80px;
	margin-right:5px;
	clear:left;
	color:#999999;
	text-align:right;
	padding-left:30px;
	padding-top:6px;
	font-size:16px;
	/*background-color:#009900;*/
}
.simpleshop_product input,
.simpleshop_product select {
	background-color:#ffffff !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #e2e2e2 !important;
	margin:3px 0px;
	padding:4px;
	color:#666666 !important;
}
.simpleshop_product input {
	padding:3px;
}
.simpleshop_product select {
	padding:3px;
	width:159px;
}
.simpleshop_product #submit {
	clear:left;
	margin-left:95px;
}
.simpleshop_product_name{
	display:none;
}

.simpleshop_product .quantity {
	/*text-align:center;*/
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	/*background-color:#990000;*/
	
}

.simpleshop_product .product_cart {
	height:32px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:5px 0;
	clear:both;
	margin:0;
}
.simpleshop_product .product_cart .price {
	width:235px;
	height:30px;
	text-align:center;
	color:#8ec73e;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-top:5px;
}

.simpleshop_product .button {
	width:235px;
	height:31px;
	text-align:center;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	
}
.simpleshop_product .button input{
border:0 !important;
}

/*photos*/
.photos {
	width:178px;
	/*min-height:178px;*/
	margin:20px 0 16px 0px;
	padding:0px;
}
.photos .thumb {
	width:170px;
	padding:3px;
	border:1px solid #d9d9d9;
}

ul.photo_list {
	margin:0px 0 0 40px; /*indent on the left*/
	padding:0px;
}
.photo_list li {
	margin:0px;
	padding:0px 30px 0px 0px; /*padding on the right and bottom.*/
	list-style:none;
	float:left;
}

 ul#club  {
	color:#FFFFFF;
	margin-left:12px;
	margin-bottom:0;

}

ul#club li  {
	list-style-type:none;
	list-style-image:url(../images/tick.png);
	margin-bottom:3px;
	}


