/*
WMWare Bulgaria Site CSS

Author: Dani Velkova
Author URI: http://dbs-web.net

/*-----------Block Level Elements--------------*/

body, html {
	background-color: #EEEEEE;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	width: 976px;
	margin: 0 auto 0 auto;
	padding: 0 0;
	text-align: center;
	background-color: #fff;
}

/* header */
#hd1 {
	padding: 40px 0 10px 20px;
	margin: 0 0 0 0;
	background-image: url(pics/topbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	height: 70px;
}

#hd2 {
	background-image: url(pics/hd2bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 360px;
	text-align: left;
	padding: 16px 0px 16px 16px;
}

#video {
	margin: 0px;
	padding: 0 0;
	float: left;
	clear: both;
}

#text {
	float: right;
	width: 500px;
	padding: 20px 20px;
	color: #fff;
	font-size: 14px;
}

#text p {
	margin: 0 0 10px 0;
	padding: 0 0;
}

#text h1 {
	color: #ACE3FF;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0;
}

#text a {
	color: #ACE3FF;
}

#social {
	float: right;
	margin: 58px 0 50px auto;
	/*-moz-border-radius-bottomleft: 15px; 
	-webkit-border-bottom-left-radius: 15px; 
	-moz-border-radius-topleft: 15px; 
	-webkit-border-top-left-radius: 15px; 
	background-color: #fff;*/
	background-image: url(pics/socbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	width: 176px;
	height: 76px;
}

#social p {
	margin: 10px 5px 5px 25px;
}

#social ul {
	margin: 10px 0 0 25px;
	padding: 0 0;
	list-style: none;
}

#social ul li {
	float: left;
	margin: 0 10px 0 0px;
}

#lpan {
	background-image: url(pics/linkbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 408px;
	height: 44px;
	margin: 16px 0 0 0;
	float: left;
}

#lpan ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#lpan ul li {
	float: left;
	line-height: 44px;
	padding: 0 0 0 20px;
	margin: 0 10px 0 5px;
	background-image: url(pics/pdf.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#lpan ul li a {
	color: #ACE3FF;
	text-decoration: none;
}

#gallery {
	background-image: url(pics/galbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 943px;
	height: 153px;
	margin: 16px auto 16px auto;
}

#gallery h1 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#gallery img {
	border: none;
}

#gallery span {
	float: left;
	line-height: 70px;
	margin: 30px 10px 16px 10px;
}

#gallery ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0;
}

#gallery ul li {
	float: left;
	padding: 5px 5px;
	margin: 5px;
	background-color: #fff;
}

#picDiv {
	display:none;
	position:absolute;
	width:640px;
	height:460px;
	padding:10px 10px;
	background:white;
	z-index: 2;
}

#picInfo {
	width: 640px;
	height: 427px;
}

.nav {
	position: absolute;
	width:640px;
	top: 50px;
	left: 10px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0;
	text-align: left;
}

.nav li {
	line-height: 32px;
	background-color: #fff;
	padding: 0 10px 0 10px
}

.nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #676767;
	
}

#downloadLink {
	text-align: left;
	margin: 10px 0 10px 0;
	float: left;
}

#downloadLink a {
	color: #676767;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#downloadLink a:hover {
	text-decoration: underline;
}

#closeLink {
	float: right;
	text-align: right;
	margin: 10px 0 10px 0;
}

#closeLink a {
	text-decoration: none;
	font-weight: bold;
	color: #676767;
	background-image: url(pics/close.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}


.gt {
	text-align: left;
	width: 180px;
	float: right;
	line-height: 150%;
	margin: 10px 20px auto auto;
}

#picPad {
	background-image: url(pics/padbg.png);
	background-position: left top;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

#ft {
	margin: 16px auto 10px auto;
	padding: 0 16px 0 16px;
	color: #999999;
	font-size: 11px;
	text-align: left;
	width: 944px;
}

#page:after, #hd1:after, #ft:after, .clear:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
