@charset "utf-8";
/* CSS Document */
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: center; /* 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:#ffffff;
}
#backgroundgrad {
	background: url(http://www.boatsnmotors.net/images/img-backgroundgrad.gif) repeat-x;
	width: 100%;
	position: absolute;
	right: 0px;
	height: 1050px;
/*	height: 100%;*/
	z-index:-2;
}
#backgroundimg {
	background: url(http://www.boatsnmotors.net/images/img-background.jpg) top left no-repeat;
	width: 100%;
	position: absolute;
	left: 0px;
	height: 1050px;
	z-index:-1;
}
#fullcontainer {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:  #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
}

#bodycontainer {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#left {
	background:url(http://www.boatsnmotors.net/images/img-bodyleft.png) repeat-y;
}
#right {
	background: url(http://www.boatsnmotors.net/images/img-bodyright.gif) repeat-y;
}
p {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homepage {
	margin-left: 80px;
	margin-right: 50px;
}
.contact {
	margin-left: 40px;
}
.footer {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:8px;
}
#specialsbox {
	background:url(http://www.boatsnmotors.net/images/img-specials.gif) no-repeat;
	height:190px;
	width:190px;
	padding: 15px;
	vertical-align:bottom;
}

#newboats {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.boatimg {
	width: 270px;
}
.boat {
	font-size:14px;
	font-weight:bold;
}
	
.price {
	color:#FF0000;
	font-weight:bold;
	width: 160px;
}
.newprice {
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	width: 190px;	
}

/*---------------- LINKS -------------------*/
a:link, a:visited {
	font-weight:bold;
	color:#21356f;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#21356f;
	text-decoration:underline;
}

/*---------------- NAVBAR -------------------*/
ul#nav {
	padding:0;
	margin:0;
	width: 622px;  /*Width of navbar*/
	height: 50px; /*height of navbar*/
	clear: left;
}
ul#nav li {
	display: block;
	float: left;
}
ul#nav li a#home, ul#nav li a#newboats, ul#nav li a#outboards, ul#nav li a#parts, ul#nav li a#specials, ul#nav li a#contact {
	background: url(http://www.boatsnmotors.net/images/img-navbar2.png);  /*navbar filename*/
	float: left;
	display: block;
	height: 50px; /*height of navbar */
	margin: 0;
	position: relative;
	z-index: 5000;/*top: 29px;*/
}
ul#nav li a#home {
	background-position: 0px 0px;
	width: 69px;
}
ul#nav li a#newboats {
	background-position: -69px -0px;
	width: 104px;
}

ul#nav li a#outboards {
	background-position: -173px 0px;
	width: 111px;
}
ul#nav li a#parts {
	background-position: -284px 0px;
	width: 138px;
}
ul#nav li a#specials {
	background-position: -422px 0px;
	width: 90px;
}
ul#nav li a#contact {
	background-position: -512px 0px;
	width: 110px;
}
/*---------------- NAVBAR ROLLOVERS -------------------*/

ul#nav li a:hover#home {
	background-position: 0px 50px;
	width: 69px;
}
ul#nav li a:hover#newboats {
	background-position: -69px 50px;
	width: 104px;
}
ul#nav li a:hover#outboards {
	background-position: -173px 50px;
	width: 111px;
}
ul#nav li a:hover#parts {
	background-position: -284px 50px;
	width: 138px;
}
ul#nav li a:hover#specials {
	background-position: -422px 50px;
	width: 90px;
}
ul#nav li a:hover#contact {
	background-position: -512px 50px;
	width: 110px;
}
ul#nav ul {
	float: right;
}
ul#nav ul li {
	display: block;
}
.nodisp {
	line-height: 0px;
	display: none;
}



/*---------------- NEW NAVBAR -------------------*/

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;

}

	/*----- UP STATE TEXT STYLE -----*/ 
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
/*	font: bold 11px arial;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

	/*----- UP STATE BUTTON STYLE -----*/ 
#sddm li a {
	display: block;
	/*margin: 0 1px 0 0;*/ /*--WHITE LINE IN BETWEEN BUTTONS*/
	padding: 15px 10px;    /*-- 15px = vertical alignment  10px = width --*/
	width: 78px;
	height:20px;
	background: url(/images/img-navbar-background.png);
	/*	background: #5970B2;*/
	color: #FFF;
	text-align: center;
	text-decoration: none
}
#sddm li a:hover {
	/*background: #49A3FF;*/
	text-decoration:underline;
}

	/*-----DROPDOWN MENU-----*/ 
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	top: 118px;
	background: #910908;
	border: 1px solid #740403
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 100px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #910908;
	color: #FFF;
	font: 11px arial bold;
	border: 1px solid #740403
}
#sddm div a:hover {
	background: #be2423;
	color: #FFF
}