* {
	margin: 0;
    padding: 0;
    border: none;
	font-size: 1em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#container{
	margin: auto;
	background: url(../images/content.jpg) top left repeat-x;
}

#content{
	margin: auto;
	width: 790px;	
	
}
#content #main-content #breadcrumb {
	font-size: 1.1em;
	color: #333333;
}
/*HEADER*/
#header{
	height: 97px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 790px;
	margin-right: auto;
}
#header h1{
	float:left;
	width: 318px;
	height: 97px;
	margin: 0px;

}
#header h1 a {
	display: block;
	width: 345px;
	height: 97px;
	/* hide from IE Mac \*/
   text-indent: -999em;
	overflow: hidden;
	background-image: url(../images/logo.jpg);
	background-position: 0px 0px;   /* end hide */
	background-repeat: no-repeat;
}
* html>body #header h1 a {
   letter-spacing: -999em;	
}
/*NAVIGATON-BANNER*/

#banner  {
	background-image: url(../images/banner.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	height: 161px;
	margin-bottom: 1px;
}

#banner-content {
	margin: 0px auto;
	background-image: url(../images/banner-content.png);
	background-repeat: no-repeat;
	height: 161px;
	width: 790px;
}
#banner-content img{
	margin: 0 0 0 496px;
}

#navigation h2, #banner h2, #banner-content h2, #banner-navigation h2{
	/* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
   height: 0px;
}

* html>body #navigation h2, #banner h2, #banner-content h2, #banner-navigation h2 {
   letter-spacing: -999em;	
}

#navigation  {
	background-image: url(../images/navigation2.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	min-height: 25px;
}

#navigation-content  {
	background-image: url(../images/navigation2.jpg);
	width: 790px;
	margin: 0px auto;
	position: relative;
}
#navigation ul {
	list-style: none;
	margin-top: 5px;
	padding-left: 15px;
}

#navigation ul li{
	float: left;
	display: block;
	color: #999999;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	text-indent: 5px;	
	float: left;	
}
* html #navigation ul li a {
	margin-left: 0px;
	
}
#navigation ul li a:visited {
	color: #6AC7DD;
}
#navigation ul li a:hover{
	color: #F7D617;
	
}

/*CONTENT*/

#main-content{
	float: left;
	padding: 20px 0px 0px 0px;
	width: 523px;
	padding-bottom: 30px;
}

#main-content h2{
	font-size: 3em;
	color: #1C90BD;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
}
#main-content h3{
	font-size: 1.7em;
	color: #1C90BD;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
}

#main-content h4 {
	font-size: 1.5em;
	color: #17519E;
	margin-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;

}
#main-content h4 a {
	color: #17519E;
    text-decoration: none;

}
#main-content h4 a:visited {
	color: #17519E;
    text-decoration: none;

}


#main-content ul {
	/*-- list-style: none; --*/
	font-size: 1.2em;
	margin-left: 60px;
	color: #666666;	
	margin-bottom: 10px;
}


#main-content p{
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 150%;
}

#main-content .first-item {
	background-image: url(../images/main-content-ul.jpg);
	background-repeat: repeat-x;
	list-style: none;
	padding-top: 10px;
	position: relative;
	padding-left: 30px;	
}
#main-content .first-item .img-left {
	position: absolute;	
	top: 40px;
	left: 30px;
}
* html #main-content .first-item .img-left {
	left: 0px;
}
#main-content .item {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDBDBD;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BDBDBD;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	margin-right: 10px;
clear: both;
}
#main-content .item .img-left {
	position: absolute;	
	top: 40px;
	left: 0px;
}

#main-content .item p, #main-content .first-item p {
	padding-left: 80px;
	padding-bottom: 5px;
}

#main-content .first-item h4, #main-content .item h4 {
        padding-left: 0;
	padding-bottom: 5px;
}

#main-content  a, #main-content  a:visited {
	color: #FF0000;
	text-decoration: underline;
}

#main-content  a:hover {
	color: #17519E;
}

#main-content .sub-content {
	width: 215px;
	float: left;
	padding-left: 30px;
	padding-top: 15px;
	
}
#main-content .sub-content h3 {
	padding-left: 0px;
}
#main-content .sub-content p {
	text-align: justify;
	padding-left: 0px;
}
#main-content .sub-content img {
	margin-bottom: 15px;	
}

#main-content #last-content {
	width: 474px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BDBDBD;
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 20px;
}

#main-content #last-content h3 {
	padding-left: 0px;
}

#main-content #last-content ul {
	list-style: none;
	margin-bottom: 30px;
	margin-left: -5px;
}

#main-content #last-content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.1em;
	padding-left: 15px;
}

#main-content #last-content ol{
	font-size: 1.2em;
	padding-left: 15px;
}

/*SECONDARY CONTENT*/
#secondary-content{
	width: 220px;
	padding-bottom: 40px;
	padding-left: 0px;
	float: left;
	margin-top: 20px;
	margin-left: 45px;
	color: #666666;	
	font-size: 1.1em;
}
* html #secondary-content{
	margin-left: 35px;
	
}


#e-bay h2 a {
	background-image: url(../images/ebay-button.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 199px;
	margin-bottom: 10px;
	display: block;
}

#sell h2 {
	background-image: url(../images/yacht.jpg);
	background-repeat: no-repeat;
	height: 70px;
	margin-bottom: 0;
	width: 199px;
}

#sell p {
	background-image: url(../images/sell.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 199px;
	margin-bottom: 10px;
}

#sell a {
display: block;
width: 100%;
height: 100%;
}

#e-bay h2, #e-bay p, #sell h2, #sell p { 
	/* hide from IE Mac \*/
   text-indent: -999em;
	overflow: hidden;	
}
* html>body #e-bay h2, #e-bay p, #sell h2, #sell p {
   letter-spacing: -999em;	
}



#testimonials {
	background: url(../images/secondary-content-testimonials.gif) repeat-y;
	/*min-height: 160px;*/
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	
}	
#testimonials h2 {
	background: url(../images/secondary-content-testimonials-h2.jpg) no-repeat; 
	/* hide from IE Mac \*/
   text-indent: -999em;
	overflow: hidden;
	height: 36px;
	
}
#testimonials ul {	
	background: url(../images/secondary-content-testimonials-ul.jpg) left bottom no-repeat;
	/*min-height: 70px;*/
	/*overflow: hidden;*/
	list-style: none;
}	

#testimonials ul li {
	margin: 7px 25px 0px 7px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
}

#testimonials ul li a, #testimonials ul li a:visited {
	color: #FF0000;
}

#testimonials ul li a:hover {
	color: #17519E;
}



/*CONTACT US*/
#main-content .contacUs input.inp {
	border:1px solid #ccc;
	height:14px;
	padding:4px 5px;
	width:270px;
	margin-top: 3px;
}

#main-content .contacUs textarea {
	border:1px solid #ccc;
	padding:4px 5px;
	width:270px;
	margin-top: 3px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#main-content .contacUs img {
	padding-left: 30px;
	margin-bottom: 20px;
}

#main-content .contacUs .submit-button input {
	margin-left: 30px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	height: 38px;
	width: 105px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}


* html>body #main-content .contacUs .submit-button input {
   letter-spacing: -999em;	
}

/*PRODUCTS*/

#content #secondary-content #products {
	background-image: url(../images/secondary-content-products.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#content #secondary-content #services {
	background-image: url(../images/secondary-content-sub-menu.jpg);
	background-repeat: no-repeat;
	height: 104px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#content #secondary-content #products h2, #content #secondary-content #services h2 {
	color: #FFFFFF;
	font-size: 1.2em;
} 


#content #secondary-content #products ul, #content #secondary-content #services ul{
	list-style: none;
	margin-top: 3px;
}

#content #secondary-content #products ul li, #content #secondary-content #services ul li {
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
#content #secondary-content #products ul li a, #content #secondary-content #services ul li a {
	background-image: url(../images/secondary-content-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #7F7F7F;
	text-decoration: none;
	padding-left: 15px;
}
#content #secondary-content #products ul li a:visited, #content #secondary-content #services ul li a:visited  {
	color: #1C88B8;
	background-image: url(../images/secondary-content-bullet-visited.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content #secondary-content #products ul li a:hover, #content #secondary-content #services ul li a:hover {
	color: #1B1B49;
	background-image: url(../images/secondary-content-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}





#content #secondary-content #quads, #content #secondary-content #lawnowers, #content #secondary-content #contact-us, #content #secondary-content #outboard-motors, #content #secondary-content #generators, #content #secondary-content #lobster-creels, #content #secondary-content #index, #content #secondary-content #marine-engineering, #content #secondary-content #general-engineering, #content #secondary-content #fabrication, #content #secondary-content #links, #content #secondary-content #terms-and-conditions, #content #secondary-content #privacy-policy, #content #secondary-content #disclaimer, #content #secondary-content #about-us, #content #secondary-content #page-not-found, #content #secondary-content #thank-you  {
	display: none;
}
/*FOOTER*/

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 74px;
	clear: both;
}
#footer-content {
	margin: auto;
	width: 770px;
	padding-right: 20px;
	padding-left: 20px;	
}
	
#footer ul{
	float: right;
	width: 345px;
	display: block;
	list-style: none;
	padding-bottom: 0px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 50px;
}


#footer ul li{
	float: left;
	display: block;
	color: #999999;
}

#footer ul li a{
	color: #999999;
	font-size: 1.1em;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
#footer ul li a:hover {
	color: #CCCCCC;	
}
#footer p{
	float: left;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
#footer p.copyright {
	float: right;
	padding-top: 18px;
	padding-right: 60px;
	padding-bottom: 0px;
	color: #333333;
}
#footer p a {
	display: block;
	width: 312px;
	height: 39px;
	/* hide from IE Mac \*/
   text-indent: -999em;
	overflow: hidden;
	background-image: url(../images/footer-p-a.jpg);
	background-repeat: no-repeat;
	background-position: left top;   /* end hide */
	margin-top: 0px;
	
}
* html>body #footer p a{
   letter-spacing: -999em;	
}



/* set the image to use and establish the lower-right position */ 

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { background: transparent url(/images/demobox.png) no-repeat bottom right; } 

.cssbox { 
width: 185px !important; /* intended total box width - padding-right(next) */ 
width: 190px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 20px 0 20px 0; /* use to position the box */ 
} 

/* set the top-right image */ 

.cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 22px; /* right-image-gap + right-inside padding */ 
} 


/* set the top-left image */ 

.cssbox_head h2 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 8px 0 7px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ 
color: #fff;
} 


/* set the lower-left corner image */ 
.cssbox_body {
background-position: bottom left; 
margin-right: 5px; /* interior-padding right */ 
padding: 4px 0 9px 15px; /* mirror .cssbox_head right/left */
} 

.cssbox_body p { 	line-height: 175%; margin-top: 5px; }


.cssbox_body form {
	font-size: 1.2em;
}	

.cssbox_body form p {
	display: block;
	margin-bottom: 7px;
}

.cssbox_body input{
	padding: 3px 0px 0px 2px;
	height: 17px;
	width: 165px;
	margin: 3px 0px 0px 0px;	
	border: 1px #BABABA solid;
	color: #666666;	
}

.cssbox_body button{
	height:22px;
	width: 62px;
	background-image: url(../images/secondary-content-signup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 106px;
	padding-top: 2px;
}

input.subbutton { 
clear: both;
border: 0px;
margin-top: 10px;
margin-bottom: 2px;
margin-left: 100px;
margin-right: 0px;
width: 62px;
height: 22px;
}

/* set the image to use and establish the lower-right position */ 

.cssbox-sub, .cssbox_body-sub, .cssbox_head-sub, .cssbox_head-sub h2 { background: transparent url(/images/submenu.png) no-repeat bottom right; } 

.cssbox-sub { 
width: 185px !important; /* intended total box width - padding-right(next) */ 
width: 175px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 20px 0 20px 0; /* use to position the box */ 
} 

/* set the top-right image */ 

.cssbox_head-sub { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 22px; /* right-image-gap + right-inside padding */ 
} 


/* set the top-left image */ 

.cssbox_head-sub h2 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 8px 0 7px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ 
color: #fff;
} 


/* set the lower-left corner image */ 
.cssbox_body-sub {
background-position: bottom left; 
margin-right: 1px; /* interior-padding right */ 
padding: 1px 0 9px 1px; /* mirror .cssbox_head right/left */
} 





.cssbox_body-sub ul {
background: transparent;
	list-style: none;
	margin-top: 0px;
margin-right: 1px;
padding-right: 0px;
/* width: 170px; */
}

.cssbox_body-sub ul li {
background: transparent;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 5px;
margin-left: 15px;	
border: 0;
border-bottom: 1px dashed #ccc;
margin-right: 1px;
padding-right: 0px;
}

.cssbox_body-sub ul li a {
	background-image: url(../images/secondary-content-bullet-visited.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #7F7F7F;
	text-decoration: none;
	padding-left: 15px;
display: block;
/*  width: 170px; */
height: 100%;
}

.cssbox_body-sub ul li a:visited {
	color: #1B1B49;
	background-image: url(../images/secondary-content-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.cssbox_body-sub ul li a:hover {
	color: #1C88B8;
	background-image: url(../images/secondary-content-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}