/***********************
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;
}
#Logo {
	height: 300px;
	width: 940px;
	margin-top: 34px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/banner2.png);
}
#Main_Content {
	height: 330px;
	width: 940px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
#Content_2 {
	height: 60px;
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
}

#Footer {
	height: 140px;
	width: auto;
	margin-top: 50px;
	background-color: #3b3b3b;
	color: #FFF;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#Footer_Container {
	height: 80px;
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#Footer_Center {
	float: left;
	height: 30px;
	width: 940px;
	margin-top: 0px;
	font-size: 8px;
}

#Footer_Left {
	float: left;
	height: 40px;
	width: 400px;
	font-size: 12px;
}
#Footer_Right {
	float: right;
	height: 40px;
	width: 500px;
	font-size: 10px;
}
#Box_1 {
	float: left;
	height: 330px;
	width: 600px;
}
#Box_2 {
	float: right;
	height: 320px;
	width: 300px;
	background-image: url(../Images/breakdown_page_image.png);
}

#Main_Content h2 {
	color: #000;
	font-size: 18px;
}
#Main_Content h3 {
	color: #5ad2ff;
	font-size: 18px;
}
#COntent_2 h2 {
	color: #000;
	font-size: 18px;
}
#Content_2 h3 {
	color: #5ad2ff;
	font-size: 18px;
}
#Top_Bar {
	height: 20px;
	width: auto;
	background-color: #3b3b3b;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #5ad2ff;
}
a:active {
	color: #FFF;
}
#Main_Content a:link {
	color: #000;
	text-decoration:underline;
}
#Main_Content a:visited {
	color: #000;
	text-decoration:underline;
}
#Main_Content a:hover {
	color: #900;
	text-decoration:underline;
}
#Main_Content a:active {
	color: #000;
	text-decoration:underline;
}
#Content_2 a:link {
	color: #000;
	text-decoration:underline;
}
#Content_2 a:visited {
	color: #000;
	text-decoration:underline;
}
#Content_2  a:hover {
	color: #900;
	text-decoration:underline;
}
#Content_2  a:active {
	color: #000;
	text-decoration:underline;
}
#Main_Content h5 {
	color: #FFF;
}
#Content_2 h5 {
	color: #FFF;
}
