
/*=========================================
GLOBAL
=========================================*/

body {
	background: #D4D3D3;	
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

h2 {
	font-size: 20px;
}

li {
	padding: 10px;
}

p {
	padding: 5px 0;
}

.alignleft {
	display: inline;
	float: left;
}

.clear {
	clear: both;
}

.highlight {
				color: #e38a00;
			}

/*=========================================
SECTIONS / LAYOUT
=========================================*/

#wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 10px 0;	
	width: 1000px;
}

#header {
	background: #000;
	height: 145px;
}

#header img#logo {
	float: left;
	padding: 35px 0 0 0;
}

#header #leaderboard {
	border: 1px solid #fff;
	color: #fff;
	float: left;
	height: 90px;
	margin: 7px 0 6px 0;
	width: 728px;
}

#header ul#nav {
	background: #bcbdc0;
	clear: both;
	color: #231f20;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#header ul#nav li {
	border-right: 1px solid #231f20;
	display: inline;
	padding: 0 15px;
}

#header ul#nav li.last {
	border: none;
}

#header ul#nav li a {
	color: #231f20;
	text-decoration: none;
}

#content-wrapper {
	background: url(/2008/yachts_magazine/images/right_column_background3.jpg) repeat-y 700px top;
}

#main-content {
	border-right: 1px solid #cccccc;
	clear: left;
	display: inline;
	float: left;
	padding: 15px 18px 15px 10px;
	width: 670px;
}

#main-content #rotator {
	background: url(/2008/yachts_magazine/images/rotator-shadow.jpg) no-repeat;
	display: inline;
	clear: both;
	float: left;
	padding: 10px;
}



#main-content #editorial-area {
	clear: both;
	float: left;
	width: 100%;
}

#main-content #subscription-form {
	border: 1px solid;
	clear: both;
	display: inline;
	float: left;
	width: 100%;
}

#rail {
	display: inline;
	float: left;
	width: 300px;
}

ul#footer {
	clear: both;
	color: #231f20;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

ul#footer li { 
	border-right: 1px solid #231f20;
	display: inline;
	padding: 0 15px;
}

ul#footer li.last {
	border: none;
}

ul#footer li a {
	color: #231f20;
	text-decoration: none;
}

/*=========================================
ROTATOR
=========================================*/

#top_rotator .rotator {
	background-color: #989b9e;
	display: none;
	position: relative;
}

#top_rotator .rotator .img,
#top_rotator .rotator .img img {
	width: 650px;
	height: 350px;
	display: block;
	padding: 0;
}

#top_rotator .rotator .img img {
	border: 0px;
}

.rotator .bar {
	position: absolute;
	top: 0px;
	background-color: #000000;
	height: 35px;
	opacity: .50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	padding: 0;
	white-space: nowrap;
	width: 650px;
	z-index:10;
}

.rotator .title {
	font-size: 16px;
	color: #ffffff;
	text-align: right;
	padding: 8px;
	text-decoration: none;
	white-space: nowrap;
	z-index:20;
	position: absolute;
	top: 0px;
	width: 634px;
}

#top_rotator .rotator table {
	width: 650px;
}

#top_rotator .rotator table a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#top_rotator .rotator table a.num {
	color: white;
}

#top_rotator .rotator table a.current {
	color: black ! important;
}

#top_rotator .rotator table td {
	padding: 3px;
}

#top_rotator .rotator table .right {
	text-align: right;
}

/*=========================================
CLEARFIX
=========================================*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */


