/*  
Theme Name: Blue Chip Systems
Theme URI: http://www.boltonwebdesign.co.uk
Description: Custom Theme <br> - Designed by <a href="http://www.boltonwebdesign.co.uk">Jigsaw Internet Solutions</a> 
Author: Shaun Barnes
Author URI: http://www.boltonwebdesign.co.uk
© 2008, Jigsaw Internet Solutions. All rights reserved. 
*/

html { height:100%; margin-bottom:1px; }


html {
	height: 100%;
}
body {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-top: -5em;
	margin-bottom: 0;
	clear: both; /*Footer needs to clear both in order to keep any content from overflowing into it*/
	background-image: url(Global/BGD-Footer.jpg);
	background-color: #0139CB;
	background-repeat: no-repeat;
	background-position: center top;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -5em;
}



/* ---- */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body {
	text-align: center;
	background-color: #6682CC;
	background-image: url(Global/Body-BGD.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	min-height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #page {
	height: 100%;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
img {
	border: 0;
}

#shadow {
	z-index: 1;
	position: absolute;
	left: -36px;
	top: 0px;
		margin-top: -10px;

}
#shadow-flip {
	z-index: 1;
	position: absolute;
	left: -36px;
	top: 0px;
}


/* HEADER */

#header-container {
	background-color: #ffffff;
	height: 130px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Global/BGD-Header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 130px;
	position: relative;
}

#logo {
	float: left;
	position: relative;
	height: 113px;
	width: 242px;
}
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2E3F6B;
	float: left;
	position: relative;
	font-style: italic;
	font-weight: bold;
	margin-top: 95px;
	margin-left: 115px; 
	text-transform: none;
}


/* NAV */

#nav-container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #2E3F6B;
	position: relative;
	height: 43px;
	background-color: #0139CB;
	background-image: url(Global/NAV/BGD-Nav.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#nav {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 43px;
	position: relative;
}
#nav ul {
	margin-top: 10px;
	list-style-type: none;
	position: relative;
	z-index: 99;
}
#nav ul li {
	float: left;
	display: inline;
}
#nav ul li a {
	display: block;
	height: 43px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	
	margin-right:50px;
}

#nav ul li a:hover { text-decoration: underline; color: #B3C1E6;}

#nav ul li a#first { margin-left: 10px;}

#nav ul li a#last { margin-right: 0;}

#content-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Global/BGD-Content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 161px; /*Doesn't position right in ieSUX, so had to make separate style in ie7.css*/
}

/* SIDEBAR */

#content .side {
	width: 255px;
	padding-top: 25px;
	float: right;
	position: relative;
	padding-bottom: 60px;
}
#content .side .sidebar-container {
	width: 255px;
	float: right;
	position: relative;
	padding-bottom: 25px;
}
#content .side .sidebar {
	background-color: #2E3F6B;
	width: 225px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	font-size: 16px;
}
#content .side .sidebar ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .side .sidebar ul li {
	display: block;
	color: #FFFFFF;
	/*
background-image: url(Global/Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;

*/	padding-left: 10px;
}
#content .side .sidebar ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .side .sidebar ul li a:hover {
	color: #84bdf9;
	text-decoration: none;
}
#content .side .sidebar ul li .current {
	color: #84bdf9;
	text-decoration: none;
}
#content .side .sidebar p {
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* MAIN */

#content .main-content {
	width: 600px;
	float: left;
	position: relative;
	margin-top: 25px;
	padding-bottom: 60px;
	margin-right: 10px;

}
#content .main-content .main-container {
	width: 600px;
	float: left;
	position: relative;
	padding-bottom: 60px;
}
#content .main-content .main-container-home {
	width: 872px;
	float: left;
	position: relative;
	padding-bottom: 60px;
}
#content .main-content .main {
	background-color: #2E3F6B;
	width: 540px;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
#content .main-content .main-home {
	background-color: #2E3F6B;
	width: 812px;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
#content .main-content .main .intro {
	position: relative;
	width: 540px;
	margin-bottom: 15px;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 15px;
}
#content .main-content .main p, .main-home {
	color: #FFFFFF;
	padding-bottom: 10px;
	font-size: 13px;
}

#content .main-content .main ul {
	list-style-type: none;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#content .main-content .main ul li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 20px;
}
#content .main-content .main ul li a {
	color: #84bdf9;
	text-decoration: underline;
}
#content .main-content .main ul li a:hover {
	color: #84bdf9;
	text-decoration: none;
}


/* FOOTER */

#footer .wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	width: 872px;
}
#footer .wrapper ul {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
#footer .wrapper ul li {
	display: inline;
	font-size: 11px;
	padding-right: 8px;
	padding-left: 4px;
	background-image: url(Global/Separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}
#footer .wrapper ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
#footer .wrapper ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#footer .wrapper ul li .current {
	color: #FFFFFF;
}
#footer .wrapper .LastPipe {
	background: none;
}
#footer .wrapper .email {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}
#footer .wrapper .email label {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
}
#footer .wrapper .nameBox {
	border: 1px solid #666666;
	width: 100px;
	font-size: 11px;
	padding: 2px;
	margin-right: 10px;
	height: 20px;
}
#footer .wrapper .emailBox {
	border: 1px solid #666666;
	width: 100px;
	font-size: 11px;
	padding: 2px;
	margin-right: 10px;
	height: 20px;
}
#footer .wrapper .email input.button {
	vertical-align: middle;
	background-image: url(Global/Submit-Button.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
}

/* ROUNDED CORNERS */

img.sidebar-top {
	height: 10px;
	width: 255px;
	position: absolute;
}
img.sidebar-bottom {
	height: 12px;
	width: 255px;
	position: absolute;
}
img.main-top {
	height: 14px;
	width: 600px;
	position: absolute;
}
img.main-bottom {
	height: 13px;
	width: 600px;
	position: absolute;
}
img.main-top-home {
	height: 14px;
	width: 872px;
	position: absolute;
}
img.main-bottom-home {
	height: 13px;
	width: 872px;
	position: absolute;
}


.main h2 { font-size: 22px; line-height: 20px;  margin-bottom: 10px; }

.sidebar h4 { font-size: 13px; border-bottom: 1px dotted #8DACFE;  margin-bottom: 10px;}



h1,h2,h3,h4,h5,h6 { text-transform: uppercase; color: #8DACFE; font-weight: bold;}

h1 { font-size: 26px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 15px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}

h3 a { font-size: 18px;}

.main h3 { margin-bottom: 10px; /* border-top: 1px dotted #8DACFE; */ padding-top: 10px;}

#content .side .sidebar ul#services-list li { background:url(images/bullet.jpg) no-repeat left center;
padding-left:15px; margin-left: 10px;}

#content .side .sidebar ul#services-list li#services-heading { background: none; padding-left: 0; margin-bottom: 5px;}

#cformsform ol.cf-ol { border-top: none; }

.linklove { display:none; }

#cformsform label, #cformsform span.reqtxt, #cformsform span.emailreqtxt  { color: #fff; }

#cformsform textarea, #cformsform input  { background-color: #8DACFE; }



#cformsform input,
#cformsform textarea,
#cformsform select { border: 1px solid #8DACFE; }

#cformsform input:hover,
#cformsform textarea:hover,
#cformsform select:hover	{
	background:#99AEE5; 
}



#cformsform input:focus,
#cformsform textarea:focus,
#cformsform select:focus	{ 
	background:#99AEE5; 
}

#cformsform input.sendbutton {
	margin:5px 20px 4px 0;}
	
#cformsform ol.cf-ol { padding: 0!important;}

div#gallery { margin-top: 30px; }

div#gallery img { margin-right: 60px; margin-bottom: 30px; float: left;}

img.floatleft {
	float: left;
	margin: 0 20px 10px 0; }
img.floatright {
	float: right;
	margin: 0 0 10px 20px;
}
.main-home h1 { font-size: 30px; line-height: 30px; margin-bottom: 20px;}

#main-side { width: 380px; float: right;}

img#mainimg { float: left; margin-bottom: 30px; border: 3px solid #99AEE5;  }

#maincontent { height: 310px;}

#main-side h2 { text-transform: none; margin-bottom: 10px; color: #fff; }


#main-side ul { list-style-position: inside; margin: 5px 0; }


.main-home h1 {  text-transform: none;}

a:link,a:visited { color: #8DACFE; text-decoration: none; }
a:hover,a:active {color: #000; text-decoration: underline;}

.main h3 a:hover { text-decoration: none; color: #8DACFE;}

.main img {border: 2px solid #8DACFE;}

div#main-side { margin-bottom: 30px;}

div#boxes { clear: both;}

div#boxes img { float: left; margin-right: 15px; }

div#boxes img#imglast { margin-right: 0;}