@charset "utf-8";

/*------CSS Document------------*/
/*------Author Joomlage.com---------*/
/*------Single User Licence-----*/


body {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}



#wrapper {
	width: 940px;
	margin: 0 auto;
}



#header {
	height: 207px;
	clear: both;
	width: 940px;
	background-image:url(../images/joom_03.gif);
}


#search {
float:right;
margin-top: 0px;
margin-right: 5px;
}

#search .inputbox{
	background-color:#0080C0;
	border: thin solid #C0C0C0;
	color: #FFFFFF;
}


#topmenu {
background-image:url(../images/hornav.gif);
height: 39px;
}



#maincontentwrapper {
	background-image:url(../images/joom_05.gif);
	background-repeat:repeat-y;
	clear: both;
	float: left;
	width: 940px;
}


#content_header {
width: 940px; 
height:438px; 
background:url(../images/contentheader.jpg) 50% 0 no-repeat;
}


#leftsidebar {
	width: 281px;
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	display: inline;  /* <---Solution for bug IE6 */
	list-style-image: url(../images/bullet_left.png);
	overflow:hidden;
}


#maincontent {
	margin-right: 23px;
	float:right;
	clear:none;
	width: 604px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(../images/mainbullet.png);
	overflow:hidden;
}


.inside{
	margin-right: 10px;
	margin-left: 10px;
}


#showcase{
	margin-right: 10px;
	margin-top: -1px;
	width: 609px;
	height: auto;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #0080C0;
	border-left-color: #FFFFFF;
	overflow:hidden;
}


#bottom_container {
    clear: both;
	background-image:url(../images/joom_07.jpg);
	height: 67px;
}



#end_bottom_container {
	padding-top: 0px;
	clear: both;
	background-color:#ffffff;
	width: 940px;
}

#footer {
	margin-top: 20px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}






