/* BE! CSS */


body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #999999;
}

img {
	border: none;
}

a { 
	color: #ffffff;
	text-decoration: none;
}
:focus {
	outline: 0;
}

/** The Homepage **/

#centerContainer {
	width: 990px;
	margin: 0 auto;
}

#mainContent {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

#homeRoll, #profileRoll, #galleryRoll, #testRoll, #contactRoll {
	width: 140px;
	background-image: url('../../images/nav/vertLine.gif');
	background-repeat: no-repeat;
	padding-right: 30px;
}

#privacyRoll {
	width: 140px;
	background-repeat: no-repeat;
	padding-right: 30px;
}

#homeRoll {
	background-position: 33px 17px;
}

#profileRoll {
	background-position: 33px 44px !important;
	background-position: 33px 46px;
}

#galleryRoll {
	background-position: 33px 75px !important;
	background-position: 33px 79px;
}

#testRoll {
	background-position: 33px 110px !important;
	background-position: 33px 116px;
}

#contactRoll {
	background-position: 33px 141px !important;
	background-position: 33px 149px;
}

#mainNav {
	position: relative;
	min-height: 125px;
	width: 100%;
}

#mainBlock {
	position: relative;
	margin-left: 25px;
	width: 725px;
}

#mainTitle {
	padding-top: 5px;
	padding-bottom: 10px;
}

#mainTextIntro {
	font-weight: bold;
	margin-bottom: 14px;
}

#mainText, #mainTextIntro {
	line-height: 170%;
	padding-top: 8px;
}

.nav_image {
	height: 16px;
	margin-bottom: 15px;
	float: right;
	clear: both;
	vertical-align:bottom;
}

#dotsBg {
	background-image: url(../../images/layout/dotsBg.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 8px;
}

#footer {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 16px;
	font-size: 11px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footerBlue {
	color: #006384;
	padding: 10px 0 5px 0;
}

#mainSideImage {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: 12px;
	margin-left: 58px;
	margin-right: 10px;
	display: inline;
}

#sideMask {
	position: relative;
	z-index: 5;
}

#sideImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
h1 {
	font-family: Tahoma, Arial, Verdana;
	color: #006384;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
.contacts {
	width: auto;
}
.contacts td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}
.contacts td.left-margin {
	padding-left: 20px;
}
.gallery-thumb {
	width: 160px;
	height: 120px;
	float: left;
	margin: 0 24px 24px 0;
}
.gallery-thumb-last {
	width: 160px;
	height: 120px;
	float: left;
	margin: 0 0 24px 0;
}
