﻿@charset "utf-8";
/* DEFAULT Version 1.4 (December 2009) :::::::::::::::::::::::::::::::::::: */
/* Please DO NOT EDIT. Site styles should be specified in other stylesheets */

/*____________________________________________________________________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:bold; line-height:1.2;}
h1 								{font-size:2.0em; margin-bottom:0.67em;}
h2 								{font-size:2.5em; margin-bottom:0.75em;}
h3 								{font-size:1.17em; margin-bottom:0.3em;}
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:2.0em;}
ul, ol, dd 						{margin-left:40px;}
ol ul, ul ol, ul ul, ol ol	    {margin-top:0; margin-bottom:0;}

li, dt							{margin-bottom:0.3em;}

sup {
	position:relative;
	bottom:0.5em;
	vertical-align:baseline;
	font-size:0.71em;
	}

sub {
	position:relative;
	bottom:-0.5em;
	vertical-align:baseline;
	font-size:0.71em;
	}


/*___________________________________________________________COMMON CLASSES */
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
img.floatleft {
	margin:0 20px 0.5em 0;
	}
img.floatright {
	margin:0 0 0.5em 1.0em;
	}
div.clear {
	clear:both;
	font-size:0;
	}
div.hr {
	border-top:1px solid #000000;
	height:0;
	margin-bottom:1.5em;
	}
div.hr hr {
  display: none;
}
ul.plain {
	list-style-type:none;
	margin-left:0;
	}


/*---------------------------------------------------------------- CLEARFIX */
/* http://www.webtoolkit.info/css-clearfix.html
    http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-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 2009-10 */
	}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*-------------------------------------------------------------- PEPPERNECK */
.designedby {
	background:url(/images/layout/designedby.gif) 0 0 no-repeat;
	position:relative;
	float:right;
	display:block;
	width:142px;
	height:0;
	padding:28px 103px 0 0;
	overflow:hidden;
	}
.designedby a {
	background:url(/images/layout/peppernecklogosprite.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:89px;
	height:0;
	padding-top:28px;
	overflow:hidden;
	}
.designedby a:hover {
	background-position:0 -28px;
	}
