/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=BenchNine);

/*reset*/
*:not(input) {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.7;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none;
  color: #3366cc;
}
br, hr {
  clear: both;
  float: none;
}

strong {
	color: #000000;
}

/*layout*/
body {
	background: url(images/body-bg.gif) top repeat-x;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
}

h1.header {
	font-size: 35px;
	color: #ffffff;
	text-align: center;
	line-height: 72px;
	padding-top:80px;
	padding-bottom:5px;
	font-weight:200;
}

#header{
	width:100%;
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
	border-bottom:1px solid #ccc;
}

#logo {
	height: 55px;
	background: #ffffff;
	padding: 10px;
	border-top: 0px;
	border:0px;
	width:910px;
	margin:0px auto;
}

#logo img{
	margin-top:5px;
}

#content {
	border: 1px solid #ccc;
	background: #ffffff;
	padding: 20px;
	width:870px;height: 731px;
}


.col1 {
	width: 500px;
	float: left;
}

h3 {
	font-size: 21px;
}

li {
	padding-left: 30px;
	margin: 10px;
	background: url(images/check.png) left no-repeat;
	text-align: left;
}

.video-holder {
	width: 500px;
}

.col2 {
	width: 350px;
	padding: 0px;
	float: left;
	padding-left:20px;
}

#content h3, #content h2, #content p, #content #form, #content ul {
	padding: 10px;
}

#content h2{
	line-height:30px;
}

h3 {
	font-family: 'BenchNine', sans-serif;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
}

input[type=text] {
	padding: 10px;
	margin-bottom: 10px;
	width: 285px;
	border: 1px solid #999999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

input[type=image]:hover {
	position:relative;
	top:1px;
}

h3 {
	font-size: 24px;
	padding: 15px;
}

h3 img{
	padding-top:5px;
	float:left;
}

h2 {
	font-size: 25px;
	color: #000000;
}

.video-holder{
	margin-bottom:10px;
}

.box-shadow {
	box-shadow: 0px 0px 10px #999;
}

.pad {
	padding: 10px;
}

#footer {
	padding: 10px;
	text-align: center;
	color: #999999;
}

/*thank you*/
.ty {
	width: 700px;
	text-align: center;
	margin: auto;
}

.ty ul {
	width: 450px;
	margin: auto;
}