/*Layout*/

body {
	margin: 0;
	padding: 0;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/body-bg-secondary.gif) repeat-x top;
}
#container {
	margin: 0 auto;
	width: 810px;
	padding: 0;
}
#content {
	width:100%;
	width: 756px;
	margin: 0 auto;
	margin: 43px -210px 8px -2px;
	float:left;
}

a {
	color: #1c5a8f;
}
#content a {
	color: #1c5a8f;
}
#content a:hover {
	color: #1e486c;
}
#content h1 a {
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration:underline;
}
#menu {
	width:205px;
	margin:43px 14px 0 0;
	float:right;
}
.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}
#blogText {
	width: 520px;
	padding:  10px 20px 10px 24px;
	background: url(../images/secondary-top-content.gif) no-repeat top; /*float: left; */ /*background-color:#006666*/
}
#blogText ul li {
	padding: 4px 30px 4px 14px;
	background: url(../images/bullet-green.gif) no-repeat 0 11px;
	list-style: none;
	line-height: 1.6em;
}
#blogText ul {
	padding:2px 0 10px 40px;
	margin:0;
}
#blogText .hlinfo ul li {
	padding: 6px 0 6px 25px;
	list-style:none;
	background: url(images/bullet-checkmark.gif) no-repeat 0 6px;
	line-height: normal;
}
/*================== vki=========================*/



#header {
	background: url(../images/header-bg.gif) no-repeat top;
	height: 107px;
	width: 778px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 0;
}
#logo {
	background: url(../images/vki-studios.jpg) no-repeat top;
	width: 280px;
	height: 89px;
	display: block;
	float: left;
	position: relative;
	left: 14px;
	top: 12px;
	padding: 0;
	margin: 0;
}
#logo a {
	display: block;
	width: 280px;
	height: 89px;
}
#headmenu {
	position: relative;
	top: 6px;
	right: 12px;
	float: right; /*position:absolute; top:5px; left:290px*/
}
#headmenu ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #c3d7eb;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.9em;/*	background: url(../images/header-menu-bg.gif) no-repeat -2px 0;*/
}
#headmenu ul li.head_mob {
	display: inline;
	padding: 0;
	background: url(/images/header-mob.gif) no-repeat 0px 0px;
	padding:0px 0 0px 12px;
	margin-left:20px
}
#headmenu ul li.head_phone {
	display: inline;
	padding: 0;
	background: url(/images/header-phone.gif) no-repeat 0px 0px;
	padding:0px 0 0px 13px;
	margin-left:12px
}
#headmenu ul li.head_mail {
	display: inline;
	padding: 0;
	background: url(/images/header-mail.gif) no-repeat 0px 0px;
	padding:0px 0 0px 15px;
	margin-left:12px;
}
#headmenu ul li.head_news {
	display: inline;
	padding: 0;
	background: url(/images/header-news.gif) no-repeat 0px 0px;
	padding:0px 0 0px 12px;
	margin-left:10px;
}
#headmenu ul li.head_mail a {/*for safari*/
	display: inline-block;
}
#headmenu ul li {
	display: inline;
	margin: 0;
	padding: 3px 15px;
}
#headmenu ul li a {
	color: #c3d7eb;
	text-decoration: underline;
}
#headmenu ul li a:hover {
	color: #d3e9ff;
	text-decoration: underline;
}
.vki {
	display: none;
}
.clear, br {
	clear: both;
	padding: 0;
	margin: 0;
}
/* Top Menu ---------------------------------------------------*/

#nav {
	width: 767px;
	background: url(../images/menu-bg.jpg) no-repeat top;
	height: 28px;
	/*position: absolute;*/
	top: 107px;
	/*	display: inline;*/
	padding-left: 11px;
	z-index: 1;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	height: 28px;
}
#nav ul li {
	display: inline;
	float: left;
}
#nav ul li a {
	padding: 0;
	margin: 0 2px 0 0;
	height: 28px;
	display: block;
}
#mhome a, #mhomeactive a {
	width: 94px;
	background: url(../images/menu-home.jpg) no-repeat;
	background-position: 0 0;
}
#mservices a, #mservicesactive a {
	display: block;
	width: 110px;
	background: url(../images/menu-services.jpg) no-repeat;
	background-position: 0 0;
}
#mclients a, #mclientsactive a {
	display: block;
	width: 100px;
	background: url(../images/menu-clients.jpg) no-repeat;
	background-position: 0 0;
}
#mtips a, #mtipsactive a {
	display: block;
	width: 117px;
	background: url(../images/menu-tips-tools.jpg) no-repeat;
	background-position: 0 0;
}
#mabout a, #maboutactive a {
	display: block;
	width: 112px;
	background: url(../images/menu-about.jpg) no-repeat;
	background-position: 0 0;
}
#mcontact a, #mcontactactive a {
	display: block;
	width: 124px;
	background: url(../images/menu-contact.jpg) no-repeat;
	background-position: 0 0;
}
#mblog a, #mblogactive a {
	display: block;
	width: 85px;
	background: url(../images/menu-blog.jpg) no-repeat;
	background-position: 0 0;
}
#mhome a:hover, #mservices a:hover, #mclients a:hover, #mtips a:hover, #mabout a:hover, #mcontact a:hover, #mblog a:hover {
	background-position: 0 -56px;
}
#mhomeactive a, #mservicesactive a, #mclientsactive a, #mtipsactive a, #maboutactive a, #mcontactactive a, #mblogactive a {
	background-position: 0 -28px;
}
#nav li ul { /* second-level lists */
	position: absolute; /* just added */
	width: 168px;
	left: -999em;
	z-index: 20;
}
#nav li ul li a {
	border-right: 1px solid #2c669f;
	border-left: 1px solid #2c669f;
	border-top: 1px solid #2c669f;
	text-align: left;
	width: 166px;
	display: block;
	padding: 7px 5px 0px 9px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	color: #245788;
	background: url(../images/secondary-menu-bg.gif) repeat-x top #eaf3fb;
	height: 20px;
	overflow: hidden;
}
#nav li ul li.mlast a {
	border-bottom: 1px solid #2c669f;
}
#nav li ul li a:hover {
	color: #0f233f;
	background: url(../images/secondary-menu-bg-over.gif) repeat-x top #deebfa;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0;
	margin-left: 0;
}
#nav li:hover, #nav li.hover {
	position: static;
}
p {
	line-height: 1.6em;
	padding: 4px 0;
	margin: 0;
}
bq {
	display:block;
	margin: 10px;
	padding: 14px 10px 10px 10px;
	border: 1px dashed rgb(209,221,232);
	background:url(../images/quote.gif) no-repeat left top rgb(246,249,254);
	font: italic 1.1em helvetica,verdana,arial;

}
bq p:before {quotes: "&ldquo;";}
bq p:after {quotes:"&rdquo;";}

h1 {
	margin: 6px 0;
}
h2 {
	margin: 12px 0 2px 0;
}
#footer {
	clear:both;
	width: 756px;
	height: 72px;
	background: url(../images/footer-bg.gif) no-repeat top;
	margin: 16px auto 10px auto;
}
#footer {
	margin: 19px auto 10px auto;
}
#footmenu {
	float: left;
	width: 440px;
	position: relative;
	top: 30px;
}
#footmenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #265e8f;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.8em;
}
#footmenu ul li {
	display: inline;
	margin: 0;
}
#footmenu ul li a {
	padding: 3px 6px;
	color: #265e8f;
	text-decoration: underline;
	border-right: 1px dotted #84a6cb;
}
#footmenu ul li a:hover {
	color: #1e486c;
	text-decoration: underline;
}
#footmenu ul li.activefoot {
	color: #e4f1fb;
	border-right: 1px dotted #84a6cb;
	padding: 0 10px;
}
#footmenu ul li.last a, #secondnav ul li.last a {
	border-right: none;
}
#copyright {
	float: right;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 281px;
	margin: 13px 0 0 35px;
}
#copyright a {
	color: #1c5a8f;
}
#copyright a:hover {
	color: #154670;
}
.dividert, .dividerb {
	background: url(../images/divider.gif) no-repeat top;
	width: 755px;
	height: 19px;
	overflow: hidden;
}
