/* Typography */

@font-face { font-family: Lobster; src: url('lobster.otf'); }
@font-face { font-family: PTSans; src: url('sans.ttf'); }

a {
	color: #bf370a;
	}
	
a:hover {
	color: #3e5eb8;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	}
	

#splash h1 {
	text-align: center;
	font-family: 'Lobster', helvetica, arial, sans-serif;
	font-size: 48px;
	color: #bf370a;
	text-shadow: 0 1px 0 #FFF;
	}
	
#splash p {
	margin-top: 20px;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'PTSans', helvetica, arial, sans-serif;
	font-size: 18px;
	color: #4f4f47;
	text-shadow: 0 1px 0 #f2f2f2;
	line-height: 25px;
	}
	
#content h2, #content2 h2 {
	text-align: center;
	font-family: 'Lobster', helvetica, arial, sans-serif;
	font-size: 30px;
	color: #bf370a;
	text-shadow: 0 1px 0 #FFF;
	}
	
#content2 h2 {
	text-align: left;
	margin-top: 100px;
	}
	
#content p {
	margin-top: 10px;
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'PTSans', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #4f4f47;
	text-shadow: 0 1px 0 #FFF;
	line-height: 20px;
	}
	
#content2 p {
	margin-top: 10px;
	margin-right: 40px;
	text-align: left;
	font-family: 'PTSans', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #4f4f47;
	text-shadow: 0 1px 0 #FFF;
	line-height: 20px;
	}
	
#footer h3 {
	text-align: left;
	font-family: 'Lobster', helvetica, arial, sans-serif;
	font-size: 22px;
	color: #bf370a;
	text-shadow: 0 1px 0 #FFF;
	}
	
#footer p {
	margin-top: 10px;
	text-align: left;
	font-family: 'PTSans', helvetica, arial, sans-serif;
	font-size: 13px;
	color: #4f4f47;
	text-shadow: 0 1px 0 #FFF;
	line-height: 18px;
	}

/* End Typography */

/* Structure */

body {
	background-image: url(../images/woodgrain.png);
	background-repeat: repeat;
	}
	
#container {
	position:relative;
	top: 30px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: #d1d1cf solid 2px;
	background-color: #d1d1cf;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3); 
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3); 
	}
	
#space {
	min-height: 30px;
	}
	
#header {
	height: 220px;
	background-color: #66635a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a776c', endColorstr='#47453f');
	background: -webkit-gradient(linear, left top, left bottom, from(#7a776c), to(#47453f));
	background: -moz-linear-gradient(top,  #7a776c,  #47453f);
	border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
#header img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 18px;
	}
	
#header #lc {
	width: 585px;
	float: left;
	}
	
#header #lclc {
	width: 375px;
	float: left;
	}
	
#header #lcrc {
	width: 210px;
	float: right;
	}
	
#header #rc {
	width: 375px;
	float: right;
	}
	
#splash {
	height: 210px;
	background-color: #bcbbb7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0bfbb', endColorstr='#acaca8');
	background: -webkit-gradient(linear, left top, left bottom, from(#c0bfbb), to(#acaca8));
	background: -moz-linear-gradient(top,  #c0bfbb,  #acaca8);
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding-top: 30px;
	border-bottom: #999996 solid 1px;
	border-top: #FFF solid 1px;
	}
	
#content {
	overflow: hidden;
	border-bottom: #afafac solid 1px;
	}
	
#content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
	}
	
#content #lc {
	width: 640px;
	height: 420px;
	float: left;
	}
	
#content #lclc {
	width: 319px;
	height: 420px;
	float: left;
	border-right: #afafac solid 1px;
	}
	
#content #lcrc {
	width: 318px;
	height: 420px;
	float: right;
	border-left: #FFF solid 1px;
	border-right: #afafac solid 1px;
	}
	
#content #rc {
	width: 319px;
	height: 420px;
	float: right;
	border-left: #FFF solid 1px;
	}

#content2 {
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 20px;
	border-top: #fff solid 1px;
	}
	
#content2 img {
	float: left;
	margin-left: 50px;
	}
	
#content2 #lc {
	width: 640px;
	height: 420px;
	float: left;
	}
	
#content2 #rc {
	width: 319px;
	height: 420px;
	float: right;
	}
	
#footer {
	height: 80px;
	background-color: #bcbbb7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0bfbb', endColorstr='#acaca8');
	background: -webkit-gradient(linear, left top, left bottom, from(#c0bfbb), to(#acaca8));
	background: -moz-linear-gradient(top,  #c0bfbb,  #acaca8);
	border-bottom-left-radius: 7px;
	-moz-border-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius: 7px;
	padding: 40px 0 40px 0;
	border-top: #ababa8 solid 1px;
	}
	
#footer img {
	float: left;
	}

#footer #upgradetext {
	float: left;
	width: 670px;
	}
	
#curtainleft {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top-left-radius: 7px;
	-moz-border-radius: 7px;
	}
	
#curtainright {
	position: absolute;
	top: 0px;
	right: 0px;
	border-top-right-radius: 7px;
	-moz-border-radius: 7px;
	}
	
#btn_download {
	position: absolute;
	top: 60px;
	left: 48px;
	display: block;
	width: 316px;
	height: 103px;
	background-image: url(../images/btn_download.png);
	}
	
#btn_download:active {
	background-image: url(../images/btn_download_down.png);
	}
	
#btn_upgrade {
	position: absolute;
	top: 60px;
	right: 48px;
	display: block;
	width: 306px;
	height: 103px;
	background-image: url(../images/btn_upgrade.png);
	}
	
#btn_upgrade:active {
	background-image: url(../images/btn_upgrade_down.png);
	}
	
/* End Structure */