/*
useful links:
http://css-tricks.com/a-call-for-nth-everything/
width 1em = 13px
*/
/*
for ie add new row and place \9 in the end
for ff put in @-moz-document url-prefix() {same css with changes}
*/
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:800;
}
ul, li {
	list-style:none;
}
body {
	font-family:'Roboto', sans-serif;
	background-color:#ffffff;
	background-image:none;
	margin: 0px;
	background-repeat: repeat-x;
	color:#4c4c4c;
	font-size:13px;
	line-height:1.2;
}
img {
	padding:0;
	margin:0;
	border:none;
}
a {
	color:#6276b5;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#4c5880;
}
.more:after {
	content: " »"
}
button {
	cursor:pointer;
}
input {
	 padding: 12px 11px 13px;
	 border: 0;
	-webkit-box-flex: 1;
	-webkit-box-shadow: none;
	display: block;
	margin: 0;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
}
html, body {
	/*height: 100%;*/
	height:auto;
}

a.blue_btn {
	display:block;
	height:34px;
	background:url(images/blue_btn_bg.png) repeat-x top;
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:14px;
	text-shadow:0 0 2px #606060;
	text-align:center;
	width:120px;
	line-height:34px;
	margin-bottom:7px;
}
a.blue_btn:hover {
	background:url(images/blue_btn_bg.png) repeat-x 34px;
}
a.blue_btn:active {
	background:url(images/blue_btn_bg.png) repeat-x bottom;
}

 

.logo {
	background: url('images/images.png') no-repeat 0 0;
	width: 175px;
	height: 50px;
	position: relative;
	top: 0.85em;
}