@import url(http://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900);

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background: url(../images/topbody.png) repeat-x top center,
	 					   url(../images/bottombody.png) repeat-x bottom center,
							url(../images/pattern.png) repeat top center,
							#30578E ; 
}

/* Formatting */

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

li {
margin-left: 9px;
}

p {
	line-height: 20px;
	padding: 10px 0;
	font-weight: 300;
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	padding: 8px 0;
}

ul, ol {
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Container */

#wrapper{
	margin:0 auto;
	padding:0;
	width:808px;
	text-align:left;
}

#wrapper-left{
        margin:0 auto;
	padding:0;
	width:960px;
	text-align:left;
}



#header{
	margin:0;
	padding:0;
	height:140px;
	background:url(../images/header.png) no-repeat;
}

#copy{
	margin:0;
	padding:20px;
	text-align:left;
	line-height:20px;
	background: url(../images/copy-top.png) no-repeat top center,
							url(../images/copy-bottom.png) no-repeat bottom center,
							#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
	-moz-box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
	box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
}

#copy-left {
    width: 640px;
	margin:0;
	padding:10px;
	text-align:left;
	line-height:20px;
	background: url(../images/copy-top.png) no-repeat top center,
							url(../images/copy-bottom.png) no-repeat bottom center,
							#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
	-moz-box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
	box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
}

#sidebar {
	background:none;
    width: 280px;
    float: right;
	margin:0;
	margin-left: 0px;
	padding:0 0px;
	text-align:left;
	font-size:13px;
	line-height:20px;
}

#optin {
	background: #ccc;
	padding: 20px 7px;
	margin-top: 185px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
	-moz-box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
	box-shadow: 0px 0px 3px 4px rgba(37, 65, 107, 0.6);
}

#sidebar p {
	line-height: 1px;
	font-size: 14px;
}

#sidebar h6 {
	font-weight: 300;
	font-size: 13px;
}

#sidebar table {
	margin-top: 20px;
}

#sidebar td {
height: 43px;
}


#sidebar input[type=text]{
	width: 250px;
	height: 25px;
	padding: 5px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar input[type=email]{
	width: 250px;
	height: 25px;
	padding: 5px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar input[type=submit] {
width: 240px;
height: 103px;
	background: #f5f5f5 url('../images/order.png') no-repeat center;
	border: none;
}

.arrow-top {
	position: absolute;
	top: 0;
}

/* Logo */

#logo {
	margin:auto;
	text-align:center;
	color:#fff;
}

#logo h5  {
	text-align:center;
	margin-top:20px;
	padding:0;
	font-size:70px;
	color:#fff;
	font-weight:800;
	text-shadow: 0px 0px 20px #4479C6;
	filter: dropshadow(color=#4479C6, offx=0, offy=0); 
	font-family: 'Exo', sans-serif;
}

#logo h6 {
	text-align:center;
	margin:0;
	padding:0;
	font-size:22px;
	color:#fff;
	font-weight:100;
	text-shadow: 0px 0px 5px #4479C6;
	filter: dropshadow(color=#4479C6, offx=0, offy=0); 
	
}

/* Copy */
#copy h1{
	font-size:44px;
	text-align:center;
	line-height:45px;
	font-weight:500;
	color:#4479C6;
	
}

#copy h2{
	font-size:24px;
	text-align:center;
	line-height:30px;
	font-weight:400;
	color:#555555;
}

#copy-left h1{
	font-size:44px;
	text-align:center;
	line-height:45px;
	font-weight:500;
	color:#4479C6;
	
}

#copy-left h2{
	font-size:24px;
	text-align:center;
	line-height:30px;
	font-weight:400;
	color:#555555;
}

/* Footer Info */

#footer{
	margin:0;
	padding:0;
	width:759px;
	height:25px;
}

#info{
	width:707px;
	margin:20px auto;
	padding:10px 0;
	text-align:center;
	color:#FFF;
	font-weight: 200;
	font-size:13px;
}

#info a{
	color:#FFF;
}