* {
	font-size: 100%;
	margin: 0;
}

body {
	background: #F5F3E4 url(/objects/img/body-bg.gif);
	color: #403221;
	font-family: "Times New Roman", serif;
	/text-align: center;
}

a:link, a:visited {color: #CD5005;}
a:hover {color: #F03;}

a.java:link, a.java:visited {
	color: #CD5005;
	text-decoration: none;
	border-bottom: 1px dotted #CD5005;
}

a.java:hover {
	color: #F03;
	border-bottom-color: #F03;
}

img {border: none;}
.nowrap {white-space: nowrap;}
span.order {margin-left: 0.125em;}
table {border-collapse: collapse;}
table td {padding: 0;}

.contents {
	width: 960px;
	/text-align: left;
	margin: 0 auto;
}

.header {
	background: url(/objects/img/header-bg.gif) no-repeat 56% 0;
	padding-top: 42px;
}

h4 {
	font: italic 175%/125% "Times New Roman", serif;
	color: #682903;
	margin-bottom: 42px;
}

h4 span {
	color: #A03E03;
	margin-left: 1em;
}

h4 a:link, h4 a:visited {
	color: #682903;
	text-decoration: none;
}

h4 a:hover {
	color: #A03E03;
	text-decoration: underline;
}


.header .info {
	float: right;
	margin-top: -4px;
}

h5 {
	font: italic 113%/125% "Times New Roman", serif;
	margin-bottom: 0.5em;
	color: #A03E03;
}

.header .info .phone {
	font-size: 150%;
	color: #682903;
}

.header .info .phone span {
	font-size: 75%;
	font-style: italic;
}

.sections {
	width: 100%;
	height: 63px;
	background: #390E05 url(/objects/img/sections-bg.gif) repeat-x top;
}

.sections td {
	position: relative;
}

.sections .margin {
	width: 1px;
	background: #000;
}

.sections a, .sections a:link, .sections a:visited, .sections div {
	position: relative;
	/position: static;
	display: block;
	font: italic 113%/63px "Times New Roman", serif;
	color: #FFF;
	white-space: nowrap;
	text-align: center;
}

.sections .left a, .sections .left div {padding: 0 1.5em;}
.sections .practice a, .sections .practice div {padding: 0 1em;}
.sections .faq a, .sections .faq div {padding: 0 0.5em;}
.sections .right a, .sections .right div {padding: 0 0.5em;}

.sections span {
	position: absolute;
	background: url(/objects/img/sections-corners.gif);
	width: 10px;
	height: 10px;
	/font-size: 0;
}

.sections .left span {
	top: 0;
	left: 0;
}

.sections .right span {
	top: 0;
	right: 0;
	/right: -1px;
	background-position: 10px 0;
}

.sections a:hover, .sections .current {
	background: #6B4037 url(/objects/img/sections-current-bg.gif) repeat-x top;
	color: #E3DFC0;
}

.sections a.current:hover {
	color: #FFF;
}

.sections .left a:hover span, .sections .left .current span {
	background-position: 0 10px;
}

.sections .right a:hover span, .sections .right .current span {
	background-position: 10px 10px;
}

.intro {
	background: url(/objects/img/intro-bg.gif) 80% 100%;
	color: #682903;
}

.intro .contents {
	padding: 28px 0 14px 0;
}

h6 {
	font: italic 200%/113% "Times New Roman", serif;
	color: #682903;
	margin: 0 0 0.625em 3em;
}

h6 span {
	color: #A03E03;
	margin-left: -3em;
}

.intro p {
	line-height: 150%;
	margin: 0 2em 1em 0;
}

.intro img {
	float: left;
	margin: 0.125em 32px 32px 0;
}

.intro .clear {
	clear: both;
	/margin-top: -1em;
}

.vertical .contents {
	padding-top: 32px;
}

.vertical h6 {
	margin-left: 308px;
}

.vertical h6 span {
	margin-left: -96px;
}

.vertical img {
	margin-top: 0.375em;
}

.content .body {
	float: left;
	width: 600px;
}

.content .service {
	position: relative;
	float: left;
	width: 272px;
	/width: 320px;
	background: url(/objects/img/intro-bg.gif);
	padding: 22px 24px 0 24px;
	margin-right: 40px;
}

.content .clear {
	clear: both;
	height: 2em;
}

h1, h2, h3 {
	font: italic 175%/115% "Times New Roman", serif;
	color: #000;
}

h1 {
	background: url(/objects/img/h1-bg.png) no-repeat bottom;
	color: #403221;
	padding: 24px 0 16px 80px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 150%;
	padding-top: 0.75em;
	margin: 0.75em 0 0.5em 0;
}

h3 {
	font-size: 125%;
	margin: 1.25em 0 0.25em 0;
}

.content p, ul, ol {
	line-height: 150%;
	margin-bottom: 1em;
}

.content .indent {
	text-indent: 80px;
}

.content .image {
	margin: 2em 0;
}

ul, ol {
	padding: 0 2.5em;
	margin: -0.375em 0 1.75em 0;
}

ul.margin, ol.margin {
	margin-top: 0;
	padding-top: 0.375em;
}

li {
	line-height: 138%;
	margin-bottom: 0.38em;
}

ul {
	list-style: none;
	/list-style: square;
}

ul li {
	text-indent: -1.25em;
	/text-indent: 0;
}

ul li:before {
	content: "— ";
}

.copyright {
	font-size: 88%;
	color: #7A654B;
	white-space: nowrap;
	margin: 6em 0 0 0;
}

.copyright .right {
	float: right;
}

.copyright .counter {
	position: absolute;
	margin: 0.2em 0 0 -336px;
	/margin-top: 0.06em;
}

.service .corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(/objects/img/service-corners.gif);
	/font-size: 0;
}

.service .tl {
	left: -10px;
	top: 0;
}

.service .tr {
	right: -10px;
	top: 0;
	background-position: 10px 0;
}

.service .bl {
	left: 0;
	bottom: 0;
	/bottom: -1px;
	background-position: 0 10px;
}

.service .br {
	right: 0;
	bottom: 0;
	/bottom: -1px;
	background-position: 10px 10px;
}

.rounded {
	background: #F8F6EA;
	padding: 0 20px;
	margin-bottom: 1.5em;
}

.rounded p {
	font-size: 88%;
	line-height: 143%;
	margin-bottom: 0.5em;
}

.rounded .title {
	font-size: 113%;
	font-style: italic;
	line-height: 125%;
	background: #5D180A url(/objects/img/rounded-title-bg.gif) no-repeat;
	margin: 0 -20px 0.75em -20px;
}

.rounded .title a, .rounded .title a:link, .rounded .title a:visited, .rounded .title span {
	display: block;
	color: #FFF;
	padding: 0.44em 20px 0.5em 20px;
}

.rounded .title a:hover {color: #E3DFC0;}

.rounded .bottom {
	height: 10px;
	background: url(/objects/img/rounded-bottom-bg.gif);
	/font-size: 0;
	margin: -0.125em -20px 0 -20px;
}

.content .contacts {
	margin-top: 1.5em;
}

.content .contacts p {
	font-size: 113%;
	margin-bottom: 0.35em;
}

form table td {
	padding: 0 12px 1em 0;
	/padding-bottom: 0.9em;
}

form .address {
	vertical-align: top;
	padding-top: 0.2em;
}

label {
	font-size: 82%;
	display: block;
	margin-bottom: 0.2em;
}

input, textarea {
	font-size: 82%;
	width: 220px;
}

textarea {
	height: 11em;
	font-size: 13px;
	/font-size: 82%;
	line-height: 139%;
}

.submit input {
	width: auto;
	font-size: 100%;
}

.content form p {
	line-height: 139%;
	margin: 0 0 1em 0;
}

.content form .error {
	color: #F00;
}
