/* CSS Document */

/******************************************************************************************

	Site:		TAG construction Limited
	Section:	All

	Author:		Maze
	
	
	
	Media type:		All

	1 - Universal
	2 - Typography
	3 - Structure/Layout
	4 - Page elements
	5 - Navigation
	6 - Miscelaneous

******************************************************************************************/



/***********************************************************************
	1 - UNIVERSAL
************************************************************************/


body {
	color: #000000;
	background: #FFFFFF;
	padding: 0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.75em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

.empty {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

a:link {
	color: #0079C2;
	text-decoration: none;
}

a:visited {
	color: #0079C2;
	text-decoration: none;
}

a:hover {
	color: #0079C2;
	text-decoration: underline;
}


/***********************************************************************
	2 - TYPOGRAPHY
************************************************************************/



p {
	margin-top: 8px;
	margin-bottom: 12px;
	line-height: 1.4em;
}

/*h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	color: #0079C2;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #0079C2;
	line-height: 20px;
}*/


h1 {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:2px;
	font-size: 1.2em;
	color: #0079C2;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #0079C2;
	line-height: 85%;
}

h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:2px;
	font-size: 1.2em;
	color: #0079C2;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #0079C2;
	line-height: 85%;
}


#projects-content h2 {
	font-size:1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0079C2;
	line-height: 90%;
}

h3 {
	margin: 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	padding-top:8px;
	padding-bottom:2px;
	line-height: 70%;
}


/***********************************************************************
	3 - STRUCTURE/LAYOUT
************************************************************************/


#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 886px;
	margin-bottom: 10px;
	font-size:95%;
}

#content {
	margin-top: 15px;
}


/***********************************************************************
	4 - PAGE ELEMENTS
************************************************************************/

.tagline {
	float: right;
	margin-top: 66px;
}
.logo {
	float: left;
}


/* #Banner area */
#banner {
	width: 720px;
	float: left;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

/* #Content */

#landingpage-container {
	width: 615px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#subpage-container-one {
	width: 127px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 4px;
}

#subpage-container-two {
	width: 478px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#projects-container {
	float: right;
	width: 261px;
	margin-top: 5px;
}

#workforus-container {
	float: right;
	width: 261px;
	margin-top: 5px;
}

#details-container {
	float: left;
	width: 261px;
}
/* #Footer */

#footer-left {
	width: 615px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079C2;
}
#footer-right {
	float: left;
	width: 261px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079C2;
}
#footer-left p {
	float: right;
}
.footerspace {
	margin-right: 15px;
}

/***********************************************************************
	5 - NAVIGATION
************************************************************************/

ul#navigation{ margin:0px; padding:0px}

#navigation{
		width: 155px;
		float: right;
		margin-left: 10px;	
		padding:0;
		list-style:none;
		display:inline;
		overflow:hidden;
	}
		#navigation li{
			list-style:none;
			display:inline;
		}
		#navigation li a{
			margin:0;
			overflow:hidden;
			height:0px !important;
			background-position:0 0;
			background-repeat:no-repeat;
			padding-top: 24px;
			padding-right: 0;
			padding-bottom: 0;
			width: 155px;
			float: left;
		}
			#navigation #home a{
				background-image:url(/images/build/navigation/navigation_home.gif);
	
			}
			#navigation #home a:hover, #navigation #home a.selected {
				background-image:url(/images/build/navigation/navigation_home_over.gif);
			}



#navigation #company a {background-image: url(/images/build/navigation/navigation_company.gif);}
#navigation #company a:hover, #navigation #company a.selected  {background-image: url(/images/build/navigation/navigation_company_over.gif);}

#navigation #sectors a {background-image: url(/images/build/navigation/navigation_sectors.gif);}
#navigation #sectors a:hover, #navigation #sectors a.selected {background-image: url(/images/build/navigation/navigation_sectors_over.gif);}

#navigation #services a {background-image: url(/images/build/navigation/navigation_services.gif);}
#navigation #services a:hover, #navigation #services a.selected {background-image: url(/images/build/navigation/navigation_services_over.gif);}

#navigation #projects a {background-image: url(/images/build/navigation/navigation_projects.gif);}
#navigation #projects a:hover, #navigation #projects a.selected {background-image: url(/images/build/navigation/navigation_projects_over.gif);}

#navigation #contact a {background-image: url(/images/build/navigation/navigation_contact.gif);}
#navigation #contact a:hover, #navigation #contact a.selected  {background-image: url(/images/build/navigation/navigation_contact_over.gif);}

#navigation #news a {background-image: url(/images/build/navigation/navigation_news.gif);}
#navigation #news a:hover, #navigation #news a.selected  {background-image: url(/images/build/navigation/navigation_news_over.gif);}

#sidenav {
	font-size: 13px;
	font-weight: bold;
}

#sidenav ul {
	margin: 0px;
	padding: 0px;
}
#sidenav li {
	float: left;
	height: 24px;
	width: 127px;
	list-style-type: none;
	line-height: 24px;
	text-indent: 5px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

#sidenav a {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	width: 100%;
	display: block;
}

#sidenav a:hover, #sidenav a.selected {
	color: #FFFFFF;
	background-color: #0079C2;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

#sectorsmain {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 150px;
}

#sectorsmain ul {
	margin: 0px;
	padding: 0px;
}
#sectorsmain li {
	float: left;
	height: 30px;
	width: 232px;
	list-style-type: none;
	line-height: 30px;
	text-indent: 5px;
	padding-right:12px;
	padding-bottom:10px;
}

#sectorsmain a {
	background-color: #CCE4F3;
	width: 100%;
	display: block;
}

#sectorsmain a:hover {
	color: #FFFFFF;
	background-color: #0079C2;
	text-decoration: none;
	display: block;
	width: 100%;
}

/***********************************************************************
	5 - MISCELANEOUS
************************************************************************/


#projects-container img {
	padding-bottom: 5px;
}

#projects-container p {
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
}

#workforus-container p {
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 10px;
}

#subpage-container-one img {
	padding-bottom: 5px;
}
#header {
	padding-bottom: 15px;
}
#landingpage-container p {
	padding-right: 15px;
}
#subpage-container-two p {
	padding-right: 15px;
}
#sectors-container li {
	list-style-type: none;
	width: 197px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#sectors-container ul {
	margin: 0px;
	padding: 0px;
}
#sectors-container a:hover {
	background-color: #CCE4F3;
	display: block;
}
.heading {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#footer-right .mazelink {
	float: right;
}
#footer-right .date {
	float: left;
}
#sectors-container a {
	text-decoration: none;
	text-indent: 5px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#landingpage-container table {
	margin-bottom: 15px;
	margin-top: 10px;
}

#projects-landing-container .projectthumb {
	width: 125px;
	margin-right: 13.5px;
	margin-left: 13.5px;
	float: left;
	margin-top: 0px;
}

#projects-landing-container .projectthumb-first {
	width: 125px;
	float: left;
	margin-top: 0px;
	margin-right: 13.5px;
}

#projects-landing-container .projectthumb-last {
	width: 125px;
	float: right;
	margin-top: 0px;
	margin-left: 13.5px;
	margin-right: 0px;
}

#landingpage-container img {
	margin-right: 30px;
	margin-top: 5px;
}
.intropara {
	font-size: 14px;
	font-weight: bold;
}

.projectthumb-first p, .projectthumb p, .projectthumb-last p {
	padding-bottom: 20px;
	padding-top: 4px;
	margin: 0px;
}
#projects-landing-container {
	margin-bottom: 15px;
}

#projects-content {
	background-image: url(../images/build/projects-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
.spacer {
	height: 300px;
	width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	margin-top: 10px;
}
#details-container p {
	margin: 0px;
	padding: 0px;
}
#welcome-container #news {
	background-image: url(../images/build/content/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	margin-left: 0px;
	text-align: left;
}
#clients-container {
	float: left;
	width: 261px;
	margin-top: 5px;
}

#clients-container img {
	padding-bottom: 5px;
}

#accreditations-container {
	float: left;
	width: 261px;
	margin-top: 5px;
}

#accreditations-container img {
	padding-bottom: 5px;
}

#landing-container-big {
	margin-bottom: 15px;
}

.accreditation {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	
}

.newsheading {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #0079C2;
	padding-top:8px;
	padding-bottom:0px;
}

#newscontent {
	margin-right: 166px;
}
