@charset "utf-8";
/* Point of Rental System */

body
{
	background: #000000 url(images/bg_top.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 13px; 
	font-weight: normal;
	
}
img

{
	border: 0;
}

a
{
	color: #009F59;
	text-decoration: none;
	padding: 0;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

h1
{
	padding: 0px;
	margin:  0px;
	font-family: Arial;
	font-size: 22px;
	color: #009E5B;
	font-weight: bold;
}

h2
{
	padding: 0px;
	margin:  0px;
	font-family: Arial;
	font-size: 18px;
	color: #009E5B;
	font-weight: bold;
}

h3
{
	padding: 0px;
	margin:  15px 0 3px 0;
	font-family: Arial;
	font-size: 14px;
	color: #009E5B;
	font-weight: bold;
}

ul
{
        margin: 0 0 0 -40px;
        *margin: 0 0 0 0;
}

li
{
	padding: 0;
	margin: 0 0 0 15px;
	line-height:  18px;
	padding-left: 16px;
	padding-right: 2px;
}

.industry-bg
{
	background: url(images/table_bg.jpg) no-repeat;
	width: 182px;
	height: 182px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.industry-bg a
{
	color: #333333;
	text-decoration: none;
	padding: 0;
}
.industry-bg a:hover
{
	color: #009F59;
	text-decoration: none;
}

#navleft
{
	background:url(images/top_nav_left.png);
	width: 10px;
	height: 42px;

}
#navright
{
	background: url(images/top_nav_right.png);
	width: 10px;
	height: 42px;
}

#nav-bg
{
	background: url(images/top_bg_center.jpg) repeat-x;
}

.rp_bottom
{
	background: url(images/rp_bottom.jpg) no-repeat;
}

.rp_center
{
	background: url(images/right_nav_center.jpg) repeat-y;
}

.rp_top
{
	background: url(images/rp_top.jpg) no-repeat top;
	height: 7px;
	padding: 5px 1px;
}

.cp_tc
{
	background: url(images/cp_tc.jpg) repeat-x;
	height: 7px;
}	

.cp_tl
{
	background: url(images/cp_tl.jpg) no-repeat;
	width: 7px;
	height: 7px;
}	

.cp_tr
{
	background:  url(images/cp_tr.jpg) no-repeat;
	width: 7px;
	height: 7px;
}	

.cp_bc
{
	background: url(images/cp_bc.jpg) repeat-x;
}	

.cp_bl
{
	background: url(images/cp_bl.jpg) no-repeat;
	height: 7px;
	width: 7px;
}	

.cp_br
{
	background: url(images/cp_br.jpg) no-repeat;
	height: 7px;
	width: 7px;
}	

.title
{
	background: url(images/title-bg.jpg) no-repeat;
	margin: 0;
	height: 38px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	overflow: hidden;
	vertical-align: top;
}

.review
{
	
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color:#000000;
	padding: 0 5px;
	text-align: left;
}

.service_text
{
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	padding: 0 5px;
}

.topnav 
{	
	
	margin: 0 ;
	padding: 0;
	list-style: none;
	text-transform: none;
}

.topnav li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#CCCCCC;
	overflow: hidden;	
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

.topnav li a
{
	color:#FFFFFF; 
	padding: 10px 10px;
	line-height:38px;
	border-right: 1px  #005D3A solid;
	text-decoration: none;
}

.topnav li a:hover, .topnav li .selected
{
	color: #000000;
	text-decoration: none;
}

.topnav li a#rightmost
{
	border: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index: +1000;
/*background-color: #979389;*/
background-color:#039D59;
visibility: hidden;
text-align: left;
min-width: 120px;
border: solid 1px #333333;
}
.dropmenudiv a{
margin-top: 0px;
width: auto;
display: block;
border-bottom: 1px dotted  #666666; /*THEME CHANGE HERE*/
padding: 0 5px;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
z-index: +1000;
background: url(images/submenu-bg.jpg) repeat-x;
line-height: 25px;
padding-left: 18px;
}

* html .dropmenudiv a
{ /*IE only hack*/
	width: 30%;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	background: url(images/submenu-hover.jpg) no-repeat left;
	color: #000;
	z-index: +1000;
}
/* MENUS END HERE */

.cat-title
{
	background: url(images/customer_reviews.jpg) repeat-x;
	line-height: 29px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}
.left-nav
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.left-nav li
{
	padding: 0 0px 0 16px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	line-height: 28px;
	border-bottom: dotted 1px #999999;
	background: url(images/nav-arrow.png) no-repeat left center;
}
.left-nav li a
{
	color: #333333;
	text-decoration: none;
}
.left-nav li a:hover, .left-nav li a.selected
{
	color: #019D5B;
	text-decoration: none;
}


.contact-box
{
	border: solid 1px #CCCCCC;
}
.contact-box th
{
	background: #009F59;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.contact-box td
{
	border: dotted 1px #dddddd;
}


#footer
{
	background:url(images/footer.jpg) repeat-x;
	padding: 10px 0 3px 0;
	height:67px;
	color:#999999;
	font-size: 11px;
	line-height: 15px;
}

#footer a
{
	text-decoration: none;
	color: #009F59 ;
	padding: 0 4px;
}
#footer a:hover
{
	color:#ffffff;
	text-decoration: underline;
}

/*Top Slider Css*/

#slider
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:-2px;
	margin-top:15px;
	padding-top:20px;
}

#slider li
{
	list-style:none;
	background:none;
}

.roundabout-holder {
				list-style: none;
				width: 880px;
				text-align: left;
				margin: 0px 0px 0px 0px;
			}
			
			.bg{ background:url(images/bg.jpg) no-repeat; width:968px; height:172px;}
			
			.roundabout-moveable-item {
				height: 18em;
				width: 11em;
				cursor: pointer;
			}
			
			.roundabout-moveable-item img {
				width: 100%;
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			
			#filler {
				text-align: center;
				height:20px;
				position:absolute;
				top:290px;
				width:962px;
				margin:0px auto;
				margin-left:4px;
				background-color:#333333;
				color:#fff;
			}
