/* CSS Credits: wayne deboer - http://www.waynedeboer.co.uk */

/*   BODY STYLING  */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #2c271f;
	margin: 0px;
	padding: 0px;
}





/*   CONTAINER   */

#container {
	width: 900px;
	height: auto;
	background: #3b342c;
	border: 2px solid #413b30;
	margin: 10px auto;	
	padding: 0px;
}





/*   HEADER   */

.header {
	width: 900px;
	height: 100px;
	background: url('../images/bkg/header_bkg.jpg');
	background-repeat: repeat-x;
	margin: 0px;	
	padding: 0px;
}

.logo {
	float: left;
	margin: 40px 0px 0px 20px;
	padding: 0px;
}

.callus {
	float: right;
	margin: 25px 20px 0px 0px;
	padding: 0px;
}




/*   UL TOP NAV   */

.topNav {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}

.topNav ul {
	float: right;
	width: 100%; 
	height: 41px;
	background: url('../images/bkg/menu_bkg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.topNav ul li {
	display: inline;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

.topNav ul li a {
	height: 41px;
	color: #2c271f;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;	
}

.topNav ul li a:visited {
	color: #2c271f;
	text-decoration: none;
}

.topNav ul li a:hover {
	color: #3b342c;
	text-decoration: underline;
}





/*   CONTENT   */

.contentInnerTop {
	width: 870px;	
	height: auto;
	margin: 5px 15px 15px 15px;
	padding: 0px;
}

.contentInner {
	width: 870px;	
	height: auto;
	margin: 15px;
	padding: 0px;
}

.imageArea {
	width: 900px;	
	height: 170px;
	text-align: center;
	background: #2c271f;
	border-top: 2px solid #413b30;
	border-bottom: 2px solid #413b30;
	margin: 0px;
	padding: 0px;
}






/*   TYPOGRAPHY STYLING   */

h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #e0a633;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #e0a633;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h3 {
	font-size: 16px; 
	color: #333333;
	margin: 0px;
	padding: 6px 0px 10px 0px;
}

p {
    	font-size: 12px; 
    	color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.footerP {
    	font-size: 12px; 
    	color: #ffffff;
	margin: 10px 0px 10px 15px;
	padding: 0px;
}





/*   FOOTER STYLING   */

.footer {
	width: 900px;	
	height: 30px;
	background: url('../images/bkg/menu_bkg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}






/*   LINK STYLING   */

a img { 
	text-decoration: none;
	border: 0px;
}

a:link { 
	color: #ffffff;
	text-decoration: none;
} 

a:visited { 
	color: #ffffff;
	text-decoration: none;
} 

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





/*   CLEAR DIV STYLING   */

div.clear {
	clear: both; 
	height: 0px;	 	
	line-height: 0px;
	font-size: 0px;
}

.hrStyle {	
	height: 1px;	 	
	line-height: 1px;
	font-size: 0px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
