/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#ded9d0 url(images/body-tail.gif) top repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border: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.75em;
		line-height:1.5em;
		color:#59564b;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#636052;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
strong {color:#1c1c1c;}

/* ============================= main layout ====================== */

.link {background:#2d2d2d url(images/link-right-bg.gif) top right no-repeat; color:#fff !important; font-size:0.917em; line-height:1em; display:inline-block; text-decoration:none; margin-top:17px; cursor:pointer;}
.link span {background:url(images/link-left-bg.gif) top left no-repeat; padding:3px 17px 5px 20px; display:inline-block;}
.link2 {background:#c01517 url(images/link2-right-bg.gif) top right no-repeat;}
.link2 span {background:url(images/link2-left-bg.gif) top left no-repeat;}
.link:hover {background:#c01517 url(images/link2-right-bg.gif) top right no-repeat;}
.link:hover span {background:url(images/link2-left-bg.gif) top left no-repeat;}
.link2:hover {background:#2d2d2d url(images/link-right-bg.gif) top right no-repeat;}
.link2:hover span {background:url(images/link-left-bg.gif) top left no-repeat;}

li { background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:17px; line-height:1.833em;}
li a {color:#c01517 !important;}

.imgindent {margin:-9px 15px -13px 0; float:left; position:relative;}
.imgindent2 {margin:0 25px 0 0; float:left;}
.title {margin-bottom:20px;}

h2 {color:#c01517; font-size:1.333em; line-height:1em; margin:4px 0 8px 0;}

/* ============================= header ====================== */

.logo {background:url(images/logo-tail-bg.png) top repeat-x; margin-bottom:7px;}
.logo .right-bg {background:url(images/logo-right-bg.png) top right no-repeat;}
.logo .left-bg {background:url(images/logo-left-bg.png) top left no-repeat; padding:6px 0 6px 16px;}

#header .box .indent {padding:8px 8px 0 8px;}

.menu {background:#040304 url(images/menu-bg.gif) top left no-repeat; padding:40px 0 33px 72px;}
.slogan {background:url(images/header-bg.jpg) top left no-repeat; padding:221px 0 21px 15px; margin-left:6px;}

/* ============================= content ====================== */

#content {padding:0 0 19px 0;}

.col-pad {padding-right:22px;}
.col-pad2 {padding-right:99px;}
.col-pad3 {padding-right:35px;}
.col-pad4 {padding-right:80px;}

.box {background:#fff; color:#808080;}
.box .corner-bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat; width:100%;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {padding:30px 20px 33px 42px;}
.box a, .box strong {color:#414141;}

.extra {line-height:1.667em;}
.extra2 {line-height:1.917em;}

.indent {padding:31px 20px 0 29px;}
.margin1 {margin-top:24px;}
.margin2 {margin-right:19px;}
.margin3 {margin-top:34px;}
.margin4 {margin-right:11px;}
.padding1 {padding-top:10px;}
.padding2 {padding-top:16px;}

.text2 {color:#c01517 !important;}
.time {float:right;}
.phone {float:right; margin-right:50px;}

/* ============================= footer ====================== */

#footer {color:#6d6a5b; padding:22px 0 0 23px;}
#footer a {color:#6d6a5b;}

/* ============================= forms ============================= */

#ContactForm {padding:10px 0 0 0; line-height:1em;}
#ContactForm .rowi {height:37px;}
#ContactForm .link {float:right; margin:22px 0 7px 15px;}

.input {width:162px; height:18px; border:1px solid #a4a4a4; background:#ffffff; padding:0 0 0 5px; font-size:1em;}
textarea {width:192px; height:92px; border:1px solid #a4a4a4; background:#ffffff; padding:0 0 0 5px; overflow:auto; font-size:1em;}
