
/*====================================================================*/
/*------------------------- RESET + CLEARFIX -------------------------*/
/*====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: " ";
}

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cf {
	display: inline-table;
}

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/*====================================================================*/
/*-------------------------- GENERAL STYLES --------------------------*/
/*====================================================================*/

#ieLt8 {
	width: 100%;
	min-height: 100%;

	position: absolute;

	background: url("../frontend/img/bg-page.png") 50% 50% repeat;
}

.main-footer {
	position: absolute;
	bottom: 0;

	margin-top: -103px;
	width: 100%;
}

#ieLt8 .main-footer {
	position: relative;
	margin-top: 0px;
}

html {
	position: relative;

	min-height: 100%;
	min-width: 320px;

	background-color: #2d2d2d;
	background: url("../frontend/img/bg-page.png") 50% 50% repeat,
	url("../frontend/img/bg-page.png") 50% 50% repeat;
}

body {
	font-family: pt-sans, arial, helvetica, sans-serif;

	min-width: 320px;
	min-height: 100%;
	padding-bottom: 103px;

	background: url("../frontend/img/bg-page.png") 50% 50% repeat;
}

strong, b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

p {
	font-size: 14px;
	color: #414141;
	line-height: 1.5;

	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #414141;
}

h1 {
	font-weight: bold;
	font-size: 22px;

	margin-top: 20px;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;

	margin-bottom: 10px;
}

a, a p {
	text-decoration: none;

	transition: all 0.1s ease-in 0s;
}

a:hover, a:hover p {
	transition: all 0.1s ease-out 0s;
}

a:hover p {
	cursor: pointer;
}

.page {
	margin: 0px auto;

	width: 990px;

	overflow: hidden;
}

.content-wrapper {
	overflow: hidden;
}

.left-content {
	float: left;

	width: 670px;
}

.right-panel {
	float: right;

	width: 300px;
	margin-left: 20px;
}

.wrapper {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.24);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.24);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.no-boxshadow .wrapper {
	border: 2px solid #e6e6e6;
}

article .wrapper {
	margin-bottom: 10px;

	padding: 18px 20px;
}

/*---------------------------- TABLE ----------------------------*/

table th {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;

	padding: 2px 0;
}

table td {
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;

	padding: 1px 0;
	padding-right: 10px;
}

table td + td {
	font-weight: normal;
}

/*//////////////////////////// TABLE ////////////////////////////*/

hr {
	margin-bottom: 20px;

	height: 11px;
	width: 100%;

	background: url("../frontend/img/divider.png") 50% 50% no-repeat;

	background-position: left top, right top, center center;
	background-repeat: no-repeat, no-repeat, repeat-x;

	border: none;
	display: block;
}

hr.line {
	margin-bottom: 20px;

	height: 11px;
	width: 100%;

	background: url("../frontend/img/divider.png") 50% 50% no-repeat;

	background-position: left top, right top, center center;
	background-repeat: no-repeat, no-repeat, repeat-x;

	border: none;
	display: block;
}

.one-half {
	float: left;

	width: 50%;
}

.one-quarter {
	float: left;

	width: 25%;
}

/*=====================================================================*/
/*---------------------------- MAIN-HAEDER ----------------------------*/
/*=====================================================================*/

header.main-header {
	padding-top: 15px;
}

/*---------------------------------------------------------------------*/
/*--------------------------- LOGO + SEARCH ---------------------------*/
/*---------------------------------------------------------------------*/

/*---------------------------- LOGO ----------------------------*/

.main-header a.logo {
	margin-bottom: 7px;
	float: left;

	display: block;

	width: 250px;
}

.main-header a.logo:hover {
	opacity: 0.75;
}

/*---------------------------- SEARCH ----------------------------*/

.main-header form.search {
	float: right;
	position: relative;
	top: 8px;

	height: 55px;

	display: block;
}

.main-header input.search {
	width: 260px;

	background-color: #fff;
}

.main-header input#search-button {
	position: absolute;
	width: 33px;
	height: 33px;
	border: none;
	margin-left: 260px;

	background-color: transparent;
	background-image: url("../frontend/img/icon-search.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.main-header input#search-button:hover {
	background-position: 0 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*--------------------------------------------------------------------*/
/*----------------------------- MAIN-NAV -----------------------------*/
/*--------------------------------------------------------------------*/

nav.main-nav {
	text-align: center;

	position: relative;
	clear: both;
	margin-bottom: 0;

	min-height: 44px;
	min-width: 320px;

	background: none;
	-webkit-background-size: contain;
	background-size: contain;
	border-radius: 10px;
	box-shadow: none;
}

nav.main-nav a {
	color: #7cae11;
	font-size: 14px;
	line-height: 19px;

	padding: 0 14px 0 10px;
	width: 16%;
	height: 19px;

	background: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	transition: text-shadow 0.1s ease-in 0s;
}

nav.main-nav a:last-child {
	background: none;
}

nav.main-nav a:hover,
nav.main-nav a.active {
	text-decoration: underline;
}

.no-textshadow nav.main-nav a:hover,
.no-textshadow nav.main-nav a.active {
	text-decoration: underline;
}
