@charset "utf-8";

/* 
iBusiness Theme 
Designed by Alex Hughes
alexhughes9@yahoo.co.uk
*/

@import url("style/layout.css");
@import url("style/assets.css");
@import url("style/temp.css");

ul,li {list-style-type: none;}
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, input, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 0 0 10;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body
{
	background: #485965;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #000;
	line-height: 1.6em;
	font-size: 11px;
	text-align: center;
}

p {margin-bottom: 15px;}
a {color: #485965; text-decoration: underline; cursor: pointer; outline: none;}
a:hover {text-decoration: none;}

h2 {font-family: Tahoma, Verdana, Arial; font-size: 28px; color: #485965; font-weight: normal; margin-bottom: 18px;}
h3 {font-family: Tahoma, Verdana, Arial; font-size: 24px; color: #485965; font-weight: normal; margin-bottom: 18px;}
h4 {font-family: Tahoma, Verdana, Arial; font-size: 20px; color: #485965; font-weight: normal; margin-bottom: 18px; letter-spacing: -0.2px;}
h5 {font-family: Tahoma, Verdana, Arial; font-size: 14px; color: #485965; font-weight: bold; margin-bottom: 18px;}


/* Logo */

h1 {
	background: url(style/images/layout/temp/logo.png) center no-repeat; 
	width: 157px; 
	height: 36px; 
	float: left; 
	position: relative; 
	top: 45px; 
	left: 56px;
}
h1 a {float: left; text-indent: -2500px; width: 157px; height: 36px;}


/* Lists */

	ul.list {margin-left: 40px; margin-bottom: 20px;}
	ul.list li {list-style-type: disc;}
	
	ol.list {margin-left: 40px; margin-bottom: 20px;}
	ol.list li {list-style-type: decimal;}
