body {
	margin:0px;
	padding:0px;
	background: url(../images/bg.gif) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;

   }
   
img { behavior: url(../images/iepngfix.htc); }
   
#container {
    background-image:url(../images/bigbg.jpg);
	background-attachment: scroll;
	background-position:top;
	background-position:center;
	background-repeat:no-repeat;
	height:768px;
	margin:0px;
	padding:0px;
	

	}
	
#index #container {
    background-image:url(../images/bigbg_index.jpg);
	background-attachment: scroll;
	background-position:top;
	background-position:center;
	background-repeat:no-repeat;
	height:768px;
	margin:0px;
	padding:0px;
	

	}
	
#content {
   padding-left:20px;
   padding-right:25px;
   }

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}



h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

h3 {
    font-family: "Century Gothic", Verdana, Arial;
	font-size:14px;
	color:#313131;
	font-weight:bold;
	}

#slider {
    width: 740px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	height: 212px;
	width:750px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background:url(../images/cat_bg_bottom.jpg) bottom no-repeat;
	
}

.scrollContainer div.panel {
    padding: 20px;
    height: 234px;
	width: 700px;
	font-size:12px;
	line-height:18px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin-top: 10px;
	margin-left:0px;
	width:750px;
    padding: 0;
    padding-bottom: 9px;
	background: url(../images/cat_bg_top.jpg) left bottom no-repeat;
	
}

ul.navigation li {
    display: inline;
	margin-left:13px;
	*margin-left:15px;
    margin-right: 7px;
	

	
}

ul.navigation a {
    padding: 20px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
	background:none;
}

ul.navigation a.selected {
    background-color: #fff;
	background:none;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
