@charset "utf-8";
/* CSS Document */
body.main {
	margin:0px;
	padding:0px;
	background-image:url(uploads/layout/bk-top.jpg);
	background-repeat:repeat-x;
}
body.maininternal {
	margin:0px;
	padding:0px;
	background-image:url(uploads/layout/bk-top-internal.jpg);
	background-repeat:repeat-x;
}

p, td, div {
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	line-height:22px;
}
h1 {
	font-family:trebuchet ms, arial narrow;
	height:40px;
	width:75%;
	padding-left:25px;
	padding-top:15px;
	vertical-align:middle;
	font-size:22px;
	line-height:25px;
	color:#063;
	background-image:url(uploads/layout/hbullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
h2, h3, h4, h5 {
	font-family:trebuchet ms, arial narrow;
	font-size:18px;
	line-height:20px;
	color:#000;
}
.small {
	font-size:10px;
	text-decoration:none;
	color:#00C;
}
a.small:hover {
	font-size:10px;
	text-decoration:underline;
	color:#006;
}

.footerfont, a.footerfont {
	font-size:11px;
	color:#999;
	text-decoration:none;	
}
a.footerfont:hover {
	font-size:11px;
	color:#999;
	text-decoration:none;
}
li {
	padding-top:5px;
	padding-bottom:5px;
}
/* Layout */

#headerwrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:130px;
	align:center;	
	background-image:url(uploads/layout/header.jpg);
}
#header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#header #logo {
	position:absolute;
	left:0;
	top:10px;
	height:100%;
	width:600px;
}
#header #geese {
	position:absolute;
	left:600px;
	top:1px;
	width:400px;
	text-align:right;
}
#header #pic {
	float:right;
	width:300px;
	margin-right:0px;
	margin-top:15px;
	text-align:right;
}
#menu {
	margin-left:auto;
	margin-right:auto;
	width:985px;
	padding-left:35px;
	padding-right:20px;
	height:30px;
	background-image:url(uploads/layout/menu.jpg);		
}
#menuinternal {
	margin-left:auto;
	margin-right:auto;
	width:985px;
	padding-left:35px;
	padding-right:20px;
	height:30px;
	background-image:url(uploads/layout/menu-internal.jpg);		
}
#menu .menuitem, #menuinternal .menuitem {
	float:left;
	height:25px;
	padding-left:21px;
	padding-right:21px;	
	padding-top:5px;
	text-align:center;	
	cursor:pointer;
}
#menu .menuitemhover, #menuinternal .menuitemhover {
	float:left;
	height:25px;
	padding-left:21px;
	padding-right:21px;	
	padding-top:5px;
	text-align:center;	
	background-image:url(uploads/layout/menuitem-over.jpg);
	cursor:pointer;
}
#menu .menuitem a, #menu .menuitemhover a, #menuinternal .menuitem a, #menuinternal .menuitemhover a {
	text-decoration:none;
	font-family:arial, verdana;
	color:#eee;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;	
}
#fader {
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	height:227px;
	padding:0px;
	align:center;
}

#content {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	width:980px;
	align:center;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(uploads/layout/bk-content.jpg);
	background-repeat:repeat-y;	
}
#content a {
	text-decoration:none;
	color:#063;
}
#content a:hover {
	text-decoration:none;
	color:#033;
}
#footer {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	width:1040px;
	height:75px;
	background-image:url(uploads/layout/footer.jpg);
	text-align:center;
	font-size:11px;
	color:#999;
}
#tbayit {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	align:center;	
	height:25px;
	text-align:center;
}
#tbayit a, #tbayit a:hover {
	color:#888888;
	font-size:11px;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:10px;
	text-decoration:none;
}

/* CSS MENU */

#cssdropdown, #cssdropdown ul {
	padding:0;
	margin:0;
	list-style:none;
	z-index:1;
}
#cssdropdown li {
	float:left;
	position:relative;

}
.mainitems{
	padding:0;
	margin:0;
}
.mainitems a{
	padding:0;
	margin:0;
}
.subuls{

	display:none;
	width:235px;
	position:absolute;	
	top:0px;
	left:0px;
	border:0px;
}
.subuls li{
	background-color:#444;
	opacity:0.9;
	filter:alpha(opacity=90);	
	padding-left:10px;	
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	border-bottom:1px #ccc dotted;
}
.subuls li:hover{
	background-color:#000;
	padding-left:10px;	
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	border-bottom:1px #ccc dotted;	
}

.subuls li a{
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12.5px;
	font-weight:bold;
	color:#fff;
}
.subuls li a:hover{
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12.5px;
	font-weight:bold;	
	color:#fff;
}

#cssdropdown li>ul { 
	top:auto;
	left:auto;
}

#cssdropdown li:hover ul, li.over ul {
	display:block;
}





