* { margin: 0; padding: 0; }
body { font: 14px/1.4 Arial, serif;
	}
	
.group {
	display: inline-block;
	clear: both;
}

* html .group {
	height: 1%;
}

.group {
	display:block;
}

article, aside, figure, footer, header, nav, section { display:block; }


html {
	background-color:#000;
	background-image:url(../images/bg3.png);
	background-repeat:repeat;
}
#page-wrap {
	width: 900px;
	margin: 10px auto 10px;
	background-color: black;
	height:670px;
	-webkit-box-shadow:  0 0 5px 5px #000;
	box-shadow:  0 0 5px 5px #000;
	-moz-box-shadow:  0 0 5px 5px #000;
	
	
	
    	
	
}

header {
	float:left;
	margin: 10px auto 0px;
	height: 218px;
	background: url(../images/logo2.jpg) repeat-x;
	width:900px;
	
}

#images {
	background-image:url(../images/images.gif);
	margin: 20px 80px 0px 40px;
	width:200px;
	height:168px;
	overflow:hidden;
	border: solid #333 5px;
	float:left;
}

#logo {
	margin-left: 30px;
	background-image:url(../images/logo.gif);
	width:300px;
	height:219px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	margin-top:0px;
}

nav {
	width: 180px;
	float:left;
    margin: 50px auto 0px;
    height:auto;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000;
}

nav ul{
	list-style:none;

}

nav ul li a {
	display:block;
	color: #ccc;
	font-size:12px;
	text-decoration:none;
	position:relative;
	line-height: 3;
	text-align: center;
    
}

nav ul li a:hover {
	color:red;
	background-color:#666;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 0px 5px;
	
	
}
	

#SlidingPanels1 {
	height:60px;
	width: 900px;
    float:left;
	background-color:black;
	overflow:hidden;
	border-top:solid 1px #333;
}


#main-content{
	color: #ccc;
	margin: 0px auto;
	font: normal 1em Arial, sans-serif;
	background-color:black;
	width: 900px;
	height: auto;
	float:left;
	border-top: 1px solid #333;
	
	
}


h1 {
	font-size: 16px;
	margin: 10px 0px;

}

.steps{
	
	color: red;
	font-size: 16px;
	display:block;
	margin:10px 0px;
	
}

#left{
	height:auto;
	width: 400px;
	float:left;
	margin: 20px 0px 20px 40px;
	

	
}

#button{
	background-image:url(../images/trybutton.gif);
	display:block;
	width: 290px;
	height: 40px;
	
}

.footnote{
	font-size:9px;
	width:290px;
	margin:5px 0px 20px;
	
}

#right{
	height: auto;
	float:right;
	margin: 30px 50px auto 0px;
	background:url(../images/inforight.png) no-repeat;
	text-indent:-9999px;
	width:410px;
	height:220px;
	-webkit-box-reflect: below 0 
	-webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.3)), color-stop(.3, transparent), to(transparent));
}

footer{
	width: 900px;
	margin: 0px;
	color:black;
	background-color: #999;
	font-size: 11.5px;
	padding: 10px 0px 10px 0px;
	border-top: solid #fff 1px;
	float:left;
}

footer p{
	margin: 0px 10px;
	text-align:center;
}




#p1 {
	background-image:url(../images/banner_1.png);
	background-repeat:no-repeat;
}
#p2 {
	background-image:url(../images/banner_2.png);
	background-repeat:no-repeat;
}
#p3 {
	background-image:url(../images/banner_3.png);
	background-repeat:no-repeat;
}
#p4 {
	background-image:url(../images/banner_4.png);
	background-repeat:no-repeat;
}
#p5 {
	background-image:url(../images/banner_5.png);
	background-repeat:no-repeat;
}
#p6 {
	background-image:url(../images/banner_6.png);
	background-repeat:no-repeat;
}
#p7 {
	background-image:url(../images/banner_7.png);
	background-repeat:no-repeat;
}

#p8 {
	background-image:url(../images/banner_8.png);
	background-repeat:no-repeat;
}
#p9 {
	background-image:url(../images/banner_9.png);
	background-repeat:no-repeat;
}

#textarea {
	height: 40px;
	width: 200px;
	display:block;
	background-color:#ccc;
	font-size:30px;
	color:#000;
	font-weight:bolder;
}

#step1 {
	height:30px;
	width:132px;
	background-image:url(../images/step1.png);
	background-repeat:no-repeat;
}

#step2 {
	height:30px;
	width:132px;
	background-image:url(../images/step2.png);
	background-repeat:no-repeat;
	margin: 10px 0px;
}
