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

/*   BODY STYLING  */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url('../images/bkg/bkg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}





/*   CONTAINER   */

#container {
	width: 900px;
	height: auto;
	margin: 16px auto;	
	padding: 0px;
}





/*   HEADER   */

.headerleft {
	float: left;
	width: 274px;
	height: 131px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.headerright {
	float: left;
	width: 612px;
	height: 131px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.logo {
	margin: 74px 0px 0px 46px;
}





/*   MENU   */

.topmenu {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.topmenu ul {
	float: left;
	width: 100%; 
	margin: 0px;
	padding: 0px;
}

.topmenu ul li { 
	display: inline;
}

.topmenu ul li a {
	float: left;
	width: 94px;
	height: 131px;
	font-size: 18px;
	color: #ffffff;
	line-height: 10px;
	text-decoration: none;
	background: url('../images/bkg/menu.jpg');
	background-repeat: repeat-x;
	border-left: 2px solid #ffffff;
	margin: 0px;
	padding: 92px 0px 0px 6px;
}

.topmenu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.topmenu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.topmenu ul li em { 
	font-size:10px;
	color: #ffffff;
	line-height: 2.75em;
	font-weight:lighter;
	font-style:normal;
	text-decoration: none;
}





/*   INTRO   */

.introleft {
	float: left;
	width: 260px;
	height: 202px;
	margin: 0px 16px 16px 0px;
	padding: 0px;
}

.introright {
	float: left;
	width: 578px;
	height: 170px;
	background: #666666;
	margin: 0px 0px 16px 0px;
	padding: 16px;
}






/*   CONTENT   */

.left {
	float: left;
	width: 260px;
	height: auto;
	margin: 0px 16px 16px 0px;
	padding: 0px;
}

.middle {
	float: left;
	width: 297px;
	height: auto;
	margin: 0px 16px 16px 0px;
	padding: 0px;
}

.right {
	float: left;
	width: 297px;
	height: auto;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.featured {
	float: right;
	margin: 0px 0px 16px 16px;
	padding: 0px;
}






/*   FOOTER   */

.footer {
	float: left;
	width: 886px;
	height: auto;
	border-top: 5px solid #b6246d;
	margin: 0px;
	padding: 0px;
}




/*   FOOTER MENU   */

.footernav {
	width: 100%;
	overflow: hidden;
}

.footernav ul {
	float: left;
	width: 100%; 
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

.footernav ul li {
	display: inline;
}

.footernav ul li a { 
	float: right;
	width: 80px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #666666; 
	margin: 0px;
	padding: 0px;
}

.footernav ul li a:visited {
	color: #666666;
	text-decoration: none;
}

.footernav ul li a:hover {
	color: #666666;
	text-decoration: underline;
}






/*   TYPOGRAPHY STYLING   */

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

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

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

p {
    	color: #ffffff;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.darkp {
    	color: #666666;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}





/*   LINK STYLING   */

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

a:link { 
	color: #666666;
	text-decoration: underline;
} 

a:visited { 
	color: #666666;
	text-decoration: underline;
} 

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





/*   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;
}
