@charset "UTF-8";
/* layout.css */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, textarea, button
{margin: 0; padding: 0; border: 0; outline: none;}

html, body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 30px;
    background-color: #f2f2f2;
    color: #666;
}

.header{
	background-color: #232323;
	border-bottom: #333;
	display: block;
}

.container{
	height: auto;
	margin: 0px auto;
	position: relative;
	width: 940px;
}

.intro{
	padding: 10px 0px 0px;
	position: relative;
	width: 940px
}

.intro-content{
	float: left;
}

.image{
	float: right;
}

.features{
	background-position: 50% 0%;
	background-repeat: no-repeat;
	float: left;
	height: auto;
	margin: 10px 0px 32px;
	position: relative;
	width: 940px;
	z-index: 5;
}

.description, .application, .specs{
	float: left;
	height: auto;
	padding: 0px 20px 0px 0px;
	position: relative;
	width: 293px;
}

.application{
	padding: padding: 0px 60px;
}

.features ul{
	height: auto;
	position: relative;
}

.features ul li{
	height: auto;
    position: relative;
	float: left;
	height: auto;
	position: relative;
}

ul{
	background-image:url(images/bullet.gif);
    background-repeat:no-repeat;
	list-style-type: none;
	display: block;
	list-style-type: disc;
}

.features h2{
	margin: 20px 0px 10px;
	text-align:center;
}

h2{
	font-weight: bold;
	font-size:24px;
}

.footer{
	background-color: #232323;
	border-top: #333;
	display: block;
	text-align: center;
}

a, a:active, a:link {
	text-decoration: none;
	color: #666;
}


.copyright-text{
	height: auto;
	margin: 0px auto;
	position: relative;
	width: 940px;
}

.clear{
	clear:both;
}