/*	CSS Document for (Quay Brasserie)
	Designed by The Cube Lab
	Designer name : (Steve)

/*	Colors used on site : 

background : #4B443d - brown
content background - #a19c8f - light brown
container background : #827d71 - mid brown
logo - #c71124 - red
headings -  - #827d71 - light brown

*/

/*------------------------------
			GLOBAL
-------------------------------*/

body {
	background: #4B443d url(../images/bodybg.gif) repeat-y 50% 0;
	font-family: georgia, times, serif;
	font-size: 62.5%;
	text-align: center;
	padding: 0;
	margin: 0;
}




/*------------------------------
			LAYOUT
-------------------------------*/

#container {
	width: 760px;
	margin: 0 auto;
}

#header {
	position: relative;
	text-align: left;
	width: 760px;
	height: 150px;
	background: #000;
	margin-bottom: 20px;
	border-top: 10px solid #4B443d;
}

#navcontainer {
	position: absolute;
	width: 370px;
	height: 38px;
	right: 0;
	bottom: 0;
	z-index: 6;
}

#sidebar {
	float: left;
	width: 186px;
	margin-left: 17px;
	text-align: left;
	background: #000 url(../images/sidebar_base.gif) no-repeat bottom left;
	color: #fff;
	padding-bottom: 30px;
}

#sidebarinternal {
	width: 160px;
	padding: 0 6px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 520px;
	background: #a19c8f url(../images/content_top.gif) no-repeat;
	text-align: left;
	margin-left: 20px;
}

#contentinternal {
	background: #fff;
	width: 463px;
	margin-top: 30px;
	margin-left: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

#base {
	clear: both;
	float: left;
	width: 500px;
	height: 50px;
	background: url(../images/content_base.jpg) no-repeat top right;
	padding-left: 243px;
}

#footer {
	clear: both;
	width: 760px;
	height: 50px;
	text-align: right;
	background: #4b443d;
	position: relative;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/*------------------------------
			NAVIGATION
-------------------------------*/

#navcontainer ul {
	margin-top: 20px;
}

#navcontainer ul li {
	display: inline;
	padding: 0 6px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1.3em;
	xline-height: 1.8em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited  {
	text-decoration: none;
	color: #fff;
}

#navcontainer ul li a:hover {
	text-decoration: none;
	color: #a19c8f;
}

/*------------------------------
			TEXT
-------------------------------*/

#content, #sidebar {
	font-size: 1.4em;
	font-style: italic;
}

#sidebar p {
	padding: 0 10px 10px 10px;
	line-height: 1.2em;
}

#content p {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #666;
}

#footer p {
	font-size: 1.4em;
	color: #a19c8f;
	font-style: italic;
	padding-top: 20px;
}

/*------------------------------
			LINKS
-------------------------------*/

#content a:link, #content a:visited {
	color: #4b443d;
}

#content a:hover {
	color: #000;
}


#footer a:link, #footer a:visited {
	color: #a19c8f;
}

#footer a:hover {
	color: #fff;
}

/*------------------------------
			LISTS
-------------------------------*/

#sidebar ul {
	padding: 0;
	margin-left: 10px;
	xpadding-left: 10px;
}

#sidebar ul li {
	padding: 5px 0;
}

#sidebar ul li a {
	background: url(../images/bullet1.gif) no-repeat left;
	padding-left: 26px;
	color: #fff;
	text-decoration: none;
}






/*------------------------------
			HEADINGS
-------------------------------*/

#sidebar h2 {
	background: url(../images/sidebar_top.gif) no-repeat left top;
	padding: 30px 20px 0 10px;
	margin-top: 0;
	font-size: 1.2em;
}

#content h1 {
	font-style: italic;
	color: #827d71;
	font-size: 1.2em;
	padding-top: 20px;
}

#content h2 {
	font-style: italic;
	color: #827d71;
	font-size: 1.1em;
}


#content h3 {
	font-style: italic;
	color: #827d71;
	font-size: 0.9em;
}

#content h4 {
	font-style: italic;
	color: #827d71;
	font-size: 0.9em;
	text-align: center;
}

/*------------------------------
			IMAGES
-------------------------------*/

.logo {
	float: left;
}

.headerimage {
	float: right;
}

#sidebar img {
	padding: 0 10px;
}

.imagecentre {
	padding: 0 6%;
}

/*------------------------------
			FORMS
-------------------------------*/

/*--------------------------------
       FORM STYLES
---------------------------------*/

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 40px;
}


form {
	width: 440px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

legend {
	color: #444;
	padding: 0;
}

label {
	display:  block;
	color: #444;
}

input {
	width:  340px;
	height: 1.2em;
	background: #4b443d;
	border: 1px solid #000;
	font: 1.2em georgia, times, serif;
	color: #a19c8f;
}

textarea {
	width:  340px;
	height: 100px;
	background: #4b443d;
	border: 1px solid #000;
	font: 1.2em georgia, times, serif;
	color: #a19c8f;
}

input.btn {
	width: 80px;
	font-size: 0.8em;
	line-height: 0.8em;
	font: 1.2em georgia, times, serif;
	color: #a19c8f;
	margin-top: 6px;
}

fieldset p {
	margin-top: 0;
}


