body {
	background: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
}

img {
	border: 0px;
}

a, a:link {
	color:#06f;
}

a:visited {
	color:#06c;
}

a:hover {
	color:#f00;
}

h1 {
	font-size:20px;
	text-align:center;
}

h2 {
	font-size:18px;
	text-align:left;
}

h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 0px;
}


/* LAYOUT */


#page {
	width: 760px;
	margin: 20px auto 0px;
	text-align:left;
}

#header {
	background:url(pics/header.gif);
	height: 128px;
}

#header_line {
	background:url(pics/header_line.gif);
	height: 15px;
}

#header_line a {
	font-size:12px;
	display:block;
	height: 15px;
	text-decoration:none;
	font-variant:small-caps;
	font-weight:bold;
	color:#000;
	padding: 0px 4px;
	width:60px;
	float:left;
}

#header_home {
	background: #cdd5e8;
	position:relative;
	left: 513px;
	top:0;
	text-align:center;
}

#header_contacts {
	background: #c7dea6;
	position:relative;
	left:585px;
	top:0;
	text-align:center;
}

#header2 {
	background:url(pics/header2.gif);
	height: 80px;
}

#middle {
}

#menu {
	background:url(pics/menu_back.gif);
	width: 187px;
	padding: 40px 0px 150px;
	float:left;
}

.menu_item {
	background:url(pics/menu_button.gif);
	height: 22px;
	margin: 10px 0px;
	padding-left:10px;
}

.menu_item  a {
	color: #000;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	display:block;
	height:22px;
	padding-top:3px;
}

.menu_item  a:hover {
	padding-left:4px;
}

#content {
	margin: 10px 0px 0px 210px;
	text-align:justify;
}

#footer {
	background: #a8b6d0;
	color:#fff;
	font-size:10px;
	font-style:italic;
	height:15px;
	padding-top:3px;
	text-align:center;
}

.end {
	clear:both;
}

/* ACCOUNTING */

ol#accounting_list {
	list-style-type:upper-roman;
}

ol#accounting_list li {
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}

ol#accounting_list ol {
	padding-left: 0px;
	margin-left: 15px;
}

ol#accounting_list ol li {
	font-size:14px;
}

ol#accounting_list ol ol {
	list-style-type:disc;
	padding-left: 0px;
	margin-left: 20px;
}

ol#accounting_list ol ol li {
	font-weight:normal;
	margin-top:0px;
}

/* INSURANCE */

ol#insurance_list li {
	list-style-type:upper-roman;
	font-weight:bold;
	font-size:16px;
	margin-top:10px;	
}

ol#insurance_list ol li {
	list-style-type:disc;
	font-weight:normal;
	font-size:14px;
	margin-top:0px;
}


/* CONTACTS */

ol#contacts_list li {
	font-weight:bold;
	font-size:16px;
	list-style-type:none;
}

ol#contacts_list ol li {
	font-weight:normal;
	font-size:14px;
}

div#contacts_text {
	width:160px;
	float:left;
	margin-right: 10px;
	font-size:12px;
}

/* PRICES */

.prices_title {
	font-weight:bold;
	font-size:14px;
}

div#message {
	background:#fcc;
	border:#f00 2px solid;
	padding:5px;
	width:95%;
	margin: 20px auto;
	text-align:center;
	font-weight:bold;
}

ol#prices_list li {
	list-style-type:disc;
	margin-bottom: 10px;
}


label {
	display:block;
	float: left;
	width:310px;
	margin-right: 50px;
}

div.input_field {
	clear:left;
	margin: 10px 0px;
}

div.input_field input {
	width:180px;
}

div.input_field textarea {
	width:180px;
}

div.input_field input.input_radio {
	width: 40px;
}

div.input_field i {
	font-size:11px;
}


/* HOME */

div#home_back {
	background:url(pics/pen.gif) top left no-repeat;
	height:300px;
}




