/* GENERAL INFORMATION
------------------------------------------- 	
Theme: Tomboy Sailings v1.0
Author: Pablo Barcia
Start Date: 16.02.10
*/

/* reset
-------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#FFFFFF;
	float:left;
	margin:8px 0 0 15px;
	text-align:left;
	font:.85em Arial, Helvetica, sans-serif;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#05253F url(../images/main/bg.jpg) repeat-x;
	overflow-x:hidden;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {
	text-decoration:none;
	cursor:pointer;
}

p, a{
	padding:5px 0 5px 0;
	color:#666;
	font: .95em/1.2em Arial, Helvetica, sans-serif;
	
}

h7{
	color:#666;
	font: .95em/1.2em Arial, Helvetica, sans-serif;
	
}

.space {width:950px; height:10px; margin:0 auto;}


#main-content a {
	width:100%;
	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
#main-content a:hover {
	width:100%;
	color:#00A6EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

/*** General Headings ***/

h1 {
	font:bold 1.8em Arial, Helvetica, sans-serif;
	color:#186DA0;
	margin:5px 0 20px 0;
	border-bottom:1px solid #CCC;
	letter-spacing: -1px;
}

h3 {
	font:bold 1.1em Arial, Helvetica, sans-serif;
	color:#00A6EB;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h5 {
	color:#FF9900;
	margin:0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}
h6 {
	color:#FFCC00;
	margin:5px 0 20px 0;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.1em;
}
/*** General Div's ***/

#wrapper {
	width:992px;
	margin:0 auto;
	background: url(../images/main/bg_wrapper.png) repeat-y;
	height:100%;
	padding-bottom:10px;
}
#line-wrapper {
	width:992px;
	margin:0 auto;
	background: url(../images/main/border_wrapper.png) no-repeat;
	height:20px;
}

#header {
	width:950px;
	margin:0 auto;
	background:url(../images/main/bg_header.jpg) repeat-x;
	height:135px;
}
#header .img {
	width:400px;
	float:right;
	height:117px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#logo {
	width:485px;
	height:100px;
	float:left;
	margin:20px 0 0 20px;
	cursor:pointer;
	text-decoration:none;
}

img.right {
	float: right;
	margin: 3px 0px 3px 15px;
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 3px 15px 3px 0px;
	border: 1px solid #999999;
}


/*** General NAV ***/

#nav-inner {
	width:950px;
	margin:0 auto;
	background:#05253F;
	height:300px;
	padding-top:15px ;
}
#nav-img{
	width:920px;
	margin:0 auto;
	height:220px;
	z-index:0;
}



/*** General CONTENT ***/
#main-content {
	width:920px;
	margin:0 auto;
	background:#FFF;
	height:100%;
	padding:15px 0 20px 0 ;
}

#inner-left {
	width:640px;
	height:100%;
	float:left;
	margin:0 20px;
}
#inner-left ul {
	list-style: disc;
	padding:0 0 0 15px;
}

#inner-right {
	width:210px;
	height:100%;
	float:left;
	margin:0 5px 0 0;
}
#inner-right img {
	float:right;
}
#quick-contact {
	width:170px;
	float:right;
	height:140px;
	background:#FFFA9F;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#quick-contact p, #quick-contact a {
	font:bold.9em Arial, Helvetica, sans-serif;
	color:#006699;
	padding:5px 0 5px 30px;
	margin-bottom:4px;
	letter-spacing: -1px;
}
#quick-contact a:hover {
	font:bold.9em Arial, Helvetica, sans-serif;
	color:#00A6EB;
	padding:5px 0 5px 30px;
	margin-bottom:4px;
}
#quick-contact .tlf {
	background:url(../images/icon/icon_tlf.jpg) no-repeat;
}
#quick-contact .mail {
	background:url(../images/icon/icon_mail.jpg) no-repeat;
}


#price {
	width:170px;
	float:right;
	height:80px;
	background:#FFFA9F;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#price p, #price a {
	font:bold.9em Arial, Helvetica, sans-serif;
	color:#006699;
	padding:5px 0 5px 30px;
	margin-bottom:4px;
}
#price a:hover {
	font:bold.9em Arial, Helvetica, sans-serif;
	color:#00A6EB;
	padding:5px 0 5px 30px;
	margin-bottom:4px;
}

#side_links2 {
	width:170px;
	float:right;
	height:190px;
	background:#FFFA9F;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#side_links2 p, #side_links2 a {
	font:bold.9em Arial, Helvetica, sans-serif;
	color:#006699;
	padding:5px 0 5px 0px;
	margin-bottom:4px;
	letter-spacing: -1px;
}
#side_links2 a:hover {
	font:bold.9em Arial, Helvetica, sans-serif;
	color:#00A6EB;
	padding:5px 0 5px 0px;
	margin-bottom:4px;
}

#side_links2 .side_link1 {
}
#price .guide {
	background:url(../images/icon/icon_price.jpg) no-repeat;
}

#book_now {
	width:180px;
	float:right;
	height:80px;
	background:#FFFA9F;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#book_now p, #book_now a {
	font:bold.8em Arial, Helvetica, sans-serif;
	color:#006699;
	padding:5px 0 5px 20px;
	margin-bottom:4px;
}
#book_now a:hover {
	font:bold.8em Arial, Helvetica, sans-serif;
	color:#00A6EB;
	padding:5px 0 5px 20px;
	margin-bottom:4px;
}

#book_now .book {
	background-image: url(../images/icon/icon_book.jpg);
	background-repeat: no-repeat;
	background-position: -5px;
}
#bottom {
	width:920px;
	background:#FFF;
	height:120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#btn-link {
	width:130px;
	height:95px;
	float:left;
	background:#E0E1E2;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 17px;
}
#btn-link img {
	margin:10px 0 0 0;
	background:#E0E1E2;
	
}
#btn-link h2 {
	margin:5px 0 0 10px;
	line-height:1em;
	color:#186DA0;
	
}

#contactoform {
	margin: 0;
	width: 314px;
	float: left;
}

#contactoform fieldset { border: 0; }

#contactoform legend { visibility: hidden; }

#contactoform label {
	display: block;
	font-size: 12px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#contactoform input, #contactoform textarea, #txpCommentInputForm input {
	width: 314px;
	padding: 5px;
	background: #fff;
	border: 1px solid #FF9900;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
}
#contactoform select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 324px;
	margin: 2px 0 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #FF9900;
}
#contactoform input:focus, #contactoform textarea:focus, #contactoform input:focus, #contactoform textarea:focus {
	background: #fff;
	border: 1px solid #9EC4DB;
}

#contactoform textarea {height: 120px;}

#contactoform #send, #contactoform .button {
	width: 150px;
	padding: 3px;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	cursor: pointer;
	background-color: #FF9900;
	font-size: 1em;
	font-weight: bold;
}

#contactoform .checkbox {
	width:auto;
	padding:0;
	border:0;
	margin:0;
	background: 0;

}

#side_links {
	width:180px;
	float:left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*** General FOOTER ***/

#main-footer {
	width:920px;
	margin:0 auto;
	background:#05253F;
	height:90px;
	padding-top:15px ;
	}
#main-footer .left {
	width:600px;
	float:left;
	margin-left: 15px;
}
#main-footer .right {
	width:280px;
	float:right;
	margin-right: 15px;
}

#main-footer .right p, #main-footer .right a {
	text-align:right;
	padding:2px 0;
	color:#ABD3DD;
}
#main-footer .left p, #main-footer .left a  {
	text-align:left;
	padding:2px 0;
	color:#ABD3DD;
}
/* Robs Additions */
.testimonial {
	padding:0px 10px;
	height:150px;
	background-image:url(../images/site_photos/testimonial.png);
}
.testimonialleft {
margin-top:10px;
margin-bottom:10px;
	padding:0px 10px;
	height:180px;
	background-image:url(../images/site_photos/testimonial-left.png);
}
.testimonialright {
margin-top:10px;
margin-bottom:10px;
	padding:0px 10px;
	height:180px;
	background-image:url(../images/site_photos/testimonial-right.png);
}

