/* CSS Document */

body {
  min-width: 630px;
  font-family:Arial, Helvetica, sans-serif;      
		/* 2x LC width + RC width */
}
#container {
  padding-left: 170px;   /* LC width */
  z-index:200;
}

#center {
	position:relative;
	float:right;
	padding:5px;
	background-color:#FFF;
	width:100%;
	

	border: 1px solid #999966;	
	font-size:12px;
	
	margin-bottom:10px;
	z-index:300;
}

#left {
	width: 150px;       
	position:static;
	float:left;
	z-index:1000;
	margin-bottom:15px;

}

#footer {
	clear: both;
	background-color:#FFF;
	
	font-size:0.6em;
	line-height:2px;
	text-align:center;
	border: 1px solid #999966;
	height:auto;
}
/*** IE6 Fix ***/
* html #left {
  left: 21px;           /* RC width */
}

/*--------------------------------------------------*/

#header h1{
	display: none;
	margin: 0;
}
#header h4 {
	font-size: 12px;
	text-align: right;
	line-height: 4px;
		padding-right: 5px;
}

#header{
	background: #FFFFFF url(images/logowhite.png) no-repeat 10px;
	border: 1px solid #999966;
	margin-bottom:10px;
}

a{
color:#999900;
}

a:hover{
text-decoration:underline;
}

/*-------NAV-----------*/
#nav{
font-size:12px;
z-index:1000;
}

#left ul{
margin:0;
padding:0;
list-style:none;
width:150px;
border-bottom:1px solid #BEBE9B;
z-index:1000;

}

#left ul li{
position:relative;
z-index:1000;
}

.leveltwo, .levelthree{
position:absolute;
left:149px;
top:0;
display:none;
z-index:1000;
font-weight: normal;
}

#left ul li a{
display:block;
text-decoration:none;
color:#000;
background:#fff;
padding:5px;
border:1px solid #BEBE9B;
border-bottom: 0;
z-index:1000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#left ul li a:hover{
	color:#999900;
	background: #F7F7F7;
	text-decoration: underline;
	z-index:1000;
}

#left li ul li a{
padding: 2px 5px;
z-index:1000;
}

li:hover .leveltwo, li.over .leveltwo, .leveltwo li:hover .levelthree{
display:block;
z-index:1000;
}





/*---------END NAV----------*/

#body{
background:#444;
width:95%;
padding: 10px;
}

#rightMain{
	border:1px dashed #000000;
	text-align:center;
	width: 190px;
	float:right;
	font-size:0.8em;
	margin: 0 0 5px 5px;
	padding-top:5px;
} 

em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

#rightInfo{
	border:1px solid #000;
	width: 250px;
	margin: 0 0 5px 5px;
	padding-left:5px;
} 

#middlePic{
	text-align:center;
	margin-bottom:10px;
}

#middlePic img{
	float:left;
}

#clearance{
margin-top:1px;
}

.item .img{
	
	margin: 1em 0 .5em 4em;
	width: 200px;
}

.item .biggerimg{
		margin: 1em 0 .5em 4em;

	width: 300px;	
}

.item{
	clear:right;
	border: 1px solid #ccc;
	padding: 10px;
	overflow:auto;
	margin-bottom: 20px;
	
	
}

.item th{
	padding: 0.5em 2em 0.5em 0.5em;
	border-left: 1px solid #999;
	border-right: 1px soild #999;
	border-top: 1px solid #999966;
	border-bottom: 1px solid #999966;
	background: url(images/table_gradient.png) repeat-x;
	text-align:left;
}

.item td{
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: .3em;
}

.item tr{
	border-bottom: 1px solid #eee;	
}

.item table{
	min-width: 450px;
	border-collapse: collapse;
	
	margin-top: .8em;
}

.item .twocol{
	min-width: 350px;
}

.item h3{
	font-size: 1.7em;
	margin-bottom: .1em;
}

.item h4{
	margin-bottom: .1em;	
	font-size: 1.3em;
	
}

.item h5{
	font-size: 1em;
	margin: 0;
	margin-left: 2em;

}

.item ul{
	list-style-type:square;
}

.item .tables{
	margin-left: 4em;
	float: left;
}

.tabh2{
	font-size: 2em;
	color: #555;
	margin-bottom:0;
	text-align: center;
	border: 1px solid #aaa;
	width: 125px;
	border-bottom: 0;
	padding: 10px;
	background: url(images/gradient.png) repeat-x;
}
#leftimg{
	width: 150px;
	margin-top: 10px;
}