body{
	/*background:url("../media/bottom_bg.jpg") repeat;*/
}

body.centered h2,
body.centered h3{
	text-align:center;
}

body.topMargin #content{
	margin-top:100px;
}

body.bigEmptyPage #section{
	min-height:550px;
	height:auto !important;
	height:550px;
}

#section{
	height:auto !important;
	min-height:450px;
	padding:40px 0;
	position:relative;
	text-shadow:1px 1px 0 #F0F0F0;
}

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

/* Narrow version */

#content.narrow{
	width:760px;
}

.narrow h2{
	margin:20px 0 60px;
}

.narrow pre{
	background-color: #333333;
	border-color: #222222;
	text-shadow:1px 1px 0 #000;
}

blockquote.introMessage{
	padding: 15px 30px;
}

p.lead{
	color: #999;
	margin: -20px 0 20px;
	line-height:1;
	font-style:italic;
}

h2{
	margin-bottom:35px;
}



h3{
	font-size:32px;
	font-weight:normal;
	line-height:1.5;
	margin:25px 0;
}

h4{
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 25px;
}

p{
	/*font-size:15px;*/
	line-height:1.5;
	margin:10px 0;
}

pre{
	background-color:#222222;
	border-color:#133446;
	border-style:solid;
	border-width:1px 0;
	color:#EEEEEE;
	font-family:"Courier New",Courier,monospace;
	margin:25px 0;
	padding:10px;
	text-shadow:none;
}

table{
	background-color:#F2F2F2;
	border:1px solid #FFFFFF;
	caption-side:bottom;
	margin:25px 0;
	outline:1px solid #DDDDDD;
}

caption{
	padding:10px;
	font-style:italic;
}

tr:nth-child(odd){
	background-color:#E5E5E5;
}

td,th{
	padding:10px 16px;
}

th{
	text-align:left;
}

td{
	line-height: 1.3;
}

a.illustration{
	margin:25px auto;
	display:block;
	width:790px;
}

a img{
	border:1px solid #133446;
}

#footer{
	/*background:url("../media/bottom_bg.jpg") repeat;
	border-top:1px solid #133446;*/
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	width:960px;
}

p#pleaseWait{
	background:url("../media/preloader_2.gif") no-repeat 230px center;
	margin:50px auto;
	width:250px;
}

a.downloadNow{
	background:url("../media/download.png") no-repeat 0 0;

	/*
	float:left;
	margin:30px 0 0 20px;
	*/
	
	display:block;
	margin:50px auto;
	
	height:62px;
	text-indent:-9999px;
	text-transform:uppercase;
	width:180px;
	border:none;
	cursor:pointer;
	
	/*
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	
	-moz-box-shadow:2px 2px 4px black;
	-webkit-box-shadow:2px 2px 4px black;
	box-shadow:2px 2px 4px black;
	*/
}

a.downloadNow:hover{
	background-position:left -62px;
}


#contactForm{
	margin:50px auto 100px;
	width:600px;
}

.formRow{
	padding:5px;
	position:relative;
}

.formRow input.smallBlueButton{
	position:relative;
	left:100px;
	border:1px solid #067DA8 !important;
}

.formRow input.smallBlueButton:hover{
	border:1px solid #0692c5 !important;
}

label{
	display:block;
	float:left;
	line-height:30px;
	width:100px;
}

.error{
	color:#F30;
}

#contactForm .error{
	text-align:center;
}

.errorTip{
	background-color:#970F08;
	color:white;
	font-size:12px;
	margin-left:20px;
	padding:5px 0 5px 10px;
	position:absolute;
	right:-160px;
	text-shadow:1px 1px 0 #555555;
	top:0;
	width:180px;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

h3.gray{
	color:#aaa;
	font-size:16px;
	padding-top:20px;
}
