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

#header-container {
	height: 210px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#content-wrapper {
	width: 880px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	overflow: auto;
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	background-image: url(../images/wrapper-bg.png);
	border: 2px none #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	line-height: 22px;
	    background: #000;
}
#association {
	background-image: url(../images/wrapper-bg.png);
	height: 140px;
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
}

#nav-container {
	height: 64px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
}
#main-content {
	background-repeat: repeat;
	float: left;
	width: 600px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#right-col {
	float: right;
	width: 240px;
	background-repeat: repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
	background-color: #9F0000;
	margin-top: 30px;
	margin-right: 30px;
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	margin-bottom: 30px;
}
#slider {
	float: left;
	height: 392px;
	width: 592px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#social-networking {
	height: 230px;
	width: 870px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper-bg.png);
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	border: 2px none #333;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
#footer {
	height: 114px;
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*slider**********/

#slider {
	position: relative;
	height: 400px;
	width: 600px;
	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;
}

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


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

#content-wrapper a:link {
	color: #D11826;
	text-decoration: none;
}
#content-wrapper a:visited {
	text-decoration: none;
	color: #D11826;
}
#content-wrapper a:hover {
	text-decoration: none;
	color: #FFF;
}
#content-wrapper a:active {
	text-decoration: none;
	color: #D11826;
}
