@charset "UTF-8";
/* Forumzbb.com */
/* Site by double click sites */
/* doubleclicksites.co.cc */
body {
	background-color: #FFFFFF;
	background-image: url(images/side.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

#main {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 900px;
	font-size: 16px;
}

#menuBar {
	margin-top: 0px;
	background-image: url(images/menuBar.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 100%;
}

.menuItem{
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	float: left;
	margin-left: 6px;
	background-image: url(images/menuItem.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 25px;
}

#menuLeft {
	float: left;
	margin-left: 125px;
	margin-top: 50px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 315px;
}

#menuRight {
	float: right;
	text-align: left;
	margin-right: 125px;
	margin-top: 60px;
}

a {
	color: #000000;
	text-decoration: none;
}

a.link {
	padding-top: 5px;
	text-align: center;
	background-image: url(images/pageItem.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 160px;
	display: block;
	color: #FFFFFF;
}

.left {
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 48%;
}

.right {
	float: right;
	text-align: left;
	margin-right: 10px;
	width: 48%;
}

#r1 {
	height: 234px;
}

#r2 {
	height: 30px;
	font-size: 14px;
}

#r3 {
	height: 285px;
}

#themeSelector {
	color: #FFFFFF;
	height: 330px;
}
        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 560px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        .sliderGallery img {
	        height: 130px;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(images/slider.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(images/handle.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 250px;
        }