/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* BDB CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 77%;
}

#header {
	padding-bottom: 3px;
}

#main {
	position: absolute;
	left: 208px;
	/*top: 44px;*/
}

#min-size {
	background-color: #EFEDED;
	width: 430px;
	height: 590px;
}

#content {
	background-color: #EFEDED;
	color: #555252;
	width: 360px;
	padding: 35px;
	padding-top: 15px;
	line-height: 1.5em
}
#content a {
	color: #555252;
}


#content ul {
	/*list-style-image: url(../images/ul.gif);*/
	margin-left: 25px;
	*margin-left: 20px;
	
}


#content ul li  {
	background-image: url(../images/ul.gif);
	background-repeat: no-repeat;
	background-position: center left;

		
}
#content #content-menu ul {
	list-style-image: none;
	margin-left: 0px;
	
}

#content #content-menu ul li {
	background-image: none;
	}

#content ul li  {
	padding-left: 10px;
}

#content #content-menu ul li  {
	padding-left: 0px;
}

#content ol {
	list-style-type:decimal;
	margin-left: 40px;
}
#content a:hover {
	color: #F3A646;
}

#line {
	margin-top: 10px; 
	border-bottom: 1px solid #545253;
}



h1 {
	font-weight: bold;
}

h1.logotext {
text-indent:-5000px;
}

#logo {
	position:absolute;
	left: 103px;
	top: 44px;
	width:124px;
	height:115px;
	z-index:1;
}

#imgs-left {
	position:absolute;
	left:7px;
	top:346px;
	width:226px;
	height:110px;
	z-index:2;
}

#menu {
	position:absolute;
	left:12px;
	top:204px;
	width:174px;
	height:160px;
	z-index:3;
	text-align: right;
}

#menu li {

	padding-bottom: 3px;
}

#menu a {
	text-decoration: none;
	color: #555252;
	font-weight: bold;
}

#menu a:hover {
	color: #F3A646;
	text-decoration: none;
}

#menu a.active {
	color: #F3A646;
	font-weight: bold;
	text-decoration: none;
}



#content-menu ul {
		float: left;
		width: 360px;
		
		padding-bottom: 13px;
		_margin-bottom: -35px;
		
	}

#content-menu ul li {
	float: left;

}

#content-menu a {
	text-decoration: none;
	color: #555252
}

#content-menu a:hover {
	color: #F3A646;
	text-decoration: none;
}

#content-menu a.active {
	color: #F3A646;
	font-weight: bold;
	text-decoration: none;
}

#imgs-right {
	position:absolute;
	left:610px;
	top:346px;
	width:350px;
	height:110px;
	z-index:4;
}

#imgs-left img, #imgs-right img {
	cursor: pointer;
	float:left;
	margin-right: 1px;
}


#imgs-left.no_pointer img, #imgs-right.no_pointer img  {
	cursor: auto;
}


.img-big{
	position:absolute;
	left:279px;
	top:245px;
	width:330px;
	height:330px;
	z-index:5;
	display: none;
}
