html, body {
	margin: 0;
	padding: 0;
	font: normal 14px/17px Helvetica, arial;
	color: #6b6b6b;
	text-align: center;
	background-color: #1b1b1b;
	height: 100%;
	text-shadow: #000000 0 0 0px; /* fix bold text in safari - older versions */
	-webkit-text-stroke:1px transparent; /* fix bold text in safari */
}
/* Prevent Mobile Safari from using the technique, as it handles text well, and doesn’t support transparency on text-stroke. */
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}


img {
	border: 0;
}
.wrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: #1b1b1b url(../../images/bg-top.jpg) no-repeat 0 0;
}
a {
	color: #4D6A80;
	text-decoration: underline;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:hover	{
	color: #4D6A80;
	text-decoration: none;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menu {
	margin-bottom: 8px;
}

.news-headlines {
	width: 275px;
	background: transparent url(../../images/bg-rightcol.gif) repeat-y right top;
	padding-bottom: 20px;
}
.news {
	background: transparent url(../../images/hr.gif) no-repeat 0 0;
	padding: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	color: #757575;
	width: 200px;
	margin: 0 auto 0 auto;
}
.news-headlines a {
	display: block;
	text-align: left;
	width: 200px;
	margin: 5px auto 0 auto;
}
.blue {
	color: #2d9bcb;
}
.bluebar {
	background: #055481 url(../../images/bg-vblue.gif) repeat-x 0 0;
	padding: 15px;
	color: #b0d1e1;
	margin: 10px 0 10px 0;
}
.vline {
	background: transparent url(../../images/bg-vlineblue.gif) repeat-y center top;
}
.pad {
	padding: 10px 15px 20px 15px;
}
.content {
	width: 587px;
	background: transparent url(../../images/bg-main.jpg) repeat-y left top;
	padding: 20px 39px 40px 39px;
}
.title {
	margin: 0 0 20px 0;
	color: #fff;
	font: normal 20px arial;
}
.title-blue {
	margin: 0 0 15px 0;
	color: #2cace2;
	font: normal 20px arial;
}
.thumb {
	position: relative;
	width: 158px;
	border: 1px solid #676767;
	background-color: #272727;
	padding: 15px;
	margin: 0 10px 10px 0;
	float: left;
}
.thumb p {
	margin: 0;
	padding: 0;
	min-height: 105px;
}
.thumb img {
	display: block;
	margin: 15px 0 0 0;
}
.thumb .new {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 64px;
	height: 57px;
	background: transparent url(../../images/new.gif) no-repeat right bottom;
}
.vplayer {
	width: 345px;
	padding: 13px;
	border: 1px solid #676767;
	background-color: #272727;
}

.footer-wrap {
	width: 100%;
	background-color: #161515;
	margin: 10px 0 0 0;
}
.footer {
	width: 940px;
	font: normal 13px/16px arial;
	color: #565656;
	padding: 20px 0 50px 0;
}
.footer a {
	font: normal 13px/16px arial;
	color: #565656;
	text-decoration: none;
}
.footer a:hover {
	font: normal 13px/16px arial;
	color: #565656;
	text-decoration: underline;
}



/*request info form*/
div#reqInfo {
	width: 203px;
	font: normal 11px arial;
	color: #2C4355;
	text-align: left;
	border: 1px solid #bdbcbd;
	background-color: #fff;
}
div#reqInfo .inp, div#reqInfo textarea {
	font: normal 11px arial;
	color: #2C4355;
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	margin: 5px 5px 0px 5px;
	width: 185px;
}
div#reqInfo textarea {
	overflow: auto;
	height: 80px;
}
div#reqInfo .btn {
	font: normal 11px arial;
	color: #2C4355;
	border: default;
	background-color: default;
	padding: 0;
	margin: 5px 5px 0px 5px;
}
.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}.contact {
	font-size: 12px;
}

