/*

	bitHeads - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	color: #000;
	margin: 0;
	padding: 15px 0;
	}
	
body, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* =Layout
---------------------------------------------------------------------------------------------------- */

#wrapper {
	border: 1px solid #666;
	padding: 12px 12px 12px 12px;
	}
	
#content {
	background: #FFFFFF url('../images/wrapper/watermark.jpg') right bottom no-repeat;
}
	
/* =Header
---------------------------------------------------------------------------------------------------- */

#header {
	background: #839FC8 url('../images/wrapper/header.jpg') left top repeat;
	}

#header-nav {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
}

#header-nav a, #header-nav a:active, #header-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
		
#header-nav a:hover, #header-nav a:visited:hover {
	color: #F30;
	}
	
#siteSearch {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 6px 8px 6px 8px;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
	
#menu {
	background: #0079BB;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0px 6px 0px;
	width: 120px;
}

#menu1 {
	background: #0079BB;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0px 6px 0px;
	width: 184px;
}

#menu a, #menu a:active, #menu a:visited, #menu1 a, #menu1 a:active, #menu1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
		
#menu a:hover, #menu a:visited:hover, #menu1 a:hover, #menu1 a:visited:hover{
	color: #333;
	}

#leftnav {
	font-size: 10px;
	font-weight: bold;	
	}

#leftnav a, #leftnav a:active, #leftnav a:visited {
	color: #333;
	text-decoration: none;
	}
		
#leftnav a:hover, #leftnav a:visited:hover {
	color: #F30;
	}
	

/* =Typography
---------------------------------------------------------------------------------------------------- */

.bigger {
	font-size: 14px;
	}

.smaller {
	font-size: 10px;
	}
	
h1, h2, h3 {
	color: #0079BB;
	margin: 0 0 12px 0;
	}
	
h1 {
	font-size: 24px;
	margin: 30px 0 20px 0;
	}
	
h2 {
	color: #0079BB;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h3 {
	font-size: 12px;
	margin-bottom: 6px;
	}
	
p {
	line-height: 1.5em;
	margin: 0 0 12px 0;
	}

/* =Lists
---------------------------------------------------------------------------------------------------- */

ul {
	list-style: square;
	margin: 0 0 12px 0;
	padding: 0 0 0 16px;
	}
	
ul li {
	margin-bottom: 6px;
	}
	
li {
	line-height: 1.5em;
	}
	
#leftnav ul {
	list-style: square;
	margin: 0 0 40px 0;
	padding: 0 0 0 16px;
	}
	
#leftnav ul li {
	margin-bottom: 6px;
	}
	
#leftnav li {
	line-height: 1.25em;
	}
	
#leftnav ul ul {
	list-style: none;
	margin: 4px 0 4px 0;
	}

#leftnav ul ul li {
	background: transparent url('../images/icons/icon-arrow.gif') left top no-repeat;
	font-weight: normal;
	line-height: 1.15em;
	padding: 0 0 0 8px;
	margin-left: -15px;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	background: #FFFFFF;
	color: #999999;
	padding-top: 6px;
	font-size: 9px;
	}

#footer a, #footer a:active, #footer a:visited {
	color: #005EBB;
	}
	
#footer a:hover, #footer a:visited:hover {
	color: #F30;
	}

/* =Forms
---------------------------------------------------------------------------------------------------- */ 

#siteSearchField {
	border: 1px solid #B2B2B2;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */

a, a:active, a:visited {
	color: #333;
	}
		
a:hover, a:visited:hover {
	color: #F30;
	}

/* =Misc: In-page images
---------------------------------------------------------------------------------------------------- */

.floatRight {
	float: right;
	margin: 0 0 12px 12px;
	}
	
/* =Misc: In-page images
---------------------------------------------------------------------------------------------------- */

.floatLeft {
	float: Left;
	margin: 0 12px 12px 0;
	}
	
/* =Misc: Testimonials
---------------------------------------------------------------------------------------------------- */

#testimonial {
	margin-top: 0px;
	line-height: 1.5em;
	padding-left: 1px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #0079BB;
	}
	
#testimonial-by {
	color: #839FC8;
	font-size: 10px;
	font-style: italic;
	padding-top: 5px;
}

/* =Misc: Homepage News
---------------------------------------------------------------------------------------------------- */

#news-table {
	padding-right: 10px;
	line-height: 1.0em;
}
	
#news-header {
	padding: 6px 0px 12px 0px;
	}
	
	
/* =Misc: Homepage Featured Services
---------------------------------------------------------------------------------------------------- */

#services-table {
	border: 1px solid #0079BB;
	margin-left: 10px;
	}

#services-header {
	padding: 6px 0px 6px 15px;
	}
	
#services h2 {
	background: #FFFFFF;
	color: #0079BB;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#services {
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	}
	
#read-btn {
	padding: 5px 0px 5px 0px;
	text-align: right;
	}	

/* =Misc: Sidebar
--------------------------------------------------------------------------------------------------- */
#sidebar p {
	font-size: 12px;
	line-height: 14px;
}
	
#sidebar td.sideline {
	border-left: 1px solid #0079BB;
}
	
#sidebar ul, #sidebar li {
	line-height: 14px;
	font-size: 10px;
}	

/* =Misc: hover table styles
---------------------------------------------------------------------------------------------------- */
.subbarfont { 
	color: #cc0000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
}
.subbar_head {
	color: #333;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.subbar 	{
	color: black;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	width: auto;
}
a.subbar:link 	{
	color: black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	width: auto;
}
a.subbar:visited {
	color: black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	width: auto;
}
a.subbar:hover 	{
	color: #cc0000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	width: auto;
}
a.subbar2 	{
	color: black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 128px;
}
a.subbar2:link 	{
	color: black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 128px;
}
a.subbar2:visited 	{
	color: black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 128px;
}
a.subbar2:hover {
	color: #cc0000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 128px;
}
.subbarselected { 
	border-right: white 1px solid;
	border-top: black 1px solid;
	vertical-align: middle;
	border-left: black 1px solid;
	border-bottom: white 1px solid;
	background-color: #99ccff;
}
.subbarnotsel {
	border-top: #6699cc 1px solid;
	border-right: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	cursor: hand;
	vertical-align: middle;
}
.subbarnotselone {
	border-top: #003366 1px solid;
	border-right: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-left: #003366 1px solid;
	cursor: hand;
	vertical-align: middle;
}
.subbarhover {
	background-color: #0079BB;
	border-top: white 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-left: white 1px solid;
	color: yellow;
	cursor: hand;
	vertical-align: middle;
}
.subbarhover2 { 
	background-color: #0079BB;
	border-top: white 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-left: white 1px solid;
	color: red;
	cursor: hand;
	vertical-align: middle;
}


div.pdf, div.web, div.doc {
	margin: 0 0 12px 0;
	padding: 3px 0 3px 20px;
	}
	
li.pdf, li.web, li.doc {
	list-style: none;
	margin: 0 0 0 -16px;
	padding: 3px 0 3px 20px;
	}
	
.pdf {
	background: url("../images/pdf.gif") 0 2px no-repeat;
	}

.web {
	background: url("../images/web.gif") 0 2px no-repeat;
	}

.doc {
	background: url("../images/doc.gif") 0 2px no-repeat;
	}
