/* Styles for main WCY website 
Copyright 2009 West Coast Yachting Ltd. 
NETSCAPE VERSION FOR FIREFOX AND SAFARI ON WINDOWS*/

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: "trebuchet ms", verdana, arial;
	font-size: 10pt;
	text-align: center
	}
	
/*working classes for emphasis of various areas */
.standout1 {
    color: red;
    font-weight: bold;
 }
 
.standout2 {
    color: red;
    font-weight: bold;
    font-size:larger;
 }
    
/*default setting for the borders on all the panels, over-ride this for any special areas */
div {
	border:solid; 
	border-width:1px;
	border-color: #00008B;
}

h1, h2 { 
	font-size:12pt;
	max-height: 15px;
    margin-left: 10px;
	}
	
h2 {
	font-size:10pt;
}

p {margin:auto;
   margin-left:10px;
   margin-bottom:10px;
 }

#container{
	background-color: white;
	width: 806px;
    min-height:500px;
	padding: 5px;
	text-align: left;
	margin: auto;
	}
	
#header{
	background-color: white;
	width: 800px;
	height: 159px;
	text-align: center;
	padding: 1px;
	margin: auto;
	}

	
#menu{
	margin: auto;
    margin-bottom:2px;
	text-align: center;
	width: 802px;
	height: 25px;
	padding: 0px;
	background-color: #00008B;
	background-image: url('../images/menu_background.jpg');
	background-repeat: repeat-x;
	font-size: 11pt;
	color: #FFFFFF
	}
    
#featured_boat{
    width:595px;
    height:95px;
    position:relative;
    margin-left:8px;
    top:-20px;
    padding:1px;
    border-color: #FF0000;
    }
	
A.strip, A:ACTIVE.strip, A:FOCUS.strip, A:LINK.strip, A:VISITED.strip {
	color : white;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER.strip {
	color : #00008B;
	text-decoration : underline;
	font-weight : bold;
}

.main_images{ 
	display: inline;
	vertical-align: middle;
	border:solid; 
	border-width:1px;
	border-color: #00008B;
	padding: 1px;
	margin: auto;
}

#racing_pic{
    width:175px;
    height:122px;
    border:solid; 
	border-width:1px;
	border-color: #00008B;
	padding: 1px;
 }
 

.race_image{
    padding: 2px;
    width: 190px;
    background-color:#DDDDDD;
    margin-bottom: 2px; 
 }
 
#pictures {
	position: relative;
	top: -10px;
	width: 546px;
	margin: auto;
	margin-left: 252px;
	padding: 1px;
}

#locations {
	background-image: url('../images/locations_bg.jpg');
	background-repeat: repeat-x;
	font-style: italic;
	font-size: 9pt;
	position: relative;
	top: -5px;
	text-align: center;
	width:800px;
	padding: 2px;
	margin: auto
}

#footer {
	font-size: 9pt;
	border: none;
}

/* Contact page */

#contact {
	background-image: url('../images/contact_bg.jpg');
	background-repeat: repeat-x;
	width:450px;
	text-align: left;
	float: right;
	position: relative;
	top: 5px;
	left: 1px;
	padding: 10px;
    margin: 6px;
}

.contact_table{
	border: 0;
	padding: 5px;	
	font-size: 10pt;
}


/*Broker page, see other stylesheet for styles on yacht listings */

#broker_list{
	width: 800px;
	padding:2px;
    position:relative;
    top:18px;
}

.broker_thumbnail{
	float: left;
	width: 100px;
	padding: 1px;
	margin: 1px;
	margin-right: 15px;
}

.broker_detail{
	width:790px;
	height: 95px;
	padding:3px;
	margin:1px;
	margin-bottom: 5px;
	border-color: #999999;
}

