*
{
	margin: 0;
	padding: 0;
}

*
body
{
	background-color:#fff;
	color: #444;
	font: .74em Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
}
h1
{
	float: left;
	font-size: 3em;
	font-weight: 400;
}
h1 a
{
	text-decoration: none;
}
h2
{
	color: #FFF2B3;
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 .8em;
}
h3
{
	border-bottom: 1px solid #eee;
	font-size: 1.5em;
	margin: 0 0 .8em;
}
ul { margin-left:25px; }
p
{
	line-height: 1.8em;
	
}

.space { margin-bottom:2em; }

em
{
	border-bottom: 1px dotted #fff;
}
a:hover
{
	color: #0072aa;
	text-decoration: none;
}
img
{
	border: 0;
}
.wrap
{
	margin: 0 auto;
	width: 900px;

}
#header
{
	height: 45px;
	margin: 0 auto;
	width: 900px;
}
#menu
{
	float: right;
	list-style: none;
	padding: 6px 0 0;
}
#menu li
{
	display: inline;
}
#menu a
{
	color: #000;
	display: block;
	float: left;
	font-size: 13px;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
}
#menu a:hover
{
	border-bottom: 2px solid #ccc;
	color: #000;
}
#menu .active a
{
	border-bottom: 2px solid #C70012;
	color: #9D2900;
}



////
#stepmenu
{
	float: right;
	list-style: none;
	margin: 0 55px 0 0;
	padding: 4px 0 0 11px;
	height:28px;
}
#stepmenu li
{
	display: inline;
}
#stepmenu a
{
	color: #000;
	display: block;
	float: left;
	font-size: 15px;
	margin-left: 30px;
	padding: 4px;
	text-decoration: none;
}
#stepmenu a:hover
{
	border-bottom: 2px solid #ccc;
	color: #000;
}
#stepmenu .active a
{
	border-bottom: 2px solid #C70012;
	color: #9D2900;
}




#teaser
{
	background-color: #070606;
	border-bottom: 1px solid #a0000e;
	height: 220px;
}
#logobg
{
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.box
{
	color: #C7E3EE;
	float: left;
	padding: 36px 0 0;
	width: 480px;
}
.demobox
{
	color: #CE3EEE;
	float: left;
	padding: 30px 0 0;
	width: 520px;
}
#image
{
	float: right;
	height: 220px;
	position: relative;
	width: 378px;
}
#image div
{
	position: relative;
}
#bar
{
	height: 40px;
	margin: 0 0 10px;
	padding: 8px 0 0;
}
.step
{
	color: #FAFDDD;
	cursor: pointer;
	float: left;
	font-size: 1.4em;
	height: 30px;
	margin: 0 35px 0 0;
	padding: 4px 0 0 11px;
	text-align: center;
}
.step a, .stepon a
{
	margin: 0 10px 0 0;
	color:#0072aa;
}
.col
{
	float:left;
	margin: 0 30px 16px 0;
	width: 276px;
}
.2col
{

	width: 552px;
	border:1px solid red;

}
.last
{
	float: right;
	margin: 0;
}
.info
{
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
	padding: 7px;
}
#footer
{
	/*background: url(../images/small_logotype.jpg) no-repeat right 13px;*/
	text-align:right;
	border-top: 1px solid #e0e0e0;
	clear: both;
	margin: 0 auto;
	padding: 15px;
	width: 900px;
}
#footer .right
{
	float: right;
	margin: 0 55px 0 0;
}
#footer a
{
	color: gray;
	font-weight: 700;
}
a,.red
{
	color: #9D2900;
}
#overlay
{
	background:url(../images/overlay.png) 0 0 no-repeat; 
	width:900px;
	height:375px;
	overflow:hidden;
 	color:#848484;

}

.list {
	background:url(../images/arrow.gif) no-repeat;
	padding-left:35px;
}

.alert {
	border:2px solid #FFD800;
	background-color:#FFFB8E;
	padding:10px;
	margin-bottom:20px;
	color:#9D2900;
}

.code {
	border:1px dotted #ccc;
	background-color:#eee;
	padding:10px;
	white-space:pre;
}
