/*
|
| TITLE:	Rentatower Master Style Sheet
| AUTHOR:	Eric Shiarla, emshiarla@gmail.com	
| EMPLOYED:	Pendergraphics Design Group, http://www.pendergraphics.com 	
| 
| CREATED:	July 7th 2007
| MODIFIED: 	---------------
|
|
*/


html, body {
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: small;
	background-color: #000;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #1d1d1d url(../../images/bg-wrap.jpg) repeat-x top left;
	border: 1px solid #282828;
	border-top: none;
}


/* GLOBAL ELEMENTS
----------------------------------------------------*/
h1, h2, h3 {
	color: #fff;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 120%;
	text-transform: uppercase;
}

p, dl, table, ul, ol {
	color: #fff;
}

a {
	color: #B72227;
}

hr {
	margin: 0;
	color: #2F2F2F;
	background-color: #2F2F2F;
	height: 1px;
	border: none;
	clear: both;
}

/* GLOBAL CLASSES
----------------------------------------------------*/
.astates {
	font-size: 80%;
}

.callout {
	margin: 30px 0 0 0;
	padding: 0 10px 10px 10px;
	background-color: #2F2F2F;
	border: 2px solid #3F3F3F;
	border-left: none;
	border-right: none;
}

.callout h4 {
	margin: 8px 0 3px 0;
	color: #fff;	
}

.lcall {
	margin-bottom: 20px;
}

/* HEADER
----------------------------------------------------*/
#header {
	margin: 0;
	padding: 0;
}

#header img {
	margin: 0;
	padding: 0;
}

/* NAVIGATION
----------------------------------------------------*/
#mainNav {
	position: absolute;
	top: 134px;
	left: 350px;
	margin: 0;
	padding: 0;
	font-size: 100%;	
}

	#mainNav ul {
		float: left;
		margin: 0;
    	padding: 0;
	    list-style: none;
		z-index: 99;
		background: transparent url(../../images/bg-navborder.jpg) no-repeat top left;
    }
	
		#mainNav ul ul {
			display: none;
		}
		
			#mainNav ul ul li.level-2 ul, 
			#mainNav ul ul ul li.level-3 ul,
			#mainNav ul ul ul ul li.level-4 ul,
			#mainNav ul ul ul ul ul li.level-5 ul {
				display: none;
			}
		
		
		#mainNav ul li:hover ul {
			display: block;
		}		
		
			#mainNav ul ul li:hover ul,
			#mainNav ul ul ul li:hover ul,
			#mainNav ul ul ul ul li:hover ul,
			#mainNav ul ul ul ul ul li:hover ul {
				display: block;
			} 
			
		#mainNav ul ul {
			position: absolute;
			top: 100%;
			left: 0;
			width: 200px;
			margin: 0;
			padding: 0 0 5px 15px;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			background: #FF8F96 url(../../images/bg-subnav.gif) repeat-x top left;
			border: 2px solid #C32E34;
			border-bottom-width: 4px;
			border-right-width: 4px;
			opacity: .95;
			z-index: 99;
		}
		
	
			#mainNav ul ul ul{
				top: 0;
				left: 100%;
				border-left: 2px solid #fff;
			}	
	
	#mainNav li {
		position: relative;
    	float: left;
	    margin: 0;
		padding: 0;
		z-index: 99; /*  Important, without IE will mess up z-indexing. */		
    }
	
	#mainNav a {
		display: block;
		margin: 0;
		padding: 6px;
		color: #fff;
		text-decoration: none;
		background: transparent url(../../images/bg-navborder.jpg) no-repeat top right;
	}
	
		#mainNav li li a {
			margin: 3px 0;
			padding: 3px;
			width: 175px;
			color: #222;
			font-size: 90%;
			font-variant: normal;
			background: none;
			border-bottom: 1px solid #EF777F;
		}	
		
		#mainNav li li a:hover {
			background-color: #FF9FA7;
		}
	
	#mainNav a:hover {
		background-color: #1975FE;
	}
	

/*--[Current Parent Category]------*/
#mainNav li.cParent a {
	background-color: #1975FE;
}

/* BODY
----------------------------------------------------*/
#body {
	padding: 15px;
}

/* ADS
----------------------------------------------------*/
#ads {
	clear: both;
	margin: 25px 0;
	width: 870px;
	text-align: center;
}

#ads img {
	margin: 0 5px;
	border: none;
}

/* LISTINGS, TOWERS, BUSINESSES
----------------------------------------------------*/
img.towerPhoto, img.businessPhoto {
	float: left;
	margin: 0 25px 25px 25px;
}

dl.tower, dl.business {
	float: left;
	margin: 0;
	padding: 20px;
	width: 300px;
	background-color: #2F2C2C;
	border: 5px solid #2F2F2F;	
}

	dl.featured {
		color: #000;
		background-color: #F2EADD;
	}

.tower dt, .business dt {
	clear: left;
	float: left;
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: bold;
	width: 98px;
	height: 1%;
}

.tower dd, .business dd {
	float: left;
	margin: 0 0 7px 0;
	padding: 0 0 0 10px;
	width: 150px;
	height: 1%;
}

	.business dd {
		width: 225px;
	} 

dl.listings, img.listings {
	margin-top: 20px;
	margin-bottom: 20px;
}

#dircats {
	float: left;
	margin: 30px 20px 30px 0;
	padding: 0 5px;
	width: 185px;
	background-color: #2F2F2F;
	border: 2px solid #3F3F3F;
	border-left: none;
	border-right: none;
}

	#dircats ul {
		list-style: none;
		margin-top: 5px;
		padding: 0 0 0 15px;
	}
	
	#dircats li.current {
		margin: 5px 0;
	}
	
	#dircats li.current a {
		font-weight: bold;
		color: #BF777A;
		text-decoration: none;
	}
	
	#dircats h4,  #dircallout h4{
		margin: 8px 0 3px 0;
		color: #fff;
	}
	
#directory {
	float: left;
	width: 650px;
}


/* SEARCH
----------------------------------------------------*/
#search {
	margin: 30px 0;
	padding: 20px;
	color: #00347F;
	background: #5799fd url(../../images/bg-actionbox.jpg) repeat-x bottom left;
	border-top: 2px solid #277EFF;
	border-bottom: 2px solid #1973fa;	
}

#search label {
	display: block;
	font-size: 110%;
	font-weight: bold;
}

#search a {
	color: #00347F;
}

/* NEXT/PREVIOUS
----------------------------------------------------*/
.next-previous {
	clear: left;
	float: right;
	margin: 15px;
	padding: 10px 0 10px 0;		
	display: block;
}
	
	.next-previous ul {
		margin: 0 5px 0 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}
		
	.next-previous li {
		margin: 0;
		padding: 0;
		display: inline;
	}
		
	.next-previous a {
		padding: 3px 7px 5px 7px;
		font-size: 11px;
		color: #6F6F6F;
		text-decoration: none;
		border: 1px solid #6F6F6F;
	}
		
	.next-previous a:hover {
		color: #fff;
		background-color: #277EFF;
		border-color: #277EFF;
	}
		
	.next-previous li.current a {
		color: #fff;
		text-decoration: none;
		background-color: #277EFF;
		border: 1px solid #277EFF;
	}
	
	
	.next-previous li.spacer {
		padding: 3px 7px 5px 7px;
		font-size: 11px;
		color: #E4C295;
	}
	
/* FOOTER
----------------------------------------------------*/
#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 15px 0;
	width: 870px;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #2F2F2F;
}

#footer ul {
	list-style: none;
	text-align: center;
}

#footer li {
	margin: 0 5px;
	display: inline;
}
