/* Globals */
body {
	background-color: #666666;
	color: #333333;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
	font-size: smaller;
}

li{
	list-style-type: none; 
	padding: 1px;
}

a {text-decoration: none;}

a:link {
	color: #0033CC;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #0033CC;
}

a:active {
	color: #0033CC;
}



h2, h3 {
	font-weight: normal;
	clear:both;
}


/* Content Position and Appearance */
.main {
	position: relative;
	top: 30px;
	left: 15%;
	background-color: #ffffff;
	width: 900px;
	height: 850px;
}

.header {
	position: absolute;
	top: 10px;
	left: 5%;
	width:90%;
	clear: both;
	z-index: 1;

}

.rule { 
	position: absolute;
	left: 0px;
	top: 5px;
	width: 100%;
	height: 65px;
	padding-bottom: 10px;
	border-bottom: 5px solid #333333;
	clear: both;
	z-index:0;
}


.header h1 {
	font-size: 35pt;
	font-weight: normal;
	font-variant:small-caps;
	float: left;
	z-index:2;
}

.contact {
	float:right;
	text-align:right;
	font-size: small;
}

.subhead { 
	clear:both;
	font-size: small;
	font-weight: normal;
	font-variant:small-caps; 
	position:absolute;
	left:0px;
	top: 85px;

}

.menu {
	clear: left;
	float:left;
	position: absolute;
	top:150px;
	margin-top: 10px;
	left: 5%;
	width:175px;
	height: 600px;
	border-right: 2px solid #CCCCCC;

}

.content {
	float: right;
	position:absolute;
	top: 155px;
	left: 300px;
	width:530px;
	height:450px;
	background-image:url(images/build_screen.jpg);
}

.video {
	float: left;
	position:absolute;
	top: 155px;
	left: 80px;
	width:800px;
	height:600px;
	overflow:auto;
}

.detail {
	position:relative;
	background-color:#FFFFFF;
	width: 100%;
	height:96%;
	padding:10px;
	overflow:auto;
	opacity: .9;
	filter: alpha(opacity=90);
}

.detail img {
	clear: both;
	position:relative;
	top: 5px;
	left:12%;
	padding:5px;
	margin: 10px;
	width:360px;
	height:240px;
	border: 2px solid #333333;
}

.title { 
	position: relative;
	float:left;
}

.title h2 {
	font-variant:small-caps; 
}

.links {
	position:relative;
	float:right;
	text-align:right;
	font-size: small;

}

.image {
	clear: both;
}
