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

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	font-style: normal;
	font-weight: 300;
	color: #E9E5DF;
	background-color: #646869;
}

img {
	border: none;
}



/* Containers
----------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	background-color: #949A9E;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_12-full {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.grid_4-column_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 10px;
}

.grid_4-column_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.grid_4-column_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 15px;
}



/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

#wrapper .grid_1 {
	width:60px;
}

#wrapper .grid_2 {
	width:140px;
}

#wrapper .grid_3 {
	width:220px;
}

#wrapper .grid_4 {
	width:300px;
}

#wrapper .grid_4-column_1, #wrapper .grid_4-column_2, #wrapper .grid_4-column_3 {
	width:300px;
}

#wrapper .grid_5 {
	width:380px;
}

#wrapper .grid_6 {
	width:460px;
}

#wrapper .grid_7 {
	width:540px;
}

#wrapper .grid_8 {
	width:620px;
}

#wrapper .grid_9 {
	width:700px;
}

#wrapper .grid_10 {
	width:780px;
}

#wrapper .grid_11 {
	width:860px;
}

#wrapper .grid_12 {
	width:940px;
}

#wrapper .grid_12-full {
	width:970px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}








/* HEADER */

#wrapper-header {
	float: left;
	height: 100px;
	width: 960px;
	padding: 0;
}

#header-left {
	float: left;
	padding: 28px 15px 0 15px;
	width: 200px; /* FOR IE5 */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px; /* proper value */
}

.header_logo {
	margin-top: 12px;
	margin-bottom: 15px;
	margin-left: 15px;
}




/* NAVIGATION */

.header_navigation {
	margin-top: 50px;
	margin-right: 5px;
	margin-left: 20px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 37px;
	list-style: none;
	display: block;
	overflow: hidden;
	float: right;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0px; !important; /* for most browsers */
	height: /**/ :37px; /* for IE5/Win */
}

#nav a:hover  {
	background-position: 0 -37px;
}

#nav a:active, #nav a.selected  {
	background-position: 0 -74px;
}

#link1 a {
	width: 64px;
	background-image: url(../images/onshore-navlink-home.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link2 a {
	width: 89px;
	background-image: url(../images/onshore-navlink-about_us.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link3 a {
	width: 72px;
	background-image: url(../images/onshore-navlink-menus.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link4 a {
	width: 109px;	
	background-image: url(../images/onshore-navlink-whats_new.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link5 a {
	width: 117px;
	background-image: url(../images/onshore-navlink-testimonials.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link6 a {
	width: 67px;
	background-image: url(../images/onshore-navlink-media.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#link7 a {
	width: 82px;
	background-image: url(../images/onshore-navlink-location.png);
	background-repeat: no-repeat;
	background-position: left top;
}






/* SUBHEADER BAR */

.sub_header-bar {
	margin: 0;
	height: 30px;
	width: 960px;
	background: #FFFFFF;
}

.sub_header-bar p {
	margin: 0;
	padding: 0 13px 0 15px;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 30px;
	color: #646869;
}

.sub_header-bar p a {
	color: #646869;
	text-decoration: none;
}

.sub_header-bar p a:hover {
	color: #646869;
	text-decoration: underline;
}

.icons-social_networking {
	float: left;
	padding: 7px 0 0 15px;
}

.twitter-facebook {
	float: left;
	font-size: 1.3em;
	display: inline;
	margin-right: 15px;
	color: #646869;
	font-weight: 300;
}

.twitter-facebook a {
	font-weight: 700;
	color: #646869;
}

.twitter-facebook a:hover {
	color: #646869;
}

.twitter-facebook img {
	float: left;
}

.twitter-facebook span {
	margin-left: 6px;
	float: left;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}





/* IMAGE SLIDER
--------------------------------------------- */

.slideshow {
	margin: 0 0 15px 0;
}

#slider {
    position:relative;
    width:970px; /* Change this to your images width */
    height:440px; /* Change this to your images height */
    background-color: #949A9E;
	margin: 0;
	border: 0px solid #FFFFFF;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}




/* MAIN CONTENT */

.content_bg-beige {
	padding: 15px 0 15px 0;
	background: #E9E5DF;
}

.content_bg-white {
	padding: 12px 0 15px 0;
	background: #FFFFFF;
}

.content_bg-white img {
	padding: 3px 15px 0px 15px;
}




/* MENU NAVIGATION */

#nav-menu {
	margin: 0;
	padding: 0 15px 0 15px;
	float: left;
	list-style: none;
}

#nav-menu li {
	padding: 0;
	margin: 0 0 8px 0;
	display: block;
	width: 270px;
	list-style: none;
}

#nav-menu li a {
	padding: 0px 6px 4px 6px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav-menu li a:hover, #nav-menu li a.selected{
	background-color: #646869;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}









/* TEXT STYLING */

h1, h2, h3, h4, h5, h6 {
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	font-style: normal;
	font-weight: 700;
}

h1 {
	margin: 0 15px 20px 15px;
	padding: 0;
	font-size: 3.6em;
	line-height: 1.0;
	color: #FFFFFF;
}

h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

h2 {
	margin: 0;
	padding: 0px 15px 5px 15px;
	font-size: 2.7em;
	line-height: 1.0;
	color: #E9E5DF;
}

h3 {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 2.0em;
	line-height: 1.0;
	color: #FFFFFF;
}

h4 {
	margin: 0 0 5px 0;
	padding: 0px 15px 0px 15px;
	font-size: 2.0em;
	line-height: 1.1;
	color: #646869;
}

h5 {
	margin: 15px 0 0 0;
	padding: 0 15px 0 15px;
	font-size: 1.4em;
	line-height: 1.3;
	color: #E9E5DF;
}

h6 {
	margin: 0px 0 2px 0;
	padding: 0px 15px 0px 15px;
	font-size: 1.6em;
	line-height: 1.1;
	color: #646869;
}

p {
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	font-style: normal;
	font-weight: 300;
	margin: 0;
	padding: 0 15px 0 15px;
	font-size: 1.25em;
	line-height: 1.35;
	color: #646869;
}

ul {
	padding: 0;
	margin: 5px 0 0 15px;
}

li {
	font-size: 1.25em;
	color: #646869;
	font-weight: 700;
	padding: 2px 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: square;
}

.inline-small {
	margin: 15px 0 0 0;
}

.inline {
	margin: 30px 0 0 0;
}

h2.inline {
	margin: 30px 0 5px 0;
	padding: 0 15px 0 15px;
}

h4.inline {
	margin: 30px 0 0 0;
	padding: 0 15px 0 15px;
}

h6.inline {
	margin: 15px 0 0 0;
	padding: 0 15px 0 15px;
}

p.sub_heading-copy {
	margin: 0;
	padding: 0px 15px 0px 15px;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 300;
	color: #E9E5DF;
}

a {
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	font-style: normal;
	font-weight: 700;
	color: #646869;
	text-decoration: none;
}

a:hover {
	color: #646869;
	text-decoration: underline;
}

.small-copy {
	font-size: 75%;
}

.xsmall-copy {
	font-size: 60%;
}


.text_style-bold, strong {
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	font-style: normal;
	font-weight: 700;	
}

.text_style-italic {
	font-weight: italic;	
}


.text_highlight-white {
	color: #FFFFFF;
}

.text_highlight-orange {
	color: #E37222;
}

.text_highlight-light_orange {
	color: #FFB070;
}

.text_highlight-mid_grey {
	color: #949A9E;
}

.text_highlight-dark_grey {
	color: #646869;
}

.text_highlight-beige {
	color: #E9E5DF;
}




/* EMAIL SUBSCRIBE BOX */

.wrapper-email_subscribe {
	background-image: url(../images/onshore-email_subscribe-standard-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 200px 15px 10px 15px;
}

#theForm {
	border: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	color: #000000;
	font-size: 1.0em;
	padding: 0;
	width: 270px;
}

#theForm td {
	
}

#theForm label {
	font-size: 1.0em;
	line-height: 1.0;
	color: #646869;
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	font-style: normal;
	font-weight: 300;	
}

#theForm input {
	padding: 5px;
	border: 0;
	color: #646869;
}

#theForm #name, #theForm #dhujih-dhujih, #theForm #Postcode {
	width: 240px;
}

#confirmation {
	color: #FFFFFF;
	font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif, serif;
	font-style: normal;
	font-weight: 700;	
	font-size: 1.4em;
	text-align: center;
	padding: 15px 0px 25px 0px;
	width: 270px;
}





/* MENUS */

.menu p {

}

p.food_notes {
	padding: 15px 15px 0 15px;
	font-weight: bold;
	color: #646869;
	font-size: 1.1em;
	line-height: 1.3;
}

.content_bg-white img.icons-menu {
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/* ABOUT US */




/* TESTIMONIALS */

.content_bg-white-testimonials {
	padding: 12px 0 0px 0;
	background: #FFFFFF;
}

.TA_selfserveprop {
	padding: 10px 0px 15px 0px;
	margin: 0px 15px 0px 15px;
}



/* MEDIA */

.content_bg-white-media {
	padding: 12px 0 0 0;
	background: #FFFFFF;
}

.media_logo {
	margin: 20px 0 10px 15px;
	padding: 0 0 0 0;
}

.media_logo-top {
	margin: 5px 0 10px 15px;
	padding: 0 0 0 0;
}

.media_image {
	margin: 0px 0px 5px 15px;
	padding: 0 0 0 0;
}

p.media_title {
	padding: 0px 0px 5px 15px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
	color: #646869;
}

p.media_title a {
	color: #646869;
	text-decoration: none;
}

p.media_title a:hover {
	color: #646869;
	text-decoration: underline;
}

p.media_tagline {
	margin: 0;
	padding: 0px 0px 15px 15px;
	font-size: 1.1em;
	line-height: 1.0;
	color: #646869;
}

p.media_credit {
	margin: 0;
	padding: 0px 0px 15px 15px;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.0;
	color: #646869;
}




/* LOCATION PAGE */

p.contact_details {
	font-size: 1.6em;
	line-height: 1.4;
	color: #646869;
	font-weight: bold;
}

p.contact_details a {
	color: #646869;
	font-weight: bold;
	text-decoration: none;
}

p.contact_details a:hover {
	color: #646869;
	font-weight: bold;
	text-decoration: underline;
}





/* CMS PAGES */

p.editable-text, p.editable {
	padding: 0px 15px 0px 15px;
}

img.editable {
	padding: 15px 15px 0px 15px;
}

.wrapper-comment {
	padding: 5px 0px 10px 0px;
	margin: 0px 15px 0px 15px;
/*	border-bottom: 1px dotted #646869;*/
}

.wrapper-comment-end {
	padding: 10px 0px 15px 0px;
	margin: 0px 15px 0px 15px;
}

.wrapper-comment-top {
	padding: 0px 0px 10px 0px;
	margin: 0px 15px 0px 15px;
}

p.editable-text {
	padding: 0px;
}

p.comment_text {
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
	color: #646869;
}

p.comment_author {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.0;
	color: #646869;
}






/* FOOTER */

.footer {
	margin: 15px 0 0 0;
	width: 970px;
	background: #949A9E;
}

.footer-left {
	margin: 0;
	height: 60px;
	width: 230px;
	float: left;
}

.footer-right {
	margin: 0;
	height: 60px;
	width: 740px;
	float: right;
}



.footer-credits {
	clear: both;
	width: 970px;
	border-top: 1px dotted #FFFFFF;
}

.footer-credits p {
	float: left;
	margin: 12px 15px 10px 15px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
}

.footer-credits p a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-credits p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer-brainaideddesign_logo {
	float: right;
	padding: 10px 15px;
}

