/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:url(images/body-bg.gif) top center;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}
h1{font-size:24px; padding:2px 0 15px 0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.813em;
		line-height:1.154em;
		color:#222222;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#222222;}
a:hover{text-decoration:none;}
p {padding-top:15px;}

/* ============================= main layout ====================== */

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:22px;}

.link {font-family:Arial Black, Arial, Helvetica, sans-serif; color:#e16323; text-decoration:none; font-size:0.846em; letter-spacing:-1px; display:block; float:right; margin:20px 0 0 0; position:relative;}
.link:hover {text-decoration:underline;}

/* ============================= header ====================== */

.logo-row {background:url(images/corner-top-right.gif) bottom right no-repeat; padding-right:12px}
.logo-row div {background:url(images/tail-top.gif) bottom repeat-x;}

#header .container {background:#ffffff; padding:17px 0 0 0;}
#header .col-1 {width:571px !important; padding:0 5px 35px 5px;}
#header .col-2 {width:305px !important;}

.menu {background:url(images/menu-bg.jpg) top left no-repeat; padding:55px 0 54px 45px;}

.pagination {text-align:center; padding:8px 0 0 0; font-size:1em;}
.pagination a {background:url(images/page-bg.gif) no-repeat 0 0; text-decoration:none; display:inline-block; padding:4px 9px 5px 9px; margin-right:1px; text-align:center; text-transform:uppercase;}
.pagination a:hover {background:url(images/page-bg-act.gif) no-repeat 0 0; color:#fff;}
.pagination .active {background:url(images/page-bg-act.gif) no-repeat 0 0; color:#fff;}
.button {background:url(images/button-tail-bg.gif) top repeat-x !important; padding:0 !important; cursor:pointer;}
.button span {background:url(images/button-right-bg.gif) top right no-repeat; display:inline-block;}
.button span span {background:url(images/button-left-bg.gif) top left no-repeat; padding:4px 13px 5px 13px;}
.button:hover {background:url(images/button-tail-bg-act.gif) top repeat-x !important; color:#222222 !important;}
.button:hover span {background:url(images/button-right-bg-act.gif) top right no-repeat;}
.button:hover span span {background:url(images/button-left-bg-act.gif) top left no-repeat;}

/* ============================= content ====================== */

.corner-bottom-right {background:url(images/corner-bottom-right.gif) bottom right no-repeat;}
.corner-bottom-left {background:url(images/corner-bottom-left.gif) bottom left no-repeat; width:100%;}
.indent {padding:0 30px 40px 29px;}

.col-pad {padding-right:63px;}
.col-pad2 {padding-right:68px;}

.line {border-bottom:1px solid #eae8e6; padding-bottom:26px; margin-bottom:33px;}

.extra {position:relative; margin:0 0 -50px -22px;}
.padding1 {padding-top:25px;}
.gallery img {margin-bottom:20px;}
#content .pagination {padding:0; margin-top:-7px;}
#content .button span span {padding:4px 12px 5px 12px;}
.text2 {line-height:1.538em;}

/* ============================= footer ====================== */

#footer {color:#fff; padding:19px 0 0 74px;}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:26px;}
#ContactForm .link {margin-left:20px;}

.input {width:133px; height:18px; border:1px solid #d1d1d1; background:none; padding:0 0 0 5px; font-size:0.846em;}
textarea {width:194px; height:70px; border:1px solid #d1d1d1; background:none; padding:0 0 0 5px; overflow:auto; font-size:0.846em;}
