/* CSS Document */

/* -----------------------------------
Reset HTML5 elements
----------------------------------- */

article, aside, figure, footer, header, hgroup, nav, section { display:block; }

/* -----------------------------------
Global body and container styles
----------------------------------- */

body {
	 margin: 0;
	 padding: 0;
	 font-family: arial, helvetica, sans-serif;
	 background:white;
}

#container {
	 margin: 0 auto; 
	 width: 960px;
}

/* -----------------------------------
Header
----------------------------------- */

header {
	float:left; 
	width: 100%;
	margin:0;
	padding:0;	
	height:180px;
}

header img{
	float:left;
	border:none;
}

header p{
	float:right;
	margin:-70px 3px 0 0;
	font-weight:bold;
	font-size:15px;
	color:#760C23;
	text-align:right;
}

header a{
	text-decoration:none;
	color:#760C23;
	font-weight:bold;
}

header a:hover{
	color:#f47321;
}

header p#phone{	
	margin-top:125px;
	margin-bottom:0;
}

/* -----------------------------------
Navigation
----------------------------------- */

nav{
	clear:both;
	float:left;
	margin:0 0 10px 0;
	padding:0;
	background:#fff;
}

nav ul{
	width:100%;	
	margin:0;
	padding:0;
	list-style-type:none;
	background:#fff;
}

nav li{
	display:inline;
	float:left;		
	margin:0 2px 0 0;
	padding:0;	
	width:158px;
}

nav li#last-list-item{	
	margin:0 0 0 0;
	width:160px;
}

nav li a{
	display:block;
	width:100%;
	height:20px;	
	color:white;
	text-decoration:none;
	font-size:14px;	
	text-align:center;
	padding:7px 0 3px 0;
	margin:0 1px 0 0;
	background:#991F1E;
	background-image: linear-gradient(bottom, #991F1E 15%, #B52424 70%);
	background-image: -o-linear-gradient(bottom, #991F1E 15%, #B52424 70%);
	background-image: -moz-linear-gradient(bottom, #991F1E 15%, #B52424 70%);
	background-image: -webkit-linear-gradient(bottom, #991F1E 15%, #B52424 70%);
	background-image: -ms-linear-gradient(bottom, #991F1E 15%, #B52424 70%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, #991F1E),
		color-stop(0.70, #B52424)
	);
}

nav li a#first-tab{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

nav li a#last-tab{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

nav li a:hover{
	background:#ac8331;	
}

nav li a.current{
	background:#B18436;
	background-image: linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -o-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -moz-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -webkit-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -ms-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, #B18436),
		color-stop(0.70, #9A7330)
	);
}

nav li a:active{
	background:#B18436;
	background-image: linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -o-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -moz-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -webkit-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -ms-linear-gradient(bottom, #B18436 15%, #9A7330 70%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, #B18436),
		color-stop(0.70, #9A7330)
	);
}

/* -----------------------------------
Footer
----------------------------------- */

footer{
 	clear:both;
	float:left;
	border-top:solid 2px #ccc;
 	width:100%; 
 	background:transparent;
	margin-top:15px;	
	color:#555;
}

footer img{
	border:none;
}

footer a{
	text-decoration:none;
	color:#777;
}

footer a:hover{
	color:#991F1E;
	opacity:0.9;
}

/* left side of footer - facebook, etc */
#left-footer-content{
	float:left;
	font-size:14px;
	margin-left:5px;
	margin-right:20px;
}

#left-footer-content a{
	display:block;
	text-decoration:none;
	margin-top:5px;
	margin-left:0px;
	font-size:12px;
}

/* left centre footer - logos */
#centre-left-footer-content{
	float:left;
	font-size:14px;
	margin-left:25px;
	margin-top:15px;
}

#centre-left-footer-content img{
	margin-right:10px;
}


/* branding image */
#centre-right-footer-content{
	float:left;
	font-size:14px;
	margin-left:40px;
	margin-top:14px;
}


/* Right of footer - address etc */
#right-footer-content{
	float:right;
	font-size:14px;
	text-align:right;
	margin-right:5px;
}

#right-footer-content p#legals{
	font-size:11px;
	color:#555;
}

p#wwd{
	clear:both;
	float:right;
	font-size:11px;
}



