@charset "utf-8";
/* CSS Document */

/*universal reset*/
* {
	padding:0;
	margin:0;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	float:right;
	margin-right:18px;
	height:36px;
	margin-top:-20px;
	background-image: url(http://www.chimneyking.com/images/site/nav/navbar-bg.png);
	background-repeat: repeat-x;
	background-position: center;
}

#navbar .inbar {
	display:block;
	height:36px;
	background-image: url(http://www.chimneyking.com/images/site/nav/right-round.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left:-4px;
	margin-right:-3px;
}

#navbar ul, #navbar ul li {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px; 
} 

#navbar ul {
	background-image: url(http://www.chimneyking.com/images/site/nav/left-round.png);
	background-repeat: no-repeat;
	background-position: left center;
} 

#navbar ul li {
	float:left;
	display:block;
	line-height:36px;
} 

#navbar ul li a {
	color:#403e32;
	text-decoration:none;
	font-weight:bold;
	display:block;
	cursor:hand;
} 

#navbar ul li a span {
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:18px;
	cursor:hand;
}

#navbar .navhome a, #navbar .navhome a:hover {
	background:url(http://www.chimneyking.com/images/site/nav/a-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
	cursor:hand;
} 

#navbar .navhome a span, #navbar .navhome a:hover span {
	color:#FFFFFF;
	background:url(http://www.chimneyking.com/images/site/nav/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px; 
	cursor:hand;
} 

#navbar ul li a:hover {
	background:url(http://www.chimneyking.com/images/site/nav/ahover-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
	cursor:hand;
} 

#navbar ul li a:hover span {
	background:url(http://www.chimneyking.com/images/site/nav/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px; 
	cursor:hand;
}

/************************************************
*	Left-Nav      								*
************************************************/

#left_nav_container {
	float:left;
	width:160px;
	margin-top:20px;
	margin-left:15px;
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
}

#left_nav {
	float: left;
	font: normal 12px "Lucida Grande", "Lucida Sans", Tahoma, san-serif;
}

#left_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left_nav li {
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
} 

#left_nav a {
	display: block;
	width: 152px;  
	color: #403e32;
	margin: 0; 
	padding: 4px;
	text-decoration: none;
}

#left_nav a:hover {
	background-color: #eff5fb;
}

#left_nav a span {
	float: left;
	color: #363e5a;
}

#left_nav a.selected {
	background: url(http://www.chimneyking.com/images/site/nav/leftnav_bg_selected2.gif);
	color: #000;
	font-weight: bold;
}
