@charset "utf-8";

/*------CSS Document------------*/
/*------Author Joomlage.com---------*/
/*------Single User Licence-----*/


body {
	background-color:#FFFFFF;
	background-image: url(../images/infinity_02.jpg);
	background-repeat:repeat-x;
	color: #818181;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}



#wrapper {
	width: 967px;
	margin: 0 auto;
	/*border:1px solid #ffffff;*/
	/*border: 1px solid #FF9999;*/
}



#header {
	height: 136px;
	clear: both;
	width: 967px;
	background-image:url(../images/infinity_03.jpg);
}


#search {
	clear:none;
	float:right;
	margin-right: 13px;
}

#search .inputbox{
	border: 1px solid #D5D5D5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
	background-color: #FFFFFF;
	}


#topmenu {
background-image:url(../images/infinity_05.jpg);
height: 48px;
}



#maincontentwrapper {
	background-image:url(../images/infinity_07.jpg);
	background-repeat:repeat-y;
	clear: both;
	float: left;
	width: 967px;
}


#content_header {
width: 967px; 
height:579px; 
background:url(../images/infinity_06.jpg) 50% 0 no-repeat;
}


#leftsidebar {
	width: 209px;
	margin-top: 20px;
	padding-left: 42px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
	display: inline;  /* <---Solution for bug IE6 */
	overflow:hidden;/*	list-style-position: outside;
	list-style-image: url(../images/leftbullet.png);*/
}


#maincontent {
	margin-right: 30px;
	float:right;
	clear:none;
	width: 680px;
	/*	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;
	margin-top: 15px;
}


#showcase{
	margin-right: 0px;
	margin-top: 11px;
	width: 680px;
	height: auto;
	overflow:hidden;	
}


#bottom_container {
    clear: both;
	background-image:url(../images/infinity_09.jpg);
	height: 108px;
}



#end_bottom_container {
	padding-top: 0px;
	clear: both;
	background-color:#FFFFFF;
	width: 967px;
	font-size: 10px;
}

#footer {
	width: 967px;
	margin-right: 13px;
	float: right;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

.topmodules{
	margin: 5px;
	border: 1px solid #C0C0C0;	
}

.topmodules h3{
	background-color:#EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}


