/* main definitions */

html, body {
	height: 100%;
	margin: 0;
}

/*html>body {
	min-height: 100%;
	height: auto;
}*/

body {
	background-color: #FFFFFF;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Tahoma,Verdana,Pragmatica,Helvetica,Arial,sans-serif;
	background-image: url(/backgroud.png);
	background-repeat: repeat-y;
}

div#background {
	width: 850px;
	padding: 0px 20px 0px 0px;

	position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#title {
	/* position:absolute;*/
	height: 185px;
	width: 100%;
	/* min-width: 980px;*/
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #f1eeee;
	background-image: url(/logo-back.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#title div#logo {
	/* background-color: #c4b8b8;*/
	float: left;
	width: 80px;
	height: 185px;
	overflow: hidden;
	padding: 100px 0px 0px 20px;
	border: 0px;
}

div#title div#logo a img{
	border: 0px;
}

div#title div#logotype{
	float: left;
	left: 110px;
	width: 490px;
	height: 185px;
	overflow: hidden;
	position: absolute;
	padding: 0px 0px 0px 20px;
	background-image: url(/dl_v_d.gif);
	background-repeat: repeat-y;
}

div#logotype div#topline {
	color: #675858;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-size: 0.7em;
}

div#topline div#topline-links{
	padding: 10px 0px 0px 0px;
	text-align: left;
}

div#topline div#topline-links a{
	color: #675858;
	font-size: 14px;
}


div#logotype div#toptitle {
	color: #675858;
	padding: 0px 0px 9px 0px;
	font-size: 1.5em;
	position: absolute;
	bottom: 30px;
	font-weight: bold;
}

div#logotype div#slogan {
	color: #675858;
	padding: 0px 0px 10px 0px;
	position: absolute;
	bottom: 10px;
}

/*div#title div#nicepic {
	float: right;
	height: 245px;
	width: 285px;
}*/

div#upside {
	position: relative;
	width: 180px;
	height: 180px;
	left: 520px;
	top: 5px;
	overflow: hidden;
	/* border: solid 1px;*/
}

div#upside img {
	position: relative;
	left: 0px;
	top: 4px;
	border: 0;
}

div#content {
	padding: 10px 0px 70px 0px;
	margin: 0px 0px 0px 0px;
	width: 850px;
	/* overflow: hidden;*/
	/*clear: both;*/
	background-image: url(/white-shadow.png);
	background-position: top;
	background-repeat: repeat-x;
}

div#content a {
	color: #35638A;
}

div#footer {
	background-color: #f1eeee;
	position: absolute; 
	font-size: 0.7em;
	bottom: 0;
	left: 0;
	width: 850px;
	height: 70px;
	overflow: hidden;
	background-image: url(/logo-back.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#footer div#left-footer{
	float: left;
	width: 100px;
	height: 70px;
	padding: 20px 0px 0px 20px;
	background-color: #c4b8b8;
	background-image: url(/white-shadow-down.png);
	background-position: top;
	background-repeat: repeat-x;
}

div#footer div#right-footer{
	float: left;
	height: 70px;
	width: 709px;
	padding: 15px 10px 10px 10px;
	overflow: hidden;
	color: #A29292;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/white-shadow-down.png);
	background-position: top;
	background-repeat: repeat-x;
}

div#web-counters{
   position: absolute;
	top: 25px;
	left: 600px;
	/* height: 30px;*/
	width: 290px;
	padding: 0px;
	overflow: hidden;
}


ul#sidemenu {
	list-style: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul#sidemenu li{
	border: 0;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
}

ul#sidemenu a img{
	border: 0;
}

/* inside content div */

div#breadcrumbs {
	width: 95%;
	position: relative;
	padding: 0px 0px 5px 5px;
	margin: 0px 5px 0px 5px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*div#sidebar {
	float: right;
	width: 250px;
	margin-left: 20px;
	top:0px;
	padding: 0px 5px 5px 0px;
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
}
*/

/* pull-down blocks styles */

div .pd {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 15px;
}

div .pd-head {
	padding: 5px 0px 0px 0px;
	width: 100%;
	background: #cdc7c7;
	position: relative;
}

div .pd-head a{
	/* width: 100%; */
	font-family: Tahoma,Verdana,Pragmatica,Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #8E4915;
}

div .pd-head a img{
	border: 0;
}

div .pd-head dl{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 2px 0px 5px 0px;
	list-style: none;
}

div .pd-head dl dt{
	margin: 0;
	padding: 0px 5px 0px 5px;
	float: left;
}

div .pd-head dl dd{
	margin: 0;
	padding: 0px 5px 0px 0px;
	float: right;
}

div .pd-body {
	background: #e7e4e4;
	padding: 4px 4px 5px 4px;
	position: relative;
}

div .pd-body div{
	margin: 0;
	font-size: 12px;
	color: #675858;
}

div .pd-body h2{
	font-size: 14px;
	color: #675858;
	text-align: center;
}

div .pd-body h3{
	font-size: 12px;
	color: #675858;
	text-align: center;
}

div .pd-body ul {
	overflow: hidden;
	font-size: 12px;
	color: #675858;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	list-style: none;
}

:-moz-any-link:focus {
	outline: none;
}


/* end of pull-down blocks styles */

a img {
	border: 0px;
}
	
div .wait {
	font-family: Tahoma,Verdana,Pragmatica,Helvetica,Arial,sans-serif;
	font-size: 12px;
	padding: 0px 4px 4px 23px;
	margin: 7px 7px 7px 7px;
	overflow:hidden;
	clear: left;
	background-image: url(/ajax-loader.gif);
	background-repeat: no-repeat;
}

div {
	/* border:solid 1px; */
}

form {
	padding: 0px;
	margin: 0px;
}