@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background: #338c99;
}

div, p, span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

p { margin-bottom: 18px; }

a { color: #338c99; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: normal;
  	font-weight: 200;
}
h1 { font-size: 34px; color: #338c99; letter-spacing: -1px; }
h2 { font-size: 28px; letter-spacing: -1px; }
h3 { font-size: 18px; margin-bottom: 18px; color: #338c99; }
h4 { font-size: 14px; margin-bottom: 10px; }

#wrapper { width: 900px; margin: auto; text-align: left; }

#page {
	width: 100%;
	background: #ffffff;
	padding-bottom: 40px;
}

#header { padding: 30px 0px 0px 0px; }
#header #logo { float: left; }
#header #logo a {
	display: block;
	width: 229px;
	height: 34px;
	background: url(../images/home-logo.gif);
}

#header #fb-like { float: left; margin-left: 15px; margin-top: 7px; }

/* Main Nav */

#nav { float: right; margin: 6px 0 0 0; }
#nav a {
	font-size: 12px;
	color: #999999;
	padding: 5px;
	margin-left: 10px;
}
#nav a:hover { background: #eeeeee; text-decoration: none; }
#nav a.current, #nav a.current:hover { color: #ffffff; background: #423014; }
#nav #viewcart {
	/*display: block;
	float: left;*/
	padding: 0px;
	margin: 0px;
	width: 21px;
	height: 27px;
	/*background: url(../images/nav-basket.gif);*/
	margin-left: 10px;
}
#header #nav li { display: block; float: left; }


/* Footer Nav */
#footer a, #footer div, #footer p { font-size: 12px; }
#footer { width: 900px; margin: auto; text-align: left; padding: 20px 0px; clear: both; }
#footernav { margin-bottom: 10px;}
#footernav li { display: inline; margin-right: 10px; }
#footer a { color: #ffffff; }
#footer .fr div { margin-bottom: 10px; }


/* Homepage Tiles */

#tiles { width: 900px; height: 354px; overflow: hidden; position: relative; z-index: 0; }
#tiles h2 {
	position: absolute;
	top: 58px;
	left: 375px;
	z-index: 10;
	background: #ffffff;
	color: #338c99;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -1px;
	padding: 15px;
}

#tiles h2 a:hover { text-decoration: none; }

#tiles div { background-repeat: no-repeat; }
#tiles #tile1, #tiles #tile2, #tiles #tile5, #tiles #tile6 { width: 172px; height: 172px; overflow: hidden; }
#tiles #tile3 { width: 354px; height: 354px; overflow: hidden; float: left; }
#tiles #tile4 { width: 354px; height: 172px; overflow: hidden; }
#tiles #tile5, #tile6 { float: left; }

#tiles #tile1 { background: url(../images/home-tile1-1.jpg); margin: 0px 10px 10px 0px; }
#tiles #tile2 { background: url(../images/home-tile2-1.jpg); margin: 0px 10px 0px 0px; }
#tiles #tile3 { background: url(../images/home-tile3-1.jpg); margin: 0px 10px 0px 0px; }
#tiles #tile4 { background: url(../images/home-tile4-1.jpg); margin: 0px 0px 10px 0px; }
#tiles #tile5 { background: url(../images/home-tile5-1.jpg); margin: 0px 10px 0px 0px; }
#tiles #tile6 { background: url(../images/home-tile6-1.jpg); }

#home-about { width: 435px; float: left; margin-top: 20px; }

#home-news { width: 435px; float: right; margin-top: 20px; }
#home-news img { padding: 10px; border: 1px solid #e1e1e1; }


/* Shop */

.shop #main { width: 670px; float: left; }

#shop-header h1, #shop-header h2 { float: left; }

#shop-header h1 a { color: #338c99; }
#shop-header h2 { margin-top: 3px; }
#shop-header h2, #shop-header h2 a { color: #423014; font-size: 24px; }

#shop-header { margin-bottom: 40px; }
#shop-header ul { float: right; }
#shop-header ul li { display: inline; }
#shop-header a { color: #666666; }
#shop-header a.current { font-weight: bold; color: #338c99; }
#shopnav { margin-top: 5px; }
#shopnav a, #shopnav li { font-size: 14px; }

#shop-tiles { width: 670px; height: 370px; overflow: hidden; position: relative; z-index: 0; }
#shop-tiles div { background-repeat: no-repeat; }
#shop-tiles #stile1 { width: 480px; height: 370px; float: left; background: url(../images/shop-tile1-1.jpg); margin-right: 10px; }
#shop-tiles #stile2 { width: 180px; height: 180px; background: url(../images/shop-tile2-1.jpg); margin-bottom: 10px; }
#shop-tiles #stile3 { width: 180px; height: 180px; background: url(../images/shop-tile3-1.jpg); }

#shop-tiles #shop-landing {
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 10;
	background: #ffffff;
	padding: 15px;
}
#shop-landing ul { margin-top: 15px; }
#shop-landing a {
	font-size: 18px;
	letter-spacing: -1px;
	color: #666666;
	display: block;
	height: 26px;
	background: url(../images/shop-nav-bg.gif) 0px 0px #ffffff no-repeat;
	padding-left: 30px;
	padding-top: 4px;
}
#shop-landing a:hover {
	background: url(../images/shop-nav-bg.gif) 0px -30px #eeeeee no-repeat;
	text-decoration: none;
}

#shop-sidebar {
	float: right;
	width: 210px;
}
#shop-sidebar #gray {
	padding: 15px;
	background: #eeeeee;
	margin-bottom: 20px;
}
#shop-sidebar h3 { color: #423014; margin-bottom: 15px; }
#shop-sidebar table { margin-bottom: 30px; }
#shop-sidebar table td.price { text-align: right !important; font-size: 14px; font-weight: bold; color: #423014; }
#shop-sidebar table a { font-size: 12px; color: #666666; display: block; margin-top: 10px; }
#shop-sidebar table td { padding-bottom: 5px; }
#shop-sidebar p { margin: 0px; line-height: 18px; }
#shop-sidebar hr { margin: 10px 0px }
#shop-sidebar #product-specs a {
	width: 210px;
	background: url(../images/sidebar-prodspecs.jpg) no-repeat;
	padding-top: 105px;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#shop-sidebar #product-specs a:hover { color: #338c99; }

#product-list { width: 670px; overflow: hidden; }
#product-list .inner { width: 690px; }
#product-list div { float: left; margin: 0px 15px 15px 0px; }

#product-imgs {
	width: 430px;
	float: left;
}
#product-details {
	float: left;
	margin-left: 20px;
	width: 220px;
	margin-top: 20px;
}
#product-details h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.price {
	font-size: 24px;
	font-weight: bold;
	color: #423014;
	letter-spacing: -1px;
	float: left;
	margin-top: 10px;
}
.addtobasket {
	float: right;
}

.turman h3 { font-size: 24px; margin-bottom: 10px; }
.turman h3 span { display: inline !important; font-size: 12px !important; letter-spacing: 0px; }
.at-coaster { float: left; text-align: center; margin: 0px 18px 15px 0px }
.turman-price { float: right; width: 220px; margin-right: 24px; }

#specs { width: 670px; height: 340px; background: url(../images/product-specs.jpg) no-repeat; }
#specs div { display: none; }

.info #main { width: 526px; float: left; }

.info p { font-size: 12px; }

.info #email a {
	font-size: 16px;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: normal;
  	font-weight: 200; }

#info-tiles {
	float: right;
	width: 354px;
	overflow: hidden;
}
#info-tiles #itile1 { width: 354px; height: 172px; overflow: hidden; }
#info-tiles #itile2, #info-tiles #itile3 { width: 172px; height: 172px; overflow: hidden; }
#info-tiles #itile1 { background: url(../images/home-tile4-1.jpg); margin: 0px 0px 10px 0px; }
#info-tiles #itile2 { background: url(../images/home-tile5-1.jpg); margin: 0px 10px 0px 0px; float: left; }
#info-tiles #itile3 { background: url(../images/home-tile6-1.jpg); float: left; }

#bio div { float: left; }
#bio img { padding: 10px; border: 1px solid #e1e1e1; margin-right: 10px; }

.h8yall { font-size: 75px; text-align: center; margin: 60px 0px; }
.meaningful { text-align: center; font-size: 16px; }