@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #030303;
	font-family: Corbel, Arial, sans-serif;
	color: #FFFFFF;
}
* {
	margin: 0px;
	padding: 0px;
}

#headerwrapper {
	height: 90px;
	width: 100%;
}
#header {
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	height: 90px;
	width: 149px;
	float: left;
}
#nav {
	height: 90px;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-top: 50px;
	padding: 0px;
	margin-left: 30px;
}
#nav li {
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	text-transform: uppercase;
	width: 75px;
}
#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover, .current {
	color: #68E225;
}
#nav #shop  {
	margin-left: 110px;
}
#middlewrapper {
	width: 100%;
	height: 500px;
}
#middle {
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	height: 484px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	padding-bottom: 15px;
}
#leftpanel {
	float: left;
	width: 750px;
	text-align: justify;
}


#footerwrapper {
	height: 60px;
	width: 100%;
}
#footer {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	height: 52px;
	text-align: right;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: none;
	overflow: scroll; /*leave this value alone*/
	width: 993px; /*Width of Carousel Viewer itself*/
	height: 500px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 937px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 35px;
}
#boxcontainer {
	margin: 0px;
	padding: 0px;
}
#smallboxcontainer {
	float: left;
	width: 250px;
}
