/* CSS Document */
ul.cushycms {
	width:700px;
	text-decoration:none;
	padding-left:250px;
}
ul.cushycms li{
	list-style:none;
}

ul.cushycms h4{
	color:#C50F18;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper { width:1000px;
margin:0px auto; }

.header .topnav{
	background-color:#C40B15;
	color:#ffffff;
	height:20px;
	padding:5px 0px 5px 20px;
}

.header .topnav a{
	background-color:#C40B15;
	color:#ffffff;
text-decoration:none;

}

.header .topnav a:hover{
	background-color:#C40B15;
	color:#F0F0F0;
text-decoration:none;

}


.header .topnav2{
	background-color:#C40B15;
	color:#ffffff;
	height:25px;
	padding:5px 0px 5px 20px;
}

.search{
margin:0px auto;
width:300px;
border:0px;	
padding:0px;
}
.bottomwrap{
	width:1000px;
}
.navigation{
	float:left;
	background-color:#F0F0F0;
	width:220px
}
.content{
	float:right;
	width:760px;
	padding:0px;
	margin:0px;
	z-index:0;
	font-size:16px;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	text-align:center;
	padding:10px;
	border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border: 3px solid #C40B15;
background-color:#F0F0F0;
color:#C40B15;
	width:740px;
	float:right;
	margin-bottom:0px;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	text-align:center;
	padding:10px;
	
color:#C40B15;
	width:740px;
	float:right;
	margin-bottom:0px;
}
#batterytop{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	padding:10px;
color:#C40B15;
	
	margin-bottom:0px;
}

/* Navigational Styles */

table.leftNav ul{ background: url("../images/navback.png") repeat-y top center; font-size: 13px; font-weight:bold; margin-left:5px; }
table.leftNav th { background: url("../images/navhead.png") no-repeat top center; height: 36px; font-size: 16px; color: #FFFFFF; padding-top: 2px; margin-top:20px;}

table.leftNav th a { color: #FFFFFF; display: block; width: 200px; text-shadow: 1px 1px 0 #363636; }
table.leftNav th a:hover { color: #FFFFFF; }

ul.leftNav { display: block; padding: 0 0 0 7px; margin: 0; list-style: none; }
ul.leftNav li { display: block; position: relative; }
ul.leftNav li.head { padding: 6px 3px !important; text-align: center; font-weight: bold; }
ul.leftNav li.indent a { padding: 0 0 0 12px; width: 150px; }
ul.leftNav li.indent ul li a { padding: 0 0 0 5px; width: 157px; }
ul.leftNav li a { display: block; width: 175px; line-height: 21px; padding-left: 5px; border-bottom: 1px dotted #FFFFFF; font-family:Verdana, Geneva, sans-serif; text-decoration:none; color:#C40B15; }
ul.leftNav li a:hover { background-color: #8F8F8F; color: #FFFFFF; font-weight: bold; }

/*ul.leftNav li.subNav { background: transparent url("http://www.refurbups.com/template/2011/images/nav-expand.gif") no-repeat 156px 10px; }*/
ul.leftNav li.subNav ul  { position: absolute; left: -9999px; top: 0px; border: 1px solid #FFFFFF; margin: 0; padding: 0; list-style: none; z-index: 100; }
ul.leftNav li.subNav ul li { position: relative; padding: 0; margin: 0; background: #DCDCDC; }
ul.leftNav li.subNav ul li.indented { padding: 0 0 0 12px; }
ul.leftNav li.subNav ul li:last-child a { border-bottom: 5px solid #ba2129; }
/*ul.leftNav li.subNav:hover ul { display: block; }*/

.on-top { z-index: 10000; }
