/************************************************************************
	Title: #Project Title#
	Company: #Client#
	File: core.css

	CORE CSS-FRAMEWORK 
	============================
	
	Resets and formats basic HTML elements, providing a blank canvas to 
	build CSS styles on
	
	Author:		DVA  [www.dva.co.uk] - Dan Viveiros		[danv@dva.co.uk]

	Listing Order:
	==============

	1 - Reset Universal Styles
	2 - Tools
	
************************************************************************/

/***********************************************************************
	1 - RESET UNIVERSAL STYLES
************************************************************************/

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, fieldset, input, select, textarea, div, p, img, table, th, td, object, pre, blockquote, address { 
	margin: 0; 
	padding: 0;
	font-size: 100%;
}

address, abbr { 
	font-style: normal 
}

body, a {
	color: #000;
}

body {
	background-color: #fff;
}

a { 
	text-decoration: none;
}


a:hover { 
	text-decoration: underline; 
}

dt	{ 
	font-weight: bold; 
}

ul { 
	list-style: none;
}

blockquote {
	margin-left: 1em;
}

img {
	border: none;
	display: block;
}

table {
	border: none;
}

/***********************************************************************
	2 - TOOLS
************************************************************************/

.clearer {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
/*.clBar{position:absolute; width:10; height:10; background-color:a5bead; layer-background-color:a5bead; visibility:hidden}*/

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{background-color:white; layer-background-color:white; color:#3b6b9c;}
.clLevel0over{background-color:white; layer-background-color:white; color:#3b6b9c; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:a5bead; layer-background-color:a5bead}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:#3b6b9c; layer-background-color:#3b6b9c; color:white;}
.clLevel1over{background-color:#3b6b9c; layer-background-color:#3b6b9c; color:#FF6600; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; background-color:white; layer-background-color:#FF6600}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:11px; font-weight:bold}
.clLevel2{background-color:6c8e74; layer-background-color:a5bead; color:blue;}
.clLevel2over{background-color:333333; layer-background-color:a5bead; color:blue; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:a5bead; layer-background-color:a5bead}
