html{
	width:100%;
	float:left;
	min-height:100%;
	/*background:#E57C23;*/
	background:#e57c23;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#navigation li a img{
	border-bottom:1px solid #e57c23;	
}

a{
	color:#000;
	text-decoration:none;
	-moz-outline:0;
}

span{
	display:none;	
}

h1{
	position:absolute;
	left:0;
	top:0;
	background:url("../img/logo.gif") no-repeat #000;
	width:50px;
	height:415px;
}

h1 a{
	float:left;
	display:inline;
	width:50px;
	height:415px;
}

#navigation li .active img{
	border-bottom:1px solid #000;
}

#navigation li li .active img{
	border-bottom:1px solid #f0929e;
}

#navigation li li .closed img{
	border-bottom:1px solid #e57c23;	
}

#navigation li ol{
	display:none;
	overflow:hidden;
}

#css_switch{
	position:absolute;
	top:0;
	left:780px;
	height:20px;
	width:150px;
}

#css_switch a{
	width:50px;
	height:12px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	border:1px solid #000;
	background:#000;
}

#css_switch .first{
	/*background:#E57C23;*/
	background:#e57c23;
	border:1px solid #f0929e;
}

.toplevel li a{
	display:none;	
}

#content{
	float:left;
	width:750px;
	padding:70px 0 20px 150px;
}

#content .content_area,
.ce{
	width:100%;
	float:left;
	font-size:12px;
	text-transform:none;
}

#content .content_area p,
.ce p{
	margin:5px 0 5px 0;	
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.5em;
}

#content .content_area .left,
.ce .left{
	float:left;	
}

#content .content_area .left img,
.ce .left img{
	margin:4px 10px 10px 0;	
}

#content .content_area .right,
.ce .right{
	padding:0 0 0 10px;	
}

#content .content_area .clear,
.ce .clear{
	clear:both;
	float:none;
	width:100%;
}

.showcase .left{
	height:323px; /*270*/
	overflow:hidden;
	margin:5px 0;
	width:430px;
}

#content .showcase .left .inner{
	float:left;
	width:100%;
}

#content .showcase .left .inner div{
	width:430px;
	height:323px; /*270*/
	overflow:hidden;
	float:left;
}

.showcase .right{
	float:right;
	width:250px;
	padding-left:5px;
}

.showcase .thumbs{
	width:50px;
	float:left;
	margin:4px 0;
	padding-left:5px;
}

.showcase .left img{
	float:left;
	margin:0;
}

.thumbs div{
	clear:both;
	width:50px;
	height:12px;
	float:left;
	margin:1px 0 5px 0;
	background-repeat:no-repeat;
	background-position:center center;
}

.sc_container{
	width:750px;
	float:left;
	overflow:hidden;
}

#content .showcase{
	float:left;
	width:750px;
}

.sc_container .inner{
	width:10000px;
	float:left;
}


#navigation li,
#content_h2{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}

#navigation li li a{
	color:#f0929e;
}

#footer{
	clear:both;
	float:left;
	height:70px;
	padding:0 0 0 150px;
	text-transform:uppercase;
}
