/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:951px;
} 

body { 
	background:#2b2b2b; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#999898; 
	min-width:951px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-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;
}

.container { 
	width:100%;
}

.sedo {height:1px; overflow:hidden; }

/*=========================== TAILING =========================*/

.tail-top { 
	background-color:#fff;
}

.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#newsletter-form .field1 {
	padding-bottom:20px;
}
#newsletter-form .field1 label {
	display:block;
	padding-bottom:10px;
} 
#newsletter-form .field1 span {
	display:block;
	float:left;
	background:url(images/input-bg.gif) no-repeat left top;
	width:148px;
	height:20px;
}
#newsletter-form .field1 input {
	background:none;
	border:0;
	padding-top:2px;
	margin-left:5px;
	width:135px;
}
#newsletter-form .field1 a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	background:url(images/link-tail.gif) repeat-x left top;
	margin-left:9px;
}
#newsletter-form .field1 a em {
	display:block;
	background:url(images/link-left.gif) no-repeat left top;
}
#newsletter-form .field1 a b {
	display:block;
	font-style:normal;
	background:url(images/link-right.gif) no-repeat right top;
	padding:2px 5px 3px 5px;
}
#newsletter-form .field1 a:hover {
	text-decoration:underline;
}
#newsletter-form .field2 input {
	float:left;
	width:14px;
	height:14px;
	margin-right:6px;
}
#newsletter-form .field2 label {
	float:left;
	color:#484848;
}

/*--------------------*/

#contacts-form .field { 
	height:33px;
}
#contacts-form input {
	width:338px; 
	padding:3px 0 3px 3px; 
	background:#fff; 
	border:1px solid #c8c8c8; 
	vertical-align:top;
	color:#999898;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:338px; 
	height:66px; 
	overflow:auto;
	background:#fff;
	color:#999898; 
	border:1px solid #c8c8c8; 
	padding:3px 0 3px 3px;
	margin-bottom:10px; 
}

/*========================== LISTS ============================*/

.gallery-list {
	width:100%;
	overflow:hidden;
	padding:53px 0 12px 0;
}
.gallery-list li {
	float:left;
	width:179px;
	font-size:14px;
	line-height:1.2em;
	margin-right:14px;
	padding-bottom:32px;
}
.gallery-list li.alt {
	margin:0;
}
.gallery-list li img {
	display:block;
	margin-bottom:9px;
}
.gallery-list li a {
	text-decoration:none;
	color:#7c7979;
}
.gallery-list li a:hover {
	color:#000;
}

.list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:38px;
}
.list li.alt {
	padding-bottom:28px;
	margin-top:-10px;
}
.list li.alt p {
	margin:0;
}
.list li img {
	float:left;
	margin-right:35px;
}

.list1 li {
	padding:0 0 7px 14px;
	background:url(images/arrow.gif) no-repeat left 5px;
}
.list1 li a {
	color:#545555;
}


.list2 li {
	line-height:1.67em;
	padding-bottom:20px;
}
.list2 li strong {
	display:block;
}
.list2 li strong,
.list2 li strong a {
	color:#222222;
}

.list3 li {
	line-height:1.9;
	padding:0 0 7px 14px;
	background:url(images/arrow.gif) no-repeat left 5px;
}
.list3 li a {
	color:#545555;
}

/*========================== OTHER ============================*/

p { 
	margin-bottom:20px;
	line-height:1.67em;	
}
.p0 {
	margin-bottom:0;
}

.phone { 
	float:right; 
	margin-right:138px;
}

.button1 {
	display:block;
	float:left;
	background:url(images/button-tail.gif) repeat-x left top;
	border-right:1px solid #cdcdcd;
	font-size:14px;
	line-height:1.1em;
	color:#222222;
	text-decoration:none;
}
.button1 span {
	display:block;
	background:url(images/button-left.gif) no-repeat left top;
	padding:1px 7px 3px 18px;
}
.button1:hover {
	color:#FF0000;
}

.button2 {
	display:block;
	float:right;
	background:url(images/button-tail.gif) repeat-x left top;
	border-left:1px solid #cdcdcd;
	font-size:14px;
	line-height:1.1em;
	color:#222222;
	text-decoration:none;
}
.button2 span {
	display:block;
	background:url(images/button-right.gif) no-repeat right top;
	padding:1px 18px 3px 7px;
}
.button2:hover {
	color:#FF0000;
}

dl {
	line-height:1.67em;
}
dl dt {
	font-weight:bold;
	color:#222222;
}
dl dd {
	padding-bottom:20px;
}
dl dd a {
	color:#222222;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#999898; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:32px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-left:7px;
	letter-spacing:-1px;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	margin-bottom:17px;
	color:#6a6a6a;
}
h3.style1 {
	margin-bottom:30px;
}

.txt1 {
	color:#424040;
}
.txt1 a { color:#424040; }

.link {
	color:#545555;
	background:url(images/arrow.gif) no-repeat left 5px;
	padding-left:13px;
}

.line-hor { 
	margin:35px 0;
	height:1px;
	background:url(images/line-hor.gif) repeat-x left top; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

.white { font-size:.8em; color:#ffffff; margin-bottom:0;}
.white a { color:#ffffff;}

/*============================ BOXES ==========================*/

.box { 
	width:951px;
	height:462px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:53px;
	background:url(images/png-tail.png);
	z-index:2;
}
.box .inner { 
	padding:81px 0 0 51px;
}
.box .button {
	position:absolute;
	right:24px;
	top:24px;
}
.box .col-1 {
	width:536px;
}
.box .col-2 {
	width:340px;
	padding-top:24px;
}
.box h3 {
	color:#fff;
	letter-spacing:-1px;
}
.box p {
	line-height:1.75em;
}
.box p a {
	color:#999898;
}

/*========================== HEADER ===========================*/

#header .fleft {
	padding-top:22px;
}
#header .fright {
	padding:84px 0 0 0;
}
#header .fright ul li {
	float:left;
	font-size:14px;
	line-height:1.2em;
	padding-left:20px;
}
#header .fright ul li a {
	text-decoration:none;
	color:#7c7979;
}
#header .fright ul li a:hover,
#header .fright ul li a.active {
	color:#222222;
}

/*========================= CONTENT ===========================*/

#content {
	overflow:hidden;
	position:relative;
	min-height:440px;
	height:auto !important;
	height:440px;
}
#content .indent {
	margin-top:-8px;
}
#content .indent1 {
	padding:25px 0 0 0;
}
#content .indent2 {
	padding-top:3px;
}
#content .indent3 {
	padding-bottom:24px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#6a6a6a;
	padding-top:12px;
	margin:0;
}
#footer p a {
	color:#6a6a6a;
}

/*=======================HTML Tidy =============================*/
div.c1 {
	padding-right:35px
}
div.c2 {
	padding-bottom: 15px;
	text-align: center
}
div.c3 {
	padding-top:15px;
	padding-bottom:15px
}

iframe.c1 {
	border:none;
	overflow:hidden;
	width:900px;
	height:215px
}
