/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}
a{cursor: hand;}

body{
	background:#efe6cf;
	
	text-align: center;
}

img {
	vertical-align:top;
	text-align: center;
}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Georgia;
		font-size:0.75em;
		line-height:1.25em;
		color:#363636;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#ef0000;}
a:hover{text-decoration:none;}
p {
	padding-top:11px;
	color: #333;
}

/* ============================= main layout ====================== */

.top-bg {background:url(images/top_bg.jpg) top left no-repeat;}
.bottom-bg {background:url(images/bottom_bg.jpg) bottom left no-repeat;}

h2 {color:#5b2716; font-size:1.417em; line-height:1.01em; font-weight:normal; margin-bottom:10px;}

li {color:#ef0000;}
li a {line-height:2.083em;}

.list {padding:22px 0 8px 0; width:100%; overflow:hidden;}
.list li {background:url(images/line-hor.gif) bottom left repeat-x; width:100%; overflow:hidden;}
.list a { line-height:2.167em;}
.list span {float:right; line-height:2.167em; margin-right:25px; color:#363636;}

.imgindent {margin:0 20px 10px 0; float:left;}

.title {
	background:url(images/line.gif) bottom left no-repeat;
	padding-bottom:10px;
	font-size: 3px;
	margin-bottom:20px;
}
.title2 {background:url(images/line.gif) bottom left no-repeat; padding-bottom:23px; margin-bottom:22px;}

/* ============================= header ====================== */

.logo {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
}
.menu {padding-left:36px;}
.book {padding:0 0 0 36px; line-height:1.167em;}
.book .column-1 {
	width:300px;
	padding:82px 62px 69px 91px;
	background:url(images/book_left.jpg) top left no-repeat;
}
.book .column-2 {
	width:428px;
	padding:31px 30px 32px 30px;
	background:url(images/book_right.jpg) top left no-repeat;
}
.book strong {
	color:#4b4a4b;
	font-size:1.5em;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.book strong span {color:#d52d00;}
.book .title {margin-bottom:13px; padding:0; background:none;}
.book p {padding-top:10px;}
.book .link { margin-top:18px;}

.link {background:#941f2a url(images/link-right-bg.gif) top right no-repeat; display:block; float:left; font-size:12px; line-height:16px; color:#fff; font-family:tahoma; text-decoration:none; margin-top:12px;}
.link span {display:block; background:url(images/link-left-bg.gif) top left no-repeat; float:left; padding:0 15px 2px 9px;}
.link:hover {background:#c11729 url(images/link-right-bg-hover.gif) top right no-repeat;}
.link:hover span {display:block; background:url(images/link-left-bg-hover.gif) top left no-repeat;}

/* ============================= content ====================== */

.upper {}
.indent {padding-bottom:25px;}
.indent2 {padding-bottom:15px;}

.padding1 {padding-top:7px;}
.padding2 {padding-top:25px !important;}
.padding3 {padding-top:14px;}

.phone {float:right; margin-right:10px;}

.line {background:url(images/line-hor.gif) bottom left repeat-x; padding-bottom:6px; margin-bottom:14px;}
#page6 p {padding-top:15px;}

/* ============================= footer ====================== */

#footer {color:#1f1f1f; font-size:0.917em;}
#footer a {color:#1f1f1f; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .menu {float:right;}
.menu li {display:inline; border-left:1px solid #1f1f1f; padding:0 3px 0 3px;}
.menu li a {line-height:1.25em;}
.menu .first {border:none;}
.menu .active {font-weight:bold;}

/* ============================= forms ============================= */

#ContactForm {padding:25px 0 0 0;}
#ContactForm .rowi {height:31px;}
#ContactForm .col-1 {width:201px;}
#ContactForm .col-2 {width:192px;}
#ContactForm .link {float:right; margin:23px 0 0 5px;}

.input {width:185px; height:17px; border:1px solid #362f2d; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:386px; height:135px; border:1px solid #362f2d; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}
h1 {
	color:#d52d00;
	font-size:1.5em;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 span {color:#4b4a4b}
.prominent {
	font-size: xx-large;
	color: #F00;
}
