

/*--------------------------------------------------

	Client: SpecialK
	
	This stylesheet is used to reset all browsers
	built in styles on HTML elements. Please
	manage site specific styles in the specific
	stylesheet.
	
	REMEMBER TO KEEP IT CLEAN, EASY TO READ,
	AND IN THE DOCUMENT FLOW!
	
	Thanks!

--------------------------------------------------*/

body {
	background: #FFF;
	color: #333;
	font-family: "Arial", "Helvetica", Sans-Serif;
	font-size: 11px;
}

h1, h2, h3 { font-weight: normal; }
h1 { font-size: 30px; }

p, li {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3, p { margin: 0 0 10px; }

strong, b { font-weight: bold; }

sup {
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: super;
}

/*----- ID Level Elements -----*/

#container {
	margin: 10px auto;
	overflow: hidden;
	width: 980px;
}

/*----- Links -----*/

a {
	color: #333;
	text-decoration: none;
}

a.underline{
	text-decoration: underline;
}

a:hover { color: #F03; }

/*----- Global Classes -----*/

.center { text-align: center; }
.clear{ clear: both; }
.distext { display: none; }
.floatleft { float: left; }
.last { margin: 0 0 0 !important; }

.nindent {
	line-height: 0;
	text-indent: -10000px;
}

.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }

.text-hide{
	display: none;
}

/* For development only! */

.iefix {
	_position: relative;
	_overflow: hidden;
	_zoom: 1;
}