/***************************************/
/* Sprinter Studio & Co. В© 2010        */
/* URL: s-studio.co.ua                 */
/* e-mail: mail@s-studio.co.ua         */
/* Lukyanov Maxim (maximssu@gmail.com) */
/***************************************/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/bg_wrapper.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#innerwrap {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/bg_innerwrap.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
  width: 1000px;
	height: 300px;
	margin: 0 auto;
	/*background: #FFE680;*/
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
  width: 1000px;
	padding: 0 0 85px;
	height: 1%;
	margin: 0 auto;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 210px 0 257px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 217px;
	margin-left: -100%;
	position: relative;
	/*background: #B5E3FF;*/
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	width: 170px;
	margin-left: -170px;
	position: relative;
	/*background: #B5E3FF;*/
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  width: 1000px;
	margin: -70px auto 0;
	height: 70px;
}

.clear {
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}