@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(./images/bg.jpg);
	background-repeat: repeat-x;
	font: normal 12px/18px Tahoma, Arial, sans-serif;
  color: #383838;
}

dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}


h2 {
	line-height: 24px;
	font-size: 18px;
}
a {
	color: #0099CC;
	border-bottom: 1px solid #d7e1e9;
	text-decoration: none;
}

a:hover {
  color: #80a1bb;
  
  text-decoration: none;
}


ul {
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 25px;
}

li {
	float: left;
	cursor: pointer;
	z-index: 20;
}

li.panel1 {
	float: left;
	background-image: url(./images/panel1-t.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 150px;
	font-size: 1px;
	color: #FFFFFF;
	display: block;
	background-position: right bottom;
	margin-top: 220px;
	padding-right: 10px;
	padding-left: 135px;
}

li.panel2 {
	float: left;
	background-image: url(./images/panel2-t.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 150px;
	font-size: 1px;
	color: #FFFFFF;
	display: block;
	padding-right: 20px;
	background-position: right bottom;
	margin-top: 220px;
}

li.panel3 {
	float: left;
	background-image: url(./images/panel3-t.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 150px;
	font-size: 1px;
	color: #FFFFFF;
	display: block;
	padding-right: 20px;
	background-position: right bottom;
	margin-right: 20px;
	margin-top: 220px;
}

li.panel4 {
	float: left;
	background-image: url(./images/panel4-t.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 150px;
	font-size: 1px;
	color: #FFFFFF;
	display: block;
	padding-right: 20px;
	background-position: left bottom;
	margin-top: 220px;
}
	  
		html {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 18px;
}
		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;
		}
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			background-color: #66ccff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#wrapper {
	background-image: url(./images/panel-b.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 400px;
}
		#wrapper2 {
	background-image: url(./images/bg-content.jpg);
	background-repeat: repeat;
	clear: both;
	width: 909px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 35px;
}



		#panes {
	text-align: center;
	border-style: none;
		}
		
		#panes p {
		  width: 600px;
		  margin: 0 auto 1em auto;
		  line-height: 1.2em;
		}
		
		#panes div div {
	overflow: hidden;
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	z-index: 10;
}
		
		#previous {
	float: left;
	cursor: pointer;
}
		#next {
	cursor: pointer;
	float: right;
}

.header {
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#bottom-menu {
	background-image:url(./images/botmenu-b.jpg);
	width:100%;
	background-repeat:repeat-x;	
}	
#menuholder {
	background-image: url(./images/topmenu-b.jpg);
	background-repeat: repeat-x;
	height: 27px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
}
.panel1 {
	background-image: url(./images/panel1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 349px;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.panel2 {
	background-image: url(./images/panel2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 349px;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.panel3 {
	background-image: url(./images/panel3.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 349px;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.panel4 {
	background-image: url(./images/panel4.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 349px;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer {
	float: left;
	width: 899px;
}

.mainbar-footer {
	float: left;
	width: 589px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 20px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.sidebar-footer {
	float: left;
	width: 229px;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.imageinside {
	padding-right: 8px;
}

#homeybox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
}

.homeyboxtype {
	float: left;
	font-size: 12px;
}
.mainwrapper {
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
