/* CSS Document */
html, body {
	height: 100%;	

}
/*Template Layout*/
body {
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px; /* vertical spacing between your lines of text*/
	background:#BFE2F5 url(../images/page_bg.jpg) no-repeat top;
}
a, a:link, a:visited {
	color:#008eb0;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
/*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.png) no-repeat top center;
}
#background { /*tiling image of the blue gradient at the top*/
	/*min-height:100%;*/
	margin:0px;
	
}
/*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:262px; /*change this width and height to match your logo image*/
	height:100px;
	margin:5px 0 0 40px;
	position:absolute;
}
#search_blimp {
	width:510px;
	height:100px !important;
	margin:12px 0 0 0;
	float:right;
}
#search_blimp .front {
	width:213px;
	height:100px;
	float:left;
}
#search_blimp .middle {
	background:url(../images/search_blimp_tile.png) repeat-x top;
	float:left;
	width:230px;
	height:100px;
	margin:22px 0 0 0;
}
#search_blimp .tail {
	width:67px;
	height:100px;
	float:right;
	background:url(../images/search_blimp_tail.png) no-repeat top;margin:22px 0 0 0;
}
#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:980px;
	height:53px;
	background:url(../images/menu_box.gif) no-repeat bottom left;
	float:left;
}
#main_menu ul {
	margin:16px 0 0 20px; /*padding on the top, right, bottom, left*/
	padding:0px;
	height:38px;
}
#main_menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	border-right:1px solid #caecfd;
	height:36px;
	float:left;
	font-family:"Bree Serif", Arial, Helvetica, sans-serif;
	font-size:17px;
}
#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:8px 10px 0 12px; /*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 box*/

#cart {
	width:260px;
	height:38px;
	background:url(../images/cart_box_tile.gif) 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.gif) no-repeat top;
	float:left;
}
#cart .right {
	width:5px;
	height:38px;
	background:url(../images/cart_box_right.gif) 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:"Bree Serif", Arial, Helvetica, sans-serif;

}
/*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;
}

#content .imgLeft {float:left; padding:0 10px 10px 0;}

hr.clear {
	clear:both;
	visibility:hidden;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
}

.clear2{clear:both; background:url(../images/dot.gif) bottom repeat-x;	height:20px; /*change height to move dots down*/
	width:668px; margin-bottom:30px;}

h1 {
	font-family:"Bree Serif", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:22px;
	margin-top:0px;
	padding-top:0px;
	line-height:normal;
}
h2 {
	font-family:"Bree Serif", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:18px;
}
h3 {
	font-family:"Bree Serif", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5bb3ed;
	font-size:16px;
	margin-top:0px;
	padding-top:0px;
}

#search_blimp h3 {padding-top:12px;padding-left:15px;font-size:14px; line-height:15px;}


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

#footer_container {
	width:980px;
	padding-bottom:374px; /*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:#696969;
	font-family:Verdana, Geneva, sans-serif;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:11px;
	color:#696969;
}
#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:668px;
	float:left;
	padding-left:20px;
}
.home_left p {
	padding:0px;
	margin:0px;
}
.home_left h1 {
	font-family:"Bree Serif", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:24px;
	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;
}
/*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:bold;
	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:0px 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 .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:800px;
	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 10px; /*padding on the right and bottom.*/
	list-style:none;
	float:right;
}
/*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:240px; /*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:668px;
	padding-left:20px;
}

.gallery-item-fourth {	display: inline-block;}
.gallery-item-fourth {	width: 200px;	margin-right: 15px;}
.gallery-item-fourth.last {margin-right: 0}

.border-shadow {
	position: relative;
	margin-bottom: 15px;
}

.border-shadow figure {
	position: relative;
	z-index: 2;
	padding: 2px;width: 204px;
	background-color: #cde9f3;
	border: 1px solid #9bc0dd;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;	
}

	.border-shadow img {
		display: block;
		border: 1px solid #fff;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}



.kids_picture .kids_curtain {
    background-image: url('../images/picture_icon.png');
}

.kids_picture .kids_curtain {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.prettyPhoto:hover .kids_curtain {
	opacity: 1;
	filter: alpha(opacity = 70);
}

.kids_image_wrapper {
    position:relative;
    overflow:hidden;
}

.prettyPhoto {
	position: relative;
    cursor: pointer;
    display: block;
}

.kids_curtain {
    position:absolute;
    opacity: 0;
	filter: alpha(opacity = 0);
    display: block;
    background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		 -o-transition: all .25s linear;
			transition: all .25s linear;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

.ie8 .kids_curtain {
	background-color: #000;
}

.kids_audio .kids_curtain,
.kids_video .kids_curtain,
.kids_picture .kids_curtain,
.kids_mini_audio .kids_curtain,
.kids_mini_picture .kids_curtain, 
.kids_mini_video .kids_curtain {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.prettyPhoto:hover .kids_curtain {
	opacity: 1;
	filter: alpha(opacity = 70);
}

.kids_image_wrapper {
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.kids_image_wrapper img {
    border:1px solid #fff;
    display:block;
}

/* -- Image wrapper --> End -- */

.accordion {
    padding: 0 0 20px 0;
}

.accordion li {
    list-style: none;
}

.accordion div {
    display: none;
    padding: 0 0 0 10px;
}