﻿/*--- CSS Reset ---*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, 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;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 22px;
}
ul {
   list-style: none;
}
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: "" "";
}

.left {float:left}
.right {float:right;margin-right:0!important;}
	
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--- Common ---*/

body {
	font-family:Arial, Verdana, sans-serif;
	color:#000000;
	background:#fff url(../img/nav-bg.png) top left repeat-x;
}

h1 {font-size:50px;letter-spacing:-10px}

h2 {
	width:700px;
	font-size:50px;
	line-height:58px;
	letter-spacing:-1px;
	margin:120px 0 0 0;
	text-indent:-15px;
}
#header small {
	font-size:13px;
}
#header small.trusted {
	position:relative;
	top:-.3em;
}

h3 {
	float:left;
	margin:0 0 30px 0;
	font-family:Times, Georgia, Serif;
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	width:80%;
}

h3 span {
	color:#ccc;
	font-family:Tahoma, Times, Georgia, Serif;
	font-size:13px;
	line-height:30px;
}

h4 {float:left;margin:0 0 20px 0;font-size:20px;}

p {font-size:16px;line-height:24px;margin-bottom:24px;float:left;}

em {font-style:italic;border-bottom:1px dashed;}
strong {font-weight:bold;color:#ccc;text-transform:lowercase;}

a {color:#2E5AB8;border-bottom:1px solid;}
a:hover {color:black; text-decoration:none;}

.by {color:#666;}
.y {color:#aaa;}
.w {color:white;}
.r {color:red;}
.g {color:#339900;}
.o {color:#ff9000;}
.b { color:#c7d6e8; }
._b { color:#c7d6e8; }
._o {font-size:80px;}
._s {font-size:7.5pt;}
._f {font:normal 8pt tahoma;}

.number {
	float:right;
	color:#999;
	font-family:Tahoma, Times, Georgia, Serif;
	font-size:13px;
	line-height:30px;
}


/*--- Layout ---*/

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


/*--- Nav ---*/

#nav {
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
	font-size:20px;
	position:relative;
	letter-spacing:-1px;
	z-index:50;
}

#nav li {float:left;margin:0 72px 0 0;}
#nav li a {text-decoration:none;padding:3px 10px;border:none;}
#nav li a {padding-left:0; color:#999;}
#nav li#first a {padding-left:0; color:#999;}
#nav li a:hover {color:#aaa;}
	

/*--- Header ---*/

#header {height:245px}
#logo {float:left;margin:65px 0 0 0}


/*--- Content ---*/

#content {
	position:relative;
}

.box {
	float:left;
	width:100%;
	margin:45px 30px 0 0;
	padding:10px 0 0 0;
}

#bInsid { background-image:none; }
#h3Insid { border-bottom:1px solid #eee; padding:0 0 .5em 0}

.small {width:330px; padding:2em 10em 5em 5em;}
.big {width:630px;}


/*--- RELATIVE ---*/
#relative { display:block; color:#aaa; }
#relative a { color:#aaa; text-decoration:none; border:none;}
#relative a:hover { color:#000; }

/*--- DATA ---*/

#info { margin:0 0 1em 0; width:55em; text-align:center; }
#almost { font:bold 40px Arial; padding:0; text-align:center; }

/*--- ITEM ---*/

.item { margin:1em 0 0 0; width:40em; text-align:center; }
.item h5 { margin:0; padding:0; font:bold 9pt Arial, Times New Roman; display:block; clear:both; color:#666; text-align:left; }
.item iframe { margin:0; padding:0; width:40em; height:40em; border:5px solid #eee; }

/*--- FORM ---*/
form input {font:bold 12pt Arial; padding:1em; color:#000;}
form input.txt {font:bold 30px Arial; padding:.5em; background:#eee;}


/*--- Ads ---*/

#adBLK { position:relative; }
#sp { font:bold 11pt Tahoma; color:#eee; position:relative; top:2.1em;}
#ad { margin:1.5em 0 0 0; padding:1.5em; border-top:1px solid #eee; width:336px; }


/*--- Network ---*/

#network { margin:0 0 1.5em 0; padding:1em 0 0 0; font:normal 7pt tahoma; color:#ccc; line-height:22px; border-top:1px solid #f5f5f5; }
#network a { font:normal 9pt tahoma; color:#ccc; }
#network a:hover{color:#ddd;}


/*--- Footer ---*/

#footer {
	padding:2em 2em 2em 1em;
	margin:0 4em 2em 4em;
	border-top:1px solid #f5f5f5;
	font:normal 9pt tahoma;
	color:#ccc;
}