body {
	font-family: "Arial", sans-serif;
	background: #FFFFFF url('body_bg.jpg') repeat-y 0px 0px;
	padding: 0px;
	margin:  0px;
}
table, tbody, tr, td, div, form, ul, ol, li {
	padding: 0px;
	margin:  0px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}

div#block_1 {
	width: 274px;
	height: 1px;
	font-size:   1px;
	line-height: 1px;
}

div#block_2 {
	width: 700px;
	height: 1px;
	font-size:   1px;
	line-height: 1px;
}


div#layout {
	width: 100%;
	margin: 0px auto;
}
table#layout_inside {
	width: 100%;
}
table#layout_inside td#header {
	height: 89px;
}
table#layout_inside td#header table#header_inside {
	width: 100%;
	height: 89px;
}
table#layout_inside td#header table#header_inside td#logo {
	width: 274px;
	height: 89px;
	background: transparent url('logo_bg.gif') no-repeat 0px 0px;
}
td#logo {
	text-align: center;
	vertical-align: middle;
}
td#logo img {
	width: 174px;
	height: 59px;
	border: none;
}

td#header_text {
	background: transparent url('header_bg.jpg') no-repeat 95% 50%;
	background: transparent url('l.png') no-repeat 95% 50%;
	font: normal 22px "Times New Roman", sans-serif;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding: 22px 0px 0px 0px;
}

td#menu {
	height: 19px;
	background: #333333 url('menu_bg.gif') repeat-x 0px 0px;
}
td#menu table#menu_inside {
	width: 100%;
	height: 19px;
}
td#menu table#menu_inside td {
	text-align: center;
	font-size: 14px;
}
td#menu table#menu_inside td a {
	color: #FFFFFF;
	text-decoration: underline;
}
td#menu table#menu_inside td a:hover {
	text-decoration: none;
}
table#main_inside {
	width: 100%;
}
table#main_inside td#column {
	width: 214px;
	background: transparent url('contacts_bg.gif') no-repeat 25px 98%;
	padding: 30px 30px 150px 30px;
}
table#photos td {
	padding: 5px 0px;
}
table#photos td img {
	display: block;
}



td#footer_bar {
	height: 19px;
	background: #333333 url('menu_bg.gif') repeat-x 0px 0px;
}
td#footer table#footer_inside {
	width: 100%;	
}
td#footer table#footer_inside td#empty {
	width: 274px;
}
td#footer table#footer_inside td#empty div {
	width: 274px;
}
td#footer table#footer_inside td#text {
	font-size: 12px;
	padding: 20px;
}


td.calculator {
	padding: 5px 25px;
}
td.calculator h2 {
	color: #fc3401;
	font-size: 18px;
	text-align: center;
}

table.section {
	width: 100%;
}
table.section td.price_block {
	width: 25%;
	vertical-align: middle;
}
table.section td.price_block div.price {
	width: 120px;
	height: 50px;
	color: #919ec0;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	border: 1px solid #939391;
	margin: auto;
}

div.price_res {
	width: 120px;
	height: 50px;
	color: #919ec0;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	border: 1px solid #939391;
	background-color: #ffcc33;
	margin: auto;
}

table.many_digit {
	margin: 0px auto;
}
table.many_digit td {
	padding: 2px 8px;
}
table.many_digit td.q {
	text-align: right;
}
table.many_digit td.i input {
	width: 70px;
	color: #919ec0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #939391;
	margin: 0px 0px;
}


table#order_data {
	margin: 20px auto;
}
table#order_data td {
	padding: 4px 8px;
}
table#order_data td.title {
	text-align: right;
}
table#order_data td.price_title {
	text-align: right;
	vertical-align: middle;
}
table#order_data td.field input {
	width: 200px;
	color: #919EC0;
	font-weight: bold;
	border: 1px solid #939391;
	padding: 1px 2px;
}
table#order_data td.field input.key {
	width: 116px;
}
table#order_data td.field img.img_key {
	border: 1px solid #939391;
	margin: 0px 0px 5px 0px;
}
table#order_data td.field textarea {
	width: 200px;
	height: 123px;
	color: #919EC0;
	font-weight: bold;
	border: 1px solid #939391;
	padding: 1px 2px;
}
span.red {
	color: red;
	font-weight: bold;
}




div.order_html {
	padding-left:20px;
	padding-top:5px;
}
div.order_html div {
	padding-bottom:10px;
}
div.order_html ul{
	padding-left:40px;
}



table#form_login th{
	padding:5px;
	text-align:left;
}
table#form_login td{
	padding:5px;
	text-align:right;
}
table#form_login td input{
	width:120px;
}

#msg {
	color:red;
	font-weight:bold;
}