/* CSS by i-mouse internet*/


body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #888888;
	background-color: FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white  url(../images/bg02-white-left.png) no-repeat left top;
}

#menu-top {
	background: transparent url(../images/bg02-white-right.png) no-repeat right top;
	overflow: hidden; /*Fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background: url(../images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer;
}

 #menu-top a:hover { 
 	background-position:0% -42px; 
}

 #menu-top a:hover span {	
 	background-position:100% -42px; 
}

#wrapper-header {
	background: transparent url(../images/bg.png) top center repeat-x;
}

#header {
	background: #EEEEEE url(../images/banner.jpg) no-repeat center top;
}

#wrapper-header2 {
	background: transparent url(../images/bg02-blue-left.png) top left no-repeat;
}

#wrapper-header3 {
	background: transparent url(../images/bg02-blue-right.png) top right no-repeat;
}

#header h1 {
	margin: 0 180px;
	padding: 0;
	height: 192px;
	line-height: 1.6em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 280%;
	font-weight: normal;
}

#wrapper-content {
	background: white url(../images/bg02-white-left.png) no-repeat left top;
}

* html #wrapper-content { 
	height: 1%; 
}

#content {
	background: transparent url(../images/bg02-white-right.png) no-repeat right top;
	padding: 5px 240px 5px 40px;
}

#rates {
	background: transparent url(../images/bg02-white-right.png) no-repeat right top;
	padding: 5px 40px 5px 40px;
}

#property {
	padding: 0;;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 10px 0;
	background: transparent url(../images/menu.png) no-repeat;
	text-align: center;
	line-height: 120%;
	font-family: "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { 
	margin-right: 15px; 
}

#menu-page { 
	padding-top: 5px; 
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

#menu-page h3 {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 10px 0;
	color: #5b8fbe;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
}

#menu-page a:link, #menu-page a:visited { 
	color: #888; 
}

#menu-page a:hover { 
	color: #5b8fbe; 
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 ;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
	font-size: 0.9em;
}

#content h2 {
	margin:  16px 0;
	padding: 0; 
	font-size: 1.4em;
	color: #6089AD;
	text-align: justify;
}

#content h3 { 
	font-size: 1.1em;
	text-align: justify;
}

#content h4 { 
	font-size: 1.0em;
	text-align: justify;
	color: #6089AD;
}

#content p {
	font-size: 0.9em;
	text-align: justify;
}

#rates h2 {
	margin:  16px 0;
	padding: 0; 
	font-size: 1.4em;
	color: #6089AD;
	text-align: justify;
}

#rates h4 { 
	font-size: 1.0em;
	text-align: justify;
	color: #6089AD;
}

#rates p {
	font-size: 0.9em;
	text-align: justify;
}

table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	color: #6089AD;
}

th {
	border-left: 1px solid #FB7A31;
	border-right: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	padding: 0 0.5em;
	text-align: left;
}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

tr {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	border-left: 1px solid #FB7A31;
	border-right: 1px solid #FB7A31;
}

tr.yellow th {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	border-left: 1px solid #FB7A31;
	border-right: 1px solid #FB7A31;
	padding: 0 0.5em;
}

td:first-child {
	width: 190px;
}

td+td {
	border-left: 1px solid #FB7A31;
	border-right: 1px solid #FB7A31;
	text-align: center;
}

a:link, a:visited { 
	color: #5b8fbe; 
	text-decoration: none; 
}

a:hover{ 
	color: #666; 
	text-decoration: none; 
}

.thumbnail_right {
  	float:right;
  	margin:0;
	padding: 6px 0px 6px 10px;
}

.thumbnail_left {
  	float:left;
  	margin:0;
	padding: 6px 10px 6px 0;
}

blockquote {
	font-size: 1.4em;
	text-align: center;
	line-height: 120%;
	color: #6089AD;
}

.clear {
	clear: both;
}

/***Form***/

#content label {
	float: left;
	width: 140px;
	font-weight: bold;
	color: #6089AD;
	text-align:left;
}

#content input {
	border:1px solid #6089AD;
	color: #6089AD;
}

#content select {
	border:1px solid #6089AD;
	color: #6089AD;
	width: 200px;
}
.large {
	width: 200px;
}

.small{
	width:40px;
}


#content textarea {
	width:200px;
	border:1px solid #6089AD;
}

#content .send {
	float:left;
	margin:0;
	padding:0;
	width:100px;
	height:20px;
	text-align:center;
	border:1px solid #6089AD;
	background:#FFFFFF;
	color: #6089AD;
	font-weight:bold;
}

.language {
	border: none;
}

