/*-----------------------------------------------------------------------------
Slider Style Sheet 
Author: Aryan Twanju ~ (surfaryan@gmail.com)	
website: http://www.riseofaryan.com/
Business Name: Crystal Limousines
url:http://www.crystallimousines.com/
Coded For: wServe ~ {http://www.wserve.com}
-----------------------------------------------------------------------------*/


		
#heading {
	display: block;
	text-align: center;
	/*margin-bottom: 1em;*/
	}

#heading * {
	color: #8e6b00;
	display: inline;
	user-select: none;
	cursor: pointer;
	}

#heading li {
	background: url(../images/menu-nav-bg.jpg) no-repeat left top;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	display: inline;
	height: 41px;
	margin: 0 8px 0 0;
	padding: 11px 0 0 0;
	text-align: center;
	width: 106px;
	}
	
	#heading li.NoMargin {
		margin: 0;
		}

#heading li:hover,
#heading li.active {
	background: url(../images/menu-nav-bg.jpg) no-repeat left bottom;
	color: #c30000;
	display: inline;
	}

#panes {
	text-align: justify;
	border-style: none;
	}

.pane {
	/*background: url(../images/menu-page-bg.jpg) repeat-y center top;*/
	}

#panes div div {
	overflow: hidden;
	}