body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #727272;
	line-height: 1.6em;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #0A387E;
}

html {
	overflow-y: scroll;
}

h1 {
	font-size: 1.2em;
	color: #FFF;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.2em;
	color: #FFF;
	background-image: url(images/content-h2.png);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	color: #515151;
}

h5 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #7a7a7a;
	margin: 0px;
}

h6 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #9D9D9D;
	margin: 0px;
}

.dark-gray {
	color: #515151;
	font-weight: bold;
}

.principles {
	font-size: 1.5em;
	color: #515151;
	line-height: 1.3em;
}

.contact-phone {
	padding-left: 22px;
	background-image: url(images/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.contact-fax {
	padding-left: 22px;
	background-image: url(images/fax-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.thumb-left {
	background-color: #FFF;
	padding: 9px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 15px;
}

.thumb-no-float {
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #CCC;
}

.project-thumb {
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #CCC;
	margin: 10px;
}

.client-thumb {
	padding: 9px;
	border: 1px solid #CCC;
	display: inline;
	background-color: #FFF;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}

a:focus {
	outline: none;
}

a {
	color: #07387E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#header {
	width: 990px;
	height: 136px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

/* Menu */

.group:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}



#menu {
	list-style: none;
	position: relative;
	width: 990px;
	height: 44px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu li a {
	position: relative;
	z-index: 200;
	color: #515151;
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	height: 32px;
	padding: 12px 17px 0px;
}

#menu li a:hover {
	color: #C7C7C7;
}

#menu #magic-line-two {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	z-index: 100;
	background-color: #062B60;
	background-position: 220 top;
	background-image: url(images/menu-hover.png);
	background-repeat: repeat-x;
	color: #FFF;
}

.current_page_item a, .current_page_item_two a {
	color: #FFF !important;
}

/* Page */

#page-wrapper {
	background-color: #FFF;
	background-image: url(images/page-wrapper.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#page {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-top: 5px;
}

#content-wide {
	float: left;
	width: 990px;
	padding-top: 5px;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}

.post .index-tag {
	text-align: center;
	margin: 0px;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 2.4em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 8px;
}

#sidebar p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}

#sidebar a {
	color: #07387E;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #515151;
	text-decoration: none;
}

#sidebar h3 {
	font-size: 1.2em;
	padding-left: 10px;
	background-image: url(images/sidebar-h2.png);
	color: #FFF;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 8px;
	text-transform: uppercase;
	padding-bottom: 12px;
	font-weight: normal;
	margin-bottom: 0px;
}
.email {
	background-image: url(images/email-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

/* Footer */

#footer-wrapper {
	height: 190px;
	background-image: url(images/footer-wrapper.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#footer {
	height: 190px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding: 0px;
}

#footer p {
	text-align: left;
	color: #CACACA;
	margin: 0px;
	padding-top: 25px;
	font-size: small;
	padding-left: 10px;
	line-height: 2em;
}

#footer a {
	color: #CACACA;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer a:hover {
	text-decoration: none;
	color: #07387E;
	background-color: #EEE;
}

#slider-wrapper {
	width: 990px;
}

#featured_slider 	{
	width:900px;
	height:340px;
	position:relative;
	z-index:1;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #CCC;
} 

#slider {
	position:relative;
	min-height:340px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivoSlider {
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:50px;
	top:70%;
	padding:5px;
	background:#000;
	color:#fff;
	width:auto;
	z-index:79;
	margin:0 auto;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:41%;
	z-index:99;
	cursor:pointer;
	
}

.nivo-prevNav {
	left:0px;
	text-indent:-99999px;
	display:block;
	width:34px;
	height:70px;
	background:url(images/arrows.png) 0 0 no-repeat;
}

.nivo-nextNav {
	right:0px;
	display:block;
	text-indent:-99999px;	
	width:34px;
	height:70px;
	background:url(images/arrows.png) -34px 0 no-repeat;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	top:360px;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

#products {
	width: 990px;
	margin: 20px auto 0px;
}

.boxgrid h3 {
	margin: 10px 10px 0 10px;
	color:#181818;
	letter-spacing:-1px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
			
.boxgrid {
	width: 265px;
	height: 190px;
	float:left;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;
	background-color: #CCC;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 30px;
	margin-bottom: 0px;
	background-image: url(images/box-background.png);
	margin-right: 30px;
	margin-left: 30px;
}

.boxgrid img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
}

.boxgrid p {
	padding: 0 10px;
	color: #181818;
	text-align: justify;
	font-size: 12px;
	line-height: 1.4em;
}

/* tables */
table.tablesorter {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #B5B5B5;
	font-size: 11px;
	width: 990px;
	text-align: left;
	color: #333;
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #D8D8D8;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 12px;
}

table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#E3E3E3;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #CCC;
}

table.tablesorter a {
	color: #07387E;
	text-decoration: none;
	background-image: url(images/view-image.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

table.tablesorter a:hover {
	text-decoration: underline;
}

/* Breadcrumb Navigation */

#breadcrumb {
	font: 11px Arial, Helvetica, sans-serif;
	background-image:url../../images/bc_bg.png);
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	color:#9b9b9b;
	border:solid 1px #CACACA;
	width:990px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-image: url(images/bc_bg.png);
}

#breadcrumb li {
	list-style-type:none;
	float:left;
	padding-left:10px;
	color: #515151;
}

.home {
    border:none;
    margin: 8px 0px;
}

#breadcrumb a {
	height:30px;
	display:block;
	background-image:url(images/bc_separator.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 15px;
	text-decoration: none;
	color:#191919;
}

#breadcrumb a:hover {
	color:#07387E;
}

/* Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

