* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-color: #424242;
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	margin: 0 auto;
	width: 1005px;
}
#header {
	width: 985px;
	color: #333;
	height: 54px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
}
#navigation {
	width: 985px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	background-image: url(../images/navbg.jpg);
}
#content {
	width: 985px;
	color: #333;
	margin: 0px 0px 0px 0px;
	min-height: 555px;
}
#showcase {
	width: 737px;
	float: left;
	height: 345px;
	margin-right: 6px;
}
#braindumps {
	background-image: url(../images/bdumpsbg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	font-size: 11px;
	padding: 10px 0px 0px 15px;
}
#braindumps a{
	color:#a52929;
	font-weight:bold;
}

#latestnews {
	background-image: url(../images/latestnewsbg.jpg);
	background-repeat: no-repeat;
	width: 340px;
	height: 115px;
	float: left;
	padding: 50px 10px 5px 20px;
}
.indexlinks a {
text-decoration:none;
color:#000;
font-size:11px;
}
.indexlinks a:hover {
text-decoration:underline;
color:#666;
font-size:11px;
}
#events {
	background-image: url(../images/events.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 115px;
	float: left;
	padding: 50px 5px 5px 15px;
	background-color: #D4D4D4;
}
#ourbrands {
	text-decoration: none;
	background-repeat: no-repeat;
	width: 245px;
	height: 170px;
	float: left;
}

#footer {
	width: 975px;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 13px 10px 10px 20px;
	float: left;
	background-image: url(../images/footer.png);
	height: 25px;
	font-size:10px;
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
#leftcolumn {
	width: 167px;
	margin-left: 15px;
	float: left;
}
.leftlinks {
	background-image: url(../images/leftlinkbg.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 147px;
	padding-left: 21px;
	padding-top: 4px;
	font-size:11px;
}
#centercolumn {
	float: left;
	padding: 0 0 0 10px;
	width: 530px;
	text-align: justify;
}
.gosterme{
display:none;}
#subtitle {
	width: 526px;
	min-height: 35px;
	border-bottom: 1px #bab9b9 solid;
	margin-bottom: 7px;
}
#centercolumn ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-left:5px;
	list-style-type:disc;
	list-style-position:inside;
	}
	
#centercolumn  h2{
	font-size:23px;
	color: #6e6e6e;
}

.leftlinks a {
 	color:#000;
	text-decoration:none;
}
.leftlinks a:hover {
 	color:#000;
	text-decoration:underline;
}


#shadow {
	background-image: url(../images/shadow.png);
	float: left;
	background-repeat: repeat-y;
	padding-left: 9px;
	padding-right: 10px;
}
#rightcolumn {
	width: 235px;
	margin-left: 0px;
	float: left;
	padding-left: 15px;
}
#title {
	width: 511px;
	height: 15px;
	margin-bottom: 7px;
	background-color: #dcdcdc;
	padding: 8px;
}
#centercolumn h3 {
	font-size:15px;
	color: #4c4646;
}
.leftlinkBig {
	background-image: url(../images/leftlinkbg.jpg);
	background-repeat: repeat-y;
	height: 27px;
	width: 147px;
	padding-left: 21px;
	padding-top: 4px;
	font-size:11px;
}

/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;     
}
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }
    #jCarouselLiteDemo .main {
        margin-left: 40px;
    }

    #jCarouselLiteDemo .demo em {
        color: #FF3300;
        font-weight: bold;
        font-size: 60%;        
        font-style: normal;
    }
    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("/image/imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("/image/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("/image/imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("/image/imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        border: 1px solid black;
        float: left;
        background-color: #dfdfdf;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 150px;
            height: 118px;
            margin: 10px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                margin-left: 170px;
            }
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
#centercolumn-genis {
	float: left;
	padding: 0 0 0 10px;
	width: 750px;
	text-align: justify;
}
#title-genis {
	width: 730px;
	height: 15px;
	margin-bottom: 7px;
	background-color: #dcdcdc;
	padding: 8px;
}
