/* MAIN PAGE STYLING */
*
{
    outline:none;
}
html
{
    height:100%;
    background: url(images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
                        
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
}
body
{
    padding:0;
    margin:0 auto;
    color:#000000;
	font-family:"tahoma",verdana,arial;
	font-size:12px;
}
img
{
	border:none;
}
a img
{
    border:none;
}
h1
{
    padding:0;
    margin:4px 0 14px 0;
}
h2
{
    padding:0;
    margin:0;
}
h3
{
    font-size:1em;
}
p
{
    margin:0 auto;
    padding:5px;
    line-height:120%;
}
a
{
	color:#222222;
	text-decoration:underline;
}
hr
{
    border:0px;
    height:1px;
    color:#eeeeee;
}

pre
{
    font-size:1.2em;
}
ul, li
{
    list-style-type: none;
}
/* CONTENT STYLING */
#content
{
	width:1000px;
	margin:0 auto;
	padding:5px 0;
}
#header
{
	width:1000px;
	height:25px;
	margin:0 auto;
	text-align:left;
	padding-left:15px;
}
#menu
{
	float:right;
	text-transform:uppercase;
	text-align:left;
	width:150px;
	margin-top:28px;
}
#menu li a
{
	line-height:25px;
	color:#3c3c3c;
	height:25px;
	padding:0 0 0 20px;
	display:block;
	text-decoration:none;
}
#menu li
{
	
}
#menu li.last
{
	
}
#menu li a:hover
{
	background:#3c3c3c;
	color:#ffffff;
}
#menu li ul
{
	display:none;
}
#menu li.active ul
{
	display:block;
	padding-left:0px;
	font-weight:bold;
}
#menu li ul li a
{
	padding-left:30px;
}
#menu li ul li ul
{
	margin-left:10px;
}
#menulist
{
	padding:0;
}
#main {
	float:left;
	width:840px;
	min-height:350px;
	margin:30px 0px;
	text-align:left;
	padding:0 5px;
}
#footer
{
	width:1000px;
	height:100px;
	margin:0 auto;
	text-transform:uppercase;
	font-size:10px;
	text-align:left;
	display:block;
	clear:both;
}
#contact
{
	width:250px;
	margin:0 auto;
	padding:75px 0;
}
/* ALIGNMENT CLASSES */
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.post
{
	width:700px;
	text-align:justify;
	padding:5px;
	margin:5px 0 0 10px;
}
.credits
{
	text-align:center;
	padding:0 5px;
}
.whitebackground
{
	background:#ffffff;
}
/* SLIDER GALLERY */
.sliderGallery {
            
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 582px;
            width: 800px;
}
.sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
.sliderGallery UL LI {
            display: inline;
        }
        
.slider {
            width: 802px;
            height: 17px;
            margin-top: 567px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
.handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 189px;
            top: 0;
            background: url(images/productbrowser_scroller_20080115.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: 50px;
        }
        
.slider .slider-lbl2 {
            left: 107px;
        }
        
.slider .slider-lbl3 {
            left: 156px;
        }

.slider .slider-lbl4 {
            left: 280px;
        }

.slider .slider-lbl5 {
            left: 455px;
        }
