/*
Theme Name: Qualico (UK) Ltd.
Theme URL: http://www.qualico.co.uk
Version: 1.0
Author: Michael Arscott
Author URL: http://www.miars.co.uk
Tags:

License: Not licensed for reuse. 

	Qualico 1.0
	http://www.qualico.co.uk
*/

/*///////// GENERAL & FONT //////////*/
body {
	margin: 0;
  padding: 0;
  background-image: url(images/img_background.jpg);
  background-repeat: repeat;
	background-color: #fff;
}
img {
	border: none;
}

h1 {}
h2 {margin: 10px; padding: 10px 0 0 8px; color: #000; font-size: 20px; font-weight:none;}
h3 {}
h4 {padding: 0; margin:0; line-height: 30px; text-align: center;}

a		{color: #000; text-transform:none; text-decoration:none; font-weight:bold;}
a:hover 	{text-decoration: underline;}
a:visited {}

/*///////// IE9 Declares //////////*/

header, section, aside, footer, hgroup {display: block;}
nav, article {display: inline;}

/*///////// LAYOUT //////////*/
#container {
	margin: 0 auto;
	width: 950px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: none;
	text-transform: none;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}
#page {
	background-color: #bbc;
	overflow: hidden;
}

/*///////// HEADER //////////*/
header {
	width: 950px;
	height: 153px;
	position: relative;
	background-color: #bbc;
	border-top: solid 2px #000;
}
#hdr {
	width: 950px;
	height: 153px;
	position: absolute;
	background-image: url(images/hdr_background.png);
	background-repeat: none;
	top: 0px;
	left: 0px;
}
#hdr_nav {
	width: 250px;
	height: 153px;
	background-color: #eef;
	border-right: solid 1px #000;
}
#hdr_heartbeat { 
	float: right;
	position: absolute;
	top: 67px;
	right: 210px;
	width: 160px;
	}
#hdr_contact {
	float: right;
	position: absolute;
	top: 0px;
	right: 13px;
	width: 325px;
	font-size: 14px;
	text-align: right;
}

/*///////// NAVIGATION //////////*/
nav {
	float: left;
	width: 250px;
	min-height: 350px;	
	background-color: #eeeeff;
	text-align: left;
	padding-bottom: 800px;
	margin-bottom: -800px;
	border-right: solid 1px #000;
}
#nav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
}
#nav_list li { border-top: solid 1px #000;}
.nav_link {
	width: 212px;
	height: 30px;
	position: relative;
	background-image: url(images/nav_link_background.png);
	background-position: left center;
	padding-left: 38px;
}
.nav_link:hover {
	background-image: url(images/nav_link_background_hover.png);
	background-position: left center;
}
.nav_link img{margin:none; padding:none; position:absolute; top:0px; left:0px;}
#nav_list a{}
#nav_list a:hover {text-decoration: none; color: #eef;}

/*///////// ARTICLE //////////*/
article {
	float: right;
	width: 698px;
	}
.art_content {
	width: 660px;
	min-height: 340px;
	margin: 10px 19px 0px 19px;
	padding-bottom: 20px;
	background-color: #eef;
	border: solid #000 1px;
	border-bottom: none;
}
.art_content p {padding: 10px 10px 0px 20px;}
.art_content hr {margin: 0 20px 0 20px;}


/*///////// FOOTER //////////*/
footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	background-color: #aab;
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 2px #000;
}
#footer_left {
	float: left;
	width: 465px;
	min-height: 115px;
	margin: 10px 0 10px 10px;
	font-size: 15px;
	background-color: #dde;
	border: solid 1px #000;
}
p.small {font-size:10px;padding:0;margin:0;}
.small a {font-weight: normal;}
#footer_right {
	float: right;
	width: 450px; 
	min-height: 115px;
	margin: 10px;
	background-color: #dde;
	border: solid 1px #000;
}	
table#sitemap {
	padding: 15px;
	font-size: 10px;
	text-align: right;
}
table#sitemap .td1 {width: 100px;}
table#sitemap .td2 {width: 120px;}
table#sitemap .td3 {width: 200px;}
table#sitemap a {text-transform: uppercase;}


/*////////////////////// ELEMENTS ////////////////////////*/
/*///////// Layout //////////*/
.div_clear {clear:both;}

/*///////// Training:Tabbed //////////*/
#tra_tabbed {
	width: 600px;
	height: 300px;
	margin: 30px 30px 10px 30px;
	border: solid 1px #000;
}
/*
#tra_tabbed_hdr { 
	width: 600px;
	height: 40px;
	position: relative;
	background-color: #bbc;
	border-bottom: solid 1px #000;
}
#tra_tabbed_nav {
	width: 150px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 5px;
}
*/
ul#tabs {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0 0 0.3em 0;
}
ul#tabs li {display: inline;}
ul#tabs li a { 
	color: #42454a;
	background-color: #dedbde;
	border: 1px solid #c9c3ba;
	border-bottom: none; 
	padding: 0.3em;
	text-decoration: none;
}
ul#tabs li a:hover {background-color: #f1f0ee; }
ul#tabs li a.selected {
	color: #000;
	background-color: #f1f0ee;
	font-weight: bold;
	padding: 0.7em 0.3em 0.38em 0.3em; 
}
div.tabContent {
	border: 1px solid #c9c3ba;
	padding: 0.5em;
	background-color: #f1f0ee;
}
div.tabContent.hide {display: none;} 


/*///////// Contact Us:Form //////////*/
form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
}
#art_contact_us {
	background #fff;
	color: #111;
}
form#enquiryform {
	background #445;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 20px 50px;
	width: 560px;
}
form#enquiryform fieldset {
	border: none;
	margin-bottom: 10px;
}
form#enquiryform fieldset:last-of-type {
	margin-bottom: 0px;
}
form#enquiryform legend {
	color: #223;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #c0d576;
}
form#enquiryform ol li {
	background: #ccd;
	background: rgba(255,255,255,.3);
	border-color: #bbb;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#enquiryform ol ol li{
	background: none;
	border: none;
	float: left;
}
form#enquiryform label {
	float: left;
	font-size: 13px;
	width: 110px;
}
form#enquiryform fieldset fieldset label {
	background: none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
form#enquiryform input,
form#enquiryform textarea {
	background: #fff;
	border: #ccc solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: 13px Tahoma, Times, serif;
	outline: none;
	padding: 5px;
	width: 525px;
	min-width: 525px;
	max-width: 525px;
}
form#enquiryform input:not([type=submit]):focus,
form#enquiryform textarea:focus {
	background: #eaeaea;
	border: #000 solid 1px;
}
form#enquiryform button {
	background: #99a;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	display: block;
	font: 18px Tahoma, Arial, Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
}
form#enquiryform button:hover {
	background: #667;
	cursor: pointer;
}
