/* start reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight:bold;
}
select {
	outline:none;
}
/* end reset */
/* start sticky footer style */

* {
	margin: 0;
}
.clear {
	clear:both;
}
html, body {
	height: 100%;
	font-family: Verdana, sans-serif;
	color:#313030;
	font-size:12px;
}
html {
	background:#313030;
}
/*
body {
	background: url("/images/bgd.jpg") no-repeat center top;
	min-width: 1200px;
*/
body {
        background: url("/images/bgd-repeat.jpg");
	background-repeat: repeat-x;
        min-width: 1200px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -114px;
}
.footer {
	height: 114px;
	float:left;
	width:100%;
}
/* end sticky footer style */

.top, .main {
	width:100%;
	height:auto;
	float:left;
	display:block;
}
.main {
	padding-bottom:70px;
}
.sidebar-left {
	width:259px;
	float:left;
	height:300px;
}
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	border: 1px solid #3d6aab;
	width:10px;
	height:10px;
	display: inline-block;
	position: relative;
	margin-right:7px;
}
.regular-checkbox:checked + label {
	border: 1px solid #3d6aab;
	color: #3d6aab;
}
.regular-checkbox:checked + label:after {
	content: '\2715';
	font-size: 10px;
	font-weight:bold;
	position: absolute;
	top: -1px;
	left: 0px;
	color: #3d6aab;
}
.big-checkbox {
	display: none;
}
.big-checkbox + label {
	border: 1px solid #3d6aab;
	width:17px;
	height:17px;
	display: inline-block;
	position: relative;
	margin-top:28px;
	margin-right:12px;
	margin-left:8px;
	float:left;
}
.big-checkbox:checked + label {
	border: 1px solid #3d6aab;
	color: #3d6aab;
}
.big-checkbox:checked + label:after {
	content: '\2715';
	font-size: 17px;
	font-weight:bold;
	position: absolute;
	top: -1px;
	left: 1px;
	color: #3d6aab;
}
