@charset "UTF-8";
/* CSS Document */

#home-top{
	background:url(../images/header-top.jpg) no-repeat;
	width:700px;
	height:193px;
	float:left;
}

#home-headline{
	background:url(../images/header-top2.jpg) left no-repeat;
	background-color:#38404a;
	padding:10px 0 0 10px;
	width:250px;
	height:183px;
	float:right;
}

#contents{
	clear:both;
	min-height:500px;
}

#home-row1{
	top:20px;
}
#home-left{
	width:660px;
	height:230px;
	margin:15px 10px 0 30px;
	float:left;
	display:block;
	clear:both;
}
#home-left h1{
	background:url(../images/welcome-to-website.jpg) no-repeat left;
	width:207px;
	height:28px;
	margin-bottom:5px;
	margin-top:0;
	padding:0;
}

#home-left h1 span{
	display:none;
}
#welcome{
	clear:both;
	display:block;
	float:left;
	padding:0;
	margin:0 10px 0 0;
}
#home-right{
	width:240px;
	height:230px;
	display:block;
	float:right;
	background-color:#ededed;
	padding:15px 10px 0 10px;
}

.blog-date{
	color:#E36906;
	margin-left:6px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

.blog-title{
	display:block;
	margin-left:6px;
	margin-bottom:10px;
	line-height:15px;
}

.blog-title a{
	color:#000000;
}

#home-right h1{
	background:url(../images/whats-new.jpg) no-repeat left;
	width:108px;
	height:22px;
	margin:0 0 10px 0;
	padding:0;
}

#home-right h1 span{
	display:none;
}

#featured-boats{
	clear:both;
	border-top:#E1E1E1 2px solid;
	width:960px;
	margin:0px 0 0 30px;
	float:left;
	display:block;
}

#featured-boats h1{
	background:url(../images/featured-boats.jpg) left no-repeat;
	width:147px;
	height:26px;
}

#featured-boats h1 span{
	display:none;
}

.boat-entry{
	border:#E1E1E1 2px solid;
	width:280px;
	height:280px;
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.boat-entry .title{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	padding:13px 13px 7px 13px;
}

.boat-entry .title a{
	color:#000000;
	text-decoration:none;
}

.boat-entry .title span a{
	color:#CC0000;
	text-decoration:none;
}

.boat-entry img{
	width:200px;
	border:#333333 1px solid;
	margin-left:40px;
}

.boat-entry .price{
	text-align:center;
	margin-top:7px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;
}

.boat-entry .sub_price{
	text-align:center;
	font-weight:normal;
	font-size:10px;
	line-height:12px;
	margin:0;
	padding:0;
}
