/**
 *
 *	Datlabs.co.uk
 *
 *	@media: all
 *	@pages: all
 *
 *	@copyright 2009 Datlabs\Phil Thompson
 *	@edited 05/01/2009 Phil Thompson
 */



/* -------------------------------
MAIN MENU STYLES
------------------------------- */
#main-nav {
	background: #FF3300;
	height: 23px;
	width: 780px;
}


#main_menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image:url(../images/but_bg.jpg);	
	font-size: 12px;
}

#main_menu li {
	display: inline;
}


#main_menu a {
	float: left;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding: 0.4em 1.0em;
	border-right: 1px solid #FFFFFF;
	background-image:url(../images/but_bg.jpg);
}


#main_menu a:hover{
	background-color: #999999;
	color: #FFFFFF;
	background-image:url(../images/but_bg_over.jpg);
}

#main_menu .selected{
	background-color: #80B948;
	color: #FFFFFF;
}







#global { position:relative; width:842px; min-height:100%; height:auto; margin:0 auto; background:url(../images/main_bg.jpg) repeat-y; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #36C;
	margin:0;
	font-weight: normal;
}
a {
	font-size: 12px;
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #3366CC;
}

a img{ border: none; }

.regular {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.regularBlue {
	font-family: Arial;
	font-size: 11px;
	color: #3366CC;
}
.regularWhite {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.regularGrey {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}
.bold {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.boldBlue {
	font-family: Arial;
	font-size: 11px;
	color: #3366CC;
	font-weight: bold;
}
.boldWhite {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.boldGrey{
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#main {
	border: 6px solid #E5E3E4;
	font-weight: normal;
}
#columnLeft1 {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
}

#columnLeft1 h1 + p,
#columnLeft1 h2.style87 + p{
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#columnLeft2 {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#columnRight {
	background-color: #ebebeb;
}
#picbox {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 600px;
}
#contentBoxA {
	padding: 12px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 16px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contentBoxB {
	padding: 12px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 14px;
}
.contentBoxC {
	padding: 12px 9px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background-color: #ebebeb;
	text-align: center;
	background-image: url(../images/contentboxbg.jpg);
	height: 90px;
	background-repeat: no-repeat;
}
.contentBoxC a {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}

.contentBoxC a:visited{
	color: #333333;
}

.contentBoxC a:hover {
	color: #ff3300;
	text-decoration: underline;
}


.contentBoxC img{
	margin-right: 9px;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	line-height: 14px;
	margin-top: 0px;
}
#nav {
	color: #FFF;
	font-size: 120%;
}

#nav a{
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;
}
#nav a:link {}
#nav a:visited {}
#nav a:hover {
	text-decoration: underline;
	background-repeat: repeat-x;
}
#nav a:active {}

img #button {
	margin-right: auto;
	margin-left: auto;
}
li {
	color: #000;
	list-style-type: square;
}

	li span{
		color: #000;
	}

/* Common classes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* Headings */
h1{
	color:#000000;
	font-size: 16px;
}

h2{
	font-size:14px;
	font-style: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3, h4, h5, h6{
	color: #000;
	font-size: 13px;
	margin: 0;
	padding: 1em 0 0;
	font-weight: normal;
}

h3, h4, h5, h6{
	color: #000;
	font-size: 12px;
}

/* Paragraphs/Lists */
td#columnLeft1 p,
td#columnLeft1 li{
	font-size: 12px;
	margin-bottom: .5em;
	margin-top: .5em;
	padding: 0;
	color: #000;
	font-weight: normal;
}

blockquote{
	font-style: normal;
	margin: 0;
	padding: 10px 0;
	color: #000;
}

blockquote p{
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin: 0;
	padding: 0 5px;
}
	blockquote p cite{
		font-size: 11px;
		font-style: normal;
		text-align: center;
		padding: 0 5px;
	}

/* Homepage h1 */

h1.style69{
	color:#3366CC;
	font-size: 22px;
	line-height: 1.1;
	xtext-align: center;
}

h1.style69 span{
	xdisplay: block;
}

h2.style87{
	color:#FF6600;
	font-size: 16px;
	line-height: 1.1;
	padding-top: 0 !important;
	padding-bottom: .5em;
	xtext-align: center;
}

ul{
	margin-left: 10px;
	padding-left: 0;
	color: #03C;
}

ul li{
	margin-left: 1em;
	padding-left: 0;
}



/* Header logo */
div#logo{
	float: left;
	padding-right: 0;
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* Header contact us */
div#header-contact{
	color: #5E5E5E;
	float: right;
	font-size: 180%;
	padding: 35px 10px 0;
}

	div#header-contact span.number{
		color: #ff3300;
		font-size: 30px;
		font-weight: bold;
	}


/* Sidebar HDD manufacturers */

div#brands-holder {
	float: left;
	width: 199px;
}

ul#brands{
	float: left;

}
ul#brands li{
	font-weight: bold;
	font-size:10px;
	text-align: center;
	background: #F3F1F2;
	display: block;
	border: 1px solid #999;
	border-color: #BBB #999 #999 #BBB;
	border-radius: 2px;
	float: left;
	list-style: none;
	margin: 0 0 .1em 5px;
	min-height: 2.7em;
	padding: 0.0em 0.0em 0.0em 0em;
	text-transform: uppercase;
	width: 60px;
	-kthml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


.brandslist {
	vertical-align: bottom;
	line-height: 2.5;
}

.brandslist2 {
	vertical-align: bottom;
	line-height: 1.2;
}


td#columnLeft2 div#contentBoxA li a{
	float: left;
	padding: 5px;
}

td#columnLeft2 div#contentBoxA li:hover{

}

div#offer{
	background: #F3F1F2;
	border: 1px solid #D6D6D6;
	padding: 10px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	float: left;
	width: 552px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

div.text{
	float: left;
}

div.image{
	float: right;
}

div#offer div.text{
	width: 265px;
}

	div#offer h2{
		color: #333333;
		font-size: 16px;
		padding: 0;
		margin: 0;
	}
	
	div#offer p{
		font-size: 12px;
		margin: 0;
		padding: 10px 15px 10px 0;
	}

div#offer div.image{
	background: #FFF;
	border: 1px solid #D6D6D6;
	margin: 10px 0 0;
	text-align: center;
	width: 265px;
}

div#offer-contact{
	clear: right;
	float: right;
	text-align: left;
	width: 265px;
}

	div#offer-contact p{
		color: #000000;
		font-size: 110%;
		line-height: 1.3;
		padding: 10px 0;
	}

div.clickable.hover{
	cursor: pointer;
}

/* Get in touch */
div#get-in-touch{
	background: #F2f2f2;
	border-radius: 5px;
	color: #36C;
	font-size: 16px;
	text-align: center;		
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#get-in-touch h4{
	margin: 0;
	padding: 10px;
}

div#get-in-touch h4 em.number{
	display: block;
	font-size: 22px;
	margin-top: 10px;
}

/* Pullquotes */
em.pullquote{
	float: right; 
	font-size: 140%; 
	color: #36C; 
	line-height: 1.2; 
	padding: .5em 0 .5em 10px;
	text-align: center;
	width: 170px;
}

th{
	text-align: left;
}

div#helpline{
	text-align: center;
}

	div#helpline p{
	font-size: 14px;
	font-weight: normal;
	}
	
	/* floated content boxes */
	div.column{
	float: left;
	width: 220px;
	}
	
	div.columnhome{
	float: left;
	width: 300px;
	}
	
	/* floated content boxes */
	div.column2{
	width: 590 px;
	}
	
	div.column h3,
		div.column p{
			margin-right: 10px;
		}
	
	.columnB{
	background: #E5E3E4;
	border-radius: 5px;
	float: right;
	margin: 13px 0 10px;
	padding: 0 0 5px;
	width: 144px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	.columnB hr{
			background: #EEE;
			border: 1px solid #EEE;
			border-width: 1px 0;
			height: 1px;
			margin: .5em 10px;
		}
		
	.columnB h3,
	.columnB p{
			margin-left: 10px;
			margin-right: 10px;
		}
		
		td#footer div.vcard{
	color: #FFF;
	padding: 6px;
		}
#main tr #columnLeft1 #contentBoxA #offer2 p {
	font-weight: normal;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
.swspf {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.swspfBoxA {
	color: #FFFFFF;
	width: 186px;
	float: left;
	margin-bottom: 10px;
	margin-right: 7px;
	text-align: left;
}
.swspfBoxB {
	color: #FFFFFF;
	width: 186px;
	float: right;
	margin-bottom: 10px;
	text-align: left;
}
.swspfBoxA h2 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	padding: 0px 0px 6px;
}
.swspfBoxA a {
	color: #FFFFFF;
}
.swspfBoxB h2 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	padding: 0px 0px 6px;
}
.swspfBoxB a {
	color: #FFFFFF;
}
.clearer {
	clear: both;
}


div#tel-email p{
	font-size: 16px;
	line-height: 1.2;
}

div#tel-email p span{
		color: #FF6600;
		font-weight: bold;
}

.newstitle {
	font-size: 14px;
	color: #FF3300;
}



/* "Contact Datlabs" form
 **************************************/

.contact_form_wrap{
    color: #333;
    padding:10px;
    font-size: 12px;
}

.contact_form_wrap h2{
    margin: 3px 0 5px;
    color: #de2000;
    font-size:16px;
}

.contact_form_wrap label{
    float: left;
    width:48px;
    margin-top:2px;
}

.contact_form_wrap .wrap input,
.contact_form_wrap .wrap textarea{
    float: right;
    width:110px;
    margin-bottom: 8px;
    background: white url(../images/px.png)repeat-x;
    border: 1px solid #cecece;
    border-top-color: #8e8e8e;
    padding:2px 3px;
    font-family:Arial;
    font-size: 12px;

}

.contact_form_wrap textarea{
    height: 50px;
    resize:none;
}

.contact_form_wrap .submit {
    margin-left: 50px;
}

.contact_form_wrap .message{
    color: #de2000;
    margin-top: 10px;
    font-weight:bold;
}


.clr {
    float: none;
    clear:both;
}


input.error,
.wrap input.error,
.contact_form_wrap .wrap input.error {
	border: 1px solid red;
	border-top-color: red;
}
label.error {
	color: red;
	font-style: italic;
	width: 158px;
}
