/*----------------------------------*/
/*-Gorilla Equipment Rentals--------*/
/*-Created by Ace Computer Graphics-*/
/*----------------------------------*/

*{
	margin: 0; 
	padding: 0;
}

.orange{
	color: #e9b320;
	font-size: 13px;
	font-weight: bold;
}

.largeType{
	font-size: 14px;
	font-weight: bold;
}

.mediumType{
	font-size: 14px; 
	font-weight: normal;
}

a{
	color: #fff;
	text-decoration: none;
}

#leftNav a:hover, #footer a:hover{
	color: #e9b320;
	border-bottom: 1px dashed #e9d320;
}

a img{border: none;}

p{
	margin-bottom: 30px;
}

ul{
	margin-top: -30px;
	list-style-type: none;
}

h1{text-indent: -9999px;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #c4c4c4 url('../images/bg.gif') repeat top left;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
}

#container{
	width: 950px;
	height: auto;
	float: left;
	border-right: 3px solid #e9b320;
	margin: 0;
	background: url('../images/content_bg.jpg') repeat-y top left;
}

#top{
	width: 950px;
	height: 63px;
	background: url('../images/top.jpg') no-repeat top left;
	float: left;
}

#left{
	width: 192px;
	height: 538px;
	background: url('../images/left_bg.jpg') no-repeat top left;
	float: left;
}

#leftNav{
	width: 162px;
	height: auto;
	position: absolute;
	padding-top: 60px;
	top: 63px;
	left: 30px;
}

body > div#container > div#left > div#leftNav{ position: fixed; }

#right{
	width: 708px;
	height: auto;
	background: url('../images/right_bg.jpg') no-repeat top left;
	float: left;
	padding: 35px 0 0 50px;
}

.category{
	width: 638px;
	height: auto;
	float: left;
	background: url('../images/category_bg.jpg') no-repeat top left;
	margin: 40px 0 0 -10px;
	padding-left: 10px;
	position: relative;
	display: inline;
}

.category div p{
	position: absolute;
	top: 0px;
	left: 10px;
	line-height: 26px !important;
	line-height: 24px;
	vertical-align: middle;
}

.category ul{
	float: left;
	width: 212px;
	height: auto;
	margin: 35px 0;
}

#footer{
	clear: both;
	font-size: 11px;
	padding: 40px 0 10px 242px;
}