h1
{
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size:14px;	
	color: #FFFFFF;
	font-weight:bold;
}

.wrapper
{
	position: relative;
	width: 860px;
	text-align: left;
	margin: auto; 
}
.cell1
{
	position:absolute;
	left: 0px;
	top: 50px;
	width: 200px;
	height: 100px;
	padding-top: 40px;
}
.cell2{
	position:absolute;
	left: 200px;
	top: 50px;
	width: 460px;
	height: 200px;
	background-color: #999999
}
.cell3{
	position:absolute;
	left: 660px;
	top: 50px;
	width: 200px;
	height: 100px
}
.cell4{
	position:absolute;
	left: 0px;
	top: 150px;
	width: 200px;
	height: 500px;
	background-color: #333333
}
.cell5{
	position:absolute;
	left: 200px;
	top: 250px;
	width: 460px;
	height: 400px;
	background-color: #999999
}
.cell6{
	position:absolute;
	left: 660px;
	top: 150px;
	width: 200px;
	height: 500px;
	background-color: #333333
}
.cell7{
   	position:absolute;
	left: 0px;
	top: 650px;
	width: 200px;
	height: 100px
}
.cell8{
   	position:absolute;
	left: 200px;
	top: 650px;
	width: 460px;
	height: 170px;
	background-color: #999999
}
.cell9{
   	position:absolute;
	left: 660px;
	top: 650px;
	width: 200px;
	height: 100px
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 12px;
   background-image:url(../Images/bg.jpg);
   background-repeat:repeat-x;
}

.text {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	height: 400px;
}
  
ul#sliding-navigation  
{  
    list-style: none;  
    font-size: 12px;
	margin-top: 50px;
	margin-left: -40px;
	#margin-left: 0px;
}  
  
ul#sliding-navigation li.sliding-element h3,  
ul#sliding-navigation li.sliding-element a  
{  
    display: block;  
    width: 100px;  
    padding: 5px 15px;  
    margin: 0 20px;  
    margin-bottom: 5px;
}  
  
ul#sliding-navigation li.sliding-element h3  
{  
    color: #fff;  
    background: #333;  
    border: 1px solid #1a1a1a;  
    font-weight: normal;  
}  
  
ul#sliding-navigation li.sliding-element a  
{  
    color: #999;  
    background: #222;  
    border: 1px solid #1a1a1a;  
    text-decoration: none;  
}  
  
ul#sliding-navigation li.sliding-element a:hover { color: #ffff66; }





div.sc_menu_wrapper 
{
	position: relative;
	height: 400px;
	/* Make bigger than a photo, because we need a place for a scroll-bar. */
	width: 180px;

	margin-top: 0px;
	overflow: auto;
	
	margin-left: 30px;
}

div.sc_menu 
{
	padding: 15px 0;
}

.sc_menu a 
{
	display: block;
	margin-bottom: 5px;
	width: 130px;

	border: 2px rgb(79, 79, 79) solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;              

	/* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);
	
	text-align: center;
	font-size: 14px;
	text-decoration:none;
}

.sc_menu a:hover 
{
	border-color: rgb(130, 130, 130);
	border-style: dotted;
}

.sc_menu img 
{
	display:inline-block
	border: none;
	
	width: 100px;
	height: 100px;
}

.sc_menu_wrapper .loading 
{
	position: absolute;
	top: 50px;
	left: 10px;

	margin: 0 auto;
	padding: 10px;

	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;      

	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}



/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 400px;	
	height:120px;
	margin-bottom: 0px;	
	
	
	/* custom decorations */
	padding:10px 0;	
	border:1px outset #ccc;
	background-color:rgb(200, 200, 200);	
	
	float:left;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:2000px;
	position:relative;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:110px;

	font-size:12px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #FFFFFF;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../Images/left.png);
	float:left;
	margin:43px 5px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../Images/right.png);
	clear:right;	
}

a
{
	color:#FFFFFF;
}

a img
{
	border-style:none;
}

