/*-----------------------------------------------------------------------------
Global Style Sheet (for BeauBronz http://www.beaubronz.de)

version:   1.1.2
author:    Infotex
email:     enqs@infotex.co.uk
website:   http://www.infotex.co.uk/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
 	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
option {
	margin-right:1em;
}

/* Remove border around linked images */
img a {
	border: 0;
	padding-top: 10px;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: normal 62.5%/1.6 "Trebuchet MS", Verdana, Georgia, Arial, Tahoma, "Times New Roman";
	color: #000;
	background-color: #fff;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: Bold; 		
}
h1 {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 5px;
	width: 170px;
	height: 99px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9000px;
}
h1 a {
	margin: 0px;
	display: block;
	height: 99px;
	background: url(../img/logo.gif) no-repeat;
}
h2 {
	font-size: 110%;
	color: #000;
}
h3 {
	font-size: 110%;
	color: #000; 
}
h4 {
	font-size: 130%;
	color: #000; 
}

/* =Links
-----------------------------------------------------------------------------*/

a, a:visited {
	color: #000; 
	background: inherit;
}
a:hover {
	color: #000;
	background: inherit;
}


/* =Show Current Page
-----------------------------------------------------------------------------*/
body.homepage #homepage, body.homepage #homepage a{background:#cb7a0c; color:#fff;}

/* =Images
-----------------------------------------------------------------------------*/

img.float-right {
  margin: 5px 0px 10px 10px; 
  float: right; 
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #000;	
}
ul span, ol span {
	color: #000;
}
li {
	margin: 1em 0;
}




/* =Form Elements
-----------------------------------------------------------------------------*/



/* =Layout and Branding
-----------------------------------------------------------------------------*/
#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}
#header {
	height: 103px;
}
#logo {
	float: left;
}
#Intro { 
	border: none;
}

/* =Menu
-----------------------------------------------------------------------------*/

#menu {
	float:right;
	background: #fff url(../img/menu-underline.gif) no-repeat bottom;
	height: 79px;
	width: 787px;
}

#menu ul {
	list-style:none;
	display: inline;
	padding: 0;
	margin: 1em;
}
#menu li {
	margin: 50px 0px 0px 62px; /*40px*/
	float: left;
}

#menu a {
	display: block;
	font-size: 1.2em;
	text-decoration:none;
	text-transform: capitalize;
	font-weight: bold;
	color: #6b5801;
}

#menu a:hover {
	color: #a78a04;
}

/* =Flash
-----------------------------------------------------------------------------*/
#flashmovie {
	clear: both;
	width: 1054px;
	height: 415px;
}
#intro { position: relative; top: 10px; left: -74px; width: 980px; height: 405px; clear: both; }

/* =Content
-----------------------------------------------------------------------------*/

#bannerwrapper {
	height: 150px;
	margin: 20px 0 0 0;
	background: #bebebe;
	}	

#banner {
	width: 980px;
	margin: 0px auto;
	}	

#banner img {
	margin: 4px 0 0 0;
	border: #88624B 2px solid;
}

#banner ul {
	list-style-type: none;
	display: inline;
}

#banner li {
	float: left;
}

#banner p {
	font: 1.0/1 bold "Trebuchet MS", Verdana, Georgia, Arial, Tahoma, "Times New Roman";
	color: #464646;
	font-weight: bold;
	margin: auto 0;
	padding-right: 20px;
	width: 100px;
}

#banner a, a:visited {
	color: #464646;
	}

#banner a:hover {
	color: #464646;
	text-decoration: none;
}


#subnav {
	text-align: center;
	font: bold 110%/0 "Trebuchet MS", Verdana, Georgia, Arial, Tahoma, "Times New Roman";
	margin: 30px 0 0 0;
}

#subnav p {
	color: #464646;

}

#subnav a, a:visited {
	color: #464646;
	}

#subnav a:hover {
	color: #464646;
	text-decoration: none;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 15px 0 0;
	width: 980px;
	height: 50px;
	/*background-color: #c3b0a5;*/
	color: #fff;
}
#footerleft {
	float: left;
	padding: 15px 10px;
	color: #000;
	font-size: 1.2em;
}
#fb-root {
	float: right;
	color: #000;
	padding: 15px 5px 10px 0;
	font-size: 1.2em;
}
#footer a {
	color: #000;

}
#footer a:hover {
	background-color: #c68e2d;
	text-decoration: none;
	color: #000;
}


