/**
  * Reset declaration
  */
html,head,body,
div,blockquote,q,img,object,param,embed,area,map,b,i,em,strong,tt,sub,sup,big,small,hr
h1, h2, h3, h4, h5, h6,
abbr,acronym,address,bdo,cite,code,ins,del,dfn,kbd,br,
ul,ol,li,dl,dt,dd,
table,tr,td,th,tbody,thead,tfoot,col,colgroup,caption,
form,label,fieldset,legend,
a,base,span,pre,p {
	margin: 0;
	padding: 0;
}
html {
	border: none;
}

body {
	color: #333;
}

a, a:active, a:link {
	color: #256B9E;
	outline-color: #256B9E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table, td {
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

wbr:after {
	content: "\00200B";
}


/**
  * Typography: fonts, font sizes.
  */

body {
	font: 0.88em Arial, Helvetica, sans-serif; /* ~14px */
	color: #333;
	background: #fff url(/img/header/bg.png) center top repeat-x;
	line-height: 1.18em;
}

input, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	color: #333;
}
h1, h2 {
	font-size: 1.15em;
	color: #333;
	padding: 0 0 25px;
}
h3 {
	font-size: 1em;
}
h4, h5 {
	font-size: 1em;
	font-weight: normal;
}

/**
 * General usage classes
 */
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.clearInner {
	width: 100%;
	overflow: hidden;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
