/* CSS Document */

body {
	text-align:center
}

/* Bottom Nav for Index.php CSS */
div#bnav {
	width: 750px;
	margin-top: 6px;
	background-color: #FFFFFF;
	overflow:hidden;
	flow:left;
}

#bnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	width: 750px;
	text-align: left;
}

#bnav li {
	width: 244px;
	margin-right: 6px;
	border: 1px solid #75A1ED;
	float: left;
	position: relative;
	list-style-type: none;
	text-decoration: none;
}

#bnav li a {
	padding: 15px;
	display: block;
	background-color: #DFEBFF;
	text-decoration: none;
	color: #333;
}

#bnav li a:hover {
	text-decortaion: none;
	background-color: #FFFFFF;
	color: #666666;
}

#bnav hr {
	color:#75A1ED;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}

div#smalltext {
	line-height: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #000066;
}

/* fix box appearance in ie browsers */

* html #bnav li {
	width: 244px;
	w\idth: 244px;
}


/* Main CSS */
div#main {
	text-align:left;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	overflow: hidden;
	position: relative;	
	width: 750px;
}


/* Main Header CSS */
div#header { 
	background-color: #DFEBFF;
	border:1px solid #75A1ED;
	margin-bottom: 25px;	
	text-align: left;
	padding: 10px;
}

div#footer { 
	margin-bottom: 25px;	
	text-align: center;
	padding: 10px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#header h1 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 5px;
	font-size: 150%; 
	font-weight: normal;
	color: #000066;
}

#header h2 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px; 
	font-weight: normal;
	color: #5271A6;
}

#header li a {
	padding: 15px;
	display: block;
	background-color: #EAF0FB;
	text-decoration: none;
	white-space: normal;
	color: #333;
}

#header li a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
	color: #666666;
}


/* Villa CSS */
#villa_item {
	width: 25%;
	color: #DFEBFF;
	background-color: #75A1ED;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	font-weight: bold;
}

#villa_description {
	background-color: #DFEBFF;
	padding-left: 5px;
}


/* Sail Yachts CSS */
#boat_item {
	color: #DFEBFF;
	background-color: #75A1ED;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	font-weight: bold;
	width:80px;
}

#boat_description {
	background-color: #DFEBFF;
	padding-left: 5px;
}

.flow {
  margin-left: 5px;
  padding: 0px;
  float: right;
  }


/* Contact Us CSS */
div#contact_us {
	width:750px;
	font-size:13px;
	text-align:left;
}

#contact_us table {
	font-size:13px;
	width:750px;
	vertical-align:top;
}

#contact_us h2 {
	margin: 0;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 13px; 
	font-weight: normal;
	font-weight:bold;
	text-align: left;
	background-color: #DFEBFF;
}

#contact_us #name, #contact_us #email, #contact_us #phone, #contact_us #adult_range, #contact_us #kid_range, #contact_us #diving_experience, #contact_us #occasions, #contact_us #medical, #contact_us #langauge{
	width: 200px;
	border: 1px solid #CCCCFF;
	padding: 2px;
	color: #444;
}

#contact_us select {
	border: 1px solid #CCCCFF;
	color: #444;
}

#contact_us textarea {
	border: 1px solid #CCCCFF;
	color: #444;
}

input:focus, textarea:focus, input.sffocus  {
	background-color: #CCCCFF;
}

.button {
	width: 100px;
	border: 1px solid #6699CC;
	background-color: #EAF0FB;
}


/* Rounded Corners CSS */
b.rtop, b.rbottom {display:block;}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
    overflow: hidden;
	background:#DFEBFF;
	}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
