/* CSS Document */

* {

	margin: 0;

    padding: 0;

    border: none;

	font-size: 1em;

}

body {

	background: #f6f6f1 url(../images/body-bg.gif) repeat-x;
	
	font: 15px Arial, Helvetica, sans-serif;

	color: #636363;
	
}


#container {

	width: 1041px;

	margin: 0 auto;

}


/*################################################ HEADER ##############################################*/

#header {

	position: relative;

	background: url(../images/header-bg.jpg) no-repeat;
	
	width: 100%;

	height: 307px;
	
}

#header h1 a {

	display: block;
	
	position: absolute;
	
	top: 23px;
	
	left: 60px;
	
	background: url(../images/header-h1.gif) no-repeat;
	
	width: 370px;
	
	height: 62px;
	
	text-indent: -999em;
	
	overflow: hidden;
	
}

#header h1 span {

	display: none;
	
}



/*################################################ CONTENT ##############################################*/


#content {

	background: #fff url(../images/main-content-bg.jpg) no-repeat;
	
	width: 940px;
	
	height: auto !important;
	
	height: 900px;
	
	min-height: 900px;
	
	margin: 0 auto 0 auto;
	
	padding: 20px 0 0 0;

}

#content .green {

	color: #209735;
	
}

#content .black {

	color: #000;
	
}

#content img.with-border {

	background: url(../images/images-bg.jpg) no-repeat;
	
	margin: 0 6px 20px 40px;

	padding: 10px 15px;
	
	float: left;
	
}

#content #left-col {

	float: left;

	width: 568px;

}

#content #left-col h2 {

	background: url(../images/h2-bg-blue.jpg) no-repeat;
	
	width: 100%;

	height: 59px;
	
	margin: 0 0 20px 18px;
	
	font: 32px "Times New Roman", Times, serif;
	
	color: #0054a5;
	
	line-height: 59px;
	
	text-transform: uppercase;
	
	text-indent: 20px;
	
}

#content #left-col h3 {

	background: url(../images/h3-bg-blue.jpg) left bottom no-repeat;
	
	width: 547px;
	
	height: 34px;
	
    margin: 0 0 20px 12px;
	
	font: 18px "Times New Roman", Times, serif;
	
	line-height: 34px;
	
	text-transform: uppercase;
	
	text-indent: 22px;
	
	color: #119667;

}





#content #left-col p {
	margin: 0 6px 20px 40px;
	
}





#content #left-col p.pics {

	margin: 0 0 20px 25px;
	
}

#content #left-col strong {

	color: #209735;

}

#content #left-col ul.price-list {

	margin: 0 0 20px 40px;
	
	list-style: none;

}

#content #left-col ul.price-list li {

	background: url(../images/arrow.jpg) 0 .4em no-repeat;
	
	margin: 0 0 10px 0;

	padding-left: 20px;
	
	font-size: 14px;

}

#content #left-col ul.price-list li span {

	display: block;
	
	float: left;
	
	background: url(../images/dotted.gif) right 10px no-repeat;
	
	width: 100px;
	
	margin: 0 5px 0 0;
	
	color: #000;
	
}

#content #left-col p a.book-now {

	display: block;
	
	background: url(../images/button-book-now.jpg) no-repeat;

	width: 181px;

	height: 41px;
	
	margin: 20px 0px 20px 0px;
	
	text-indent: -999em;
	
	overflow: hidden;
	
	float: left;
	
}


#content #left-col p a.more-information {

	display: block;
	
	background: url(../images/more-information.jpg) no-repeat;

	width: 304px;

	height: 41px;
	
	margin: 20px 20px 20px 0px;
	
	text-indent: -999em;
	
	overflow: hidden;
	
	float: left;

	
}

#content #right-col {

	float: left;

	width: 317px;

	margin: 0 0 0 20px;
	
	padding: 14px 0;
	
	color: #8c8b8c;
	
	border: 1px solid #bbbdbf;

}

#content #right-col h3 {

	background: url(../images/h3-bg-green.gif) no-repeat;

	width: 100%;
	
	height: 53px;

	font: 22px "Times New Roman", Times, serif;
	
	line-height: 53px;
	
	text-transform: uppercase;
	
	text-indent: 24px;
	
	color: #119667;
		
}

#content #right-col h4 {

	font-weight: normal;

	color: #666;
	
}

#content #right-col p {

	margin: 0 0 8px 0;

}

#content #right-col img {

	display: block;
	
	margin: 0 auto 30px auto;

	padding: 5px;

	border: 1px solid #807f7f;

}

#content #right-col a {

	color: #8c8b8c;
	
}

#content #right-col strong {

	color: #209735;
	
	font-weight: normal;

}

#content #right-col .box {

	background: url(../images/gray-bg.gif) repeat-x;

	margin: 7px;

	padding: 15px;
	
}

#content #right-col #contact {

	font-size: 13px;
	
}

#content #right-col #contact form {

	margin: 25px 0 0 0;
	
}

#content #right-col #contact form label {

	display: block;
	
	float: left;
	
	width: 60px;
	
	margin: 3px 0 0 0;
	
	text-align: right;
	
	color: #666;
	
}

#content #right-col #contact form input {

	background: #ededee;

	width: 193px;
	
	margin: 0 0 0 10px;
	
	padding: 2px;
	
	border: 1px solid #666;

	font: 13px Arial, Helvetica, sans-serif;
		
}

#content #right-col #contact form textarea {

	background: #ededee;

	width: 193px;

	height: 120px;
	
	margin: 0 0 0 10px;


		
	padding: 2px;
	
	border: 1px solid #666;
	
	font: 13px Arial, Helvetica, sans-serif;
	
}

#content #right-col #contact form button {

	display: block;
	
	background: url(../images/button-send.jpg) no-repeat;
	
	width: 77px;
	
	height: 22px;
	
	margin: 10px 0 0 184px;
	

	
	cursor: pointer;
	
	text-indent: -999em;
	
	overflow: hidden;
	
}



/*################################################ FOOTER ##############################################*/

#footer {

	width: 940px;
	
	margin: 18px auto;

	font-size: 11px;
	
	color: #807f7f;
	
}

#footer p {

	margin: 0 0 5px 18px;
	
}

#footer a {

	margin: 0 0 0 5px;

	text-decoration: none;
	
	color: #807f7f;
	
}

#footer p.links {

	float: right;
	
	margin: 18px 18px 5px 0;
}

#footer .green {

	color: #119667;

}

#footer .blue {

	color: #00a0c6;

}

.google-map {
    margin: 5px 5px 5px 7px;
}

.bread-crumb {
	text-align: right;
}

.anti-spam-image {
     padding-left: 26px;
	 margin-bottom: -30px;
}

.anti-spam-code-input-box label {
    margin-top: -40px !important;
}