body {
	margin: 40px 0 0;
	background-color: #0f132e;
	font: 10px/12px Tahoma, Verdana;
	color: #FFF;
}

.container {
	width: 963px;
	height: 600px;
	margin: 0 auto;
	background: url(../img/back-container.jpg) no-repeat;
}

.header {
	width: 963px;
	height: 97px;
	text-align: right;
}

.box {
	margin: 0;
}

.KOTW {
	width: 190px;
	height: 459px;
	background: url(../img/back-KOTW.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back-KOTW.png', sizingMethod='scale');
	float: left;
}

.KOTWelem {
	width: 190px;
	margin: 0;
	float: left;
}

.KOTWtext {
	width: 160px;
	height: 124px;
	margin: 0;
	padding: 10px 15px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	background: url(../img/back-KOTWkey.png) no-repeat;
}



.TOP5 {
	width: 190px;
	height: 459px;
	background: url(../img/back-TOP5.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back-TOP5.png', sizingMethod='crop');
	float: left;
	display: inline;
}

.TOP5text {
	width: 160px;
	height: 125px;
	margin: 0;
	padding: 15px 10px 0 15px;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: normal;
	font-style: normal;
	background: url(../img/back-TOP5txt.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back-TOP5txt.png', sizingMethod='scale');
}

.TOP5rules {
	padding: 0px 15px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #d3d3d3;
}


.TOP5keys {
	font-size: 1.4em;
	padding-left: 15px;
}

.yellow {
	color: #eabc31;
	margin-right: 3px;
}

.line {
	width: 183px;
	height: 1px;
	background-color: #FFF;
	margin: 13px 0 13px 7px;
	overflow: hidden;
}


.content {
	width: 583px;
	_width: 582px;
	_overflow: hidden;
	height: 459px;
	float: left;
}

.footer {
	width: 963px;
	height: 46px;
}

.clear {
	clear: both;
}


.imguser {
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	float: right;
}


.txtint {
	margin-top: 95px;
	margin-left: 20px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
}


h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}


.link {
	color: #ffa300;
	text-decoration: none;
}


.KOFiframe { 
	padding-bottom: 15px;
}

.KOFiframe dd
{
	width: 390px;
	_width: 387px;
}

.KOFiframe dt,
.KOFiframe dd {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	
	border-bottom: 1px dotted #4F64C9;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 38px;
}

.KOFiframe dt
{
	color: #eabc31;
	font-weight: bold;
	width: 130px;
}





/* Testimonials */

.imgtest img {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!
}
a.imgtest img {
	border: 1px solid #fff;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!
	width: 40px;
	height: 40px;
}
a.imgtest img:hover {
	border: 1px solid #ffa300;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);					// second!
}


ul.testimonialtable {
	width: 540px;
	height: 65px;
	margin: 0;
	padding: 0;
}
ul.testimonialtable li {
	width: 104px;
	float: left;
	display: inline-block;
	list-style-type: none;
	margin: 2px;
	font-size: .8em;
	line-height: 1.5em;
	height: inherit;
	border: 0 none;
	padding: 0;

}


hr.testline {
	color: #eabc31;
	margin-top: 3px;
	margin-bottom: 3px;
}









