@charset "utf-8";
/* CSS Document */

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,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	height:100%;
	margin:0;
	padding:0;
	background-color:#6d6e71;
	background-image:url(../img/bkg-page.gif);
	background-position:top;
	background-repeat:repeat-x;
}
ol, ul {
	list-style: bullet;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#C00000;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#333;
	line-height:46px;
}

.homeblockL {
	height:232px;
	width:267px;
	padding-left:18px;
	background-image:url(../img/home-block_draw-in.png);
	background-position:top;
	background-color:transparent;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	line-height:26px;
	padding-top:50px;
	margin-left:26px;
	display:inline;
	float:left;
}

.homeblockSignup {
	width:247px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	line-height:26px;
	text-align:center;
}

.homeblockR {
	height:232px;
	width:267px;
	padding-left:18px;
	background-image:url(../img/home-block_know.png);
	background-position:top;
	background-color:transparent;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	line-height:26px;
	padding-top:50px;
	margin-left:20px;
	display:inline;
	float:left;
}

.page {
	width:954px; 
	background-image:url(../img/bkg-body.png); 
	background-repeat:repeat-y; 
	background-color:transparent;  
	margin:0 auto; 
	padding:0px 15px 15px 15px;
}

.navbar {
	float:right; 
	margin-right:33px;
	margin-top:9px;
	width:399px;;
}

.login {
	height:36px;
	width:306px;
	background-image:url(../img/bkg-signin.png);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	top:0;
	margin-right:33px;
}

.login-input {
	width:113px;
	height:24px;
	padding:4px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	background:transparent url("../img/bkg-signin-input.png") no-repeat;
}

.login-pass {
	width:113px;
	height:24px;
	padding:4px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	background:transparent url("../img/bkg-signin-pass.png") no-repeat;
}

/*.login-pass:focus, .login-pass.focus, .login-email:focus, .login-email.focus {
	background:transparent url("../img/bkg-signin-input.png") no-repeat;
}*/

.login-email {
	width:113px;
	height:24px;
	padding:4px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	background:transparent url("../img/bkg-signin-email.png") no-repeat;
}

.signup-input {
	width:185px;
	height:28px;
	padding:4px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background:transparent url("../img/bkg-signup-input.png") no-repeat;
	margin-bottom:3px;
}

.maincontent {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}

.footer {
	margin-top:33px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#AAA;
	margin-bottom:auto;
}

a.footer { color:#AAA; }
a.footer:hover { color:#2966f1; }

a { color:#2966f1; }
a:hover { color:#2966f1; text-decoration:none; }

a.homelink { color:#000000; padding-right:30px; text-decoration:none; vertical-align:middle; line-height:25px; }
a.homelink:hover { color:#808764; }

a.navitem {	height:30px; padding:5px; border:0px; float:left; vertical-align:middle; color:#000000; text-decoration:none; margin-left:15px; }
a.navitem:hover { color:#808764; }

a.navitem_ov {	height:30px; padding:5px; float:left; vertical-align:middle; color:#808764; text-decoration:none; margin-left:15px; }

.divider { height:1px; background-color:#A9B483; width:100%; }