html {
	height: 100%;
	background: #e3cca6 url(../images/paper.jpg);
}
body, form, div, p, img, table, table tr td {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	border-collapse: collapse;
}
body {
	color: #432403;
	font: 14px/18px Arial, sans-serif;
	padding: 0;
	position: relative;
	min-height: 100%;
}

a:link, a:visited, a:hover {
	color: #fe3e02;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #fe3e02;
	text-decoration: none;
	cursor: pointer;
}
h1 {
	color: #fc3d03;
	font: normal 22px/26px Arial, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}
h2 {
	color: #fc3d03;
	font: bold 20px/24px Arial, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}
h3 {
	color: #fc3d03;
	font: normal 18px/22px Arial, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}
h4 {
	color: #fc3d03;
	font: normal 16px/20px Arial, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}
p.h5 {
	color: #fc3d03;
	font: normal 14px/18px Arial, sans-serif;
}
p.h6 {
	color: #fc3d03;
	font: normal 12px/14px Arial, sans-serif;
}
p {
	padding: 0;
}
ul, ol {
	padding: 0 0 20px 0;
	margin: 0;
}
blockquote {
	padding: 0 0 0 20px;
	margin: 0;
}
div.clear {
	clear: both;
	font-size: 0;
}
input.text {
	color: #432403;
	background: #f7efe0;
	font: 14px/18px Arial, sans-serif;
	border: none;
	padding: 8px 0 9px 3px;
	vertical-align: middle;
}
span.button {
	background: url(../images/bg10.gif) no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
}
input.button {
	background: url(../images/bg11.gif) no-repeat 100% 0;
	border: none;
	color: #8f2b08;
	font: 14px/18px Arial, sans-serif;
	margin: 0px;
	display: inline;
	vertical-align: middle;
	padding: 6px 9px 6px 9px;
}
span.big-button {
	background: url(../images/bg12.gif) no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
}
input.big-button {
	background: url(../images/bg13.gif) no-repeat 100% 0;
	border: none;
	color: #8f2b08;
	font: 14px/18px Arial, sans-serif;
	margin: 0px;
	display: inline;
	vertical-align: middle;
	padding: 6px 9px 5px 9px;
	text-align: center;
}

/* Header */
div.header {
	width: 808px;
	margin: 0 auto;
	padding: 0 0 13px 0;
}
div.header h1 {
	font: 14px/18px Arial, sans-serif;
	color: #432403;
	padding: 0 0 10px 0;
	margin-left: -8px;
}
div.header div.logo {
	float: left;
	width: 180px;
	padding: 15px 0 0 18px;
}
div.header div.contacts {
	float: left;
	width: 608px;
	padding: 14px 0;
	background: url(../images/bg3.gif) repeat-x 0 100%;
	font: 12px/16px Arial, sans-serif;
}
div.header div.left-block {
	float: left;
	width: 195px;
	margin-left: 140px;
}
div.header div.right-block {
	float: left;
	width: 220px;
	margin-left: 32px;
}
div.header div.contacts strong {
	color: #8f2b08;
	font-size: 19px;
	font-weight: normal;
}
div.header div.contacts table tr td {
	padding: 0 4px 0 0;
}
div.header div.contacts table span {
	color: #8f2b08;
	font-size: 15px;
	font-weight: bold;
}
div.header div.contacts p.phone {
	text-align: right;
	padding-top: 20px;
	line-height: 22px;
}
div.header div.contacts table tr.skype td {
	padding: 11px 4px 4px 0;
}
div.header div.contacts table strong {
	font-size: 12px;
	color: #432403;
	font-weight: bold;
}

/* Tabs */
div.tabs {
	width: 609px;
	height: 36px;
	margin: -36px auto 0 auto;
	padding-left: 199px;
}
div.tabs ul {
	list-style-type: none;
	padding: 0;
	float: left;
}
div.tabs ul li {
	float: left;
	padding-right: 7px;
	margin-right: 13px;
	background: url(../images/bg6.png) no-repeat 100% 0;
}
div.tabs ul li span {
	display: block;
	float: left;
	padding-left: 7px;
	background: url(../images/bg5.png) no-repeat 0 0;
}
div.tabs ul li.selected {
	background: url(../images/bg8.png) no-repeat 100% 0;
}
div.tabs ul li.selected span {
	background: url(../images/bg7.png) no-repeat 0 0;
}
div.tabs a:link, div.tabs a:visited, div.tabs a:hover {
	float: left;
	display: block;
	padding: 12px 0 6px 0;
	color: #2c1802;
	text-decoration: none;
}
div.tabs a:hover {
	text-decoration: underline;
}

/* Body */
div.body {
	width: 808px;
	margin: 0 auto;
	padding-bottom: 94px;
	clear: both;
}
div.body p {
	padding: 0 0 20px 0;
}
div.body div.block {
	width: 762px;
	background: url(../images/bg1.png);
	padding: 20px 23px;
	position: relative;
}
div.content {
	float: left;
	width: 610px;
	padding-bottom: 90px;
	margin-bottom: 15px;
	background: url(../images/bg3.gif) repeat-x 0 100%;
}
div.content ul {
	list-style-type: none;
	list-style-position: inside;
}
div.content ul li {
	background: url(../images/bg9.gif) no-repeat 12px 3px;
	text-indent: 20px;
}
div.content ul ul, div.content ol ol {
	padding-left: 22px;
	padding-bottom: 0;
}
div.content ul.outside {
	list-style-position: outside;
	padding-left: 15px;
}
div.content ul.outside li {
	background-position: 0px 3px;
	text-indent: 0px;
	padding-left: 9px;
}
div.content ol {
	list-style-position: inside;
}
div.content ol li {
	text-indent: 15px;
}
div.content dl {
	padding: 0 0 20px 0;
	margin: 0;
}
div.content dd {
	margin-left: 15px;
}
div.content table tr th {
	text-align: left;
	padding: 0 10px 10px 0;
}
div.content table tr td {
	padding: 1px 10px 1px 0px;
}

/* Navigation */
div.navigation {
	float: left;
	width: 151px;
	margin-left: -2px;
}
div.navigation h2 {
	color: #8f2b08;
	font: bold 16px/20px Arial, sans-serif;
	padding: 0 0 3px 2px;
}
div.navigation ul {
	list-style-type: none;
	padding: 0 0 26px 0;
}
div.navigation ul li {
	padding: 0;
	background: url(../images/bg4.gif) no-repeat 0 100%;
	padding: 2px 0 4px 2px;
}
div.navigation a:link, div.navigation a:visited, div.navigation a:hover {
	color: #4c2903;
	text-decoration: none;
}
div.navigation a:hover {
	text-decoration: underline;
}

/* Footer */
div.footer {
	width: 100%;
	height: 94px;
	position: absolute;
	bottom: 0px;
}
div.footer div.block {
	width: 808px;
	margin: 0 auto;
	padding-top: 50px;
	color: #8f2b08;
}
div.footer p {
	float: left;
}
div.footer p.well {
	float: right;
}
div.footer a:link, div.footer a:visited, div.footer a:hover {
	color: #8f2b08;
}

.auto {width: auto;}
.minimum {width: 1%;}
.ten {width: 10%;}
.fifteen {width: 15%;}
.twenty {width: 20%;}
.twenty-five {width: 25%;}
.thirty {width: 30%;}
.fourty {width: 40%;}
.fifty {width: 50%;}
.sixty {width: 60%;}
.seventy {width: 70%;}
.eighty {width: 80%;}
.ninty {width: 90%;}
.full {width: 100%;}

/* Rounded Corners */
span.tl, span.tr, span.bl, span.br {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(../images/bg2.png);
}
span.tl {
	top: 0px;
	left: 0px;
	background-position: 0 0;
}
span.tr {
	top: 0px;
	right: 0px;
	background-position: 100% 0;
}
span.bl {
	bottom: 0px;
	left: 0px;
	background-position: 0 100%;
}
span.br {
	bottom: 0px;
	right: 0px;
	background-position: 100% 100%;
}