/*------------------------------------------------------------------

project:	Control 2000
date created:	20 May 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");
@import url("thickbox.css");
@import url("sifr.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

* {	line-height: 1.6em; }


/*-------------------------------*/
/* Basic Selectors
/*-------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #efefef url('../images/core/bg.gif') top center repeat-x;
	color: #1e1e1e;
}

a { color: #375aa5; text-decoration: none; }
a:hover, a:focus { color: #f3a51e; text-decoration: underline; }
span.mailto { color: #375aa5; }  
a.mailto { color: #375aa5; text-decoration: none;  }  
a.mailto:hover { color: #f3a51e; text-decoration: underline; }  

h1 { font-size: 3em; color: #ffffff; background: url('../images/core/bg_h1.gif') no-repeat; height: 29px; padding: 20px 10px 30px 21px; }
h2 { font-size: 2.6em; color: #000000; }
h3 { font-size: 1.5em; color: #385BA6; }
h4 { font-size: 1.3em; color: #8b8b8b; }
h5 { font-size: 1.1em; color: #a8a8a8; }
h1, h2, h3, h4, h5 { margin-bottom: 0.5em; }
p, ul, ol { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1.1em; }

ul { list-style-type: square; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0 15px 20px;
	^margin: 0 0 10px 0; /* IE 7 */
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 0;
	clear: right;
}

.clear { display: block; clear: both; }


/*-------------------------------*/
/* Container
/*-------------------------------*/
#bg-container {
	width: 100%; height: 407px;
	margin: 0 auto;
	background: url('../images/core/bg_container.gif') top center no-repeat;
}

#container {
	width: 923px; height: auto;
	margin: 0 auto;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header-container { height: 429px; }

#header { 
	height: 129px;
	position: relative;
}

#header h1 {
	width: 305px; height: 73px;
	background: url('../images/core/logo_control2000.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 42px; left: 32px;
}


/*-------------------------------*/
/* Nav
/*-------------------------------*/
#nav {
	width: 502px;
	height: 34px;
	position: absolute;
	top: 71px;	right: 0;
}

#nav ul { 	
	list-style-type: none;
	margin: 0;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 34px;
}

#nav ul li a.home {
	width: 85px;
	background: url('../images/nav/nav_home.gif') 0 0 no-repeat;
}

#nav ul li a.profile {
	width: 106px;
	background: url('../images/nav/nav_profile.gif') 0 0 no-repeat;
}

#nav ul li a.products {
	width: 168px;
	background: url('../images/nav/nav_products.gif') 0 0 no-repeat;
}

#nav ul li a.contact {
	width: 143px;
	background: url('../images/nav/nav_contact.gif') 0 0 no-repeat;
}


/* -- rollover -- */
#nav ul li a:hover.home,
#nav ul li a:hover.profile,
#nav ul li a:hover.products,
#nav ul li a:hover.contact {
	background-position: 0 -34px !important;
}

/* -- active -- */
#nav li a:hover.home, 
body#home #nav li a.home,
body#profile #nav li a.profile,
body#products #nav ul li a.products,
body#contact #nav li a.contact {
	background-position: 0 -34px !important;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
#banner {
	width: 923px; height: 300px;
	background: url('../images/core/bg_banner.gif') no-repeat;
	overflow: hidden;
}

#banner img { 
	width: 889px; height: 262px;
	padding: 19px 17px;
}

/*-------------------------------*/
/* Scrolling Text
/*-------------------------------*/
.scrollcontainer {
	background: transparent url('../images/core/bg_scrolltext.gif') scroll 0 0 repeat-x;
	width: 913px; height: 34px;
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 1.5em;
}

.scrollcontainer .mask { 
	position: relative; 
	left: 5px; 
	width: 900px; 
	overflow: hidden; 
}

ul.scrolltext { position: relative; padding: 0; margin: 0; display: inline-block; }
ul.scrolltext li { float: left; font-size: 1.2em; padding: 5px 0; color: #fff; margin-right: 10px; display: inline;}


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content-container {
	width: 913px; height: auto;
	padding: 10px 5px 0 5px;
}

#content {
	width: 886px;
	background-color: #ffffff;
	padding: 10px 16px 30px 11px;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --- content wide --- */
#content-wide { 
	width: 100%; 
}

/* --- content left --- */
#content-left { 
	width: 610px; 
	float: left;
}

#content-left p { padding-left: 11px; }
body#contact #content-left p { padding-left: 0; }

/* --- content right --- */
#content-right {
	width: 240px; 
	float: left;
	margin-left: 35px;	 
}

#cta { margin-top: 15px; }

#cta a {
	width: 240px; height: 102px;
	background: url('../images/core/button_product.gif') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#cta a:hover { background-position: 0 -102px !important; }

#address {
	width: 240px;
	background: url('../images/core/bg_address.gif') 0 0 repeat-y;
	margin-top: 34px;
	padding-bottom: 20px;
}

#address h2 {
	background: url('../images/core/bg_h2.gif') no-repeat;
	width: 220px; height: 52px;
	padding: 8px 0 0 20px;
	margin: 0;
}

#address p { padding: 0 10px 0 25px; }

span.bold {	font-weight: bold; padding-right: 8px; }
span.bold1 {	font-weight: bold; padding-right: 6px; }


/*-------------------------------*/
/* Our Products
/*-------------------------------*/
body#products #content-wide h1 { 
	font-size: 3em; 
	color: #ffffff; 
	background: url('../images/core/bg_h1_inner.gif') no-repeat; 
	height: 29px; 
	padding: 20px 10px 30px 21px; 
}

#content-box { padding: 0 20px; }

#content-box .left-column { width: 350px; float: left; }


/* --- gallery --- */
div#gallery { 
	width: 886px; 
}

div#gallery ul.gallery-list {
	list-style-type: none;
	margin: 0;
}

div#gallery ul li {
	display: inline;
	padding: 0 0 15px 15px;
	float: left;
}

div#gallery ul li a img {
	border: 4px solid #e2e2e3;
}

div#gallery ul li a:hover img {
	border: 4px solid #375aa5;
}



/*-------------------------------*/
/* Contact
/*-------------------------------*/
table { font-size: 1.1em; padding: 0 0 10px 20px; }

table tr td { 
	border-right: 1px solid #e2e2e2; 
	border-bottom: 1px solid #e2e2e2; 
	padding: 15px 10px; 
}

table tr td.no-line { border-right: none; }
table tr td.no-line1 { border-bottom: none; }

#enquiry-form {
	padding: 0 0 0 20px;
}

#map {
	width: 260px; height: 280px;
	float: right;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer {
	color: #6d6d6d;
	padding: 12px 20px 12px 28px;
	font-size: 1.1em;
	position: relative;
}

#footer a { color: #6d6d6d; text-decoration: none; }
#footer a:hover { color: #375aa5; text-decoration: underline; }

#wflogo {
	width: 64px; height: 20px;
	position: absolute;
	top: 11px; right: 20px;
}

.locations {font-size: 10px;
            color: #CCCCCC; }
