@charset "utf-8";
/* CSS Document */

/* FONTS */
@font-face {
    font-family: 'quicksandbold';
    src: url('/includes/fonts/quicksand-bold-webfont.eot');
    src: url('/includes/fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/quicksand-bold-webfont.woff') format('woff'),
         url('/includes/fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('/includes/fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandbold_italic';
    src: url('/includes/fonts/quicksand-bolditalic-webfont.eot');
    src: url('/includes/fonts/quicksand-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/quicksand-bolditalic-webfont.woff') format('woff'),
         url('/includes/fonts/quicksand-bolditalic-webfont.ttf') format('truetype'),
         url('/includes/fonts/quicksand-bolditalic-webfont.svg#quicksandbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksanditalic';
    src: url('/includes/fonts/quicksand-italic-webfont.eot');
    src: url('/includes/fonts/quicksand-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/quicksand-italic-webfont.woff') format('woff'),
         url('/includes/fonts/quicksand-italic-webfont.ttf') format('truetype'),
         url('/includes/fonts/quicksand-italic-webfont.svg#quicksanditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandlight';
    src: url('/includes/fonts/quicksand-light-webfont.eot');
    src: url('/includes/fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/quicksand-light-webfont.woff') format('woff'),
         url('/includes/fonts/quicksand-light-webfont.ttf') format('truetype'),
         url('/includes/fonts/quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandlight_italic';
    src: url('/includes/fonts/quicksand-lightitalic-webfont.eot');
    src: url('/includes/fonts/quicksand-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/quicksand-lightitalic-webfont.woff') format('woff'),
         url('/includes/fonts/quicksand-lightitalic-webfont.ttf') format('truetype'),
         url('/includes/fonts/quicksand-lightitalic-webfont.svg#quicksandlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandregular';
    src: url('/includes/fonts/quicksand-regular-webfont.eot');
    src: url('/includes/fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/quicksand-regular-webfont.woff') format('woff'),
         url('/includes/fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html {
	overflow-y: scroll;
}
body {
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
	color: #2c2c2c;
	font-size: 0.95em;
	font-family: quicksandregular, Arial, Helvetica, sans-serif;
	background: #ffffff;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
	padding: 0;
}
#maincontent {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0;
}
.print {
	display: block;
}
.noprint {
	display: none;
}

#header {
	width: 100%;
	padding: 15px;
	margin: 0;
	color: #ffffff;
	background: #ffffff;
}
.logo {
	margin: 0 auto;
	text-align: center;
}
.logo img {
	border: 1px solid #ffffff;
}
/*.strapline {
	float: right;
	text-align: right;
}
.strapline h2 {
	color: #2a6269;	
	font-family: robotolight, Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 20px;
	margin: 0;
	line-height: 140%;	
}
.strapline .strong {
	font-family: robotobold, Arial, Helvetica, sans-serif;
}
.strapline .tel-label {
	color: #373942;
	font-family: robotolight, Arial, Helvetica, sans-serif;
	font-size: 140%;
}
.strapline .tel-num {
	color: #373942;
	font-family: robotobold, Arial, Helvetica, sans-serif;
	font-size: 140%;
}
.strapline h2 a {
	color: #373942;
}
*/

#col_rhs {
	float: right;
	width: 314px;
	margin: 20px 0 0 0;
}
#contentarea {
	width: 613px;
	padding: 0;
	margin: 20px 0 0px 30px;
}
/*
#footerpanel {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	color: #2a6269;
	background: #ffffff url('/img/footer_stripe.png') top left no-repeat;
	height: 110px;
}
*/
#footer {
	width: 960px;
	padding: 10px;
}

#footer p {
	font-size: 0.6em;
	font-family: quicksandlight, Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	padding: 0px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #6e0410;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	font-family: quicksandlight, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #6e0410;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}
/************************* MENU ***********************/
#menu {
	background: #6e0410;
	padding: 0;
	margin: 0 auto;
	display:none;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	background: none;
	list-style-type: none;
	text-align: center;
}
#menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	display: inline-block;
}
#menu ul a, #menu ul a:link, #menu ul a:visited {
	display: inline-block;
	font-family: quicksandlight, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 16px 12px 16px;
	margin: 0;
	border-bottom: 6px solid #6e0410;
}
#menu ul a:hover, #menu ul a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 6px solid #ffffff;
}
#menu ul a.selected {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 6px solid #ffffff;
}

/************************* Normal text styles ************/

h1 {
	font-family: quicksandlight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 170%;
	line-height: 120%;
	color: #2c2c2c;
	margin: 0 0 10px 0;
}

h2 {
	font-family: quicksandlight_italic, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	color: #6e0410;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 120%;
	font-family: quicksandregular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2c2c2c;
	margin: 8px 0 5px 0;
	line-height: 120%;
}
p, li {
	margin: 0 0 10px 0;
	font-size: 90%;
	line-height: 130%;
	/*line-height: 130%;*/
}
li li {
	font-size: inherit;
}
li {
	/*margin-bottom: 3px;*/
}
a, a:link, a:hover, a:active {
	color: #6e0410;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 70%;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	/* fallback */
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	border: 1px solid #b7110b;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	border: 1px solid #000000;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 0 10px 20px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.contact-address {
	display: block;
	border: 1px dashed #e7e7e7;
	background: none;
	padding: 10px;
	margin: 0 0 10px 0;
}
/***************************STANDARD FORMS **********************************/
form.standard input, form.standard textarea, form.standard select, form.standard option {
	background: #ffffff;
	color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d2d4d7;
	width: 300px;
	height: 20px;
	margin: 0 0 2px 0;
	font-size: 90%;
}
form.standard textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 1.5em;
	margin: 0 0 0 0;
}
form.standard label {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
	margin-right: 10px;
	display: block;
	padding-top: 4px;
	text-align: right;
	width: 150px;
}
form.small label {
	width: 240px;
	font-size: 0.8em;
	text-align: left;
}
form.small input, form.small textarea {
	width: 240px;
	margin: 0;
	padding: 0;
}
form.small p {
	margin: 0 0 2px 0;
}

form.small input.checkbox {
	
}
/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 1.2em 0 1.2em 0;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #ffffff;
	border: none;
	background: #6e0410;
	width: 10em;
	height: 21px;
	text-align: center;
}
.down {
	background: #2c2c2c;
	color: #ffffff;
}
.downred {
	background: #c42032;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}
/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #2c2c2c;
	background: #fafaea;
	padding: 0 0;
	width: 99%;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #ffffff;
	background: #6e0410;
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #2c2c2c;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #2c2c2c;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #6e0410;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td {
	margin: 0 0;
	padding: 5px 5px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.standard td.datecol {
	width: 20%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #2c2c2c;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard tr.row_selected a:link {
	color: #ffffff;
	text-decoration: underline;
}


/*=================Carousel and News ticker==========================*/
.content-header-image {
	margin: 20px 0 0 0;
}
#home_image_container {
	width: 646px;
	border: none;
	margin: 20px 0 15px 0;
	float: left;
	height: 279px;
	overflow: hidden;
	background: none;
	display: none;
}
#home_image {
	position: relative;
	width: 646px;
	height: 279px;
	top: 0;
	left: 0px;
}
.textpanel {
	position: absolute;
	top: 0px;
	left: 380px;
	width: 146px;
	background: none;
	text-align: left;
	padding: 10px 5px 10px 10px;
}
.textpanel h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	padding: 6px 6px 0 6px;
	margin-top: 0;
	margin-bottom: 0;
}
.textpanel p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	padding: 2px 6px 4px 6px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.slide {
	display: none;
}
#carousel .slide .textpanel p, #carousel .slide .textpanel a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#carousel .slide .textpanel a:hover, #carousel .slide .textpanel a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background: rgb(20,172,73);
	background: rgba(20,172,73,0.6);
	display: inline-block;
}

.panel {
	width: 276px;
	border: 1px solid #6e0410;
	margin: 0 0 18px 15px;
	padding: 18px;
	float: right;
}
.panel h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 160%;
}
.panel p {
	margin: 10px 0 0 0;
	padding: 0;
}

/*-----======== Menu =======---------*/
.menu-heading {
	text-align: center;
	margin: 20px 0 10px 0;
	font-family: quicksandbold, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.menu-item {
	text-align: center;
}
.menu-price {
	font-family: quicksandregular, Arial, Helvetica, sans-serif;
	color: #6e0410;
}