/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:1035px;
} 

body { 
	background:#ebe3d4; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:100%; 
	line-height:1em; 
	color:#ab9c7d; 
	min-width:1035px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.extra-wrap { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-top-right {
	width:50%;
	position:absolute;
	right:0;
	top:25px;
	background:url(images/tail-top-right2.gif) repeat-x right top;
	height:530px;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:41px;
}
#contacts-form input {
	width:276px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #d7d1c6; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:302px; 
	height:97px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #d7d1c6; 
	padding:2px 0 2px 3px;
	margin-bottom:18px; 
}

/*========================== LISTS ============================*/

.price-list {
	padding-bottom:10px;
}
.price-list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.2em;
	padding-bottom:5px;
}
.price-list li a {
	text-decoration:none;
	color:#4f0f00;
	float:left;
	margin-right:2px;
}
.price-list li a:hover {
	text-decoration:underline;
}
.price-list li strong {
	float:right;
	color:#f5821c;
	padding-left:1px;
}
.price-list li span {
	display:block;
	background:url(images/line-hor.gif) repeat-x 0 10px;
	overflow:hidden;
}

.list {
	padding-bottom:8px;
}
.list li {
	color:#4f0f00;
	padding-bottom:4px;
}

/*========================== OTHER ============================*/

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:10px;
}
.img-box1.alt {
	padding-bottom:22px;
}
.img-box1.alt1 {
	padding-bottom:30px;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:22px;
	line-height:1.33em;
}
.p0 {
	margin-bottom:0;
}
.p1 {
	margin-bottom:10px;
}

.phone { 
	float:right; 
	margin-right:17px;
}

.extra-col {
	margin-top:-17px;
	position:relative;
}

dl {
	line-height:1.33em;
	margin-bottom:-15px;
}
dl.alt {
	padding-bottom:20px;
}
dl dt {
	color:#f5821c;
	font-weight:bold;
}
dl dd {
	margin-bottom:15px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#f5821c; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	color:#4f0f00;
	font-size:2.5em;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:10px;
}
h4 {
	color:#4f0f00;
	font-size:2em;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:13px;
}
h5 {
	color:#f5821c;
	font-size:1.17em;
	margin-bottom:8px;
}
h5.style1 {
	font-size:.92em;
	line-height:1.27em;
}
h5.style2 {
	font-size:1em;
	line-height:1.33em;
	margin-bottom:18px;
}
h5.style3 {
	font-size:1em;
	line-height:1.27em;
	margin-bottom:0;
}
h6 {
	font-size:.92em;
	line-height:1.27em;
	font-style:italic;
	margin-bottom:2px;
}
h6,
h6 a {
	color:#ab9c7d;
}
h6.style1 {
	font-size:1em;
	font-style:normal;
	margin-bottom:4px;
}
h6.style2 {
	margin-bottom:10px;
}

.link {
	color:#f5821c;
	font-style:italic;
	font-weight:bold;
	text-align:right; 
}

.link1 {
	text-align:right;
	font-style:italic;
	font-weight:bold;
}
.link1,
.link1 a {
	color:#4f0f00;
}

.line-ver1 {
	background:url(images/divider.gif) repeat-y 278px 0;
}
.line-ver2 {
	background:url(images/divider.gif) repeat-y 544px 0;
	width:100%;
}
.line-ver3 {
	background:url(images/divider.gif) repeat-y 604px 0;
	width:100%;
}
.line-ver4 {
	background:url(images/divider.gif) repeat-y 296px 0;
	width:100%;
}

.line-hor { 
	border-bottom:1px solid #ebe3d4; 
	margin:22px 0 18px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

.title {
	position:absolute;
	top:190px;
	right:36px !important;
	right:35px;
}

/*============================ BOXES ==========================*/

.nav-box {
	position:absolute;
	width:597px;
	right:21px; 
	top:95px;
}
.nav-box .left {
	background:url(images/nav-left.png) no-repeat left top;
}
.nav-box .right {
	padding:0 20px;
	background:url(images/nav-right.png) no-repeat right top;
}
.nav-box ul {
	height:53px;
	background:url(images/nav-tail.png) repeat-x left top;
}
.nav-box ul li {
	float:left;
	text-transform:uppercase;
	padding-top:20px;
	line-height:1.08em;
	margin-right:-25px;
	font-family:"Times New Roman", Times, serif;
}
.nav-box ul li a {
	color:#542202;
	text-decoration:none;
	display:block;
}
.nav-box ul li a em {
	display:block;
}
.nav-box ul li a b {
	display:block;
	font-style:normal;
	font-weight:normal;
	padding:6px 39px 5px 39px;
}
.nav-box ul li a:hover {
	text-decoration:underline;
}
.nav-box ul li a.active {
	color:#f5821c;
	background:url(images/nav-act-tail.gif) repeat-x left top;
}
.nav-box ul li a.active:hover {
	text-decoration:none;
}
.nav-box ul li a.active em {
	background:url(images/nav-act-left.gif) no-repeat left top;
}
.nav-box ul li a.active b {
	background:url(images/nav-act-right.gif) no-repeat right top;
}

/*---*/

.header-box {
	position:absolute;
	left:27px;
	top:297px;
	background:url(images/header-box.jpg) no-repeat left top;
	width:215px;
	height:181px;
	overflow:hidden;
	color:#fff;
}
.header-box .inner {
	padding:16px 0 0 19px;
}
.header-box em {
	color:#f1ddb4;
	font-size:2.17em;
	line-height:1.2em;
	display:block;
	padding-bottom:5px;
	font-family:"Times New Roman", Times, serif;
}
.header-box p {
	font-size:1.17em;
	line-height:1.29em;
	font-style:italic;
}
.header-box p span {
	font-size:1.29em;
}
.header-box p b {
	display:block;
	color:#f1ddb4;
	padding-top:12px;
}
.header-box p a {
	color:#f5821c;
	font-size:1.29em;
	text-decoration:none;
}
.header-box p a:hover {
	text-decoration:underline;
}
 
/*---*/
 
.box { 
	width:402px;
	height:204px;
	overflow:hidden;
	background:url(images/box-bg.gif) no-repeat left top;
}
.box .inner { 
	padding:16px 26px 0 26px;
}
.box h4 {
	padding-top:7px;
}

/*========================== HEADER ===========================*/

#header .container {
	position:relative;
	background-repeat:no-repeat;
	background-position:0 25px;
	background-image:url(images/header-bg2.jpg);
}
#header .logo {
	position:absolute;
     left:43px; 
	top:61px;
}
#header .logo a {
	cursor:pointer;
}
#header .banner {
	position:absolute;
	top:355px;
	right:21px !important;
	right:20px;
}

/*========================= CONTENT ===========================*/

#content .row-1 {
	height:216px;
	border-top:1px solid #fff;
	background:url(images/tail-middle.gif) repeat-x center top;
}
#content .row-1 .container {
	padding-top:9px;
}
#content .row-2 {
	background:#fff;
}
#content .indent {
	padding:26px 16px 26px 45px;
}
#content .indent1 {
	padding:10px 0 0 0;
}
#content .indent2 {
	padding-bottom:15px;
}

/*========================= FOOTER ============================*/

#footer .col-1 {
	width:142px;
	margin-right:121px;
	padding-left:45px;
}
#footer .col-2 {
	width:185px;
	margin-right:80px;
}
#footer .col-3 {
	width:333px;
	padding:10px 0 0 0;
}
#footer .col-1,
#footer .col-2 {
	padding-top:15px;
	line-height:1.5em;
}
#footer,
#footer .col-1 a,
#footer .col-2 a {
	color:#4f0f00;
}
#footer .col-1 a,
#footer .col-2 a {
	text-decoration:none;
}
#footer .col-1 a:hover,
#footer .col-2 a:hover {
	text-decoration:underline;
}

/*=============================================================*/

/*--- twitter ---*/
.twitted {
	width:259px;
	position:relative;
	padding-bottom:10px;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(images/loader.gif) 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	list-style-type: none;
	font-size:11px;
	line-height:14px;
	color:#202c03;
}

.twitted ul#twitter_update_list li {
	background:url(images/tail-bg.gif) repeat-y left top;
	margin-bottom:1px;
}
	.twitted ul#twitter_update_list li div {
		background:url(images/top-bg.gif) no-repeat left top;
	}
		.twitted ul#twitter_update_list li div div {
			background:url(images/bot-bg.gif) no-repeat left bottom;
		}
			.twitted ul#twitter_update_list li div div div.min-height {
				min-height:61px;
				height:auto !important;
				height:61px;
			}
				.twitted ul#twitter_update_list li div div div div {
					background:none;
					padding:15px 11px 15px 62px;
				}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	color:#ab9c7d;
	font-size:1.08em;
	line-height:1.33em;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color:#4f0f00;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color:#4f0f00;
	text-decoration:none;
	font-size:.92em;
	font-family:Arial, Helvetica, sans-serif;
}
.twitted ul#twitter_update_list li a:hover {
	text-decoration:underline;
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	position:absolute;
	margin:0;
	right:-73px;
	bottom:16px;
	font-weight:bold;
	font-size:.92em;
}
	.twitted p.profileLink a {
		display:block;
		color:#f5821c;
		text-decoration:underline;
	}
	.twitted p.profileLink a:hover {
		text-decoration:none;
	}
	
/*--- carousel ---*/
.carousel-box {
	position:relative;
	width:1035px;
}
.carousel-box .prev {
	position:absolute;
	left:0;
	top:98px;
}
.carousel-box .next {
	position:absolute;
	right:0;
	top:98px;
}
.carousel-box .prev a,
.carousel-box .next a {
	cursor:pointer;
}
.carousel-box .carousel {
	width:1035px;
	margin-left:27px;
}
.carousel-box ul li {
	width:189px;
	height:199px;
	float:left;
	background:url(images/banner-bg.gif) no-repeat left top;
	border:0;
	margin-right:9px;
	position:relative;
}
.carousel-box ul li strong {
	color:#fff;
	display:block;
	padding:0 0 0 18px;
	height:56px;
}
.carousel-box ul li strong b {
	display:block;
	padding-top:11px;
}
.carousel-box ul li,
.carousel-box ul li a {
	color:#fff;
}
.carousel-box ul li a {
	font-size:1.17em;
	line-height:1.2em;
	font-style:italic;
	margin:7px 0 0 19px;
	display:inline-block;
	font-family:"Times New Roman", Times, serif;
}
.carousel-box ul li span {
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	position:absolute;
	right:7px;
	top:111px;
	display:block;
	background:url(images/icon.png) no-repeat left top;
	font-size:2em;
	line-height:1em;
	color:#541f02;
	width:70px;
	text-align:center;
	padding:12px 0 5px 0;
}
.carousel-box ul li span em {
	font-size:1.5em;
	font-style:normal;
	display:inline-block;
}

