 /* Cougar Marine CSS */

body { background-color: #000; }
 
#container {
	background-color: #000;
	margin: 0 auto;
	width: 930px;
	color: #E0E0E0;
	font-family : "Trebuchet MS", sans-serif;
}

#pagecontent {
	width: 500px;
	padding: 30px 0px 0px 30px;
	float: left;
}

.top {
	width:700px;
}

.middle {
	width: 600px;
	clear: both;
}

.bottom {
 width: 500px;
}

#navlist {
	text-align: right;
}

.nav {
	height: 66px;
}

#linknav {
	height: 41px;
}

.footer {
	clear: both;
}

a {
	text-decoration: none;
	color: #D60507;
}

a:visited {

}

a:hover {
	color: #FB2626;
}

.subnav a, .sitemap a {
	font-size: 17px;
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
}

ul, li, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

.inline li {
	display: inline;
	padding-right: 42px;
}

.current {
	text-decoration: underline;
}

ul li {
	list-style-type: none;
}

.bulleted {
	list-style-type: disc;
	list-style-position: inside;
}

#list {
	margin: 6px 0;
}

.para {
	margin-top: 0;
}

.subnav {
	padding-bottom: 10px;
}

.date, .link {
	margin: 0;
}

.date {
	font-size: 13px;
	color: #666;
}

.link {
	font-size: 14px;
}

h2 {
	margin-top: 0;
}


h3, h4 {
	color: #D60507;
}

h4.contact {
	padding-top: 30px;
}

h5.rep {
	color: #666;
}

.oz {
	float: left;
	padding-right: 60px;
}

a.view {
	font-size: 13px;
	color: #666;
	padding-left: 40px;
}

a.view:hover {
	color: #999;
}

.pressimg {
	float: left;
	padding: 0 40px 0 20px;
}

#boatcontent {
	width: 800px;
	padding: 20px;
	margin: 0 auto;
}

#boatcontent ul.inline {
	margin-bottom:20px;
}

#press h4 {
	padding: 0px;
}

td h5 {
	padding: 3px;
}

#pics {
	width: 420px;
	margin-top: 30px;
	float: left;
}

.text {
	clear: both;
	padding: 10px;
}

.text h4 {
	color: #666;
}

.left, .center {
	float: left;
	width: 250px;
	padding-right: 40px;
}

.right img {
	padding-top: 100px;
}

.extras {
	clear: both;
}

.left h4, .center h4 , .extras h4{
	padding-top: 15px;
}

.ui-effects-transfer {
	border: 3px solid grey;
	background-position: 50% 50%;
}

#viewgallery {
	width: 700px;
	margin: 0 auto;
	padding; 1em;
}

#bigimage {
	border: 4px solid gray;
}
 
.gallerytitle {
	text-align: right;
	padding: 35px 0px 15px 0px;
}

.gallerytitle h2 {
	margin-bottom: 2px;
}

.gallerycaption {
	text-align: center;
	padding-top: 10px;
}

.gallerycaption h4 {
	color: #E0E0E0;
}

.album {
	float: left;
	padding: 25px 0 5px 0;
	width: 150px;
}

.gall_albums {
	width: 132px;
	margin: 0 auto;
}

.thb {
	border: 4px solid gray;
	display: block;
	margin: 0 auto;
}

.name {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	text-align: center;
	width: 132px;
}

.desc {
	font-size: 10px;
	margin: 0;
	text-align: center;
	width: 132px;
}

.imginfo {
	text-align: center;
	width: 548px;
	float: right;
}

a p.link {
	color: #666;
}

.links {
	margin-bottom: 30px;
}

.sitemap h5 {
	padding-bottom: 5px;
}

#back {
	text-align: center;
	padding: 30px 0 0 0;
}

.loginbox {
	width: 460px;
}

.label {
	padding: 5px;
}

.submit {
	float: right;
	padding: 1px;
	margin-right: 9px;
}

#admincontent {
	padding: 40px;
}

#return {
	padding: 20px 0;
}

#adminpanel {
	width: 410px;
	float: left;
}

.admin {
	padding-top: 15px;
}

.editopts {
	width: 400px;
}

.opts {
	padding-left: 15px;
	margin: 5px 0 10px 0;
}

legend {
	padding: 0 5px 0 5px;
	font-weight: bold;
}

.saleimg, .pressimg {
	float: left;
}
.saletext {
	padding: 20px 0 0 170px;
}

.presstext {
	padding: 20px 0 0 230px;
}


/* CSS FOR IMAGE SLIDER */

#s3slider {
   width: 420px; /* important to be same as image width */
   height: 270px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float: left;
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 370px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.5; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.5; /* here you can set the opacity of box with text */
   opacity: 0.5; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*if you put top: 0; -> the box with text will be shown at the top of the image
       if you put bottom: 0; -> the box with text will be shown at the bottom of the image */
}

.clear {
   clear: both;
} 



