/********************************************
path: "/_assets/css/home.css"

This style sheet inludes:
- Layout wrapper for the homepage content
- Main Column
- Right Column

******************************************/

/******************************************
LAYOUT
******************************************/
div#pattern
	{
		background: url(/_assets/images/home/background.gif) repeat-y left top;		
	}
div#cutout
	{
		background: url(/_assets/images/home/cutout.gif) no-repeat left bottom;
		padding-bottom:3px;
	}
div#cutout:after 
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}	
/******************************************
MAIN COLUMN
******************************************/
div#main-column
	{
		float:left;
		width:563px;
		background:#a4aaa8 url(/_assets/images/home/content_corner.gif) no-repeat right top;
		margin:0;
		padding:3px 3px 0 3px;				
		border:none;		
	}
/*Overview*/
div#overview
	{
		background:#ffffff url(/_assets/images/home/content_corner_inner.gif) no-repeat right top;
	}
div#overview div
	{
		background:url(/_assets/images/home/sailing.jpg) no-repeat left top;
		min-height:264px;
	}
div#overview h1
	{
		margin:0;
		padding:126px 5px 10px 214px;		
		font:bold 11px "Verdana", sans-serif;
		line-height:20px;
		color:#29322f;		
		background:none;
		border:none;	
	}
div#overview h1 span
	{
		display:none;
	}
/*Highlight*/
div#highlight
	{
		background:#ffffff url(/_assets/images/home/compass.jpg) no-repeat 21px 38px;
		border-top:5px solid #00625a;				
		padding:11px 5px 10px 165px;
		min-height:137px;	
	}
div#highlight h2
	{
		margin:0;
		padding:0;		
		font-size:13px;
		color:#00625a;
		border:none;
	}
div#highlight p
	{
		margin:10px 0 0 0;
		padding:0;
		font-size:11px;
		line-height:17px;
		color:#29322f;		
	}
/******************************************
RIGHT COLUMN
******************************************/
div#right-column
	{
		margin:0 0 0 5px;
		padding:7px 3px 30px 3px;
		background:none;		
		border-top:3px solid #a4aaa8;
	}
div#right-column h2
	{
		margin:29px 0 12px 0;
	}	
div#right-column ul#product
	{
		padding-bottom:0;
	}	
div#right-column ul#features
	{
		list-style:none;
		margin:0 0 13px 0;
		padding:0;		
	}	
div#right-column ul#features li
	{
		background:url(/_assets/images/right/bullet_feature.gif) no-repeat 14px 10px;
		margin-left:0;
		padding:5px 0 0 26px;		
		font-size:10px;
		width:153px;		
	}
div#right-column ul#features li a
	{
		color:#3e647e;
	}