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

body {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	min-width: 910px;
	background-attachment: fixed;
	background-image: url(../images/back_grad.png);
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}
.page #wrapper {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.page #mainContent {
	padding: 0;
}

/* Page templates */
#indexpage {
	height: 1100px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#boatspage {
	height: 1000px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#faqpage {
	height: 2350px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#findpage {
	height: 950px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#thankspage {
	height: 600px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
/* brokerage boats pages */
#page_silk {
	height: 1300px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#page_cheshire {
	height: 1150px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#page_swifdon {
	height: 1150px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#page_milford {
	height: 1500px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#page_howards {
	height: 1400px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#page_arran {
	height: 1310px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}
#page_dream {
	height: 1140px;
	background-image:url(../images/page_back.png);
	background-repeat: repeat-y;
}

/* Navigation bar */
.navbar {
	position:absolute;
	top:215px;
	width:850px;
	height:46px;
	z-index:5;
}
/* General layout elements */
#email {
	position:absolute;
	left:756px;
	top:173px;
	width:140px;
	height:40px;
	z-index:6;
	overflow: hidden;
}
#sitelinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	left:735px;
	top:8px;
	width:167px;
	height:29px;
	z-index:5;
}
#tagline {
	position:absolute;
	left:614px;
	top:54px;
	width:273px;
	height:29px;
	z-index:5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
}
#phone {
	position:absolute;
	left:613px;
	top:107px;
	width:274px;
	height:44px;
	z-index:5;
}
.boatbox {
	border: 1px solid #666;
	width: 405px;
	height: 175px;
	float: left;
	margin-right: 15px;
	padding-right: 10px;
	margin-bottom: 15px;
	background-color: #CCE5FF;
}
.boatbox img {
	float:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* General styles for elements */
.details p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;

}
#text1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding-top: 7px;
	margin: 0px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #0560bb;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
#phone h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFC;
	font-weight: normal;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}
#headline h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0560bb;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newboats h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0560bb;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #234F6A;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#contact h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #0560bb;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contact_form h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #0560bb;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boatbox h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	font-weight: bold;
}
.boatbox p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	padding-top: 7px;
	margin: 0px;
}
#bulletlist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#bulletlist li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: left 25%;
}
#gallery h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}
/* Table styles */
/* Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com */

.details table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #555;
}
.details caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}
.details td, th {
	padding: 4px;
}
.details thead th {
	text-align: center;
	background-color: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}
.details tbody th {
	color: #718ABE;
	font-weight: bold;
}
.details tbody tr { background-color: #FCFDFE; }
.details tbody tr.odd {
	background-color: #F7F9FC;
}
.details tfoot th, tfoot td {
	font-size: 85%;
}
/*end of table style */

