body {
	background-color: #0b0b0b;
	margin: 0px auto;
	padding-top: 4px;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	border-bottom: 1px solid #333;
}
#header {
	height: 130px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #666 url(/images/webpageBkg.png) bottom center repeat-x;
	border-top: 1px solid #999;
}
#headBorder {
	margin: 0px auto;
	text-align: center;
	clear: both;
	width: 960px;
	padding: 10px 0px;
	background: transparent url(/images/white40.png);
	position: relative;
	top: 10px;
}
#header .content {
	width: 940px;
	height: 130px;
	margin: 0px 10px;
	text-align: left;
	background: #fff url(/images/web_header_bkg.jpg) top right no-repeat;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
}
/* Default */
a {
	text-decoration: underline;
	color: #666;
	font-family: arial,verdana,helvetica,sans-serif;
}
a:hover {
	color: #336699;
}
img {
	border: none;
}
.warning {
	background: transparent url(/images/icon_warning.gif) center left no-repeat;
	color: #990000;
	padding: 3px 0px 0px 22px;
	line-height: 1.6em;
}

.large {
	font-size: 16px;
}

#logo {
	padding: 10px;
	margin: 0px;
	float: left;
	height: 120px;
}
#logo img {
	border: none;
}
#compName {
	float: left;
	margin-top: 30px;
	padding: 4px 10px;
}
#wrapper {
	margin: 0px auto;
	background: #666 url(/images/webpageBkg.png) bottom center repeat-x;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
}
#slideshow {
	margin: 0px auto;
	width: 660px;
	text-align: center;
	background: transparent url(/images/webSlide_bkg.png) top center no-repeat;
	padding: 0px;
}
#custshow {
	margin-top: 30px;
	width: 480px;
	height: 260px;
	overflow: hidden;
}
#slidenav {
	float: right;
	position: relative;
	right: 85px;
	vertical-align: middle;
}
#slidenav a:active, #slidenav a:focus {
	outline: 0px none;
	border: 0px none;
}
#output {
	text-align: left;
	width: 480px;
	height: 120px;
	padding: 10px;
	overflow: auto;
}
.slidetitle {
	font-size: 16px;
	color: #666;
}
#tagline {
	width: 436px;
	height: 35px;
	overflow: hidden;
	background: transparent;
	float: right;
	margin-bottom: 6px;
}
#contBorder {
	margin: 0px auto;
	clear: both;
	width: 960px;
	padding: 10px 0px;
	background: transparent url(/images/white40.png);
	position: relative;
	top: -45px;
}
#container {
	width: 940px;
	margin: 0px auto;
	background: #fff url(/images/webpageBkg.png) bottom center repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
*html .clearfix {height: 1%;}
/* End hide from IE-mac */
#rightCol {
	width: 660px;
	float: left;
}
#rightCol .content {
	text-align: left;
	width: 600px;
	padding: 20px;
}
#leftCol {
	width: 280px;
	float: left;
}
#leftCol .content {
	padding-top: 20px;
}
#fullPage {
	width: 960px;
	margin: 0px auto;
}
#fullPage .content {
	text-align: left;
	padding: 10px 20px 10px 20px;
}
#home .content, #about .content, #services .content, #work .content {
	padding: 10px;
}
dl {
	width: 260px; 
	margin: 10px 0px 20px; 
	padding-top: 8px;
	background-color: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
dt {
	margin: 0px; 
}
dd {
	margin: 0px; 
	padding: 10px 16px; 
	background-color: #efefef;
	text-align: left;
}
#footer {
	clear: both;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #666;
	background: #333 url(/images/webpageBkg.png) bottom center repeat-x;
}
#footer .content {
	margin: 0px auto;
	width: 940px;
	text-align: left;
	padding: 20px;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
.poweredBy {
	padding: 9px 0px 9px 24px;
	line-height: 30px;
	background: url(/images/RocketBid.png) left center no-repeat;
}
.sponsor {
	float: right;
	text-align: right;
}
.indent {
	margin-left: 20px;
}
.divbar {
	height: 20px;
	margin: 0px auto;
	background: transparent url(/images/div_bar.png) top center no-repeat;
}
.divbarwide {
	height: 34px;
	margin: 0px auto;
	background: transparent url(/images/div_bar_wide.png) top center no-repeat;
}

/*  Forms  */

form { 
	padding: 0px; 
	margin: 0px;
	font-size: 12px;
}
form p {
	margin: 8px 0px;
}
label {
	display: block;
	width: 120px;
	text-align: right;
	float: left;
	margin-right: 4px;
	font-weight: bold;
}
fieldset {
	background-color: #c3eaff;
	border-width: 1px 0px;
	border-style: solid none;
	border-color: #0b96db;
	padding: 10px;
	margin: 4px 0px;
}
.input, textarea, select {
	font-size: 12px;
	color: #333333;
	font-family: tahoma,arial,verdana,helvetica,sans-serif;
	overflow: auto;
}

.formhelp {
	border: none;
	position: relative;
	top: 4px;
}

/* headings */
h1 {
	width: auto;
	font-size: 30px;
	font-weight: 500;
	color: #333;
	margin: 14px 0px 0px 0px;
	line-height: 28px;
	filter: none;
}
h2 {
	width: auto;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	filter: none;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 0px;
	filter: none;
}
h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 5px;
	filter: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }

/* Tabs
----------------------------------*/

#tabs {
	margin: 0px auto;
	width: 380px;
	float: right;
	margin-top: 50px;
}

#tabs ul {
	margin: 0px auto;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://ui.jquery.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: tahoma,Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget-header { url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 0/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #333/*{fcHeader}*/; font-weight: bold; }
.ui-widget-content { background: #fff/*{bgColorContent}*/ url(images/ui-bg_glass_75_ffffff_1x400.png)/*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #333/*{fcContent}*/; }

.shadow {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
}