@charset "utf-8";
/* CSS Document */

/*************************BROWSER RESET*****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***************************END RESET******************************/

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
margin: 0px;
padding: 0px;
background-image: url(images/background.png);
background-repeat: repeat-x;
background-color: #fff;
}

div#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
}

div#header {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 474px;
background-color: transparent;
background-position: center;
position: relative;
}

div#navbar {
color: #fff;
font-size: 12px;
font-weight: bold;
text-align: right;
padding: 10px 10px 0 0;
}

div#navbar a {
color: #fff;
text-decoration: none;
padding: 0 0 0 20px;
}

div#navbar a:hover {
text-decoration: underline;	
}

div#header-text {
text-align: center;	
width: 540px;
float: right;
margin-top: 25px;
}

div#socialmedia {
margin-top: 380px;
margin-left: 35px;
width: 190px;
float: left;
}

div#eric {
margin-top: 375px;
width: 150px;
float: left;
color: #fff;
line-height: 1em;
}

div#book {
width: 390px;
float: right;
margin-top: 20px;
text-align: center;
color: #fff;
font-size: 18px;
line-height: 1.1em;
}

div#main-wrapper {
background-image: url(images/wrapper-bg.png);
padding: 0px;
}

div#main {
width: 940px;
margin: 0 auto;
min-height: 500px;
background-image: url(images/main-bg.png);
background-repeat: repeat-x;
background-color: #fff;
padding: 20px 20px 0px 20px;
}

div#content {
background-image: url(images/content-bg.png);
background-repeat: repeat-x;
background-color: #fff;
min-height: 600px;
padding: 20px;
}

div#sidebar-top {
width: 300px;
height: 420px;
float: right;
}

div#sidebar {
width: 248px;
height: 350px;
float: right;
clear: right;
background-color: #f89828;
background-image:url(images/signup-bg.png);
background-repeat: no-repeat;
color: #000;
font-size: 12px;
padding: 30px 20px 20px 20px;
margin: 0px 0px 0px 0px;
}

div#graybox {
background-image: url(images/graybox-bgg.png);
background-repeat: no-repeat;
height: 450px; 
background-position: bottom left;
margin-top: 0px;
width: 900px;
float: left;
margin-bottom: 0px;
}

.video {
padding-left: 0px;	
}

div.homepage-pad {
padding: 15px;	
}

.clear {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
margin-bottom: -1px;
}

div#footer {
background-image: url(images/footer-bg.png);
background-repeat: x-repeat;
padding: 40px 0 0px 20px;
background-color: transparent;
margin: 0 auto;
font-size: 11px;
height: 32px;
color: #000;
}

div#footer a {
color: #000;
text-decoration: none;
}

div#footer a:hover {
text-decoration: underline;	
}


/******************TEXTS**********************/

h1 {
color: #fff;
font-weight: normal;
font-size: 28px;
margin-top: -20px;
margin-bottom: 0px;
}

h2 {
color: #fff;
font-weight: normal;
font-size: 28px;
margin-top: -28px;
margin-bottom: 15px;
}

.mainhead {
font-size: 15px;
font-weight: bold;
}

.header-head {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 30px;
color: #050a41;
line-height: 1em;
margin-bottom: 20px;
}

.header-sub {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 36px;
color: #fff;
}

.book-head {
margin-top: 25px;
color: #f89828;
font-size: 19px;
}

.sidebar-white {
font-size: 20px;
color: #fff;
line-height: 1.2em;
text-align: center;
}

.mini {
font-size: 11px;
line-height: 1.2em;
}

.textInput {
border: 2px solid #161559;
background: #161559;
color: #fff;
font-size: 11px;
margin-top: 2px;
}
