@charset "windows-1251";
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background-color: #dadada;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}


#wrapper {
	width: 100%;
	min-width: 980px;
	/*margin-right: auto;
	margin-left: auto;*/
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #adb5bc;
	border-left-color: #adb5bc;
	padding-right: 10px;
	padding-left: 10px;*/
	
	/*position: relative;*/
	
	/*min-height: 100%;
	height: 100%;*/
	
}
#content {
	clear: both;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 64px;
	position:relative;
	font-size: 12px;
	/*min-height: 100%;
	height: 100%;*/
}
#content_left {
	float: left;
	width: 20%;
}
#content_left ul {
	list-style: none;
}
#content_left ul li {
	font-size: 14px;
	line-height: 2;
}

#content_right {
	float: right;
	width: 80%;
}
#content_right ul {
	list-style: none;
}
#content_right ul li {
	float: left;
	margin: 0 20px 0 20px;
	text-align: center;
	margin-bottom: 30px;
}

#footer  {
	clear: both;
	position: absolute;
	bottom: 0;
	padding-top: 4px;
	height:60px;
	width:100%;
	/*margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(../images/footer_bg.png);
	//background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
/*#navi ul #end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}*/


#head {
	background-repeat: repeat-x;
	height: 95px;
	background-image: url(../images/header_bg.jpg);
	position: relative;
}


#head #logo {
	float: left;
	width: 515px;
	background-image: url(../images/header_bg_logo.jpg);
	background-repeat: no-repeat;
	height: 95px;
	
	/*margin-bottom: -40px;*/
}
#head #logo img {
	margin-top: 20px;
	margin-left: 30px;
}

#head #logo #privatesit, #head #logo #vray, #head #logo #design {
	display: none;
}



#head #model {
	float: right;
	position: absolute;
	right: 2%;
	top: 5px;
}
#head #logo #privatesit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#head #slogan {
	float: left;
	margin-bottom: -25px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #186c84;
	display:none;
}

#head #slogan #idea {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #186c84;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/*#footer  .footerline  {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adb5bc;
}*/


/*#wrapper #left {
	float: left;
	width: 10px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 200px;
	position: absolute;
	left: 0px;
	bottom: 30px;
}
#wrapper #right {
	float: right;
	width: 10px;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 200px;
	position: absolute;
	right: 0px;
	bottom: 30px;
}*/

#content  .images   {
	height: 173px;
	width: 220px;
	padding-top: 17px;
	padding-left: 25px;
}
#content .coloredlink {
	color: #186c84;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0f657d;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0f657d;
}


.coloredtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #186c84;
}
#navi {
	padding: 0px;
	/*background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	height: 49px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/menu_active_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*#wrapper #navi ul .liseparator {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/

#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi ul li {
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	color: #FFF;
	text-align: center;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #adb5bc;*/
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 10%;
}
/*#navi ul li:hover {
	background-color: #31353a;
}*/
#navi ul a {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	height: 49px;
	
}
#navi ul a.activemenulink {
	
}

#navi ul a:link {
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	color: #FFF;
	display: block;
	text-decoration: none;
	
}
#navi ul a:visited {
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	color: #FFF;
	display: block;
	text-decoration: none;
	
}
#navi ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	color: #333;
	display: block;
	text-decoration: none;
	background-image: url(../images/menu_hover_bg.jpg);
	background-repeat: repeat-x;
	
}

/*#footer #ruler  {
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adb5bc;
}*/
#footer #footer_text {
	width: 75%;
}
#footer #footer_copy {
	float: right;
	width: 25%;
}
/*#head #separator {
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #15191c;
	height: 132px;
	width: 2px;
}*/

#head #logo #vray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
#head #logo #design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #186c84;
}

#lefttbl ul {
	list-style: none;
}
#lefttbl ul li {
	float: left;
	width: 245px;
	text-align:center;
	margin-bottom: 20px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #186c84;
	/*186c84*/
	text-decoration:none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #186c84;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #186c84;
	text-decoration: underline;
}

