/*---------------------------------------------
     OctoberFive 'Holding' Global Style Sheet. 1.0
	 Last Updated, 28/09/2009 
---------------------------------------------*/

/*--- Meyer Reset ----*/
html, body, div, span, h1, h3, h4, h5, h6, p, a, em, strong, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	vertical-align: baseline;
	list-style:none;
	text-decoration:none;
}
:focus {
	outline: 0;
}
/*--- Global Styles ---*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
/*--- Global Structure ---*/
#global_wrap {
	width:1000px;
	height:300px;
	margin:0px auto;
	padding:200px 0 300px 0;
}
#logo {
	float:left;
	height:300px;
	width:600px;
	background:url(../assets/logo.gif) no-repeat;
	background-position:-15px 0px
}
#strip {
	float:left;
	height:300px;
	width:1px;
	background:url(../assets/strip.gif) center no-repeat;
	background-position:0px 20px
}
#text {
	float:right;
	height:210px;
	width:369px;
	padding:90px 0 0 30px;
}
/*--- Styles ---*/
h1 {
	text-indent:-9999px;
}
#text h2 {
	font-size:2.8em;
	text-align:left;
	margin:0px;
	padding:0px;
}
#text ul li {
	color:#999;
	padding:0 0 5px 0;
}
#text a {
	color:#999;
	text-decoration:none;
}
#text a:hover {
	text-decoration:underline;
}
