/* ----- CSS ----- */
*{
	margin:0;	
	padding:0;
	outline: none;
}

body {
	font: normal 11px/15px arial, sans-serif;
	text-align:center;
	color: #676767;
	padding:0;
	margin:0;
}
img {
	border:0;
}
a {
	outline:none;
	color: #9A3334;
}
.acenter {
	text-align: center;
}
.red {
	color: #F00;
}
/* ----- LAYOUT ----- */
#wrapper {
	text-align: left;
	margin: 10px auto 10px auto;
	width: 770px;
}
#head {
	height:105px;
}
#maincontent  {
	float:left;
	margin-top: 20px;
	width:100%;
}
#footer {
	padding-top:14px;
	height:26px;
	clear: both;
}

/* ----- HEADER ----- */
#head #logo {
	width:300px;
	float:left;
	}
#head #navigation {
	float:right;
	width: 225px;
	padding-top: 10px;
}
#head #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#head #navigation ul li {
	float: left;
}
#head #navigation ul li a{
	display: block;
	width: 100px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	height: 20px;
	text-decoration: none;
	margin: 1px;
	padding: 5px 0 0 10px;
}
#head #navigation ul li a:hover{
	background: #676767;
}
#head #navigation ul li a.here{
	background: #ccc;
	color: #666;
}
/* ----- MAINCONTENT ----- */
#maincontent .column-left h2,
#maincontent .column-middle h2,
#maincontent .column-right h2 {
	text-transform: uppercase;
	color: #9A3334;
	font: normal 16px arial, sans-serif;
	margin-bottom: 5px;
}
#maincontent .doublecolumn-left h2 {
	text-transform: uppercase;
	color: #9A3334;
	font: normal 24px arial, sans-serif;
	margin-bottom: 10px;
}
#maincontent .doublecolumn-left h3 {
	font: bold 14px arial, sans-serif;
	margin: 8px 0;
}
#maincontent .doublecolumn-left h4 {
	font: 14px arial, sans-serif;
	margin: 6px 0;
}
#maincontent .column-left {
	width: 290px;
	float: left;
}
#maincontent .column-left p{
	width: 258px;
}
#maincontent .doublecolumn-left {
	width: 550px;
	float: left;
}
#maincontent .doublecolumn-left p{
	width: 550px;
	margin: 5px 0;
}
#maincontent .doublecolumn-left p.testimonial-author{
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	margin: 10px 0 20px 0;
}
#maincontent .doublecolumn-left .thumbs{
	float: right;
	margin-left:5px;
}
#maincontent .doublecolumn-left .t-rates{
	width: 400px;
	margin: 10px 0;
	border-collapse: collapse;
}
#maincontent .doublecolumn-left .t-rates th{
	background: #676767;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}
#maincontent .doublecolumn-left .t-rates td{
	border-bottom: 1px solid #ccc;
	padding: 2px;
}
#maincontent .column-middle {
	width: 260px;
	float: left;
}
#maincontent .column-middle p{
	width: 258px;
}
#maincontent .column-right {
	width: 200px;
	text-align: right;
	color: #9A3334;
	float: right;
}
#maincontent .column-right a{
	text-decoration: none;
	color: #9A3334;
}
#maincontent .column-right a:hover{
	text-decoration: underline;
}
#maincontent .column-right .block{
	margin-bottom:15px;
}
/* ----- GOOGLE MAP ----- */	
#map {
 width: 550px; 
 height: 300px;
 margin-top:10px;
 background: #FFF url(images/loading.gif) no-repeat 50% 50%;
}
/* ----- LIGHTBOX GALLERY ----- */	
#gallery {
	width:510px;
	margin: 5px auto 0px auto;
}
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
/* -----FORM CONTACT ----- */	
form#contact {
  margin: 10px 0 0 0;
  padding: 0;
  min-width: 500px;
  max-width: 550px;
  width: 550px; 
}

form#contact fieldset {
		border:0;
  border-top: 2px solid #ccc;
  padding: 10px;
  margin: 5px 0 0 0;
  color: #676767;
}

form#contact fieldset.boton {
		border:0;
  padding: 10px;
  margin: 5px 0 0 0;
  background: #e5e5e5;
}

form#contact fieldset legend {
	font-size:12px;
	padding: 0 3px;
}

form#contact label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 0;
	text-align: right; 
}

form#contact input.text {
	width:300px;
	height:15px; 
	font:normal 11px Verdana; 	 
	margin:5px 0 0 10px;
}

form#contact textarea {
	width:300px;
 font:normal 11px Verdana; 	 
	margin:5px 0 0 10px;
	overflow: auto;
}

form#contact input.date {
 width:88px; 	 
 height:15px; 	 
 font:normal 11px Verdana; 	 
 margin:5px 0 0 10px;
 background: white url(images/ic_cal_15x12.gif) no-repeat right center; 
}

form#contact small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 10px;
}

form#contact .required{font-weight:bold;}

form#contact br {
	clear:left;
}

form#contact span {
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 5px;
}
form#contact span.price {
	font: normal 14px/18px Verdana, Arial, sans-serif;
	margin: 2px 0 0 5px;
}

.msg {
	margin: 10px 0;
	background: #e5e5e5;
	color: #000;
	padding: 10px;
}
.msg ul {
	margin-top: 10px;
}
.msg li {
	font-weight: bold;
	margin-left: 20px;
	color: #F00;
}
.error {
	color: #F00;
}
/* ----- FOOTER ----- */	
#footer .copy {
	color: #808285;
}

/* ----- OTHERS----- */
.left {
	float: left;
}

.right {
	float: right;
}

#newsticker {
	position: relative;
	margin-bottom: 10px;
}
#newsticker ul {
	list-style: none;
	margin-top: 10px;
	min-height: 1.6em;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker ul li strong{
	margin-top: 10px;
	display:block;
}