/* CSS for Boston Marine */

body{
	margin:0px;
	padding:0px;
	border:0px;
	background-color: #333333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

.iframe{
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	width:376px;
	height:338px;
	margin:0px;
	padding:0px;
	float:left;
}

p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	margin:0px;
	padding:0px;
}

p a:hover{
	text-decoration:underline;
}

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

a:hover{
	color:#FFCC00;
	text-decoration:none;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

#Interyacht_Full_Page{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	border-bottom:1px solid #666666;
}

#Interyacht_Container{
	position:relative;
	width:800px;
	text-align:left;
}

.Horizontal_Spacer{
	position:relative;
	clear:both;
	width:100%;
}

.Vertical_Spacer{
	position:relative;
	float:left;
}

#Page_Content{
	width:100%;
	position:relative;
	background-image:url(images/content_bg.png);
}

.Page_Content2{
	width:100%;
	position:relative;
}

h1{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCC00;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-decoration:none;
	line-height:24px;
	letter-spacing:1px;
}

#Interyacht_Header{
	width:100%;
	background-image:url(images/header_bg.png);
	height:167px;
}

/*Navigation elements*/
#Navigation{
	height:26px;
	text-decoration:none;
	position:relative;
}

#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#tab li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}
#tab a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: none;
}
#tab a span {
	display: block;
	height:26px;
	color: #FFFFFF;
	line-height:25px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background-image:url(images/nav_hover_bg.png);
	background-repeat:repeat-x;
	background-position:0px -30px;
}
#tab li.item_active a {
	background-position: right bottom;
	border-color: #000000;
}
#tab a:hover {
	background-position: right bottom;
	border-color: #000000;
}
#tab li.item_active a span {
	background-position: left bottom;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
#tab a:hover span {
	background-position: left bottom;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	background-position:0px 0px;
	cursor:pointer;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #FFFFFF;
	z-index: 10000;
	text-decoration: none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width:265px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width:265px;
}
.dropmenudiv a span {
	float: none;
	display: block;
	line-height: 28px;
	background-color: #333333;
	padding: 0 6px 0 10px;
	color: #FFFFFF;
}
.dropmenudiv a:hover {
	border-bottom: 1px solid #666666;
	background-position: left bottom;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	cursor:pointer;
}
.dropmenudiv a:hover span {
	background-position: right bottom;
	color: #FFFFFF;
	font-weight: normal;
	background-color:#FF9900;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	list-style:none;
}
/*End navigation elements*/

#Page_Left_Column{
	position:relative;
	width:570px;
	padding:6px 20px 6px 0px;
	float:left;
}

#Page_Right_Column{
	position:relative;
	width:210px;
	float:left;
}

.contact_block{
	width:150px;
	text-align:left;
	padding:14px 10px 10px 50px;
	height:96px;
	background-image:url(images/home_contact_info_bg.png);
}
	

#Footer{
	position:relative;
	height:30px;
	line-height:30px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:800px;
}

.footer_column{
	position:relative;
	width:33%;
	float:left;
}

.footer_column a{
	color:#666666;
	text-decoration:none;
}

.footer_column a:hover{
	color:#999999;
	text-decoration:underline;
}

#Slideshow{
	width:760px;
	height:340px;
	margin:0px 20px;
}

#Main_Text_Content{
	width:760px;
	margin:0px 20px;
}

.wordpress_post{
	width:778px;
	border:1px solid #006699;
	padding:6px 10px;
}
.wordpress_post p{
	padding:0px;
	margin:10px 0px;
}
.wordpress_post img{
	border:1px solid #000000;
	float:left;
	margin:4px 10px 4px 0px;
}
.wordpress_post_header{
	width:780px;
	background-color:#006699;
	padding:2px 10px;
	background-image:url(images/article_bg.png);
	background-position:right;
	background-repeat:no-repeat;
	height:28px;
}
.wordpress_post_header h3{
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:0px;
	margin:0px;
	padding:0px;
}

#About p{
	padding:0px;
	margin:10px 0px;
}
#About img{
	border:1px solid #FFFFFF;
	float:left;
	margin:2px 10px 4px 0px;
}

#Contact_Right{
	float:left;
	width:370px;
	padding-left:10px;
}
