body{
	margin: 0;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
	background-image:url("/images/bg_body.jpg");
	background-repeat:repeat-x;
	background-color: #99ccff;
	font-size: 12px;
	text-align:center;
}
#conteiner {
	width:760px;
	margin:0 auto;
	text-align:left;
	padding:0px 1px;
	background-image:url("/images/bg_container.gif");
}
#header{
	width:760px;
	background-color:#0066FF;
}
#contents {
	width:760px;
	min-height:500px;
	background: url("/images/bg_contents.jpg");
	overflow: hidden;
}
#side {
	float:left;
    width:150px;
	margin:0px;
}
#main {float:right;
       width:510px;
	   margin:0px 50px 30px 50px;
}
#footer{
	clear:both;
	width:760px;
	background-color:#0066ff;
	padding: 12px 0px;
	text-align:center;
	border-bottom:solid #666666 1px;
}

#footer p{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:0px;
}

#footer a{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
p{
	margin: 0;
}

/* --- Basic Parts Design -------------------------------------*/

h1 {
	font-size:20px;
	font-weight:normal;
	color: #0066ff;
	margin-top:0px;
	text-transform: uppercase;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-transform: uppercase;
	margin-bottom:10px;
}

p {
	padding-bottom: 10px;
}
a {
	font-size:12px;
	font-weight:bold;
	color: #003366;
	text-decoration:underline;
}
a:hover {
	color: #0066ff;
}
a img {
	border:none;
}
ul {
	list-style-type:square;
}
li {
	margin-bottom: 1px;
}
.photo {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.photo_l {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.clear1 {
	clear:left;
}
.clear2 {
	clear:right;
}


/* --- Top Navgation Design -------------------------------------*/

#g_nav{
	width:760px;
	margin:0px;
	font-size:12px;
}
#g_nav ul{
	list-style-type:none;
	margin:0px;
	padding:0 15px 0 0;;
}
#g_nav li{
	float:right;
	padding:4px 0px 3px 20px;
}
#g_nav li a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#g_nav li a:hover {
	color:#999999;
}

/* --- Banner -----------------------------------------------------*/

#banner {
	clear:right;
	width:760px;
	height:124px;
	background: url("/images/banner.jpg");
	text-align:left;
	margin:0;
	padding:0;
}

/* --- Side Navgation Design -------------------------------------*/

#s_nav {
	width:150px;
	margin:0px;
	font-size:12px;
	background-color:#ffffff;
}
#s_nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#s_nav li{
	display:block;
	width:132px;
	background: url("/images/bg_snav_arr.gif");
	background-repeat:repeat-x;
	padding:5px 1px 5px 17px;
	border-bottom:dotted #666666 1px;
}
#s_nav li a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#s_nav li a:hover {
	color:#0066ff;
}
#s_nav li img{
	border:none;
}
#s_nav .bottom  {
	margin-bottom: 22px;
}
#s_nav h3 {
	font-size:12px;
	font-weight:bold;
	color: #666666;
	background-image:url("/images/bg_snav.jpg");
	background-repeat:no-repeat;
	margin-top:0;
	margin-bottom:0;
	padding:5px 4px 5px 8px;
}

#s_nav h4 a {
	display:block;
	width:114px;
	height:83px;
	border:solid #333 1px;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	margin:0px 10px 10px 10px;
	padding:5px 7px;
}
#s_nav h4 a.gallery {
	background-image:url("/images/diynav.jpg");
	background-repeat:no-repeat;
}
#s_nav h4 a.brochure {
	background-image:url("/images/diynav2.jpg");
	background-repeat:no-repeat;
}
#s_nav h4 a:hover {
	color: #99ccff;
}


/* --- Home Page Design --------------------------------------- */

/* Left Side */

#home_main {
	float:left;
	width:385px;
	margin:0px 50px 20px 50px;
}

/* Right Side */

#home_right_index {
	float:right;
	width:105px;
	margin: 0 20px 20px 0;
}

#home_fitting {
	width:105px;
	text-align:center;
	margin-bottom: 20px;
}
#home_fitting a img {
	border:solid #666666 1px;
	margin:0px;
}
#home_fitting a:hover img {
	border:solid #0066ff 1px;
}
#home_fitting a h4{
	width:105px;
	height: 18px;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	background-image:url("/images/bg_fitting_li.jpg");
	background-repeat:repeat-x;
	padding:2px 0px;
	margin:0px;
}
#home_fitting a:hover h4{
	background-image:url("/images/bg_fitting_li2.jpg");
	background-repeat:repeat-x;
}

/* New Item  - Index page */
.new_item {
	width:100%;
	padding:15px 0px;
	border-top:dotted 1px #666;
}

.new_item h3 {
	margin:0px;
}

.new_item h3 a{
	font-size:12px;
	font-weight:bold;
	color:#0066ff;
	text-transform: uppercase;
	text-decoration:underline;
}

.new_item h3 a:hover {
	color:#99ccff;
}

.new_item h6 {
	display:block;
	width:85px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background-color:#0066FF;
	text-transform: uppercase;
	padding:1px 2px;
	margin:10px 0px;	
}
.new_item img {
		margin:0px 0px 10px 10px;
		padding:0px;
}

.new_item a img {
		border:solid 1px #666;
}

/* --- Table Layout (No Border)--------------------------------------- */

#noborder_tbl {
	border:none;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#noborder_tbl td{
	border:none;
	padding: 5px;
	vertical-align:top;
}
#noborder_tbl .left {
	text-align:right;
}
#noborder_tbl a img {
	border:solid 1px #666;;
}


/* --- Table Layout (Border + Left Align Text)------------------------ */

#product_tbl {
	width:100%;
	border-collapse:collapse;
	border:solid #666666 2px;
	margin: 20px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
}
#product_tbl caption {
	font-weight:bold;
	color:#666666;
	font-size:13px;
	text-align:left;
}
#product_tbl th {
	border:solid #666666 2px;
	padding: 2px;
	vertical-align:top;
	color:#ffffff;
	font-weight:bold;
	background-color:#999999;
}
#product_tbl td {
	border:solid #666666 2px;
	padding: 2px;
	vertical-align:top;
}
#product_tbl .tr_bg {
	background-color:#ccffff;
}

/* --- Table Layout (Border + Center Align Text)------------------------ */

#product_tbl2 {
	width:100%;
	border-collapse:collapse;
	border:solid #666666 2px;
	margin: 20px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
}
#product_tbl2 caption {
	font-weight:bold;
	color:#666666;
	font-size:13px;
	text-align:left;
}
#product_tbl2 th {
	color:#ffffff;
	font-weight:bold;
	background-color:#999999;
	border:solid #666666 2px;
	padding: 2px;
	vertical-align:top;
}
#product_tbl2 td {
	border:solid #666666 2px;
	padding: 2px;
	vertical-align:top;
}
#product_tbl2 .tr_bg {
	background-color:#ccffff;
}

/* --- Anchor Design ----------------------------------------------------- */

.anchor_top {
	display:none
}
.back_to {
	clear:right;
	text-align:right;
}
.anchor_h2 {
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-transform: uppercase;
	text-decoration:none;
}
.anchor {
	color: #003366;
}
.anchor_black {
	color: #000000;
	font-weight:normal;
	text-decoration:none;	
}

/* DIY Gallery */
#diy_nav {
    width:100%;
	padding:0px;
}

.diy {
	float:left;
	width:113px;
	height:198px;
	margin:15px 5px;
	border:solid #666 1px;
}
.diy a img {
	border:none;
	margin:0px;
}

.diy a h3 {
	position:relative;
	top:-31px;
	left:2px;
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	margin:0px;
}
.diy a:hover h3 {
	color: #99ccff;
}
.diy a {
	text-decoration:none;
}


/* --- Fittings Top Page Design ------------------------------------------- */

/* Fitting Navigation */

#fitting_nav {
    width:100%;
	padding: 10px 0px 30px 0px;
}

#fitting {
	float:left;
	width:105px;
	margin:0px 22px 22px 0px;
	text-align:center;
}
#fitting a img {
	border:solid #666666 1px;
	margin:0px;
}
#fitting a:hover img {
	border:solid #0066ff 1px;
}
#fitting a h4{
	width:105px;
	height: 18px;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	background-image:url("/images/bg_fitting_li.jpg");
	background-repeat:repeat-x;
	padding-top:2px;
	margin:0px;
}
#fitting a:hover h4{
	background-image:url("/images/bg_fitting_li2.jpg");
	background-repeat:repeat-x;
}

/* Page Links */

#fitting_lst {
	width:300px;
	margin:0 0 0 200px;
	font-size:14px;
}
#fitting_lst ul{
	margin:5px 0;
	list-style-type:none;
}
#fitting_lst li{
	display:block;
	padding: 0px;
	border-bottom:solid #666666 1px;
}
#fitting_lst li a{
	color: #003366;
	font-weight:bold;
	text-decoration:none;
}
#fitting_lst li a:hover {
	color:#0066ff;
}	
#fitting_lst img{
	border:none;
}

/* --- Individual Fitting Page Design -------------------------------------- */

/* Left Side */

#fit_main {
	float:left;
	width:420px;
	margin:0 30px 10px 30px;
}
#fit_product {
	width:414px;
	border:solid #999999 1px;
	padding: 2px;
	margin: 0px 0px 10px 0px;
}
#fit_tbl {
	width:100%;
	border:none;
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
}
#fit_tbl th {
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	background-color:#666666;
	border:none;
	text-align:center;
	padding: 3px;
}
#fit_tbl td {
	border:none;
}
#fit_tbl .price {
	text-align:right;
}
#fit_tbl .tr_bg {
	background-color:#cccccc;
}
#fit_product hr{
	margin:10px 0px;
	height: 1px;
	border: none;
	border-top:dashed #999999 1px;

}
#fit_product p{
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0px 10px;
}

/* Right Side */

#fit_right_index {
	float:right;
	width:120px;
	margin: 0 10px 10px 0;
}
#fit_nav {
	width:120px;
	margin:0 0 10px 0;
	background-color:#ffffff;
}
#fit_nav a.order {
	display:block;
	width:110px;
	height:13px;
	background-image:url("/images/fit_nav_order1.jpg");
	background-repeat:no-repeat;
	color:#993300;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:13px 5px;
}
#fit_nav a:hover.order {
	background-image:url("/images/fit_nav_order2.jpg");
}

#fit_nav .title {
	height:15px;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
	background-image:url("/images/fit_nav_title.gif");
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#fit_nav ul{
	list-style-type:none;
	list-style-position:outside;
	text-align:left;
	margin: 0;
	border:solid #003366 1px;
	padding:6px 0 0 0;
}
#fit_nav li{
	background: url("/images/sankaku1.gif");
	background-repeat:no-repeat;
	padding:0px 1px 5px 11px;
}
#fit_nav li a{
	color:#003366;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#fit_nav li a:hover {
	color:#0066ff;
}


/* Geotextile Menu */
.geo_nav {
    width:100%;
	padding: 0px;
}
.geo {
	float:left;
	width:160px;
	margin:15px 5px;
	padding:0px;
	background:#99CCFF;
}
.geo a {
	text-decoration:none;
}
.geo a h3 {
	width:152px;
	height: 16px;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background: url("/images/bg_geo_nav1.jpg");
	background-repeat:repeat-x;
	padding:5px 4px;
	margin:0px;
}
.geo a:hover h3 {
	background-image:url("/images/bg_geo_nav2.jpg");
	background-repeat:repeat-x;
}

.geo a img {
	border:none;
	margin:0px;
	padding:5px;
	background:#99CCFF;
}

.geo a:hover img {
	background:#CC6666;
}

/* Geotextile Menu - - Yoko Bar Nave*/

.bar_nav{
	background:#99CCFF;
	width:410px;
	padding:5px;
	margin:20px 10px 50px 40px;

}
.bar_nav ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.bar_nav li a{
	display:block;
	width:370px;
	height:18px;
	color:#fff;
	font-weight:bold;
	background: url("/images/geo_nav_bar.jpg");
	background-repeat:repeat-x;
	padding:2px 20px;
}

.bar_nav li a:hover {
	background: url("/images/geo_nav_bar2.jpg");
}

.bar_nav a{
	text-decoration:none;
}
/* Geotextile Menu 2 - - Yoko Bar Nave Ireko*/

.bar_nav ul li ul{
	list-style-type:none;
	padding:0px;
	margin-left:40px;
}
.bar_nav ul li ul li a{
	display:block;
	width:330px;
	height:18px;
	color:#fff;
	font-weight:bold;
	background: url("/images/geo_nav_sbar.jpg");
	background-repeat:repeat-x;
	padding:2px 20px;
}

.bar_nav ul li ul li a:hover {
	background: url("/images/geo_nav_sbar2.jpg");
}

.bar_nav2 a{
	text-decoration:none;
}

/* --- Individual Fitting Page Design -------------------------------------- */
#boatshow {
	margin: 0 0 15px 8px;
	padding:0;
}
#boatshow a img {
	border:none;
}
#boatshow a {
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}
#boatshow a:hover {
	text-decoration:underline;
}	