/* Start of CMSMS style sheet 'GBGB Homepage v1.0' */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

h1, h2, h3{
	font-size: 18px;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 5px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* header style */
#header{
	width: 900px;
	height: 130px;
	max-height: 130px;
	margin: 0 auto;
}

#header #logo{
	float: left;
	width: 200px;
	height: 111px;
	max-height: 111px;
}

#header #header-wrapper{
	float: right;
	width: 700px;
	height: 111px;
	max-height: 111px;

}

#header #header-wrapper #topmenu{
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
}

#header #header-wrapper #search{
	text-align: right;
	padding-top: 20px;
}

#header #search .searchbox{
	width: 202px;
	height: 29px;
	max-height: 29px;
	/*line-height: 28px;*/
	background-image: url('images/search-input.gif') ;
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 0px;

}

#header #search .submit{
	width: 25px;
	height: 21px;
	background-image: url('images/btn-search.png');
	background-repeat: no-repeat;
	border: 0px;
}

/* end header style */
/* featured style */

#featured{
	height: 239px;
	background-image: url('images/greenblok.gif');
	background-repeat: repeat-x;
}

#featured #featured-wrapper{
	width: 900px;
	height: 239px;
	max-height: 239px;
	margin: 0 auto;
}

#featured #featured-info{
	float: left;
	width: 400px;
	height: 181px;
	max-height: 181px;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 60px;
	color: #fff;
}

#featured #featured-info h3{
	margin: 0px;
	color: #fff;
	font-size: 16px;
}

#featured #featured-info a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#featured #featured-info a:hover{
	text-decoration: underline;
}

#featured #featured-image{
	float: right;
	width: 415px;
	height: 181px;
	background-image: url('images/bg-img.png');
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 10px;
}

#featured #featured-image img{
	padding-top: 4px;
	padding-left: 4px;
}

/* end featured style */
/* wrapper stye main content */

#wrapper{
	width: 900px;
	/*height: 470px;*/
	min-height: 470px;
	margin: 0 auto;
}

#wrapper #content{
	float: left;
	width: 510px;
	padding: 10px;
}

#wrapper #sidebar{
	float: right;
	width: 350px;
	padding: 10px;
}

#wrapper #sidebar ul{
	list-style: none;
	margin: 0px;
	padding: 5px;
}

#wrapper #sidebar ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrapper #sidebar img{
	border: 0px;
}


#footer{
	background-image: url('images/full-line.gif');
	background-repeat: repeat-x;
	width: 900px;
	height: 20px;
	max-height: 20px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.divfix{
	clear: both;
}

#mainmenu .image {
position: relative;
width: 280px;
height: 113px;
border: solid 1px #ff0000;
margin-top: 5px;
margin-bottom: 5px;
}

#mainmenu .image a
{
position: absolute;
display: block;
width: 280px;
height: 113px;
text-decoration: none;
}

#mainmenu .image a img
{
position: absolute;
border: 0px;
}


#mainmenu .image a p
{
position: absolute;
top: 58px;
width: 260px;
left: 0;
color: #fff;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
font-size: 15px;
}
/* End of 'GBGB Homepage v1.0' */

