/*
-------------------

Teabag Studios (teabagstudios.com)

===================
*/

/* @group Misc */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.clear {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	background: #141414;
	color: #fff;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

#page p {
	margin: 0 0 0.9em 0;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear, hr {
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.structural, .hide {
	position: absolute;
	left: -9999px;
}
hr {
	visibility: hidden;		
}

/* @end */

/* @group Links */

a {
	color: #66FE00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p.link_big  {
	padding: 12px 0 0 0;
}
p.link_big  a {
	font-size: 1.2em;
	display: block;
	padding: 0 0 0 24px;
	background: url(../img/icon_book.gif) no-repeat 0 50%;
}
p.link_big  a:hover {
	text-decoration: underline;
}

#book p.link_big  {
	padding: 5px 0 0 0;
	float: right;
	width: 243px;
}

#book p.link_big  a {
	font-size: 1.2em;
	display: block;
	padding: 0;
	width: 243px; height: 34px;
	line-height: 2.3em;
	background: url(../img/btn_book.gif) no-repeat 0 50%;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
}

#book p.link_big  a:hover {
	text-decoration: underline;
}

p.link_more {
	padding: 5px 0 0 0;
}
p.link_more a {
	display: block;
	background: url(../img/btn_more.gif) no-repeat 0 0;
	width: 59px; height: 30px;
	color: #141414;
	font-family: Palantino, Georgia, "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 31px;
	text-align: center;
}

p.success {
	line-height:30px;
	padding-right:20px;
}


/* @end */

/* @group Navigation */

#header ul {
	float: right;
	text-align: right;
	background: url(../img/bg_nav.gif) no-repeat 0 1px;
	width: 190px; height: 163px;
	padding: 24px 0 0;
}
#header ul li {
	font-weight: normal;
}
#header ul li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 41px 1px 0;
	display: block;
	font-weight: bold;
}
#header ul li a:hover {
	color: #66FE00;
}
#header ul li.cur a {
	color: #66FE00;
	background: url(../img/bg_nav_on.gif) no-repeat 87px 0;
}

#footer a {
	color: #777;
	text-decoration: none;
}

/* @end */

/* @group Header */

#header {
	background: url(../img/bg_header.jpg) no-repeat 50% 0;
	height: 165px;
	color: #fff;
	font-family: Palantino, Georgia, "Times New Roman", serif;
}
#header div {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 165px;
}
#header h1 {
	display: none;
}
#header p {
	float: left;
	width: 300px;
	position: absolute;
	left: 0;
	bottom: 27px;
	font-size: 1.6em;
	line-height:1.6em;
}
#header p strong {
	color: #666;
	display: block;
	font-size: 0.8em;
	line-height: 1.4em;
}

#header #promo {
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	height:80px;
	line-height:1.8em;
}

#header #promo h3 {
	color:#64F800;
	font-size:2.4em;
	text-transform:uppercase;	
	font-weight:normal;
	margin:10px 0px 5px 0px;	
	height:20px;
}

#header #promo h3 em {
	color:#fff;
}

#header #promo strong,
#header #promo span {
	color:#64F800;
	display:block;
	padding:0px 2px;
}

#header #promo span {
	color:#fff;
	text-transform:uppercase;
}

/* @end */

/* @group Content */

#wrap {
	margin: 0 auto 50px auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

#intro {
	background: #fff url(../img/bg_intro.jpg) 50% 0;
	color: #000;
	height: 220px;
}
#intro div {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#intro div div#book {
	float: right;
	margin: 0;
	padding: 15px 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 255px;
}
#intro div#book p {
	line-height: 1.7em;
	padding-left:15px;
}
#intro div#book p.link_big a {
	line-height: 35px;
}

#col-left {
	float: left;
	width: 320px;
}
#col-right {
	float: right;
	width: 640px;
	padding: 0 0 15px 0;
}
#sidebar {
	float: right;
	width: 320px;
}

#page {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0px 0;
	background: url(../img/bg_page.jpg) no-repeat 244px 100%;
	position: relative;
}

#footer {
	clear: both;
	margin: 0 auto;
	text-align: right;
	width: 960px;
	color: #666;
	font-size: 0.95em;
	border-top: 1px solid #222;
	padding: 10px 0;
}
#footer p {
	float: right;
}
#footer p#copy {
	float: left;
}
#footer p#teabag {
	margin: 0 0 0 300px;
}

/* @end */

/* @group Typography */

#wrap p.lead,
h2 {
	color: #666;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px 0;
	clear: both;
}
#page p.lead  {
	letter-spacing: -0.05em;
}
h2 {
	color: #66FE00;
	font-size: 1.5em;
	margin: 0 0 15px 0;
}
#wrap #book p.lead,
#book h2 {
	color: #000;
}

em { color: #666; font-style: normal; }

/* @end */

/* @group Widgets */

.sec_about {
	background: url(../img/bg_sec_about.png) no-repeat 30px 100%;
	padding: 0 0 25px 0;
}

#page.sec_home {
	background: url(../img/bg_page_home.jpg) no-repeat 50% 100%;
	padding-bottom: 10px;
}

.box-gallery,
.box-menu,
.box-about,
.box-fracqture {
	padding: 0 0 17px 187px;
	float: left;
	width: 125px;
}
.box-gallery { background: url(../img/bg_box_gallery.gif) no-repeat -10px 0; }
.box-menu { background: url(../img/bg_box_menu.gif) no-repeat -10px 0;	padding:35px 0px 65px 187px;}
.box-about { background: url(../img/bg_box_about.gif) no-repeat -10px 0; }
.box-fracqture { background: url(../img/bg_box_frac.gif) no-repeat -10px 0; }

/*.box-gallery:hover,
.box-menu:hover,
.box-about:hover { background-position: -10px -207px; }
.box-fracqture:hover{ background-position: -10px -265px; }*/

#sidebar div p,
.box-gallery p,
.box-menu p,
.box-about p,
.box-fracqture p {
	font-size: 0.9em;
}
#sidebar div p.lead {
	font-size: 1em;
}

ul#list_menus {
	font-size: 1.2em;
	margin: 20px 0 25px 0;
}
ul#list_menus li {
	margin: 0 0 5px 0;
}
/*ul#list_menus li#m_tapas { background: url(../img/icon_m_tapas.gif) no-repeat 0 50%; }
ul#list_menus li#m_eve { background: url(../img/icon_m_eve.gif) no-repeat 0 50%; }
ul#list_menus li#m_lunch { background: url(../img/icon_m_lunch.gif) no-repeat 0 50%; }
ul#list_menus li#m_wine { background: url(../img/icon_m_wine.gif) no-repeat 0 50%; }*/

#gallery {
	background: url(../img/bg_gallery.gif) no-repeat 0 0;
	width: 430px; height: 346px;
	overflow: hidden;
	position: relative;
	left: 150px;
	top: -10px
}
#gallery img {
	display: none;
	position: absolute;
	top: 35px;
	left: 40px;
}

/* @end */

/* @group Forms */

#form_enquiry {
	float: left;
	width: 320px;
	margin: 0 0 0 0;
}
#form_enquiry p {
	padding: 0;
	margin: 0 0 5px 0;
}
#form_enquiry label {
	color: #eee;
	font-weight: bold;
	margin: 0 0 4px 0;
	display: block;
}
#form_enquiry .text {
	border: 1px solid #CDCDCD;
	padding: 4px;
	width: 215px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
#form_enquiry .btn {
	background: #555 url(../img/btn_enq.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 4px 9px;
	margin: 10px 0 0 0;
	border: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: 109px;
	height: 22px;
	cursor:pointer;
}

span.LV_invalid {
	display:block;
	padding:2px 0px;
	color:red;
}

.LV_invalid_field {
	border:1px solid red !important;
}

/* @end */