@import url("istyling.css");

* {
	margin:0;
	padding:0;
	}
img {border:none;}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#16171c;
	background:#191815 url(../images/body-bg.jpg) repeat-x;
	padding:0px;
	}
.mainarea {
	width:975px;
	margin:auto;
	}
.space {
	padding:0px;
	}
.width {
	width:100%;
	}
#header{
	height:140px;
	overflow:hidden;
	}
	.logo {
		float:left;
		width:450px;
		}
	.logo img {
		margin:16px 0px 0px 18px;
		}
#topmenu {
	background:#e9e9e9 url(../images/topmenu-bg.jpg) repeat-x;
	}
.topmenu-left {
	background:url(../images/topmenu-left.jpg) no-repeat left top;
	}
.topmenu-right {
	background:url(../images/topmenu-right.jpg) no-repeat right top;
	height:64px;
	}
.topmenu {
	padding:10px 15px;
	overflow:hidden;
	}
.menu-nav {
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	}
.menu-nav li{
	float:left;
	margin-right:5px;
	display:block;
	}
.menu-nav li a, .menu-nav li a:visited{
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	display:block;
	padding:11px 12px;
	text-decoration:none;
	}
.menu-nav li a:hover,.menu-nav li a.active {
	color:#333;
	}
#banner {
	height:287px;
	overflow:hidden;
	margin:15px 0px;
	}
#banner .space {
	padding:0px 17px 0px 17px;
	}
#wrapper {
	background:#fff;
	}
#wrapper .width{
	overflow:hidden;
	}
.wrapper-left {
	background:url(../images/wrapper-left.jpg) no-repeat left bottom;
	}
.wrapper-right {
	background:url(../images/wrapper-right.jpg) no-repeat right bottom;
	}
.wrapper{
	background:url(../images/wrapper-bg.jpg) repeat-x;
	}
.wrapper .space {
	padding:35px 25px 20px 25px;
	}
#leftside {
	float:left;
	width:256px;
	}
#leftside .space {
	padding:0px 20px 0px 0px;
	}
#rightside {
	float:right;
	width:256px;
	}
#rightside .space {
	padding:0px 0px 0px 20px;
	}
	#leftmenu{
		margin:0px 0px 0px 0px;
		}
	#leftmenu .first{
		background:#9a9a9a url(../images/box-bg.jpg) repeat-y;
		padding:0px 0px 0px 0px;
		}
	#leftmenu .sec{
		background:url(../images/box-top.jpg) no-repeat top left;
		padding:0px 0px 0px 0px;
		}
	#leftmenu .third{
		background:url(../images/box-bottom.jpg) no-repeat bottom left;
		padding:0px 0px 0px 0px;
		}
	#leftmenu .box-indent {
		padding:15px 0px;
		}
	#leftmenu h3 {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:20px;
		font-weight:bold;
		color:#fff;
		padding:0px 0px 15px 20px;
		}
	#leftmenu .indent {
		padding:0px 1px 10px 20px;
	}
	.menu-left {
		list-style:none;
		list-style-type:none;
		list-style-position:outside;
		margin:0px;
		}
	.menu-left li {
		display:block;
		margin-bottom:3px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		}
	.menu-left li a, .menu-left li a:visited {
		background:#6b6a6a url(../images/menu-li.jpg) no-repeat;
		padding:7px 10px 6px 25px;
		display:block;
		text-decoration:none;
		color:#eee;
		}
	.menu-left li a:hover, .menu-left li a.active {
		background:#434242 url(../images/menu-li-active.jpg) no-repeat;
		color:#FFF;
		}
/*------------Box Gray-------------*/
.box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	}
.gray, .light {
	padding:0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}
.gray .first{
	background:url(../images/gray-box-bg.jpg) repeat-y;
	padding:0px 0px 0px 0px;
	}
.gray .sec{
	background:url(../images/gray-box-top.jpg) no-repeat left top;
	padding:0px 0px 0px 0px;
	}
.gray .third{
	background:url(../images/gray-box-bot.jpg) no-repeat left bottom;
	padding:0px 0px 0px 0px;
	}
.gray .box-indent {
	padding:5px 20px 20px 20px;
	}
.gray h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	padding:2px 0px 15px 30px;
	}
.gray .indent {
	background:#fff;
	padding:12px 5px 20px 10px;
}
.gray p {
	color:#666;
	line-height:18px;
	font-size:13px;
}
.gray a, .gray a:visited {
	color:#3CF;
	text-decoration:none;
	}
.gray a:hover {
	text-decoration:underline;
	}

/*------------Box Light Gray-------------*/
.light .first{
	background:url(../images/lightgray-box-bg.jpg) repeat-y;
	padding:0px 0px 0px 0px;
	}
.light .sec{
	background:url(../images/lightgray-box-top.jpg) no-repeat left top;
	padding:0px 0px 0px 0px;
	}
.light .third{
	background:url(../images/lightgray-box-bot.jpg) no-repeat left bottom;
	padding:0px 0px 0px 0px;
	}
.light .box-indent {
	padding:5px 20px 20px 20px;
	}
.light h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#494949;
	padding:2px 0px 15px 30px;
	}
.light .indent {
	background:#fff;
	padding:12px 5px 20px 10px;
}
.light p {
	color:#666;
	line-height:18px;
	font-size:13px;
}
.light a, .light a:visited {
	color:#3CF;
	text-decoration:none;
	}
.light a:hover {
	text-decoration:underline;
	}
	
/*------------Body Container-------------*/
.container {
	overflow:hidden;
	height:1%;
	}
.container .space {
	padding:0px 0px 20px 10px;
	}
.detail .space {
	padding:0px 10px 20px 0px;
	}
.detail h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	}
.detail h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 15px 0px;
	}
.viewmap{
	width:100%;
	margin-top:35px;
	}
#top {
	color:#92918d;
	font-size:12px;
	height:30px;
	padding-top:5px;
	overflow:hidden;
	}
.toplink {
	text-align:right;
	color:#92918d;
	float:right;
	width:320px;
	overflow:hidden;
	}
.toplink a, .toplink a:visited{
	color:#92918d;
	text-decoration:none;
	padding:0px 5px;
	}
.toplink a:hover{
	text-decoration:underline;
	}

.here {
	color:#92918d;
	float:left;
	width:620px;
	overflow:hidden;
	}
.here a, .here a:visited{
	color:#92918d;
	text-decoration:none;
	padding:0px 2px;
	}
.here a:hover{
	text-decoration:underline;
	}
#footer {
	color:#CCC;
	text-align:center;
	font-size:12px;
	margin:10px 0px 20px 0px;
	}
#footer a{
	color: white;
	font-weight:bold;
	text-decoration: none;
	}
#regform{
	width:450px;
	margin:15px 0px;
	}
#regform input {
	line-height:24px;
	padding:1px 4px 3px 4px;
	}
select.reg {
	width:150px;
}
.labels {
	width:100%;
	overflow:hidden;
	margin-bottom:6px;
	}
.fields, .values {
	float:left;
	}
.fields {
	width:160px;
	}
/*------------Company Profiles----------*/
.company {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	
	}
.company h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#3d3e41;
	padding:0px 0px 15px 0px;
	display:block;
	border-bottom:1px solid #CCC;
	}
.company a, .company a:visted {
	color:#3d3e41;
	}
.company a:hover {
	color:#000;
	}
.company .indent {
	padding:5px 7px 0px 10px;
	}
.companylogo {
	float:left;
	width:200px;
	overflow:hidden;
	}
.companylogo img {
	margin:0px 0px 0px 0px !important;

}

.description{
	padding:0px 0px 0px 15px;
	overflow:hidden;
	}
.details {
	width:100%;
	margin-bottom:25px;
	}
.links {
	width:100%;
	margin-bottom:5px;
	}
.links-l {
	float:left;
	}
.links-r {
	float:right;
	}
.links li{
	display:block;
	float:left;
	margin-right:1px;
	height:32px;
	list-style:none;
	}
.links li a {
	display:block;
	text-decoration:none;
	padding-top:3px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	}
.website {
	background:url(../images/button-light-l.jpg) no-repeat;
	text-align:right;
	padding-right:15px;
	width:85px;
	}
.contact {
	background:url(../images/button-dark-r.jpg) no-repeat;
	text-align:left;
	padding-left:15px;
	width:85px;
	}
.map {
	background:url(../images/button-dark-l.jpg) no-repeat;
	text-align:right;
	padding-right:25px;
	width:75px;
	}
.tour{
	background:url(../images/button-light-r.jpg) no-repeat;
	text-align:left;
	padding-left:25px;
	width:75px;
	}
.website a, .tour a,.website a:visited, .tour a:visited  {
	color:#7a7a7a;
	}
.contact a, .map a, .contact a:visited, .map a:visited  {
	color:#FFF;
	}
.website a:hover, .tour a:hover{
	color:#000;
	}
.contact a:hover, .map a:hover{
	color:#606060;
	}
.cbl{
	background:url(../images/bor-left.jpg) repeat-y left top;
	}
.cbr{
	background:url(../images/bor-right.jpg) repeat-y right top;
	}
.cbt{
	background:url(../images/bor-top.jpg) repeat-x top left;
	}
.cbb{
	background:url(../images/bor-bottom.jpg) repeat-x bottom left;
	}
.cctl{
	background:url(../images/con-top-left.jpg) no-repeat left top;
	}
.cctr{
	background:url(../images/con-top-right.jpg) no-repeat right top;
	}
.ccbl{
	background:url(../images/con-bottom-left.jpg) no-repeat bottom left;
	}
.ccbr{
	background:url(../images/con-bottom-right.jpg) no-repeat bottom right;
	}
.equal{
	padding:20px;
	}
.hidden { display: none; }
 .unhidden { display: block; }
/* Catagory view page*/
.company-cat {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	
	}
