/* reset.css ------------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, p, a, em, img, ul, li {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
a img {
	border:none;
}
em {
	font-style:italic;
}
/* typography.css ------------------------------------------------------------------------------------------------*/

html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	font-weight:normal;
	color:#333;
}
h1 {
	font-size:18px;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:16px;
	margin-bottom:0.75em;
}
h3 {
	font-size:14px;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:12px;
	line-height:1.25;
	margin-bottom:1.25em;
}
h1 img, h2 img, h3 img, h4 img {
	margin:0;
}
p {
	margin:0 0 10px;
}
input, textarea {
	vertical-align:middle;
	padding:0 5px;
	border:1px solid #0055cc;
	
}
input {
	height:20px;
}
* html input {
	vertical-align:middle;
	margin:0;
}
/* layout.css ------------------------------------------------------------------------------------------------*/
.main {
	width:990px;
	margin:0 auto;
}

*html  #wrapper {
	padding:0 10%;
}
.last, div.last {
	margin-right:0!important;
}
 div.col-230, div.col-470, div.col-180, div.col-420 {
	float:left;
	margin-right:20px;
}
.col-180 {
	width:180px;
}
.col-230 {
	width:230px;
}
.col-420 {
	width:420px;
}
.col-470 {
	width:470px;
	display:inherit;
}
/* Clearing ------------------------------------------------------------ */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	overflow: hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;
}

/* END Clearing ------------------------------------------------------------ */
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#0055cc;
	text-decoration:underline;
}
a.active {
	color:#0055cc;
}
.bottom {
	margin:0;
}

ul li ul.sub {    
    top:0px !important;    
}
*html .sub2{
    left:160px !important;    
}
.sub2{
    left:170px !important;    
}

