/*========================================================

Global CSS file for The Stocks Inn

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*==============================================
general layout components
==============================================*/

body {
	background: #FFF;
	font-family: "Times New Roman";
}

html, body {
	height: 100%;
}

#page {
    position: relative;
    min-height: 100%;
}

#header_wrapper {
	background: url('../cssimages/bg_header.png') repeat-x;
	height: 104px;
	padding-top: 16px;
}

#main_pic {
	width: 760px;
	background: url('../cssimages/bg_mainpic.png') no-repeat;
	padding: 11px 10px 10px 11px;
	margin-bottom:20px;
}

#content {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 110px;
}

#main_content {
	width:510px;
	float: right;
	font-size: 1.2em;
}

#opening_times{
	text-align:center;
	color:#a50012;
}

#sub_content {
	width: 250px;
	float: left;
}

ul#menus{
	list-style:none;
	line-height:1.6em;
	text-indent:2em;
}

#footer {
	clear: both;
	background: url('../cssimages/bg_footer.png') repeat-x;
	height: 50px;
	padding-top: 60px;
	position: absolute;
    bottom: 0;
	width: 100%;
}

#address{
	width:130px;
	float:left;
/*	border:solid 1px #000;*/
}

/*__________________________________________________________________________________________

form details
__________________________________________________________________________________________*/

#contact_form{
	width:350px;
	float:right;
/*	border:solid 1px #000*/
}

#form {
/*	width: 500px;*/
	border:solid;
}
dl {
	margin: 60px 0 0 20px;
}
dt {
	float: left;
	clear:left;
	width: 130px;
	margin: 0 0 15px 0;
	padding-top: 4px;
	color: #555753;
}
dd {
	margin: 0 0 15px 0;
	color: #555753;
}
dd span {
	color: #666;
}
input, textarea {
	border: 1px #ccc solid;
	padding: 2px;
}
.submitbtn {
	margin: 3px 0 2px 0;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #efefef;
	font-weight: normal;
	border:1px solid #aaaaaa;
}

.email_thanks{
	color:#D70113;
}


/*==============================================
headings
==============================================*/

h1 {
	background: url('../cssimages/stocksinn.png') no-repeat;
	height:44px;
	width:550px;
	margin: 0 auto;
	text-align: center;
}

h2, h3 {
	text-align:center;
	color: #a50012;
	margin-top: 12px;
}

/*==============================================
links
==============================================*/

a, a:visited {
	color: #a50012;
}

a:hover {
	text-decoration: underline;
}

/*==============================================
nav
==============================================*/

#nav {
	list-style: none;
}

#nav li {
	background: url('../cssimages/bg_nav.png') ;
	width: 250px;
	height: 50px;
	margin-bottom: 6px;
	line-height: 50px;
}

#nav li a {
	display: block;
	padding-left: 16px;
	font-size: 1.4em;
	color: #a50012;
}

#nav li a:hover {
	background: url('../cssimages/bullet_nav.png') 95% 50% no-repeat;
	text-decoration: none;
}

#nav li.current a {
	background: url('../cssimages/bullet_nav.png') 95% 50% no-repeat;
	cursor: default;
}

p.map{
	font-size:1.1em;
	text-align:center;
	margin:0 auto;
	padding-top:0px;
}

/*==============================================
footer
==============================================*/

#footer p {
	width: 780px;
	text-align: center;
	margin: 8px auto 0 auto;
}


