/***********************
TND Creative Main Style Sheet 
Developer: Tery Dallimer - TND Creative
URL: http://www.tndcreative.co.uk/
Created:
***********************/

@charset "utf-8";
#html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;

	margin: 0px;
	padding: 0px;
}

/*divs**********/

#bg-top-strip {
	background-image: url(../images/bg-top-strip.jpg);
	background-repeat: repeat;
	background-position: center;
	height: 10px;
	width: auto;
}
#header-bg {
	background-color: #F4F4F4;
	height: 220px;
	width: auto;
}
#header-container {
	height: 180px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#main-content {
	width: 940px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: auto;
}
#footer-line {
	height: 100px;
	width: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer-container {
	height: 96px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-bottom: 60px;
}
#content-left {
	float: left;
	width: 540px;
}
#content-right {
	float: right;
	width: 340px;
	line-height: 24px;
}
#venue-banner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	overflow: auto;
}
#slider {
	float: left;
	height: 280px;
	width: 450px;
}
#slider-shadow {
	float: left;
	height: 30px;
	width: 450px;
	margin-top: 6px;
	background-image: url(../images/slider-shadow.jpg);
}

/*classes**********/

.img-border {
	padding: 4px;
	border: 1px solid #CCC;
}
#slider {
	position: relative;
	height: 280px;
	width: 450px;
	background: url(../images/loading.gif) no-repeat 50% 50%;
	float: left;
}
#slider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/*classes**********/

.philosophy-btn-active {
	height: 22px;
	width: auto;
	padding-right: 4px;
	padding-left: 4px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000 !important;
}

/*headings**********/

#main-content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

/*links**********/

#main-content a:link {
	color: #000;
	text-decoration: underline;
}
#main-content a:visited {
	text-decoration: underline;
	color: #000;
}
#main-content a:hover {
	text-decoration: none;
	color: #000;
}
#main-content a:active {
	text-decoration: underline;
	color: #000;
}
#header-shadow {
	background-image: url(../images/header-bg-shadow.png);
	height: 40px;
	width: auto;
}
