@charset "utf-8";
/* CSS Document */

body {
	background-color:#9cd6ef;
	background-image:url(images/page_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	color:#6a604b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
	color:#76bcd5;
}
a:hover {
	color:#76bcd5;
	text-decoration:none;
}
#background_texture {
	background:url(images/page_bg.jpg) center top no-repeat;
	min-height:900px;
}
#wrapper {
	width:940px;
	margin:0px auto; /*centers your design on the page*/
}
#header {
	height:124px;
	width:940px;
	clear:both;
}
#logo {
	width:387px; /*change this width and height to match your logo image*/
	height:90px;
	float:left;
	margin:20px 0 0 10px;
}
#header_cart {
	width:242px;
	height:29px;
	float:right;
	margin:0px 0px 0px 0px; /* you may need to change these margins if your contact info is larger, order is top, right, bottom, left*/
	background-image:url(images/cart_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px 5px 0 10px;
}
#header_menu { /*the container that holds the main menu*/
	height:35px;
	width:528px;
	margin:47px 0px 0px 0px;
	float:right;
}
ul#navigation {
	margin:0px;
	padding:0px;
	margin-top:1px;
	width:573px;
	height:35px;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:100; /*makes dropdown sit on top of flash & map*/
}
ul#navigation li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
ul#navigation a {
	float:left; /*makes the text sit beside each other not down the page*/
	color:#ffffff; /*menu color normal*/
	padding:10px 13px 10px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration:none; /*no underline*/
	text-transform:uppercase; /*all in capitals*/
	font:16px Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing:1px; /*space out the letters, remove if you want it normal*/
	background-color:#1587ac;
	margin-right:3px;
}
ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover {
	background-color:#2180ac; /*color behind the menu text*/
	color:#c4de87; /*color of text on mouse over*/
}
#content {
	width:910px;
	padding:10px 10px 10px 20px;
	background-color:#FFFFFF;
	min-height:300px;
}
hr.clear {
	margin-top:10px;
	margin:0px;
	clear:both;
	visibility:hidden;
}
#footer_line {
	border-top:4px solid #dcd6bd;
	width:920px;
	margin:0px auto;
	padding-top:5px;
}
#footer {
	height:40px;
	margin:0px auto;
	color:#938c6f;
	font-size:10px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	background-color:#FFFFFF;
}
#footer a, #footer a:link, #footer a:visited {
	color:#938c6f;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:420px;
	float:right;
	text-align:right;
}
#footer .left {
	width:470px;
	float:left;
}

#banner2 {
	width:910px;
	height:254px;
	margin-bottom:15px;
	margin-left:-10px;
	
}
#banner {
	width:910px;
	height:254px;
	background-image:url(images/banner_bg2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font:Century Gothic, Arial, Helvetica, sans-serif;
	color:#6a604b;
	padding:5px;
	margin-bottom:15px;
	margin-left:-10px;
}
.categories {
	width:170px;
	float:right;
	background-color:#efebd9;
	border:1px solid #dcd6bd;
	padding:5px;
}
.categories ul {
	padding:1px;
	margin:0px 0px 0px 20px;
}
.categories h2 {
	padding:0;
	margin:0;
}
.categories h3 {
	padding:0px;
	margin:0px;
}
.categories li {
	padding:0px;
	margin:0px;
}
.categories a, .categories a:link, .categories a:visited {
	color:#6a604b;
	text-decoration:none;
}
.categories a:hover {
	text-decoration:underline;
}
.product_listing {
	clear:both;
}
/*product*/


.product {
	width:280px;
	height:366px; /*238px;*/
	float:left;
	margin:10px 10px 10px 0px;
	display:inline-block;
}
.product .product_link {
	width:280px;
	height:198px;
	position:absolute;
	z-index:150;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.product .frame {
	width:280px;
	height:198px;
	position:absolute;
	z-index:100;
	background-image:url(/images/frame_small.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.product .product_photo {
	margin:27px 0 0 30px;
	position:absolute;
	z-index:50;
}
.product .product_info {
	margin-top:198px;
	width:280px;
}
.productv {
	height:366px; /*280px;*/
	width:280px; /*198px;;*/
	float:left;
	margin:10px 10px 10px 0px;
	display:inline-block;
}
.productv .product_link {
	width:198px;
	height:280px;
	position:absolute;
	z-index:150;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 35px;
}
.productv .frame {
	width:198px;
	height:280px;
	position:absolute;
	z-index:100;
	background-image:url(/images/frame_small_v.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 0 0 35px;
}
.productv .product_photo {
	margin:30px 0 0 62px;
	position:absolute;
	z-index:50;
}
.productv .product_info {
	margin-top:280px;
	width:280px;
}
.productb {
	width:800px;
	height:565px;
}
.productb .frame {
	width:800px;
	height:565px;
	position:absolute;
	z-index:100;
	background-image:url(/images/frame_large.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.productb .product_photo {
	margin:80px 0 0 84px;
	position:absolute;
	z-index:50;
	width:633px;
	text-align:center;
}
.productbv {
	width:565px;
	height:800px;
	margin:0 0 0 168px;
}
.productbv .frame {
	width:565px;
	height:800px;
	position:absolute;
	z-index:100;
	background-image:url(/images/frame_large_v.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.productbv .product_photo {
	margin:84px 0 0 80px;
	position:absolute;
	z-index:50;
	width:407px;
	text-align:center;
}
.slide {
	width:920px;
	height:264px;
}
#s1 {
	height:264px;
}
/*Webitor*/

h1 {
	font-family:'Tangerine',"Century Gothic", Arial, sans-serif;
	font-size:36px;
	color:#1587ac;
	font-weight:bold;
	margin-top:10px;
}
h2 {
	color:#6a604b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
h3 {
	color:#a1c7da;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
}
.size11 {
	font-size:11px;
}
.size24 {
	font-size:24px;
}
.image_border {
	border:1px solid #3b3b3b;
	margin:3px;
	padding:3px;
}
hr {
	border: 0;
	color: #e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	width: 100%;
	clear:both;
}
.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	margin:3px 0px;
	padding:4px;
}
fieldset {
	border:1px solid #D5ECFA;
	margin-bottom:14px;
}

.size16{
	font-size:16px;
}

.size20{
	font-size:20px;
}
.tangerine{
	font-family:'Tangerine',"Century Gothic", Arial, sans-serif;
}

.tangerine_30{
	font-family:'Tangerine',"Century Gothic", Arial, sans-serif;
	font-size:30px;
	line-height:normal;
}

.tangerine_50{
	font-family:'Tangerine',"Century Gothic", Arial, sans-serif;
	font-size:50px;
	line-height:45px;
	color:#1587ac;
}

.quote{
color:#a2d9f0;
	font-family:'Tangerine',"Century Gothic", Arial, sans-serif;
	font-size:60px;
	line-height:normal;
}