body {
	min-width: 1000px;
	font: small Tahoma;
	color: #000;
	background: url(../images/background.png) no-repeat #fff top left;
}

body,
#sub_menu {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #f61b00;
}

input[type=submit],
input[type=reser],
input[type=button] {
	color: #000;
	background: #fff;
	border: 1px solid #c6c6c6;
}

input[type=text], textarea {
	width: 500px;
	color: #000;
	background: #fff;
	border-top: 1px solid #abacb1;
	border-right: 1px solid #dedeea;
	border-left: 1px solid #e5e5e7;
	border-bottom: 1px solid #e4e9ed;
}

#top {
	height: 128px;
}

#top a {
	float: left;
	height: 128px;
	width: 318px;
	display: block;
}

#phone {
	color: #f61b00;
	background: url(../images/background_phone.png) no-repeat top left;
	width: 192px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: medium;
	float: right;
	margin-right: 2%;
	position: relative;
	bottom: -76px;
}

#menu {
	height: 31px;
	background: #f61b00;
	font-size: medium;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	line-height: 31px;
	padding-left: 42px;
	color: #fff;
	text-decoration: none;
	background: url(../images/menu.png) no-repeat center left;
}

#menu a:hover, #menu a.active {
	color: #000;
	background: url(../images/menu_active.png) no-repeat center left;
}

#menu a,
#main,
#footer_left {
	margin-left: 66px;
}

#main {
	margin-top: 2em;
	width: 934px;
}

#sub_menu,
#content,
#feedback_sent {
	margin-bottom: 10em;
}

#feedback_form {
	background: url(../images/background_sub_menu.png);
	padding: 1em 5em 1em 1em;
}

#feedback_form tr {
	vertical-align: top;
}

#sub_menu {
	width: 250px;
	float: left;
	background: url(../images/background_sub_menu.png);
	padding: 15px;
}

#sub_menu li {
	list-style-type: none;
}

#sub_menu a {
	display: block;
	width: 250px;
	text-decoration: none;
	padding: 0.5em;
	border: 1px solid transparent;
}

#sub_menu li.active {
	width: 277px;
	position: relative;
	left: 20px;
	background: url(../images/arrow.png) no-repeat center right;
	padding: 0;
}

#sub_menu li.active a {
	color: #f61b00;
	background: #fff;
	width: 250px;
	border: 1px solid #ddd;
	padding: 0.5em;
}

#content,
#feedback_sent {
	float: left;
	border: 1px solid #ddd;
	width: 545px;
	padding: 15px;
	margin-left: 3em;
}

#footer {
	clear: both;
	margin-top: 10em;
	padding-top: 2em;
	border-top: 3px solid #f61b00;
	line-height: 1.7em;
}

#footer_left{
	padding-bottom: 66px;
	float: left;
}

#footer_right {
	margin-right: 66px;
	float: right;
}

.hidden {
	display: none;
}

table.table {
	display: table;
	width: 515px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.table th, td {
	padding: 0.5em;
}

.table th {
	border-bottom: 1px solid #808080;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1em;
}

.table .right {
	text-align: right;
	white-space: nowrap;
}

table.list {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
}

.list img a, .list img {
	border: none;
}

ul li {
	list-style-type: square;
}