/* CSS Document */

* {
	outline:none;
}

#sitemap_wrapper {
	background:#3A3B3B none repeat scroll 0 0;
	display:none;
	position:absolute;
	width:100%;
	z-index:999;
}

#sitemap {
	height:210px;
	margin:0 auto;
	text-align:left;
	width:960px;
	padding-top:20px;
	padding-bottom:10px;
	
}
#sitemapout {
	height:10px;	
	}
.home #sitemap {
	width:auto;
}

#sitemap_close {
	margin-left:5px;
	position:absolute;
	top:0;
}

#sitemap_close img {
	border:0 none;
}

#nav {
	list-style:none;
	margin:5px 0 0;
	padding:0;
	position:relative;
}

#nav li.kwick_menu {
	display:block;
	float:left;
	margin-right:50px;
	overflow:hidden;
	text-align:left;
	width:120px;
}

#nav ul {
	list-style:none;
}

#nav ul li {}

#nav ul li a {
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	color:#CCCCCC;
	display:block;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	text-transform:uppercase;
}

#nav ul li a:hover {
	background:#9D0019;
	color:#FFFFFF;
}

#nav ul ul {
	margin:5px 0 15px;
}

#nav ul ul li {
	line-height:15px;
}

#nav ul ul li a {
	border:0 none;
	color:#999999;
	display:inline;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:none;
}

#nav ul ul li a:hover {
	background:#9D0019;
	color:#FFFFFF;
}

.col {
	height:190px;
	padding:10px;
	width:300px;
}

#nav li.active .col {
	background:#454545 none repeat scroll 0 0;
}

.col .col_nav {
	float:left;
	width:120px;
}

.col .col_info {
	background:#CCCCCC none repeat scroll 0 0;
	color:#333333;
	display:none;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	float:right;
	padding:10px;
	width:140px;
}

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	float:left;
}

.right {
	float:right;
}
