/* @override http://www.digitech.co.uk/css/style.css */

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a { outline: none; }

/* -------------------------------- [ General Elements ] */

body {
	margin: 0;
	padding: 0;
 	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
 	border-top: 3px solid #F2122C;
 	background-color: #dcdcdc;
 	height: 100%;
	}

h1 {
	font-size: 2em;
	line-height: 1.3;
	margin-bottom: .6em;
	font-weight: normal;
}

h2 {
	margin-bottom: .6em;
	font-size: 2em;
	line-height: 1.3;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1.3;
	color: #D33431;
	font-weight: normal;
}

h4 {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 6px;
	font-size: 1.5em;
	line-height: 1.2;
}

h5 {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	color: #909090;
	margin-bottom: 4px;
	font-weight: normal;
	font-style: italic;
}

p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.6;
	float: left;
}

ul {
	margin-bottom: 20px;
}

ul li {
	line-height: 1.6;
	list-style: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #D33431;
}
		
/* --------------------------------- [ General Classes ] */


blockquote p {
	width: 540px !important;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: normal;
	font-style: italic;
	color: #8F8F8F;
	padding: 0 25px;
}



.small {
	font-size: 1em;
}

img {
	margin: 0;
	padding: 0;
}

#main ul {
	padding-left: 18px;
	float: left;
	font-size: 1.2em;
}

#main ul li {
	list-style: disc;
	list-style-position: inherit;
	float: left;
	width: 500px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.col {
	margin-right: 12px;
}

.last {
	margin-right: 0;
}
/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	overflow: hidden;
	/*background : url(http://www.digitech.co.uk/images/assets/grid-900.gif);*/
	background-color: #fff;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	z-index: 1;
}
/* ------------------------------------------ [ Header ] */
#header {
	width: 900px;
}
#header h2 a {
	display: block;
	text-indent: -9999px;
	margin: 0;
	margin-bottom: 10px;
	background:url(http://www.digitech.co.uk/images/assets/digitech-logo.png);
	height: 64px;
	width: 203px;
	float: left;
}

.tagline {
	margin-bottom: 0;
	float: right;
	padding: 15px 0;
	font-weight: bold;
	color: #ABABAB;
	font-size: 2em;
}

.tagline span {
	color: #D33431;
}
/* ---------------------------------------- [ Main Nav ] */
#nav {
	margin:0;
	padding:0;
	width: 900px;
	overflow: hidden;
	float: left;
}

#nav li {
	display: inline;
	font-size: 1.2em;
}

#nav li a {
	display: block;
	float: left;
	height: 22px;
	background-image: url(http://www.digitech.co.uk/images/assets/menu.png);
	color: #fff;
  	font-weight: normal;
  	text-align: center;
	padding: 5px 0 0 0;
}

.nav_home a {
	width: 111px;
	background-position: 0 0;
	border-right: 1px solid #fff;
}

.nav_home a:hover,
.nav_home a:focus {
	background-position: 0 -27px;	
}

.nav_about_us a {
	width: 111px;
	background-position: -112px 0;
	border-right: 1px solid #fff;
}

.nav_about_us a:hover,
.nav_about_us a:focus {
	background-position: -112px -27px;	
}

.nav_services a {
	width: 111px;
	background-position: -336px 0;
	border-right: 1px solid #fff;
}

.nav_services a:hover,
.nav_services a:focus {
	background-position: -336px -27px;	
}

.nav_products a {
	width: 111px;
	background-position: -224px 0;
	border-right: 1px solid #fff;
}

.nav_products a:hover,
.nav_products a:focus {
	background-position: -224px -27px;	
}

.nav_sectors a {
	width: 111px;
	background-position: -560px 0;
	margin: 0;
	border-right: 1px solid #fff;
}

.nav_sectors a:hover,
.nav_sectors a:focus {
	background-position: -560px -27px;
	margin: 0;
}

.nav_projects a {
	width: 111px;
	background-position: -448px 0;
	border-right: 1px solid #fff;	
}

.nav_projects a:hover,
.nav_projects a:focus {
	background-position: -448px -27px;	
}

.nav_news a {
	width: 111px;
	background-position: -672px 0;
	border-right: 1px solid #fff;
}

.nav_news a:hover,
.nav_news a:focus {
	background-position: -672px -27px;
}

.nav_contact_us a {
	width: 116px;
	background-position: -784px 0;
}

.nav_contact_us a:hover,
.nav_contact_us a:focus {
	background-position: -784px -27px;
}

/* ----------------------------------------- [ Sub Nav ] */
#subnav {
	float: left;
	width: 228px;
	margin-right: 75px;
	border-top: 1px dotted #ccc;
	/*background: url(http://www.digitech.co.uk/images/assets/bg-title.png) repeat top left;*/
}

#subnav.menu {
	border: none;
}

#subnav li {
	font-size: 1.2em;
	list-style-type: none;
	list-style-position: outside;
}

#subnav li h3 {
	margin: 0;
	padding: 5px;
	width: 218px;
	display : block;
	background-color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
}

#subnav li ul,
#subnav li.last {
	margin: 0 0 18px 0;
}

.news-menu {
	margin: 0 !important;
	padding: 5px;
	width: 218px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#subnav li a {
	margin: 0;
	padding: 5px;
	width: 218px;
	display : block;
	background-color: #fff;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

#subnav li ul li a {
	margin: 0;
	padding: 5px;
	width: 218px;
	display: block;
	background-color: #fff;
	font-size: .8em;
	font-weight: normal;
}

#subnav li a:hover {
	background: #e5e5e5 url(http://www.digitech.co.uk/images/assets/arrow.gif) no-repeat center right;

}

/* ----------------------------------------- [ Content ] */
	
#content {
	float: left;
	margin: 20px 0;
	min-height: 600px;
	height:auto;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 600px;
}
/**/

#feature_list {
	width: 900px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

ul#tabs li{
	height: 80px;
}

ul#tabs li a h3 {
	font-size: 1.7em;
	color: #000;
	margin-bottom: 0;
}

ul#tabs li a h3 span {
	color: #D33431;
}

ul#tabs li a.current h3 {
	color: #fff;
}
		
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 7px 40px 10px 10px;
	height: 63px;
	outline: none;
	background:  url('http://www.digitech.co.uk/images/assets/feature-tab.png');
	font-weight: normal;
	font-size: 1.2em
}

ul#tabs li a:hover {
	text-decoration: none;
}

ul#tabs li a.current {
	background:  url('http://www.digitech.co.uk/images/assets/feature-tab-current.png');
	color: #FFF;
}
		
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 463px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 900px;
	height: 240px;
}

ul#output li img {
	position: absolute;
	right: 0;
	top: 0;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
		
ul#output li a:hover {
	background: #D33431;
}

#main {
	width: 596px;
	float: right;
}

#main h2 {
	margin-bottom: 1em;
	font-size: 1.7em;
	line-height: 1.3;
	color: #D33431;
	font-weight: normal;
}

#main p {
	width: 596px;
}

#main img {
	margin-bottom: 1em;
	border: 1px solid #959595;
}

.top { 
	/*position: relative;*/
	background-color: #fff;
	width: 900px;
}

/*.top h2 {
	position: absolute;
	top: 30px;
	z-index: 1;
	font-size: 3em;
	background-color: #fff;
	padding: 3px 15px 3px 5px;
}*/

.breadcrumb {
	padding: 14px 0 14px 5px;
	font-size: 1.2em;
}

.intro,
.sub-intro {
	overflow: hidden;
	padding: 10px 0;
	width: 900px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.intro h1 {
	color: #DA0019;
	float: left;
	width: 746px;
	margin-bottom: 20px
}

.intro .body-text {
	float: left;
	width: 443px;
	margin-right: 12px;
	font-size: 1.1em;
}

.sub-intro p {
	float: left;
	width: 443px;
	margin-right: 12px;
}

.home-images {
	float: left;
	margin-bottom: 12px;
}

.sub-content {
	/*background: url(http://www.digitech.co.uk/images/assets/bg-title.png) repeat top left;*/
	float: left;
	width: 900px;
}

.featured {
	width: 272px;
	float: left;
	margin-right: 12px;
	background-color: #e5e5e5;
	padding: 10px;
}

.featured a {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.6em;
	float: left;
}

.featured img {
	border: 1px solid #959595;
	margin-bottom: 1em;
}

.sectors {
	float: left;
	width: 594px;

}

.sectors .col1 {
	height: 200px;
	width: 291px;
	float: left;
	padding: 0 12px 0 0;
}

.sectors .col2 {
	height: 250px;
	width: 291px;
	float: left;
	margin-top: 35px;
}

.sector {
	margin-bottom: 12px;
	float: left;
	width: 291px;
}

.sector a {
	font-size: 1.6em;
	font-weight: normal;
	display: block;
	float: left;
	width: 291px;
}

.sector a:hover {
	background: #e5e5e5 url(http://www.digitech.co.uk/images/assets/arrow.gif) no-repeat 20px right;
}

.sector a img {
	float: left;
	margin: 0  12px 0 0;
}

.sector a span {
	padding-top: 15px;
	float: left;
}

/* ----------------------------------------- [ Content ] */
/* ----------------------------------------- [ Sectors ] */

.sector-intro {
	width: 178px;
	height: 320px;
	float: left;
	border: 1px dotted #ccc;
	padding: 5px;
	margin-bottom: 12px;
}

.sector-intro a img {
	border: 0 !important;
}

.sector-intro a {
	display: block;
	font-weight: normal;
}

.sector-intro a span {
	margin-bottom: 0;
	font-size: 1.5em;
	line-height: 1.3;
	color: #D33431;
	font-weight: normal;
}

.sector-intro a:hover span {
	text-decoration: underline;
}

.sector-intro ul {
	margin-bottom: 0;
}

.sector-intro ul li {
	width: 160px !important;
	list-style-type: disc;
	list-style-position: outside;
}

.sector-intro a:hover ul li {
	color: #000;
}

#related {
	margin-top: 36px;
	padding-top: 9px;
	width: 366px;
	border-top: 1px dotted #ccc;
	float: left;
}

#related ul {
	padding: 0;
	font-size: 1.2em;
}

#related ul li {
	list-style: none;
	padding: 2px 0;
}

/* ---------------------------------------- [ Projects ] */

img.project_image {
	float: left;
	border: 1px solid #959595;
	margin-bottom: 2em !important;
}

.project-intro {
	float: left;
	width: 368px;
	text-align: left;
	margin-bottom: 24px;
	line-height: 1.4;
	margin-right: 12px;
}

ul.jobspec {
	margin: 0;
}

ul.jobspec li {
	list-style: none !important;
	color: #666;
	font-size: 1.2em;
}

ul.jobspec li strong{
	color: #000;
}

ul.spec {
	border: 1px dashed #959595;
	padding: 5px !important;
	width: 584px;
	float: right !important;
}

ul.spec li {
	list-style: none !important;
	color: #666;
	font-size: 0.9em;
	width: 292px !important;
}

ul.spec li strong{
	color: #000;
}

/* -------------------------------------------- [ News ] */
.pagetitle {
	font-size: 2em !important;
}

.post {
	float: left;
	margin-bottom: 40px;
	width: 596px;
}

.post h2 {
	width: 596px;
}

.post h2 a {
	font-weight: normal;
	font-size: 1.23em;
}

.post_meta {
	float: left;
	padding: 9px 0 0 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 596px;
}

.post_meta p {
	width: 596px;
}

.paginate {
	float: left;
	width: 596px;
}

.left-column {
	float: left;
	width: 228px;
	margin-right: 75px;
}

.left-column h2 {
	padding-left: 5px;
}
/* ----------------------------------------- [ Contact ] */

#contact_us_form {
 width: 270px;
 float : left;
 padding : 10px;
 background-color: #f1f1f1;
 border: 1px dashed #959595;
}

#contact_form {
 width: 265px;
 float : left;
}

.text_label {
 float : left;
 width : 250px;
 margin: 0 0 0.5em 0;
 font-size: 1.2em;
}

input#name,
input#from,
input#subject {
 margin-bottom: 18px;
 padding : 5px;
 border : 1px solid #959595;
 width : 248px;
}

textarea#message {
 margin-bottom: 18px;
 padding : 5px;
 border : 1px solid #959595;
 width : 248px;
}

#contact_form input.submit {
 float : left;
 clear : both;
}

#find-us {
	width: 596px;
	float: right;
}

.map-wrapper {
	padding: 5px;
	border: 1px dashed #959595;
	width: 584px;
	float: right;
}

#map {
	width:584px;
	height:465px;

}

#popup {

}

/* ------------------------------------------ [ Footer ] */

#footer {
	clear: both;
	overflow: hidden;
}

#footer .logos {
	margin: 0 0 20px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	float: left;
	width: 900px;
}

.logo {
	float: left;
	padding: 10px 0;	
}


.footer-curve {
	background : url(http://www.digitech.co.uk/images/assets/footer.png) bottom no-repeat;
	width: 942px;
	height: 15px;
	margin: 0 auto;
}

.copyright {
	float: left;
	margin-bottom: 0;
}

.stat-info {
	float: left;
	margin-left: 2em;
	line-height: 1.6;
	font-weight: normal;
}

.credit {
	float: right;
	margin-bottom: 0;
}

#wires {
	background : url(http://www.digitech.co.uk/images/assets/wires-footer.jpg) no-repeat bottom;
	z-index: -1000;
	padding-bottom: 200px;
}
