@charset "utf-8";
body { margin:0; padding:0; width:100%; background:#ebebeb; }
html { padding:0; margin:0;}

a { text-decoration:none;}
a:hover { text-decoration:underline;}
/* main */
.main { padding:0; margin:0 auto;}
/********** header **********/
.blok_header {
	margin:0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/frontimg/frongback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.header {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/frontimg/vi.png);
	background-position: 110px bottom;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 21px;
	padding-left: 0;
}
/* logo */
.logo {
	margin:0;
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	width: 500px;
}
/* menu */	
.menu {
	width:600px;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 55px;
}
.menufrog {
	width:200px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 55px;
}

.menu ul {
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin: 0px;
}
.menu ul li {
	float:left;
}
.menu ul li a {
	text-decoration: none;
	font-size: 14px;
	float: left;
	margin: 0px;
	height: 38px;
	width: 95px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/graphics.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
}

.menu ul li a:hover {
	background-image: url(../images/graphicswhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #f58220;
}
.menu ul li a:hover span {
		color: #f58220;
}
.menu ul li a.active {
}
.menu ul li a.active span {
}
/* search */
.search { padding:15px 0 5px 0; margin:0 auto; width:320px;}
.search form { display:block; float:left; padding:0;}
.search span { display:block; float:left; background: url(../images/search_bg.gif) left top no-repeat; width:263px; padding:0 5px 0 0; height:33px;}
.search form .keywords { line-height:14px; height:17px; float:left; background: url(../images/search_bg.gif) left top no-repeat; border:0;  padding:8px 5px; margin:0; font:normal 12px Arial, Helvetica, sans-serif; color:#6c6c6c;}
.search form .button { float:left; margin:0; padding:0;}
/*header_text_bg*/
.header_text_bg {
	margin:0;
	padding:0;
	height:325px;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
}
.header_text_bg2 { margin:0; padding:19px 0 0 0; background: url(../images/header_text_bg2.gif) top repeat-x; height:118px;}
.header_text2 { margin:0 auto; padding:5px 10px; width:938px;}
.header_text2 h2 { width:280px; float:left; margin:0; padding:20px 0 0 20px; font: bold 30px Arial, Helvetica, sans-serif; color:#fff;}
.header_text2 p { width:350px; float:right; margin:0; padding:20px 0 0 0; font: normal 12px Arial, Helvetica, sans-serif; color:#686868;}
/*header_text*/
.header_text { margin:0 auto; padding:5px 10px; width:938px; background:#272727; border:1px solid #373737; }
.header_text h2 { font: normal 14px Arial, Helvetica, sans-serif; color:#989797; padding:5px 0; margin:0;}
.header_text h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#5e5e5e;}
.header_text img { float:right; margin:0; padding:5px 0 0 0;}

/* Ca3er style */
.cu3er_resize {
	width:900px;
	background:url(../images/banner_bg.png) no-repeat bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#cu3er-container {
	width:900px;
	outline:0;
}

/********** body **********/
.body_resize {
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url(../images/bg-tile.jpg);
}
.body {
	width:942px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.body h2 {
	color:#f58220;
	margin:0;
	padding:10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
.body h2 span {
	display:block;
	color:#5D4D41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
}
.body img {
	float:left;
	padding:0;
	margin:10px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	text-align: center;
}
.body img.portf { margin:5px auto; padding:0;}
.body img.floated { float:right; padding:0; margin:10px 5px;}
.body p { font:normal 12px Arial, Helvetica, sans-serif; color:#8f8f8f; line-height:1.8em; padding:5px 5px; margin:0;}
.body p.grey { color:#565656;}
.body strong {
	color:#5D4D41;
}
.body p span { color:#4a8094; font: normal 11px Arial, Helvetica, sans-serif; line-height:1.8em;}
.body a {
	text-decoration:none;
	color:#5D4D41;
	line-height:1.8em;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.body a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F58220;
}
.right {
	width:265px;
	float:left;
	padding:5px 10px;
	margin:0;
}

.rightMenu {
	width:200px;
	float:left;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.left {
	width:640px;
	float:left;
	padding:5px 10px;
	margin:0;
}
.block { width:255px; float:left; margin:10px; padding:0;}
.port { padding:5px 10px;}
.port_resize { width:282px; float:left; margin:0; padding:10px 5px;}
/*FBG*/
.FBG {
	margin:0;
	padding:0;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
}
.FBG_resize { width:930px; margin:0 auto; padding:20px 10px;}
.FBG_resize p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#717171;
	padding:5px;
	margin:0;
	line-height:1.8em;
}
.FBG_resize ul { list-style:none; margin:10px auto; padding:0;}
.FBG_resize li { background:url(../images/ul_li.gif) left no-repeat; padding:3px 0 3px 15px; margin:0; font: normal 11px Arial, Helvetica, sans-serif; color:#717171; }
.FBG_resize a { color:#2a2a2a; font: bold 11px Arial, Helvetica, sans-serif;}
.FBG_resize h2 {
	color:#5D4D41;
	padding:5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.FBG_resize .right {
	width:210px;
	float:right;
	margin:0;
	padding:10px 10px;
}
.FBG_resize .left {
	width:210px;
	float:right;
	margin:0;
	padding:10px 10px;
}
/* END_bloga*/
/*************footer**********/
.footer {
	margin:0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/slider_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.footer_resize {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.footer ul {
	margin:0;
	list-style:none;
	float:left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer img { display:inline; margin:5px 10px; padding:0;}
.footer ul li {
	margin:0;
	float:left;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}
.footer p { margin:0; padding:30px 20px 10px 20px; float:right; color:#868686; font:normal 12px Arial, Helvetica, sans-serif; line-height:1.8em;}
.footer a { color:#868686; font:normal 12px Tahoma, Geneva, sans-serif; text-decoration:none; line-height:1.8em;}
.footer a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f58220;
	padding-top: 2px;
}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { margin:0; width:110px; display:block; padding:10px 0; color:#5e5e5e; font: bold 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left;}
#contactform label span { color:#F00;}
#contactform input.text { width:200px; border:1px solid #e8e8e8; margin:10px 0; padding:5px 2px; height:16px; background:#fff; float:left;}
#contactform textarea { width:410px; border:1px solid #e8e8e8; margin:10px 0; padding:2px; background:#fff; float:left;}
#contactform li.buttons input { padding:3px 0 3px 110px; margin:0; border:0; color:#FFF; float:left;}
p.response { text-align:center; color:#F00; font: normal 11px  Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}

p.clr, .clr {
	clear:both;
	padding:0;
	margin:0;
}
li.bg, .bg { clear:both; border-bottom:1px solid #dedede; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}

.vifooter{
	color: #f58220;
	}
.main .body_resize .body .rightMenu ul li a {
	color: #2FC2F2;
	font-size: 14px;
	font-variant: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 24px;
}

.main .body_resize .body .rightMenu #rightnav li {
	list-style-image: url(../images/Blue+.png);
}
.main .FBG .FBG_resize .right h2 {
	text-transform: capitalize;
}
.main .FBG .FBG_resize .left h2 {
	text-transform: capitalize;
}
.main .FBG .FBG_resize .right h2 a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
.main .FBG .FBG_resize .left h2 a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
.footer .footer_resize #seo {
	text-align: left;
	text-transform: capitalize;
	color: #7D7D7D;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
	font-weight: lighter;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .footer_resize ul li a {
	color: #f58220;
}
.footer .footer_resize #footer li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #868686;
	padding-bottom: 5px;
}
.footer .footer_resize p a span {
	color: #f58220;
}
.main .body_resize .body .rightMenu #services {
	list-style-image: url(../images/Blue+.png);
}
.main .body_resize .body .left .tablediv {
	width: 548px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main .body_resize .body .left .prices {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCC;
}
.main .body_resize .body .left .prices td {
	text-align: center;
	border: 1px solid #CCC;
}
.main .blok_header .header .clr .frog {
	width: 200px;
}
.main .body_resize .body .left table tr td table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8f8f8f;
}
.main .blok_header .header .menu ul li .active {
	background-image: url(../images/graphicswhite.gif);
	color: #f58220;
}
.main .body_resize .body .left h4 {
	color:#f58220;
	margin:0;
	padding:10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
.main .body_resize .body .left h4 a {
	color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;

}

.footer .footer_resize p a .white {
	color: #FFF;
}
.main .FBG .FBG_resize .clr hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
