*{
	font-family:"Lucida Grande", Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666;
}
html { height: 100%; }
body {
	height: 100%;
	margin: 0;
	background-color: #000;
}
img{
	border:none;
	margin:0;
	padding:0;
}
#wrapper{
	margin: 0 0 0 100px;
	width:850px;
	height:630px;
	background-color: #000;
	float: left;
}

#header{
	font-size:11px;
	float:left;
	width:850px;
	height: 75px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #333;
	background-image: url(../images/header.png);
	background-color: #fff;
}
.header{
	width:850px;
}
#header UL{
	padding-top:45px;
	padding-left:0;
	margin-left:0;
}

#header UL LI{
	display:block;
	float:left;
	margin-right:42px;
}
#header UL LI A{
	text-decoration:none;
    color:#666;
}
#header UL LI A:hover{
    color:#fff;
}
#main{
	margin-top: 10px;
	width: 730px;
	float: left;
	font-size: 11px;
	color: #666;
}
#main a{
	text-decoration: none;
}
#main b{
	color: #666;
}
#flashHome{
	float:left;
	margin:0;
	padding:0;
	width:700px;
	height: 300px;
}
#footer{
    color:#333;
	float:left;
	margin-top:40px;
	padding-top:8px;
	width:850px;
	height: 40px;
	border-top: 1px dotted #333;
	font-size:10px;
}
.footer {
    color:#333;
	text-decoration:none;

}
.footerLink a{
    color:#333;
	text-decoration:none;

}

.footerLink {
	width: 200px;
	margin-left: 38px;
}
.footerLink a:hover{
    color:#999;
}
#feature{
	float: left;
}.feature{
	margin-right:4px;
}

.portfolio {
	display: block;
    color:#666;
    line-height: 16px;
	float:left;
	margin-top:0;
	padding-top:0;
	padding-left:15px;
	width:325px;
	height:220px;
}

#content{
	float:left;
	width:700px;
}

.vScrollbar{
	float: left;
}
.vTrack{
	background:#fff;
	border:1px solid #e8e8e8;
	overflow:hidden;
	position: absolute;
	width:15px;
}
.vThumb{
	background:#e8e8e8;
	height:15px;
	left:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:13px;
	margin-top:1px;
	margin-bottom:1px;
}

#accordion {
	margin:0;
	width: 710px;
}

h3.toggler {
	cursor: pointer;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	text-align: left;
	height: 24px;
	width: 700px;
	border-top: 1px dotted #333;
	color: #333;
	font-size: 13px;
}
h3.toggler a{
	text-align: left;
	color: #999;
	text-decoration: none;
}
h3.toggler a:hover{
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.nontoggler {
	margin: 0 0 3px 0;
	padding: 0;
	background-color: #323232;
	text-align: left;
	height: 26px;
	width: 800px;
}
.nontogglertext{
	display: block;
	width: 190px;
	color: #333;
	font-size: 11px;
	text-align: left;
	line-height: 13px;
	margin-bottom: 5px;
}
div.element {
	margin:0;
	padding-bottom: 30px;
	width: 700px;
	text-align: left;
	color: #666;
	line-height: 16px;
}
div.element img{
	padding-right:10px;
	padding-bottom:10px;
	text-align: left;
}
.elementText{
	display: block;
	width:200px;
	height: 110px;
	padding-right:60px;
	padding-top:0;
	text-align: left;
	font-size: 11px;
}
div.element a{
	text-align: left;
	color: #666;
	text-decoration: none;
}
div.element a:hover{
	text-align: left;
	color: #fff;
	text-decoration: none;
}
.white b{
	color: #ccc;
}
div.element strong{
	color: #999;
}
#slideshow-container{
	width:700px;
	height:300px;
	position:relative;
}
#slideshow-container img {
	width:700px;
	height:300px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
