@import "reset.css";

/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	background-color: #04b7e1;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../media/Tile-Header.png);
	background-repeat: repeat-x;
}

a:link {
	color:#0d9cd4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8a962c;
}

a:visited {
	text-decoration:none;
	color:#0d9cd4
}

a:hover {
	text-decoration:none;
	color:#0d9cd4;
	border-bottom-style: none;
}

a:active {
	text-decoration:none;
	color:#0d9cd4
}

img {
	border-style: none;
	display: block;
}


em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}

abbr, acronym {
	cursor: help;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/* HEADER
----------------------------------------------- */
	
#header {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 960px;
	margin-top: 24px;
	margin-bottom: 0px;
	height: 126px;
	background-image: url(../media/Bgd-Contact-Numbers.png);
	background-repeat: no-repeat;
	background-position: right 30px;
}
/* HEADERS
----------------------------------------------- */
#branding {
	height: 94px;
	width: 174px;
	background-image: url(../media/Treharne-Automotive-Engineering.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-position: left 0px;
}
#branding:hover {
	height: 94px;
	width: 174px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../media/Treharne-Automotive-Engineering.png);
	background-position: left -94px;
}

/* TOP NAV
----------------------------------------------- */
#top-nav {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	margin-top: 85px;
}
#top-nav ul {
	padding: 0px;
	margin: 0px;
}
#top-nav li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	display: block;
	padding: 0px;
}
#top-nav li a {
	color: #3c484b;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-shadow: #f0fbfe 1px 1px 1px;
}
#top-nav li a:hover {
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#top-nav li a.selected {
	color: #04b7e1;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../media/Bgd-Top-Nav-On.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}

/* FEATURED CONTAINER
----------------------------------------------- */

#featured-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #536266;
	height: 349px;
	background-image: url(../media/Tile-Featured-Container.jpg);
	background-repeat: repeat-x;
}
/* FEATURED CONTENT
----------------------------------------------- */

#featured-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../media/Bgd-Focus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#featured-content h2 {
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 20px;
}
#featured-content p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
	width: 482px;
	color: #e4e6e7;
}
#featured-content strong {
	font-weight: bold;
	color: #edefef;
}
#featured-content ul {
	margin: 0px;
	padding: 0px;
}
#featured-content li {
	font-size: 13px;
	color: #9ddeed;
	background-image: url(../media/Icn-Tick-White.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#featured-content .find-out-more {
	height: 54px;
	width: 234px;
	background-image: url(../media/Btn-Find-Out-More.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	background-position: left 0px;
	margin-top: 55px;
	margin-right: 130px;
}
#featured-content .find-out-more:hover {
	height: 54px;
	width: 234px;
	background-image: url(../media/Btn-Find-Out-More.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	background-position: left -54px;
	margin-top: 55px;
	margin-right: 130px;
}

#introduction-content {
	height: 297px;
	background-image: url(../media/Img-Engine.gif);
	background-repeat: no-repeat;
	background-position: 86% center;
}
#calibration-content, #validation-content, #equipment-content, #testing-content {
	height: 297px;
}


/* FEATURED NAV
----------------------------------------------- */

#featured-nav {
	overflow: hidden;
	margin-bottom: 0px;
}
#featured-nav li {
	float: left;
	padding: 0px;
	height: 52px;
	margin: 0px;
	background-color: #FFF;
}
#featured-nav li a {
	font-weight: bold;
	color: #a4a4a4;
	display: block;
	font-size: 18px;
	line-height: 52px;	
}

#introduction a{
	background-image: url(../media/Bgd-Btn-Introduction.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 191px;
	text-indent: 67px;
	margin: 0px;
	padding: 0px;
	
}
#introduction a:hover{
	background-image: url(../media/Bgd-Btn-Introduction.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 191px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	
}
#introduction a.selected{
	background-image: url(../media/Bgd-Btn-Introduction.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 191px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	
}
#calibration a{
	background-image: url(../media/Bgd-Btn-Calibration.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 191px;
	text-indent: 57px;
	margin: 0px;
	padding: 0px;	
}
#calibration a:hover{
	background-image: url(../media/Bgd-Btn-Calibration.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 191px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}
#calibration a.selected{
	background-image: url(../media/Bgd-Btn-Calibration.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 191px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}
#validation a{
	background-image: url(../media/Bgd-Btn-Validation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 192px;
	text-indent: 59px;
	margin: 0px;
	padding: 0px;
}
#validation a:hover{
	background-image: url(../media/Bgd-Btn-Validation.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;	
}
#validation a.selected{
	background-image: url(../media/Bgd-Btn-Validation.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}	
#equipment a{
	background-image: url(../media/Bgd-Btn-Equipment.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 192px;
	text-indent: 59px;
	margin: 0px;
	padding: 0px;
	
}
#equipment a:hover{
	background-image: url(../media/Bgd-Btn-Equipment.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	
}
#equipment a.selected{
	background-image: url(../media/Bgd-Btn-Equipment.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}

#testing a{
	background-image: url(../media/Bgd-Btn-Testing.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 192px;
	text-indent: 51px;
	margin: 0px;
	padding: 0px;
}
#testing a:hover{
	background-image: url(../media/Bgd-Btn-Testing.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}
#testing a.selected{
	background-image: url(../media/Bgd-Btn-Testing.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}
/* SUB CONTAINER
----------------------------------------------- */

#sub-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding-top: 30px;
	background-image: url(../media/Tile-Shadow-Home.png);
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
/* FEATURED CONTENT
----------------------------------------------- */

#sub-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../media/Tile-Sub-Features.png);
	background-repeat: repeat-y;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
#sub-content h3{
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

#sub-content p{
	padding-bottom: 10px;	
}
#sub-content em{
 color: #666;
}
#sub-content hr{
	color: #95ecff;
	background: #95ecff;
	border: 0;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sub-content a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
}
#sub-content a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
div.column-1 {
	float: left;
	text-align: left;
	width: 280px;
	display: inline;
	margin-right: 61px;
}
div.column-1 img {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#about-us {
	background-image: url(../media/Icn-About-Us.png);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	padding-left: 39px;
	line-height: 42px;
	background-position: left center;
}

#our-mission {
	background-image: url(../media/Icn-Mission.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
	padding-left: 57px;
	line-height: 77px;
	background-position: left 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #95ecff;
	margin-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 67px;
	padding-top: 0px;
}

div.column-2 {
	float: left;
	text-align: left;
	width: 280px;
	display: inline;
	margin-right: 61px;
}

#news {
	background-image: url(../media/Icn-News.png);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	padding-left: 45px;
	line-height: 42px;
	background-position: left center;
}

div.column-3 {
	float: left;
	text-align: left;
	width: 278px;
	display: inline;
}

#careers {
	background-image: url(../media/Icn-Careers.png);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	padding-left: 51px;
	line-height: 42px;
	background-position: left center;
}

/* MIDDLE CONTAINER
----------------------------------------------- */

#middle-container {
	background-color: #516164;	
}
#middle-container h2 {
	font-size: 20px;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
/* MIDDLE CONTENT
----------------------------------------------- */

#middle-content {
	background-image: url(../media/Tile-Middle-Content.gif);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#middle-content a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #85e1ff;
}
#middle-content a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
/* LEFT CONTENT
----------------------------------------------- */

#left-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 620px;
	float: left;
	clear: right;
	color: #dcdfe0;
}

#left-content h3 {
	font-size: 15px;
	color: #c3f0ff;
	font-weight: bold;
	padding-bottom: 25px;
}
#left-content h4 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 25px;
}
#left-content p {
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
}
#left-content em {
	color: #fff;
}
#left-content .image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #4a575a;
	padding: 5px;
}
#left-content img {
}
#left-content ul {
}
#left-content li {
	font-size: 12px;
	color: #c3f0ff;
	background-image: url(../media/Icn-Tick-Green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 18px;
}

/* SUB NAV
----------------------------------------------- */

#sub-nav {
	overflow: hidden;
	padding-bottom: 20px;
}
#sub-nav li {
	float: left;
	background-image: none;
	background-color: #eef0f0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sub-nav li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#sub-nav li a:hover{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #04b7e1;
}
#sub-nav li a.selected{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 26px;
	background-image: url(../media/Bgd-SubNav-Arrow-On.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #04b7e1;
}


/* RIGHT CONTENT
----------------------------------------------- */
#right-content {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: right;
	clear: right;
	padding-bottom: 20px;
}
#right-content p {
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
}
#right-content em{
	color: #FFF;	
}

#right-content hr{
	color: #506164;
	background: #506164;
	border: 0;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#news-right {
	background-image: url(../media/Icn-News.png);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	padding-left: 45px;
	line-height: 42px;
	background-position: left center;
	margin-left: 20px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}
#careers-right {
	background-image: url(../media/Icn-Careers.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
	padding-left: 50px;
	line-height: 77px;
	background-position: left 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4abad;
	margin-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 67px;
	padding-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #FFF;
}

#google-map {
	height: 350px;
	margin-top: 10px;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
}

/* FOOTER CONTAINER
----------------------------------------------- */

#footer-container {
	background-color: #04b7e1;
	width: 100%;
	overflow: hidden;
}
/* FOOTER CONTENT
----------------------------------------------- */

#footer-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* VCARD
----------------------------------------------- */
#v-card {
	height: 30px;
	width: 178px;
	background-image: url(../media/Btn-Download-VCard.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 10px;
}

/* COMPANY
----------------------------------------------- */
#company {
	font-size: 12px;
	color: #b4eaf6;
	padding-top: 20px;
}
#company strong {
	font-weight: bold;
	color: #ffffff;	
}
#company a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b4eaf6;
	margin-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#company a:hover {
	color: #b4eaf6;
	text-decoration: none;
	border-bottom-style: none;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/* TWIST
----------------------------------------------- */
#twist {
	font-size: 11px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #b4eaf6;
	text-align: right;
	display: none;
}
#twist strong {
	color: #ffffff;
	font-weight: bold;
}
#twist ul {
	margin: 0px;
	padding: 0px;	
}
#twist li {
	display: inline;
	line-height: 20px;
}

#twist a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #b4eaf6;
}
#twist a:hover{
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b4eaf6;
}

#compliancy a{
	color: #FFF;
	background-color: #50cdea;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	margin: 0px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 10px;
}
#compliancy a:hover{
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	margin: 0px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background-color: #0392b4;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

