@font-face {
	font-family:CaptureIT;
	src: url(../fonts/CaptureIT.eot) /* EOT file for IE */
}
@font-face {
	font-family:CaptureIT;
	src: url(../fonts/CaptureIT.ttf) /* TTF file for CSS3 browsers */
}
@font-face {
	font-family:RobotoCondensed;
	src: url(../fonts/RobotoCondensed.eot) /* EOT file for IE */
}
@font-face {
	font-family:RobotoCondensed;
	src: url(../fonts/RobotoCondensed.ttf) /* TTF file for CSS3 browsers */
}

* {
	margin:0px;
	padding:0px;	
}

.clear {
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
	clear:both;
}

body {
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	margin-top:10px;
	color:#FFFFFF;
}

span {
	color:#ff0000;
}

.container {
	width:1000px;
	height:auto;
	margin:auto;	
}

.header {
	width:1000px;
	height:140px;
	clear:both;	
	font-family:CaptureIT;
	font-size:65px;
	line-height:67px;
	text-align:center;
}

.header > span {
	font-size:100px;
	line-height:105px;
}

.header span {
	vertical-align:middle;
}

.header p {
	font-size:27px;
	line-height:30px;	
}

.header p span {
	font-size:40px;
	line-height:43px;	
}

.top {
	background-image:url(../images/top.jpg);
	margin-top:20px;
	margin-bottom:15px;
	width:1000px;
	height:296px;
	clear:both;
}

.main {
	width:1000px;
	height:auto;
	margin:auto;	
}

h1 {
	clear:both;	
	font-family:CaptureIT;
	font-size:29px;
	font-weight:normal;
	line-height:33px;
	text-align:center;
	margin-bottom:10px;
}

h1 span {
	font-size:40px;
	line-height:43px;
	vertical-align:middle;
}

h2 {
	font-family:RobotoCondensed;
	font-size:33px;
	font-weight:normal;
	line-height:36px;
	text-align:center;
	background-image:url(../images/h2.png);
	height:54px;
	padding-top:14px;
}

h2 span {
	color:#ff7373;	
}

.left {
	float:left;
	width:675px;
	font-family:RobotoCondensed;
	margin-top:15px;
}

.left p {
	margin-bottom:20px;
	font-size:18px;
	line-height:23px;	
}

h3 {
	font-family:CaptureIT;
	font-size:19px;
	font-weight:normal;
	line-height:33px;
	text-align:center;
	margin-bottom:10px;
}

h3 span {
	font-size:40px;
	line-height:43px;
	display:block;
}

.addthis_toolbox {
	width:325px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;	
}

.addthis_toolbox .addthis_button_google_plusone {
	width:50px;	
	margin-left:5px;
}

.addthis_toolbox > span {
	float:left;
	margin-right:7px;	
}


.right {
	width:312px;
	float:right;
	margin-top:15px;	
	font-family:RobotoCondensed;
}

.right form, .right div {
	background-image:url(../images/right-form.png);
	text-align:center;
	padding-top:15px;
	border:solid 3px #5c5858;
	border-radius:30px;
	margin-bottom:15px;
}

.right form {
	width:302px;
	height:204px;	
}

.right div {
	width:302px;
	height:220px;	
}

.right h3, .right h3 span {
	font-size:23px;
	line-height:26px;	
	display:inline-block;
	margin-bottom:6px;
}

.right p em {
	display:block;
	color:#ff7373;
}


.footer {
	width:100%;
	height:108px;
	font-family:RobotoCondensed;
	background-image:url(../images/footer.png);
	background-position:center;	
	padding-top:60px;
	text-align:center;
	clear:both;
	margin-top:15px;
}

.footer p {
	margin-top:10px;	
}

.footer p, .footer a:link, .footer a:visited  {
	font-size:13px;
	color:#666666;
}

input[type="text"] {
	width:246px;
	height:24px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	margin:12px;
	border-radius:15px;
	margin-bottom:12px;
	border-style:solid;
	border-width:2px;
	border-color:#d4d2d2;
	font-size:11px;
	color:#666666;
	clear:both;
}

input[type="submit"], .right a span {
	background-color:#f70000;
	border-style:none;
	width:266px;
	height:24px;
	color:#FFFFFF;
	border-radius:15px;
	margin:12px;
	display:block;
}

.right a {
	text-decoration:none;	
}



input[type="text"].valid, textarea.valid  { border-color:#009900; }
input[type="text"].error, textarea.error  { border-color:#cc0000; }
