@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 80%/1.4 Tahoma, Verdana, sans-serif;
}

#wrapper {
	width: 765px;
	margin: 0 auto;
}

p {
	font-size: 0.85em;
	line-height: 1.3em;
	color: #6B6B6B;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 1.4em;
	color: #5C0A14;
	margin: 0 0 10px 0;
}

.clear {
	clear: both;
}

#branding {
	border-bottom: 2px solid #C5C5C5;
	background: #fff url(../images/branding-bg.png) repeat-x top left;
	height: 85px;
}

#logo {
	width: 360px;
	background-color: #fff;
	margin-top: 5px;
	padding-right: 20px;
	padding-top: 10px;
}

#logo img {
	border: 0;
}
	
#content {
	height: 410px;
	border-bottom: 2px solid #c5c5c5;
}

#navigation {
	clear: both;
	text-align: center;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	border-left: 1px solid #c5c5c5;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
}

#navigation ul li.first {
	border-left: none;
}

#navigation ul li a {
	color: #000;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #BC001B;
	text-decoration: none;
}

#navigation ul li a.current {
	color: #BC001B;
}

#content.home {
	background: #fff url(../images/home-bg.png) no-repeat top left;
}

.about-us {
	background: #fff url(../images/about-us-bg.gif) no-repeat top left;
}

.showcase {
	background: #fff url(../images/showcase-bg.png) no-repeat top left;
}

.events {
	background: #fff url(../images/events-bg.png) no-repeat top left;
}

.quality {
	background: #fff url(../images/quality-bg.png) no-repeat top left;
}

.contact {
	background: #fff url(../images/contact-us-bg.png) no-repeat top left;
}

.front-navigation {
	width: 380px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: -40px;
}

.front-navigation p {
	line-height: 30px;
}

.front-navigation p a {
	display: block;
	float: left;
	width: 150px;
	height: 35px;
	margin-left: 25px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 1.2em;
	color: #BC001B;
	background-color: #E5E5E5;
	font-weight: bold;
}

.front-navigation p a:hover {
	background-color: #c3c3c3;
}

#home-content-container {
	width: 400px;
	float: right;
	padding: 20px;
	margin-top: 180px;
	margin-right: 20px;
	background: url(../images/home-container-bg.png) repeat top left;
}

#about-content-container {
	width: 400px;
	float: right;
	padding: 10px 20px 0 20px;
	margin-top: 10px;
	margin-right: 30px;
	background: url(../images/home-container-bg.png) repeat top left;
}

#showcase-content-container {
	width: 400px;
	float: right;
	padding: 10px 20px 0 20px;
	margin-top: 10px;
	margin-right: 30px;
	background: url(../images/home-container-bg.png) repeat top left;
}

#events-content-container {
	width: 400px;
	float: right;
	padding: 10px 20px 0 20px;
	margin-top: 10px;
	margin-right: 30px;
	background: url(../images/home-container-bg.png) repeat top left;
}

#quality-content-container {
	width: 350px;
	float: right;
	padding: 10px 20px 0 20px;
	margin-top: 10px;
	margin-right: 30px;
	background: url(../images/home-container-bg.png) repeat top left;
}

#contact-content-container {
	width: 350px;
	float: right;
	padding: 10px 20px 0 20px;
	margin-top: 10px;
	margin-right: 30px;
	background: url(../images/home-container-bg.png) repeat top left;
}

#showcase-slideshow {
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: auto;
	height: 225px;
}

.showcase-thumbnail {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.showcase-thumbnail img {
	border: 0;
}

#footer {
	clear: both;
}

#footer p {
	text-align: right;
	margin-right: 25px;
	font-size: 0.8em;
	color: #737373;
}

#footer p a {
	color: #737373;
	text-decoration: none;
}

#footer p a:hover {
	color: #737373;
	text-decoration: underline;
}