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



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #757571;
	margin-top: 0px;
	padding-top: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
 #container {
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #F4F4F4;
	background-image: url(assets/images/layout/padtile.gif);
	background-repeat: repeat-y;
	border-top-style: none;
	margin-top: 20px;
} 
 #header {
	background-color: #DDDDDD;
	background-image: url(assets/images/layout/bannerfade.jpg);
	height: 220px;
	width: 1024px;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px;
	background-repeat: repeat-y;
	overflow: auto;
}
 #mainContent {
	padding-top: 10;
	padding-bottom: 10;
	float: right;
	width: 810px;
	clear: none;
	background-color: #F4F4F4;
} 
 #footer {
	background-color: #999999;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
#logo {
	height: 220px;
	width: 214px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(assets/images/layout/polozonetrans.gif);
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
#iframe {
	margin-left: 7px;
}
#bladetable {
	margin-left: 30px;
	float: right;
	margin-top: 20px;
}
#bladetable td {
	padding-left: 10px;
	font-size: 12px;
}
#bladetable tr.d0 td {
	background-color: #CCFF99;
}

#navmenu {
	height: 162px;
	width: 165px;
	margin-left: 10px;
	background-color: 007BFF;
	text-align: left;
}
#maintext {
	padding-left: 45px;
	padding-right: 40px;
	padding-bottom: 0px;
	line-height: 18px;
	color: #333333;
}
#maintext p {
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: justify;
	color: #333333;
	margin-top: 0px;
}
#mainmenu {
	height: 25px;
	padding-left: 30px;
	top: 10px;
	position: relative;
	list-style-type: none;
}

#mainmenu    a {
	color: #555555;
	display: inline;
	text-decoration: none;
	height: 20px;
}
#mainmenu a:hover {
	color: #0066FF;
	text-decoration: none;
}
#mainmenu ul   {
	list-style-type: none;
	text-decoration: none;
	top: 10px;
	margin: 0;
	padding: 0;
}
#mainmenu    ul a  {

}
#mainmenu li  {
	position: relative;
	height: 25px;
	float: left;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	color: #555555;
	padding-right: 17px;
	padding-left: 17px;
}
#mainmenu    li ul  {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
  }
#mainmenu li:hover  {

}
#mainmenu li:hover ul     {
	display: block;
	background-color: #F5F5F5;
}


#hometext {
	width: 370px;
	margin-left: 35px;
	margin-top: 40px;
	height: 315px;
}
#main {
	background-image: url(assets/images/layout/graphback2.gif);
	top: 15px;
	margin-top: 20px;
	margin-left: 15px;
	background-repeat: repeat;
	background-color: #F4F4F4;
}

#navmenubottom {
	height: 12px;
	width: 165px;
	background-image: url(assets/images/layout/navmenubottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-left: 10px;
}
#navmenutop {
	background-image: url(assets/images/layout/navmenutop.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 165px;
	margin-top: 30px;
	margin-left: 10px;
}
#navmenu a:hover {
	color: #00CCFF;
	text-decoration: none;
}


#maintop {
	background-image: url(assets/images/layout/maintop.gif);
	height: 50px;
	position: relative;
	background-repeat: no-repeat;
}

#bladeimage {
	height: 315px;
	width: 600px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#bladetext {
}
#navmenu a {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	display:block;
	width:165px;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	background-color: #017FFF;
	background-image: url(assets/images/layout/navmenubg.gif);
	background-repeat: repeat;
}
#mainimage {
	width: 339px;
	height: 380px;
	background-image: url(assets/images/layout/archer%20flying.jpg);
	z-index: 2;
	float: right;
	overflow: visible;
	position: relative;
	right: 15px;
	margin-right: 15px;
	top: 40px;
}

#mainbottom {
	background-image: url(assets/images/layout/mainbottom.gif);
	height: 10px;
	position: relative;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-bottom: 10px;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #757571;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#boatimage {
	height: auto;
	width: 600px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#boatprofiles {
	height: 250px;
	width: 360px;
	float: left;
}
#itemimage220 {
	height: 220px;
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#itemimage425 {
	height: 425px;
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#boattext {
}
#boattable {
	float: right;
}
#boattable td {
	padding-left: 10px;
	font-size: 12px;
}
#boattable tr.d0 td {
	background-color: #CCFF99;
}
#itemimage240 {
	height: 240px;
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: none;
}
#itemimage280 {
	height: 280px;
	width: 600px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#cartlink {
	width: 188px;
	margin-top: 20px;
}

#navtable {
	margin-left: 10px;
	margin-top: -152px;
}
#fblink {
	background-image: url(assets/images/layout/fblogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	width: 165px;
	display: block;
	margin-left: 10px;
}

.link {
	height: 70px;
	width: 165px;
	display: block;
	background-image: url(assets/images/layout/fblogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#fbtext {
	width: 165px;
	margin-left: 10px;
	height: 20px;
}


.parent a:link {
	padding: 10px;
}
.parent a:visited {
	padding: 10px;
}
.parent a:hover {
	text-decoration: none;
}
