html, body {
	height: 100%;
}
body {
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
}

#main_containter {
	position: relative;
	min-height: 100%;
}

#head {
	margin: auto;
	width: 1000px;
	height: 109px;
}
#logo {
	display: block;
	width: 120px;
	height: 89px;
	margin-top: 9px;
	margin-left: 31px;
	margin-right: 166px;
	background: url('/img/logo.png') no-repeat;
	float: left;
}
.headbox {
	width: 294px;
	height: 50px;
	margin-top: 29px;
	background: url('/img/dot.png') repeat-y left;
	font-size: 18px;
	font-weight: bold;
	color: #353535;
	padding-left: 32px;
	float: left;
}
.headbox span.small {
	font-size: 12px;
}

#menu {
	height: 30px;
	background: #e8e8e8;
	text-align: center;
	font-size: 12px;
	clear: both;
	margin: auto;
}
#menu td {
	background: url('/img/menu_tabs_bg.png') repeat-x;
	width: 156px;
}
#menu td.sep {
	width: 12px;
	background: url('/img/menu_tabs_separator.png') no-repeat;
}
#menu td.left {
	width: 6px;
	background: url('/img/menu_tabs_left.png') no-repeat;
}
#menu td.right {
	width: 6px;
	background: url('/img/menu_tabs_right.png') no-repeat;
}
#menu td a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#menu td a:hover {
	color: #e8e8e8;
}

a {
	color: #f32e00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#mainbox {
	width: 1000px;
	margin: auto;
	padding-top: 32px;
	padding-bottom: 5em;
}
#leftbox {
	float: left;
	width: 184px;
}
#sections {
	margin: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	background: url('/img/dot.png') repeat-x bottom;
}
#sections li {
	background: url('/img/dot.png') repeat-x top;
	list-style: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sections a {
	display: block;
	background: url('/img/arrow.png') no-repeat left;
	padding-left: 14px;
	color: #ef3206;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#sections a:hover {
	text-decoration: underline;
}
#sections a.active {
	color: #4e4e4e;
}
#sections a.active:hover {
	color: #4e4e4e;
	text-decoration: none;
}


#content {
	float: left;
	width: 538px;
	margin-left: 50px;
	padding-bottom: 20px;
}
h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
}

#content input.inp1 {
	background: none;
}

#navigation_string {
	margin-bottom: 14px;
}

#orderform .lbl {
	width: 180px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
#orderform .lbl.l2 {
	font-weight: normal;
}
#orderform input, select {
	font-size: 11px;
}
#orderform textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	width: 200px;
	height: 60px;
}
#orderform span.comment {
	display: block;
	font-size: 9px;
	color: silver;
	margin-left: 2px;
}

#loading {
	display: none;
	width: 12px;
	height: 20px;
	background: url('/img/loading.gif') no-repeat;
}

div.alert {
	color: #f00000;
	font-weight: bold;
	margin: 20px;
}

#rightbox {
	float: left;
	width: 194px;
	margin-left: 34px;
}
#rightbox .banner {
	border: 0px;
}


#footer {
	position:relative;
	margin: auto;
	height: 5em;
	margin-top: -5em;
	clear: both;
	background: #e8e8e8;
	width: 1000px;
	padding-left: 35px;
}
#footer div {
	float: left;
	margin-right: 100px;
	padding-top: 5px;
}
