body,table
{
	font-family:'PT Sans', sans-serif;
	font-size:14px;
}
textarea,input
{
	font-family:'PT Sans', sans-serif;
	font-size:14px;
}
textarea.input,
input.input
{
	color:#3d3d3d;
	padding:7px 9px;
	border:none;
	margin:0;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
}
input.submit
{
	background-color:#223840;
	font-size:16px;
	font-weight:bold;
	color:white;
	padding:4px 15px 5px 15px;
	border:none;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	cursor:pointer;
}


a
{
	text-decoration:underline;
	color:#d7976e;
	transition:color 200ms;
	-o-transition:color 200ms;
	-moz-transition:color 200ms;
	-webkit-transition:color 200ms;
}
a:hover
{
	color:#baa293;
	text-decoration:none;
}

img
{
	border:0;
	vertical-align:bottom;
}
small,.small
{
	font-size:13px
}
big,.big
{
	font-size:18px
}
p,center,li
{
	margin:5px 0 10px 0;
}

h1, .h1
{
	font-family:'Museo Cyrl 500';
	font-weight:normal;
	font-size:36px;
	line-height:30px;
	color:#211a18;
	text-transform:uppercase;
	margin:5px 0;
}
h2, .h2
{
	margin:15px 0;
	font-family:'HeliosCondC';
	font-weight:bold;
	font-size:23px;
	line-height:23px;
	color:#46312a;
	text-transform:uppercase;
}
h3, .h3
{
	margin:10px 0;
	font-family:'HeliosCondC';
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#3B3736;
	text-transform:uppercase;
}

a.back
{
	background:url(./images/arrow-left-blue.png) left center no-repeat;
	padding-left:18px;
}
a.more
{
	background-color:#46312A;
	font-family:'HeliosCondC';
	font-weight:bold;
	font-size:11px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding:3px 20px 4px 7px;
}

div.hr
{
	border-top:1px dotted #b2b2b2;
	margin:40px 0;
}
.gray
{
	color:#868686;
}
.btn-blue
{
	background-color:#4E9EC8;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	padding:10px 20px;
	color:white;
}
a.btn-blue
{
	text-decoration:none;
}
a.btn-blue:hover
{
	background-color:#59B6E6;
	color:white;
}
input.btn-blue:hover
{
	background-color:#2E7DA7;
}
input.btn-blue
{
	border:none;
	cursor:pointer;
	padding:7px 15px;
}
input.subscribe
{
	background-image:url(./images/icon-subscribe.png);
	background-position:13px center;
	background-repeat:no-repeat;
	padding-left:40px;
}
a.btn-bigblue
{
	background:url(./images/btn-blue-bg.png) right top repeat-y;
	background-color:#328DBD;
	padding:10px 15px;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;
	color:white;
	text-decoration:none;
}

