@charset "utf-8";
/* CSS Document */
body, html{
	margin: 0;
	height: 100%;
	background: black url(/images/fire-bg.jpg) center top no-repeat;
	background-attachment: scroll;
}

/*--------------------------------------------------------------------------------Platform*/
.platform{
	width: 700px !important;
	background: black;
	position: relative;
	margin: 0px auto;
}

/*--------------------------------------------------------------------------------Header*/
.header{
	height: 100px;
}
	.navigation{
		height: 50px;
		background: url(/images/navigation-bg.gif) top center repeat-x;
		text-align: center;
		vertical-align: middle;
	}
/*--------------------------------------------------------------------------------featured*/
.featured{
	width: 648px; /*660*/
	height: 268px; /*280*/
	margin: 0 20px 50px 20px;
	border: 1px solid #4e3f02;
	padding: 5px;
}

/*--------------------------------------------------------------------------------Body*/
.bodyContainer{
	color: #9f9f9f;
	font: 12px Arial;
	line-height: 1.3em;
	text-align: justify;
}
	.bodyWraper{
		width: 700px;
	}
		.bodyPanel{
			width: 375px;
			padding: 0 20px 30px 30px;
			vertical-align: top;
		}
		.sidePanel{
			width: 225px;
			border-left: 1px solid #4e3f02;
			padding: 0 30px 30px 20px;
			vertical-align: top;
			display: block;
		}

/*--------------------------------------------------------------------------------Footer*/
.footer{
	height: 150px;
	padding: 25px 0 0 0;
	color: #9f9f9f;
	font: 11px Arial;
	line-height: 1.1em;
	text-align: center;
	position: relative;
	border-top: 1px solid #4e3f02; /*dark gold*/
	display: block;
}
	.dices{
		position: absolute;
		width: 238px;
		height: 207px;
		top: -80px;
		left: -90px;
	}

/*--------------------------------------------------------------------------------Links*/
.textBig{
	font: 26px trebuchet ms;
	color: #eed14f; /*gold*/
	letter-spacing: -1px;
	line-height: 1.1em;
}
.textMed{
	font: bold 13px Arial;
	color: #eed14f; /*gold*/
	line-height: 1.1em;
}
/*--------------------------------------------------------------------------------Links*/
a:link, a:visited{
	color: #9f9f9f;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #eed14f; /*gold*/
}
/*-----testimonials-------*/

#testimonials a img{
	border: 3px solid #eed14f;
	margin-bottom: 25px;
}
#testimonials a:hover img{
	border: 3px solid #999999;
}
/*--------------------------------------------------------------------------------Form*/
form{
	margin: 0px;
	padding: 0px;
}
.input1, .input2, .textArea{
	width: 203px;
	margin: 3px 0 10px 0px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.input2{
	width: 350px;
}
.textArea{
	width: 350px;
}
.Send{
	padding: 6px 40px;
	color: #CCC;
	background: #333;
	border: none;
	font: italic bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	.Send:hover{
		background: #C90;
		color: #000;
		cursor: pointer;
	}