/* -------------------------------------------------
*
Title:			Enline
Website:		http://www.inperialicestars.com
Browser(s): 	Firefox 4, Firefox 3, Firefox 2,IE8, IE7, IE6, Safari 
Author: 		Mark Greenley for webinsights.co.uk)
Created: 		13.06.2011 MG
Last modified:  **.**.11 MG
*------------------------------------------------- */


body {
	font-size:62.5%;
	background: #fff url('../i/header_content_bg.jpg') repeat-x;
	padding: 0;
	margin: 0;
	font-family: Helvetica, arial, sans-serif;
	height: 100%;
}
body.home {
	font-size:62.5%;
	background:#fff url('../i/header_home_bg.jpg') repeat-x;
	padding: 0;
	margin: 0;
	font-family: Helvetica, arial, sans-serif;
	height: 100%;
}
a {
	color: #5A71B3;
	text-decoration: none;	
}
a:hover {
	color: #E69232;
	text-decoration: underline;
}
a img  {
	border: 0;
}
.clear { clear:both; display:block; overflow:hidden; width:0; height:0 }

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* Global text 
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size:3em; 
	color: #003977;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 2.6em;
	color: #214A82;
	padding: 0 0 10px 0;
	font-weight: bold;
}
h3 {
	font-size: 1.8em;
	color: #333333;
	line-height: 1.2em;
	padding: 0 0 10px 0;
	font-weight: normal;
}
h4 {
	font-size:1.7em;
	color: #333333;
	padding: 0 0 10px 0;
	font-weight: normal;
}
h5 {
	font-size:1.6em;
	color: #333333; 
	line-height: 1.4em;
	margin: 0 0 15px 0;
	font-weight: normal;
}
h6 {
	font-size:1.5em;
	color: #444444; 
	line-height: 1.4em;
	margin: 0 0 15px 0;
	font-weight: normal;
}
p {
	font-size:1.4em;
	color: #444444;
	line-height: 1.4em;
}
ul {
	font-size:1.4em;
	color: #214A82;
	line-height: 1.4em;
}
ol {
	font-size:1.4em;
	color: #214A82;
	line-height: 1.4em;
}
address {
	font-size:1.4em;
	color: #4F5977;
	line-height: 1.4em;
}

h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0;
}
strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin: 0 0 15px 25px;
	padding: 0;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
img {
	margin: 0;
}
