/*

Title: Swoosh's Universal Stylesheet
Creator: Jerry Harrison (jerry@swooshweb.com)
Licensor: Swoosh, LLC - 2011
Version: 0.1

*/

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.nomargin {
	margin:0px;
}

.nopadding {
	padding:0px;
}

.clearfix {
	clear:both;
	height:0px;
	margin:0px;
	visibility: hidden;
	padding:0px;
	display: inline-block;
}

.clear {
	clear:both;
}

.uppercase {
	text-transform:uppercase;
}

.underline {
	text-decoration:underline;
}

.font-16 {
	font-size:16px;
}

.font-14 {
	font-size:14px !important;
}

.font-13 {
	font-size:13px !important;
}

.font-12 {
	font-size:12px !important;
}

.font-11 {
	font-size:11px;
}

.font-bold {
	font-weight:bold;
}

.font-italic {
	font-style:italic;
}

.font-10 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size:10px;
	color:#666766;
}


/* constants */

#sepper {
	background-color:#54351e;
	width:2px;
	display:block;
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
}

.clearit {
	clear:both;
}

.spacer10 {
	display:block;
	height:10px;
}

.spacer20 {
	display:block;
	height:20px;
}

.spacer30 {
	display:block;
	height:30px;
}