/* MAIN CSS RESET
------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* TYPEOGRAPHY
------------------------------------------------------------------------------- */
	/* MAIN
	--------------------------------------------------------------------------- */
	body {
		font-family:  Arial, Verdana, Helvetica, sans-serif;
		line-height: 1.4; /* Unitless for proper inheritance */
		color: #464646;
	}

	/* The top one is for IE: The percentage is of 16px (default IE text size)
	   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
	   The second value is what all other browsers see (the wanted font size). */
	body          { font-size: 75%; }	/* IE */
	html > body   { font-size: 12px; }		/* Other browsers */

	/* HEADERS
	--------------------------------------------------------------------------- */
	h1,h2,h3,h4,h5,h6 { font-weight: normal; }
	
	h1 { font-size: 1.8em; color: #141414; font-family: Myriad Pro, Arial, Helvetica,  Verdana, Sans-Serif;}
	h2 { font-size: 1em; font-weight:bold; font-family: Arial, Helvetica, Verdana, Sans-Serif;}
	h3 { font-size: 1.2em; color: #fff; padding:10px 0 2px 0; font-family: Arial, Helvetica, Verdana, Sans-Serif;}
	h4 { font-size: 1.6em; }
	h5 { font-size: 1em; font-weight:bold; font-family: Arial, Helvetica, Sans-Serif;}
	h6 { font-size: 1.6em; }
	
	h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: underline; }
	h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { text-decoration: underline; }
	
	
	#top_menu a, #top_menu span{
		color: #1c1c1c;
		font-size: 0.916em; 
		font-weight: bold;
	}
	
	#main_nav {
		font-size: 0.916em; 		
	}
	#main_nav a {
		text-decoration: none;
	}
	#breadcrumbs {color: #1c1c1c; font-size: 0.916em;}
	#breadcrumbs span{font-weight:bold;}
	
	
	#left_menu a, .spot_form a, #ul_ofta a, #ul_ofta label{font-size: 0.916em;}
	#left_menu a {color: #fff;}

	.input_font {font-size: 0.916em;}
	
	#footer {color: #1c1c1c; font-size: 0.916em;}
	#footer span{font-weight:bold;}	
	
	.site_map_col a{color:#494949; font-size:0.75em;  font-family: Verdana, Arial, Helvetica, Sans-Serif;}
	
	
	
	/* FORMS
	--------------------------------------------------------------------------- */
	label     { font-weight: bold; }
	
	/* ELEMENTS
	--------------------------------------------------------------------------- */
	p				{ margin: 0 0 1em 0; }
	p.last			{ margin-bottom:0; }
	p img,
	.para			{ float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
	p img.top,
	.para img.top	{ margin-top:0; } /* Use this if the image is at the top of the <p>. */

	ul, ol			{ margin: 0 0 1.5em 1.5em; }
	ol				{ list-style-type: decimal; }
	dl				{ margin: 0.7em 0 0 0; }
	dl dt			{ font-weight: bold; display: inline; }
	dl dd			{ display: inline; }

	a				{ color: #252525; text-decoration: underline; outline: none; }
	a:hover			{ color: #252525; text-decoration: underline; }
	a img			{ border: 0; }

	blockquote		{ margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
	strong			{ font-weight: bold; }
	em				{ font-style: italic; }
	pre				{ margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
	code			{ font:0.9em Monaco, monospace; }

	/* Use this to create a horizontal ruler across a column. */
	hr {
	  background: #fff; 
	  color: #fff;
	  clear: both; 
	  float: none; 
	  width: 100%; 
	  height: 0.1em;
	  margin: 0 0 1.4em 0;
	  border: none; 
	}
	* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */