/*
	Default Styles
*/

* { margin: 0; padding: 0; outline: 0; }

body {
	font: 12px/18px Arial,sans-serif;
	color: #fff;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #000000;
}
.hidden { display: none; }
.container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
p {
	font-size: 14px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a,h2, h3{
	font-family: Georgia, Times, serif;
	color: #FFC500;
	line-height: 20px;
}
h1 {
	font-size: 24px;
	text-align: center;
	line-height: 36px;
	color: #FFC500;
	font-weight: bolder;
}
h2 {
	font-size: 24px;
	line-height: 24px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	font-family: "Andale Mono";
}
img {
	margin-left: 10px;
	margin-bottom: -5px;
	margin-right: 5px;
}


/*
	Header
*/

#header {
	height: 88px;
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(images/snelogo_banner.png);
}
#navigation {
	display: inline;
	width: 800px;
	clear: both;
	float: left;
	margin-top: 30px;
	margin-left: 150px;
}
#navigation ul { list-style: none outside; }
#navigation li {
	float: left;
	display: inline;
	background: none;
	margin-right: 3px;
}

#navigation li a, 
#navigation li a span {
	float: left;
	display: inline;
	text-transform: none;
	padding-left: 10px;
	text-decoration: none;
	color: #FFC500;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-family: "Lucida Sans", Lucida, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
}
#video/*
	Features
*/

 { position: relative; margin-top: -15px;  }

#frame {
	height: 350px;
	width: 600px;
	padding: 8px;
	background: url(images/features-frame.png) no-repeat 0 0;
	margin: 0 auto;
} 
#frame_testimonial {
	height: 260px;
	width: 400px;
	padding: 8px;
	background-image: url(images/features-frame%202.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*
	Content
*/

#content {
	border-bottom: 1px dashed #333;
}
.container .col-center li {
	font-size: 20px;
	font-weight: bold;
	list-style-image: url(images/list-bg.gif);
	margin-left: 100px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content ul li a { color: #6b7ead; line-height: 12px; }
#content ul { list-style: none outside; padding: 10px 0 35px 0; }

#content ul li {
	display: block;
	padding-left: 7px;
	line-height: 12px;
	padding-bottom: 10px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.col-center {
	background-image: url(images/bg.png);
	padding: 30px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

.col-left {
	float: left;
	display: inline;
	width: 440px;
	border-right: 1px dashed #333;
	padding: 20px 20px 5px 0;
	background-image: url(images/optin-bg.png);
}
.col-right {
	float: right;
	display: inline;
	width: 435px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0;
}

.contact { padding-top: 15px; }
.contact label { display: block; margin-bottom: 5px; padding-left: 3px; }

.contact .field {
	width: 340px;
	border: 0;
	background: url(images/contact-field.gif) no-repeat 0 0;
	padding: 7px 5px 6px;
	color: #fff;
	margin-bottom: 15px;
}

.contact .btn {
	cursor: pointer;
	display: block;
	height: 50px;
	width: 300px;
	color: #990000;
	border: 0;
	font-weight: bolder;
	margin-top: 10px;
	margin-right: 32px;
	margin-bottom: 0;
	margin-left: 50px;
	background-image: url(images/contact-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
