@charset "utf-8";
body {
	background-image: url(../assets/mainLayout/fishScale_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e8d0b8;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contentWrapper {
	background-color: #D9CDB7;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #343E25;
	height: 480px;
	padding: 10px;
}

#logo {
	height: 165px;
	background-image: url(../assets/mainLayout/logoHeader.jpg);
}
#navigation {
	height: 50px;
	background-color: #343e25;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation ul {
	margin: 0px;
	padding-top: 11px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#navigation  a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #E8D205;
}
.clear {
	clear: both;
}
#navigation #extraNav {
	font-size: 10px;
}
#extraNav ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#extraNav li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}
#navigation #mainNav {
	margin-top: 5px;
}
#leftContent {
	float: left;
	width: 585px;
	height: 475px;
}
#divider {
	width: 1px;
	float: right;
	height: 375px;
	background-color: #343E25;
	margin-right: 20px;
	margin-top: 40px;
}

#rightContent {
	float: right;
	width: 350px;
	height: 475px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightTitle {
	width: 348px;
	background-color: #C5B292;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #43512E;
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #343E25;
	border-right-color: #343E25;
	border-bottom-color: #343E25;
	border-left-color: #343E25;
}
#rightTitle p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#rightContent #rightBox {
	width: 348px;
	height: 435px;
	background-color: #D6C8B1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343E25;
	border-right-color: #343E25;
	border-bottom-color: #343E25;
	border-left-color: #343E25;
}
#rightBox #product {
	height: 80px;
	width: 325px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#wrapper   #contentWrapper   #rightContent   #rightBox   a  {
	text-decoration: none;
	color: #43512E;
	font-weight: bold;
	font-size: 10px;
}
#wrapper #contentWrapper #rightContent #rightBox a:hover {
	text-decoration: underline;
	color: #43512E;
}



#product img {
	float: left;
	margin-right: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#product ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#product li {
	list-style-type: circle;
}
#product p {
	margin: 0px;
	padding: 0px;
}
#rightBox #spacer {
	background-color: #43512E;
	height: 1px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}
#section1 {
	background-color: #F0ECE3;
	height: 475px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C5B292;
	font-size: 12px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper #footer a {
	text-decoration: none;
	color: #000000;
}
