body {
	color: #565656;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}
#site {width: 960px; margin: 0 auto 0 auto; text-align: left;}
#contentWrapper {
	background-color: #fdfdfd;
	-moz-border-radius: 10px;
	border: 1px solid #e8e8e8;
}
#header {}
#tabs {float: right; margin-top: 10px;margin-right: 3%;}
#tabs .tab {height: 1px; text-transform: uppercase; margin: 0 0 0 40px; text-decoration: none; font-size: 11px; font-weight: bold; font-family: arial; color: #000;}
#tabs .tab:hover {color: #565656;}
#tabs .selected {border-bottom: 3px solid #82b737;}
#logo {margin: 20px 0 20px 3%;}
#content {
}
#contentHeader {
	background-color: #fdfdfd;
}

#siteMap {
	border-top: 1px solid #e8e8e8;
	background: #fdfdfd url(../pix/sitemap_bg.png) 0 0 repeat-x;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-bottom: 1px;
}
#siteMap a {color: #b0b0b0; text-decoration: none;}
#siteMap a:hover {color: #565656; text-decoration: none;}
#siteMap h3 {color: #909090; margin: 0;}
#siteMap p {color: #b0b0b0;}
#footer {margin: 10px 3% 30px 3%; text-align: left; color: #b0b0b0; font-size: 10px; clear: both;}
h2 {font-size: 20px; font-family: Arial, 'Trebuchet MS'; font-weight: normal;color: #82b737; margin-top: 0;}
h3 {font-size: 16px; font-family: Arial, 'Trebuchet MS'; font-weight: normal; color: #565656; margin-top: 10px; margin-bottom: 5px;}
a {color: #000;}
img {border: 0;}
:focus {outline: 0;}


.columns2 .column {float: left; width: 44%; *width: 42%; margin: 3%;}
.columns4 .column {float: left; width: 19%; *width: 18%; margin: 3%;}
#showcase {
	position: relative;
	background: #000 url(../pix/showcase_bg.png) 0 0 repeat-x;
	height: 400px;
	margin: -1px -1px 0 -1px;
	*margin: 0px 0px 0px 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	color: #fefefe;
}
.slide .screenshot {
	float: right;
	width: 500px; 
	margin: 0 10px 10px 20px;
	height: 380px;
}
.slide .description {
	padding-left: 40px;
	padding-top: 30px;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
}

.slide .description h2 {color: #fff; font-size: 36px;}
.slide .description a {color: #fff; text-decoration: underline;}
.slide {
	position: absolute;
	top: 10px;
	width: 960px;
	height: 390px;
	display: none;
}
.clear {clear: both;}
#prev, #next { position: absolute; display: none; cursor: pointer; }