div, li, ul, p, span, img, input, h1, h2, h3, h4, h5, h6, h7, form, input, a, label {
	border:medium none;
	margin:0;
	padding:0;
}
ul{
	list-style-type:none;
}
body {
	background-color: #000000;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#shell{
	margin:0 auto;
	padding-top:366px;
	position:relative;
	width:880px;
	background:url(img/bg.jpg) top center no-repeat;
}
#tagline{
	position:absolute;
	left:28px;
	top:150px;
	width:370px;
}
h1{
	color:#FFFFFF;
	font-size:22px;
	line-height:1.3em;
	font-weight:normal;
}
a {
	float:left;
	background:none;
	padding:1px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
li a:hover{
	background-color:#FFFFFF;
	color:#990000;
}
h2{
	color:#A50D2B;
	font-size:14px;
	font-weight:normal;
	line-height:1.3em;
}
p {
/*	background:url(img/icon.gif) no-repeat right center;*/
	margin:3px;
}

.red_arrows {
	margin-left: 6px;
}

#thumbs{
	background:url(img/thumb_bg.jpg) center top no-repeat;
	height:400px;
	list-style:none;
	padding:0 0 0 25px;
}
#thumbs li{
	float:left;
	margin-top:20px;
	/*margin:20px 0 0 10px;*/
	width:267px;
}
#thumbs .middle{
	margin-left:10px;
	margin-right:10px;
}
/* 1 */
#window1 img{
	position:absolute;
	top:160px;
	left:25px;;
}
/* 2 */
#window2 img{
	position:absolute;
	top:200px;
	left:205px;;
}
/* 3 */
#window3 ul{
	width:350px;
	margin:0 20px;
}
#window3 ul li{
	margin:15px 0 0 0;
}
#window3 ul #a{
	color:#B9253E;
}
#window3 ul #b{
	color:#FFF;
}
#window3 ul #c{
	color:#CAE754;
}
#window3 ul #d{
	color:#6A6663;
}
#window3 ul li h3{
	font-size:12px;
	font-weight:bold;
}
#window3 ul li p{
	font-size:12px;
	margin:0;
}
#window3 img{
	position:absolute;
	top:150px;
	right:10px;
}
/* 4 */
#window4 img{
	position:absolute;
	top:160px;
	left:140px;
}
/* 5 */
#window5{
	background:url(img/win/modelGraph.jpg) top center no-repeat #FFF;
}
#window5 ul li{
	width:210px;
}
#window5 ul li p{
	color:#999999;
}
#window5 ul #m1{
	position:absolute;
	top:357px;
	left:165px;
}
#window5 ul #m2{
	position:absolute;
	top:328px;
	left:399px;
}
#window5 ul #m3{
	position:absolute;
	top:365px;
	right:0;
}
#window5 ul li a{
	width:87px;
	height:21px;
	background:url(img/win/learnMore.jpg) top left no-repeat;
	text-indent:-5000px;
	margin:5px 20px 0 20px;
}
#window5 ul li a:hover{
	background:url(img/win/learnMore_over.jpg) top left no-repeat;
}
#window6{
	background:url(img/win/spec.jpg) top center no-repeat #FFF;
	
}

ul#pdf_links {
	margin: 420px 0px 0px 58px;
}

ul#pdf_links li a {
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 0px;
	background: url("img/win/pdficon.jpg") no-repeat;
	color: #B9253E;
	height: 30px;
	width: 280px;
}

ul#pdf_links li a:hover {
	color: #FFF;
}

.close{
	position:absolute;
	top:10px;
	right:10px;
	height:34px;
	width:34px;
	background:url(img/win/ex.png) top center no-repeat;
	text-indent:-5000px;
}
.close:hover{
	background:url(img/win/ex_over.png) top center no-repeat;
}

.window{
	position:absolute;
	top:100px;
	left:5px;
	z-index:10px;
	background:url(img/win/winBg.jpg) top center no-repeat #000;
	height:560px;
	width:866px;
	border:2px solid white;
	/*opacity:0;
	visibility:hidden;*/
}

.window_long {
	position:absolute;
	top:100px;
	left:5px;
	z-index:10px;
	height:580px;
	width:866px;
	border:2px solid white;
}

.window h2, .window_long h2 {
	margin:20px 20px 0 20px;
	font-size:32px;
	font-weight:bold;
	color:#FFFFFF;
}
.window p{
	margin:0 20px 0 20px;
	color:#CCCCCC;
	font-size:13px;
	background:none;
}
.previous{
	width:130px;
	height:34px;
	background:url(img/previous.jpg) left top no-repeat;
	position:absolute;
	bottom:7px;
	left:10px;
}
.previous:hover{
	background:url(img/previous_over.jpg) left top no-repeat;
}
.next{
	width:90px;
	height:34px;
	background:url(img/next.jpg) left top no-repeat;
	position:absolute;
	bottom:7px;
	right:10px;
}
.next:hover{
	background:url(img/next_over.jpg) left top no-repeat;
}
.buttons{
	background:#FFFFFF;
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
	width:866px;
}