/* Style Sheet for Cattail Soapworks Site */

/* Body */

body
{
	background-color: #BD3400;
	font-family: arial;
}

/* Global Navigation */

ul.tabs
{
	display: block;
	border-bottom: 2px solid black;
	list-style-type: none;
	padding-bottom: 34px;
}

ul.tabs li
{
	float: left;
	height: 21px;
	background-color: #FCB31C;
	margin: 12px 1px 0 1px;
	border: 1px solid black;
	font-size: 12px;
	padding-left: 0px;
}
ul.tabs li.tabSelected
{
	border-bottom: 0;
	padding-bottom: 2px;
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px;
}
ul.tabs li.tabSelected a:hover
{
	color: #0F1118;
	background-color: #FFFFCC;

}
ul.tabs a:link, ul.tabs a:visited, ul.tabs a:active
{
	float: left;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 12px;
	color: #0F1118;
}
ul.tabs a:hover
{
	color: #0F1118;
	background-color: #FFCC66;
	font-size: 12px;
}

/*Local Navigation*/

.menu {	
	font-size: 12px;	
	font-weight: bold;	
	float: left;	
	margin-left: 5px;	
	margin-top: 15px;	
	padding: 5px;
	width: 150px;	
	background-color: #FFFFCC;	
	border: 1px solid black;
	line-height: 1.5em;		
	color: #0F1118;	
	}

/*Content*/

.title 
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.content {
	color: black;
	font-family: arial;
	font-size: small;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5 px;
	padding-left: 5px;
	margin-left: 24%;	
	}
	
	/*Footer Styles*/
	
	.firstFooter
	{
		font-family: arial;
		font-size: small;
		text-align: center;
		color: black;
		background-color: #FFFFCC;
		}
	
	.footer
	{
		font-family: arial;
		font-size: x-small;
		text-align: center;
		color: black;
		background-color: #FFCC33;
		}
