/*
Reset*/
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, ul, li,
fieldset, form, legend,
caption,  tfoot, thead, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

p {
	padding-bottom:15px;
	}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
ol li {padding-bottom:5px; 	line-height: 1.2em;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*
Main Styles */

body {
	background:url(../images/background-scroll.png) repeat-x #ee592b;
	color:#fff;
	font-family: Verdana;
	font-size:11px;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	}
/*
Classes */	
img {behavior: url(style/iepngfix.htc); }
.clear {clear:both;}
.center {}
.questionText {
	font-family: Verdana;
	font-size:15px;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	}
/*
Links */
a.one:link {color: #000; text-decoration: none}
a.one:visited {color: #000; text-decoration: none}
a.one:hover {color: #ee592b; text-decoration: none}
a.one:active {color: #000; text-decoration: none}

a.two:link {color: #000; text-decoration: none}
a.two:visited {color: #000; text-decoration: none}
a.two:hover {color: #fff; text-decoration: none}
a.two:active {color: #000; text-decoration: none}

a.footer:link {color: #ee592b; border-bottom: 3px solid #fff; text-decoration: none}
a.footer:visited {color: #ee592b; border-bottom: 3px solid #fff; text-decoration: none}
a.footer:hover {color: #ee592b;  border-bottom: 3px solid #000; text-decoration: none}
a.footer:active {color: #ee592b; border-bottom: 3px solid #fff; text-decoration: none}
/*
Wrapping */
#wrap {
	width:977px;
	margin:0 auto;
}
#left-header-wrap {
	width:405px;
	height:195px;
	float:left;
	background:url(../images/left-header-bg.png) no-repeat;
}
#right-header-wrap {
	width:362px;
	height:195px;
	padding-left:210px;
	float:left;
	background:url(../images/right-header-bg.png) no-repeat;
}
#content-wrap {
	width:977px;
	float:left;
}
#menuleft-wrap{
	width:405px;
	float:left;
	background:url(../images/menu-lefst-bg.png) no-repeat;
}
#middle-content-wrap {
	width:552px;
	float:left;
	background:url(../images/right-content-bg.png) no-repeat ;
	padding: 73px 0 0 20px;
	font-size:1.2em;
}
	
#footer-wrap {
	background: url(../images/backgroundFooter-scroll.png) repeat-x;
	height:186px;
}
#footer-inner-wrap {
	background:url(../images/footer.png) no-repeat;
	width:977px;
	margin:0 auto;
	height:186px;
	color:#ee592b;
}
#footer-text {
	float:left;
	font-size:1.25em;
	margin:120px 0 0 40px;
	line-height:1em;
	font-weight:bold;
	}
#footer-text li {
	display:inline;
	padding-right:15px;
}
#traffSub {
	font-size:10px;
	text-align:right;
}
/*
Booking
*/
#booking-panel {
	background:url(../images/book-panelBG.png) no-repeat;
	font-size:1.4em;
	width:308px;
	height:140px;
	padding:40px 0 0 90px;
}
#booking-panel p {
	font-size:0.75em;
	padding-left:30px;
}
#bookingForm {
	width:400px;
}
label { 
	font-weight:bold;
	width: 9.5em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	display: block
}
select {
	font-weight:bold;
	border:2px solid #ee592b;
}
input.form {
	width:200px;
	border:none;
	border:2px solid #ee592b;
	font-weight:bold;
}
textarea {
	width:200px;
	height:40px;
	border:2px solid #ee592b;
	font-weight:bold;
}
textarea:hover, input.form:hover, select:hover    {
	border:2px solid #ffae95;
    }
 
textarea:focus, input.form:focus, select:focus      {
	border:2px solid #ffae95;
    }
.form2 {width:65px; margin:0; padding:0;}
.clearButton {
	width: 64px;
	height: 21px;
	padding: 55px 0 0;
	margin: 10px 0;
	border: 0;
	background: transparent url(../images/clear-button.png) no-repeat center top;
	overflow: hidden;
	cursor:pointer;
 }
 .submit {
	width: 143px;
	height: 67px;
	padding: 75px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(../images/send-button.png) no-repeat center top;
	overflow: hidden;
	cursor:pointer;
 }
	
/*
Testimonial */
.testimonial-wrap { width:545px; margin-bottom:40px;}
.name-wrap { text-align:right}
.testimonial-line { height:9px; background:url(../images/testimonial-line.png) no-repeat right;}
