/*
	Site: Kurkov.com
	Owner: Kurkov Construction, LLC.
	Designer: BrainEacts Internet Consultants
	
	File: Site CSS File
	Date: 12/22/2007
	Last Updated: -----
	---------------------------------------------
	
	Table of Contents
	
	1. Fonts
	2. Links
	3. Menus
*/

/* 1. ***************************** Fonts *****************************/
.sub, .sub_bold { color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.sub_bold { font-weight: bold; text-transform: uppercase; }
#footer {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 10px;
}


/* 2. ***************************** Links *****************************/
A:link, A:visited { color: #333; font-size: 11px; font-weight: bold; text-decoration: none; }
A:hover { font-size: 11px; text-decoration: underline; }

#sub A:link, #sub A:visited { color: #333; font-size: 10px; font-weight: bold; text-decoration: none; }
#sub A:hover { font-size: 10px; text-decoration: underline; }

#footer A:link, #footer A:visited, #footer A:hover { color: #006633; font-weight: normal; }
		

/* 3. ***************************** Menus *****************************/

#nav ul { text-align: center; clear: left; }
#nav ul li, #nav ul li#selected, #nav ul li a , #nav ul li#selected a{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 34px;
}
#nav ul li#selected, #nav ul li a, #nav ul li#selected a {
	background: #bf322a url(../img/tab_on.gif) bottom left no-repeat;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	width: 88px;
	line-height: 25px;
}
#nav ul li a { background: #e2dbbe url(../img/tab_off.gif) bottom left repeat-x; color: #8f7749; }
#nav ul li a:hover { background-color: #bf322a; color: #fff; }

#subnav ul { text-align: center; clear: left; list-style: none; }
#subnav ul li, #subnav ul li#subnav-selected, #subnav ul li a {
	background: url(../img/sub_nav_fade.jpg) bottom left no-repeat;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 31px;
}
#subnav ul li#subnav-selected, #subnav ul li a {
	color: #bf322a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	width: 196px;
	line-height: 27px;
}
#subnav ul li a { color: #fff; }
#subnav ul li a:hover { color: #bf322a; }


