
/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color:#FFFFFF;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/*-  peamised elemendid
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	
}

a:link,
a:visited {
	text-decoration: none;
	color: #1d96b8;
}

a:hover {
	color: #f87100;
}

h1 {
	color: #1e1918;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
}

h2 {
	color: #1d96b8;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #1d1d1d;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
.clear{
	clear:both;

}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}
.top {
	background-color: #282828;
	height: 35px;
	color: #FF6600;
	font-size: 20px;
	line-height: 1em;
}

.top .inner,
#header .gutter,
#wrapper .inner,
.footer .inner {
	width: 900px;
	margin:0px auto 0px auto;
}
.top .inner p {
	margin-left: 375px;
	padding-top: 9px;
}

.top a:link,
.top a:visited {
	color: #818181;
}

.top a:hover {
	color: #fff;
}
#left_panel{
	width:226px;
	margin-left:50px;
	margin-right:24px;
	float:left;
	margin-top:95px;
	
}
#right_panel{
	float:left;
	width:600px;
	margin-top:30px;
}
#header .inner {
	padding-top: 29px;
	padding-bottom: 20px;
	height: 75px;	
	border-bottom: solid 1px #e9e9e9;
}

img#logo {
	margin-left: 16px;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
}

#wrapper .inner {
	
	padding-bottom: 85px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}
/*-  misc
----------------------------------------------------------------------*/
blockquote, bq {
	color: #aeb387;
	font-style: italic;
	padding: 0 ! important;
	margin: -1.5em 0 -1.5em 20px ! important;
}

.light {
	color: #a6acad;
}

ul.tightbottom li {
	margin-bottom: 0 ! important;
}

h2.topgap {
	margin-top: 50px;
}

p.buttons {
	margin-top: 12px;
}
