

body {
	margin:15px 0;
	padding:0;
	text-align:center;
	min-width:600px;
	font-family:Arial, Helvetica, sans-serif;
	background:top center no-repeat url(../images/bgnd.gif);
}


#top, #banner #nav, #main, #footer {
	margin:0 auto;
	width:600px;
	text-align:left;
}


/* nav common */


#nav, #nav li {
	margin:0;
	padding:0;
	list-style:none;
}
#nav a {
	font-size:0.95em;
	font-weight:bold;
	text-decoration:none;
}


/* homepage */


#home {
	position:absolute;
	left:50%;
	top:50%;
	width:720px;
	height:420px;
	margin-left:-360px; /* half of width */
	margin-top:-210px;  /* half of height */
}
#home #nav {
	text-align:right;
	background:top right no-repeat url(../images/pro-built-logo.gif);
	padding:270px 0 0 0;
	width:120px;
	float:left;
}
#home #nav li {
	display:inline;
}
#home #nav a {
	color:#999999;
	display:block;
	padding:4px 0;
	font-size:1.05em;
}
#home #nav a:hover {
	color:#666666;
}
#slideshow, #prod_home {
	float:right;
	width:582px;
	height:420px;
	background:#000000;
}
#slideshow {
	position:relative;
	overflow:hidden;
}
#slideshow img {
	border:3px solid #666666;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#home #footer {
	margin:0;
	padding:0;
	text-align:right;
	width:auto;
}


/* main */


#top {
	margin-bottom:15px;
}


#banner {
	width:100%;
	height:175px;
	background:#000000 top center no-repeat;
}
#banner #nav {
	width:610px;
	padding:152px 0 0 0;
	text-align:right;
}
#banner #nav li {
	display:inline;
}
#banner #nav a {
	color:#999999;
	padding:0 8px 0 10px;
	border-left:1px solid #333333;
}
#banner #nav a:hover {
	color:#CCCCCC;
}
#banner #nav li.first a {
	border:none;
}


#main {
	font-size:0.8em;
	line-height:1.4em;
	color:#666666;
}
#main h1 {
	font-family:Impact, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#000000;
	font-weight:normal;
	padding:0;
	margin:30px 0;
}
#main p {
	margin-top:0;
}
#main strong {
	color:#333333;
}
#main .list strong {
	clear:left;
	float:left;
	display:block;
	width:80px;
}
#main a {
	color:#0066FF;
	text-decoration:none;
	padding:0 1px;
}
#main a:hover {
	background-color:#E5E5E5;
}
#main ul.files {
	list-style-image:url(../images/icon_pdf.gif);
}


.col2 {
	float:left;
	width:48%;
}
.col2.left {
	padding-right:4%;
}


#footer {
	clear:left;
	padding:30px 0 10px 0;
	text-align:center;
	font-size:0.8em;
}
#footer, #footer a {
	color:#ACACAC;
	text-decoration:none;
}


/* prod home */


#prod_home {
	background:bottom right no-repeat url(../images/prod-bgnd.gif);
	text-align:left;
}
#prod_home ul, #prod_home li {
	margin:0;
	padding:0;
	list-style:none;
}
#prod_home li {
	display:inline;
	float:left;
	display:block;
	width:144px;
	height:144px;
}
#prod_home li a {
	float:left;
	display:block;
	width:140px;
	height:18px;
	padding:128px 0 0 4px;
	background:#000000 top left no-repeat;
	text-decoration:none;
	color:#999999;
	font-size:0.75em;
}
#prod_home li.lower a {
	/*padding-top:126px;*/
}
#prod_home li a:hover {
	color:#FFFFFF;
}

#prod_home li.clear {clear:left;width:0;}
/* prod thumbs */


#thumbs, #thumbs li, #thumbs li a {
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}
#thumbs {
	float:right;
	width:220px;
}
#thumbs li {
	display:inline;
}
#thumbs li img {
	border:2px solid #666666;
	margin:0 0 3px 3px;
}
#thumbs li img:hover {
	border-color:#333333;
}


