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

img
{  border-style: none;
}

body {
	background: url(../images/bk4.jpg) repeat;
	}
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background: #f9f3e8;
	height: auto;
	width: 850px;
	overflow:hidden;
	clear:both;
	}
	
#header {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	padding-left: 165px;
	padding-right: 165px;
	}
		

#facebook {
	position: relative;
	width: 80px;
	clear: none;
	
	}

#mainContent {
	margin: 5px;
	height: auto;
	color: #fff;
	positon: relative;
	}

.mainNav {
	position: relative;
	width: 150px;
	margin: 0px;
	padding:0px;
	margin-top: 40px;
	float: left;
		
	}
		
.mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding:0px;
	float:left;
	position: relative;
	width: 150px;
	}
	
.mainNav li a {
	display:block;
	text-decoration: none;
	color: #03275d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 50px;
	text-align: center;
	width: 150px;
	margin: 0px;
	padding-top: 8px;
	}
	
#home{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	}
	
#home.active{
	background-image: url(../images/homea.png);
	background-repeat: no-repeat;
	}
	
#home.hover{
	background-image: url(../images/homea.png);
	background-repeat: no-repeat;
	}
	
#gallery{
	background-image: url(../images/gallery.png);
	background-repeat: no-repeat;
	}
	
#gallery.active{
	background-image: url(../images/gallerya.png);
	background-repeat: no-repeat;
	}
	
#gallery.hover{
	background-image: url(../images/gallerya.png);
	background-repeat: no-repeat;
	}
	
#seaglass{
	background-image: url(../images/seaglass.png);
	background-repeat: no-repeat;
	}
	
#seaglass.active{
	background-image: url(../images/seaglassa.png);
	background-repeat: no-repeat;
	}
	
#seaglass.hover{
	background-image: url(../images/seaglassa.png);
	background-repeat: no-repeat;
	}
	
#rope{
	background-image: url(../images/rope.png);
	background-repeat: no-repeat;
	}
	
#rope.active{
	background-image: url(../images/ropea.png);
	background-repeat: no-repeat;
	}
	
#rope.hover{
	background-image: url(../images/ropea.png);
	background-repeat: no-repeat;
	}
	
#driftwood{
	background-image: url(../images/driftwood.png);
	background-repeat: no-repeat;
	}
	
#driftwood.active{
	background-image: url(../images/driftwooda.png);
	background-repeat: no-repeat;
	}
	
#driftwood.hover{
	background-image: url(../images/driftwooda.png);
	background-repeat: no-repeat;
	}
	
#contact{
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	}
	
#contact.active{
	background-image: url(../images/contacta.png);
	background-repeat:no-repeat;
	}
	
#contact.hover{
	background-image: url(../images/contacta.png);
	background-repeat: no-repeat;
	}			
		
.mainNav li a.active {
	display:block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 50px;
	text-align: center;
	width: 150px;
	margin: 0px;
	padding-top: 8px;
	}

.mainNav li a:hover {
	display:block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 50px;
	text-align: center;
	width: 150px;
	margin: 0px;
	padding-top: 8px;
	backgound: no-repeat
	}
	
#middleContent {
	height: auto;
	padding-top: 40px;
	padding-left: 20px;
	padidng-right: 30px;
	padding-bottom: 30px;
	width: 660px;
	position: relative;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	}
		

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #686868
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #686868
	}
	
.shopWrapper {
	position:realtive;
	width: 660px;
	height: auto;	
	float: left;
	margin-bottom: 10px;
	}
	
.shopCat {
	position:realtive;
	width: 280px;
	height: auto;	
	float: left;
	margin: 10px;
	}
	
.shop {
	position:realtive;
	width: 161px;
	height: auto;	
	float: left;
	padding: 2px;
	}
	
img {
	outline: none;
	}
	
#footer{
	position: relative;
	clear:both;
	padding-left: 30px;
	padding-right: 25px;
	padding-bottom: 8px;
	}
