body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	margin: auto;
	background-color: #999999;
	background-image: url(../images/bgdBody.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999999;
}
h2 {
	font-size: 13px;
}
hr {
	border: 1px dashed #999999;
	height: 1px;
	padding: 10px 0px 10px 0px;
}
img {
	border: 0px;
}
form  {
	margin: 0px
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear:both;
}
.input {
	background-color: #3b3b3b;
	border: 1px solid #666666;
	height: 17px;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 5px 0px 5px;
}
.inputMulti {
	background-color: #3b3b3b;
	border: 1px solid #666666;
	height: 100px;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 5px 0px 5px;
	scrollbar-face-color: #3b3b3b; 
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #3b3b3b;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #3b3b3b; 
	scrollbar-darkshadow-color: #3b3b3b;
}
#header {
	margin: auto;
	width: 750px;
	height: 99px;
	background-image: url(../images/bgdHeader.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
}
#headerLeft {
	float: left;
	width: 159px;
	height: 99px;
}
#headerRight {
	float: right;
	width: 250px;
	height: 99px;
}
#menu {
	margin: auto;
	width: 675px;
	height: 27px;
	background-image: url(../images/bgdMenu.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	padding: 12px 0px 0px 75px;
}

/* start of menu and rollovers */

* html a:hover {
	visibility:visible
}
/* menuHome */
.menuHome {
	position: relative;
	background-image: url(../images/menuHomeB.jpg); 
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 86px;
	height: 26px;
	margin: 0px 15px 0px 0px;
	padding: 0;
	float:left;
}
.menuHome img {
	width: 86px;
	height: 26px;
	border: 0
}
.menuHome a:hover img {
	visibility:hidden
}
/* menuProducts */
.menuProducts {
	position: relative;
	background-image: url(../images/menuProductsB.jpg); 
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 86px;
	height: 26px;
	margin: 0px 15px 0px 0px;
	padding: 0;
	float:left;
}
.menuProducts img {
	width: 86px;
	height: 26px;
	border: 0
}
.menuProducts a:hover img {
	visibility:hidden
}
/* menuServices */
.menuServices {
	position: relative;
	background-image: url(../images/menuServicesB.jpg); 
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 86px;
	height: 26px;
	margin: 0px 15px 0px 0px;
	padding: 0;
	float:left;
}
.menuServices img {
	width: 86px;
	height: 26px;
	border: 0
}
.menuServices a:hover img {
	visibility:hidden
}
/* menuPortfolio */
.menuPortfolio {
	position: relative;
	background-image: url(../images/menuPortfolioB.jpg); 
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 86px;
	height: 26px;
	margin: 0px 15px 0px 0px;
	padding: 0;
	float:left;
}
.menuPortfolio img {
	width: 86px;
	height: 26px;
	border: 0
}
.menuPortfolio a:hover img {
	visibility:hidden
}
/* menuCareers */
.menuCareers {
	position: relative;
	background-image: url(../images/menuCareersB.jpg); 
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 86px;
	height: 26px;
	margin: 0px 15px 0px 0px;
	padding: 0;
	float:left;
}
.menuCareers img {
	width: 86px;
	height: 26px;
	border: 0
}
.menuCareers a:hover img {
	visibility:hidden
}
/* menuContact */
.menuContact {
	position: relative;
	background-image: url(../images/menuContactB.jpg); 
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 86px;
	height: 26px;
	margin: 0;
	padding: 0;
	float:left;
}
.menuContact img {
	width: 86px;
	height: 26px;
	border: 0
}
.menuContact a:hover img {
	visibility:hidden
}
/* End of Menus and Rollovers */


/* CSS for the PLUS / MINUS items */

h5 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.trigger {
	cursor:pointer;
	width: 700px;
}
.trigger:hover {
	cursor:pointer;
}
.expanded {
	cursor:pointer;
	width: 700px;
}
.expanded:hover {
	cursor:pointer;
}
.show {
	position:static;
	display: table;
}
.hide {
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

/* End of PLUS / MINUS */

#ticker {
	margin: auto;
	width: 750px;
	height: 220px;
	background-image: url(../images/bgdTicker.jpg);
	background-repeat: no-repeat;
	background-color: #333333;	
}
#content {
	margin: auto;
	width: 710px;
	overflow: hidden;
	background-image: url(../images/bgdContent.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	padding: 15px 20px 0px 20px;
}
.column {
	float: left;
	width: 165px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 10px 15px 10px 0px;
	overflow: hidden;
	font-size: 12px;
}
.column a {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
.column a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
.columnEnd {
	float: left;
	width: 165px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}
.columnEnd a {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
.columnEnd a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
#contentFooter {
	margin: auto;
	width: 750px;
	height: 42px;
	background-image: url(../images/bgdContentFooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
}
#footer {
	margin: auto;
	width: 710px;
	height: 70px;
	background-color: #333333;
	padding: 10px 20px 10px 20px;
}
#footer a {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
.portfolioContent {
	width: 650px; 
	height: 250px; 
	overflow: hidden; 
	margin: auto; 
	padding: 20px; 
	background-image: url(../images/bgdPortfolio.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat;
	margin-bottom: 10px;	
}
#flashInfo {
	margin: -1px 0px 0px 0px; 
	background-color:#ffffcc; 
	border-bottom: 1px solid #999999; 
	padding: 3px;
	color: #999999;
}
#flashInfo a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
#flashInfo a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.leftCol {
	float: left;
	width: 250px;
	border-right: 1px dashed #999999;
	padding: 0px 20px 0px 0px;
	margin: 0px 20px 0px 0px;
	
}
.portfolio {
	width: 443px;
	height: 154px;
	float: left;
}
.testimonial {
	width: 175px;
	height: 114px;
	float: right;
	background-image: url(../images/bgdTestimonials.jpg); 
	background-repeat: no-repeat;
	padding: 20px 40px 20px 40px;
	font-size: 10px;
	color: #cccccc;
	overflow: hidden;
}
.testimonial a {
	text-decoration: none;
	color: #cccccc;
	font-weight: normal;
}
.testimonial a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
.screenshot {
	width: 443px;
	height: 354px;
	float: left;
	margin-bottom: 30px;
}
.portfolioInfo {
	width: 175px;
	height: 274px;
	float: right;
	background-image: url(../images/bgdPortfolioInfo.jpg); 
	background-repeat: no-repeat;
	padding: 60px 40px 20px 40px;
	font-size: 10px;
	color: #cccccc;
	overflow: hidden;
	margin-bottom: 30px;
}
.portfolioInfo a {
	text-decoration: none;
	color: #cccccc;
	font-weight: normal;
}
.portfolioInfo a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
.border {
	border: 1px solid #999999;
}