@charset "utf-8";

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


body {
	background-image:url(../images/stripes.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#wrapper {
	width: 958px;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #00D900;
	border-bottom-style: none;
}



#header {
	height: 135px;
	clear: both;
	width: 958px;
	background-image:url(../images/juice_01.jpg);
}


#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/juice_02.jpg);
height: 51px;
}

.topmodules {
	/*border: 1px dashed #66cc33;*/
}

#maincontentwrapper {
	background-image:url(../images/juice_04.jpg);
	background-repeat:repeat-y;
	clear: both;
	float: left;
	width: 958px;
}


#content_header {
width: 958px; 
height:374px; 
background:url(../images/juice_03.jpg) 50% 0 no-repeat;
}


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


#maincontent {
	margin-right: 0px;
	float:left;
	clear:none;
	width: 630px;
	padding-left: 30px;
	padding-right: 0px;
	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: 0px;
	margin-top: 0px;
	width: 630px;
	height: auto;
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}


#bottom_container {
    clear: both;
	background-image:url(../images/juice_05.jpg);
	height: 67px;
	border-bottom:solid 1px #00D900;
}



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

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






