@charset "utf-8";
/* DEFAULT Version 1.1 (October 2009) */


/*____________________________________________________________________RESET */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,
p,th,td,caption,hr {
	margin:0;
	padding:0;
	font-size:1.0em;
	text-align:left;
	}
fieldset,img,abbr,acronym {
	border:none;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
a,object {
	outline:none;
	}
img, object {
	vertical-align:bottom;
	}


/*__________________________________________________________DEFAULT SPACING */
h1, h2, h3, h4, h5, h6		{font-weight:bolder; line-height:1.2;}
h1 								{font-size:2.0em; margin-bottom:0.67em;}
h2 								{font-size:1.5em; margin-bottom:0.75em;}
h3 								{font-size:1.17em; margin-bottom:0.83em;}
h4 								{font-size:1.0em; margin-bottom:1.12em;}
h5 								{font-size:0.83em; margin-bottom:1.5em;}
h6 								{font-size:0.75em; margin-bottom:1.67em;}

p 									{margin-bottom:1.12em;}

ul, ol, dl, fieldset			{margin-bottom:1.12em;}
ul, ol, dd 						{margin-left:40px;}
ol ul, ul ol, ul ul, ol ol	{margin-top:0; margin-bottom:0;}


/*___________________________________________________________COMMON CLASSES */
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
div.clear {
	clear:both;
	font-size:0;
	}

/*______________________________http://www.webtoolkit.info/css-clearfix.html */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/*/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix {
	display: inline-block;
	padding-bottom:0.01px; /* Firefox float margin bug fix by Chris Wilsdon */
	}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*-------------------------------------------------------------- PEPPERNECK */
.designedby {
	background:url(/images/layout/designedby.png) 0 0 no-repeat;
	float:right;
	display:block;
	width:103px;
	padding-left:142px;
	}
.designedby a {
	background:url(/images/layout/peppernecklogosprite.png) 0 0 no-repeat;
	float:right;
	width:89px;
	height:0;
	padding-top:28px;
	overflow:hidden;
	}
.designedby a:hover {
	background-position:0px -28px;
	}