﻿body { font-family:Georgia; font-size:12pt; color:#808080; text-align:justify; background-image:url('images/BG_bg.jpg'); background-position:top; background-repeat:repeat-x; background-color: #d9d0bf;
}
.logo2{background-image: url('images/Topp.png'); background-repeat: no-repeat; background-position: -1px top; height:280px;}
.logo1{background-image: url('images/top.png'); background-repeat: no-repeat; background-position:center top; height:130px;}

#wrap {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 100%;
}
#header2 {
	width: 100%;
}
#content {background-image: url('images/Content.png'); background-repeat:repeat-y; background-position:-1px top; 
}
#main {
	width: 850px;
	padding: 0px; position:relative;
	top: 0px;
    left: -2px;
}
#devider{background-image: url('images/VDevider.png'); background-repeat:no-repeat; background-position:-1px top; height:2px; position:relative;
    width:880px;
    top: 214px;
    left: -1px;
}
#mainend{background-image: url('images/bot.png'); background-repeat:no-repeat; background-position:-1px top; height:16px;
}
/* ------------------------------------------------------- Footer Start */
#footer {
	width: 100%;
	height: 40px;
	color: #000;
	font-size: 7.5pt;
}

#footer_left{
	float: left; 
	padding-left:5px;
	height: 40px;
	width: 43%;
}

#footer_right {
float:right;
	padding: 0px;
	height: 40px;
	width: 30%;
	text-align: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 8px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
}
#footer a:hover{
color: #000;
	text-decoration: underline;
}
/* ------------------------------------------------------- Footer End */

/* ------------------------------------------------------- Navigation Start */
#nav {
	height: 50px; vertical-align:bottom;
}

#nav, #nav ul {
	width: 790px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	left:1px;
	line-height: 1.5em;
    top: 213px;
}

#nav a {
	display: block;
	padding: 0px;
	height: 25px;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 16px;
}

#nav a:hover, #nav a.activepage {
 background-image:url('images/Menu/Home_over.png');
 height:50px;
	color: #fff;
}

#nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	display: none;
	width: 110px;
	top: 45px;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#nav li ul a {
	width: 100px;
	padding: 5px;
	height: 50px;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}
/* ------------------------------------------------------- Navigation End */

/*-------------------------------------------------------------- SLIDE SHOW*/
.slideshow { position:relative; z-index:0; height: 380px; text-align:center; width: 850px; margin: Auto;
    top: 0px;
    left: 2px;
}
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #FFFFFF; }

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
 
h1 {
 padding-bottom:5px;
	font-size: 24pt;
	font-family:Georgia;
	color:#808080; 
	text-align:justify; 
	vertical-align:top;
}
