/**
  * 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, fieldset, a img {
	border: none;
}

body {
	background: #fff;
	min-width: 1000px;
}

* {
	outline: none;
}

table, td {
	border-collapse: collapse;
}

wbr:after {
	content: "\00200B";
}

a, a:active, a:link {
	color: #27A0CF;
	outline-color: #27A0CF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/**
  * Typography: fonts, font sizes.
  */

body {
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.17em;
}
#wrapper {
	font-size: 0.75em; /* ~12px */
	line-height: 1.5em;
}

input, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5 {
	color: #333;
	line-height: 1.2em;
	font-weight: normal;
}
h1 {
	color: #27A0CF;
	font-size: 2em;			/* 24px */
	font-weight: normal;
}
h2 {
	color: #27A0CF;
	font-size: 1.5em;		/* 18px */
	font-weight: normal;
}
h3 {
	font-size: 1.333em;		/* 16px */
	font-weight: normal;
}
h4 {
	font-size: 1em;			/* 12px */
	font-weight: bold;
}

p {
	margin: 0 0 1.25em;	/* for 12px font = 15px */
}

/**
  * Common classnames
  */
.clear-inner {
	overflow: hidden;
}
.clear {
	clear: both;
	overflow: hidden;
}
.hidden {
	display: none !important;
}
.off-screen {
	position: absolute;
	left: -9999px;
	width: 1px;
}

/**
  * Layout
  */
#wrapper {
	min-width: 915px;		/* 1000px with padding */
	max-width: 1250px;		/* 1400px with padding */
	margin: 0 auto;
	position: relative;
	padding: 0 42px 0 43px;
}


ul li {
	background:url("/img/icons/list-2.png") no-repeat scroll 0 5px transparent;
	line-height: 16px;
	padding:8px 30px 7px;
}