/* CSS Document */

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

body{
	background:url(/img/body-bg.png) top center;
	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.75em;
		color:#000000;
	}

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

a {color:#252424;}
a:hover{text-decoration:none;}
p {padding-bottom:21px;}
strong {color:#191919;}

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

.link {background:url(/img/link-tail-bg.gif) top repeat-x; display:block; float:right; color:#757f83; text-decoration:none; font-size:11px; line-height:1em; margin-top:14px;}
.link span {background:url(/img/link-right-bg.png) top right no-repeat; display:block;}
.link span span {background:url(/img/link-left-bg.png) top left no-repeat; padding:2px 10px 4px 11px;}
.link:hover {background:url(/img/link-tail-bg-hover.gif) top repeat-x;}
.link:hover span {background:url(/img/link-right-bg-hover.gif) top right no-repeat;}
.link:hover span span {background:url(/img/link-left-bg-hover.gif) top left no-repeat;}

.button {background:url(/img/button-tail-bg.gif) top repeat-x; display:block; float:left; color:#757f83; text-decoration:none; font-size:11px; line-height:1em; text-transform:uppercase;}
.button span {background:url(/img/button-right-bg.png) top right no-repeat; display:block;}
.button span span {background:url(/img/button-left-bg.png) top left no-repeat; padding:5px 6px 6px 8px;}
.button:hover {background:url(/img/button-tail-bg-hover.gif) top repeat-x;}
.button:hover span {background:url(/img/button-right-bg-hover.gif) top right no-repeat;}
.button:hover span span {background:url(/img/button-left-bg-hover.gif) top left no-repeat;}

.link2 {background:url(/img/link-bg.gif) no-repeat top right; padding-right:10px; color:#e73c0a; font-size:11px;}

h2 {color:#191919; font-size:1.5em; line-height:1em; font-weight:normal; margin:7px 0 23px 0;}
h3 {color:#c7310f; font-size:1.1em; line-height:1em; font-weight:normal; margin:0 0 13px 0;}

li { background:url(/img/list-bg.gif) no-repeat 0 10px; padding-left:25px; font-size:0.917em; line-height:2.727em;}
.list li { background:url(/img/list-bg.gif) no-repeat 0 5px; padding-left:15px; font-size:0.917em; line-height:20px;}

.imgindent {margin:0 20px 0 0; float:left;}
cite {font-style:normal;}

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

.menu {border-bottom:1px solid #9e9e9e; border-top:1px solid #e9e9e9; background:url(/img/menu-tail.png) bottom repeat-x; margin-top:37px; height:41px;}
.menu .right-bg {background:url(/img/menu-side-bg.png) top right no-repeat;}
.menu .left-bg {background:url(/img/menu-side-bg.png) top left no-repeat; width:100%;}
.menu ul {float:left; width: 100%;}

.menu li {float:left; background:url(/img/menu-devider.png) top left no-repeat; text-transform:uppercase; text-align: center; line-height:1em; padding:14px 0px 16px 0px; width: 25%;}
.menu li a {text-decoration:none; color:#515151;}
.menu li a:hover {color:#fa511d;}
.menu .first {background:none;}

.slogan {padding:130px 0 50px 495px;}

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

#content .tail-bot {background:url(/img/content-tail-bot.png) bottom repeat-x;}

.col-pad {padding-right:83px;}
.col-pad2 {padding-right:39px;}
.padding1 {padding-top:28px;}
.padding2 {padding-top:18px;}
.padding3 {padding-top:9px;}
.margin1 {margin-bottom:35px;}
.margin2 {margin-bottom:15px;}

.text2 {font-size:0.917em; line-height:1.636em;}
.name {float:right; color:#c7310f;}
.color2 {color:#191919;}
.mail {color:#c7310f;}
.phone {float:right; margin-right:120px;}
.sidetext { border-style: solid; border-width: 1px; background-color: #E8E8E8; padding: 5px; border-radius: 4%; -moz-border-radius: 4%;}

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

#footer {color:#b0b0b0; font-size:0.833em; text-transform:uppercase;}
#footer a {color:#b0b0b0; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

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

#SearchForm {padding:44px 0 0 0;}
#SearchForm .rowi {height:33px;}

#SearchForm .input {width:153px; height:20px; border:1px solid #c7bfbf; background:none; padding:0 0 0 5px; font-size:1em; float:left; margin-right:2px;}

#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:42px;}
#ContactForm .link {margin-left:20px;}
#ContactForm .input {width:212px; height:19px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; font-size:1em; float:left; margin-right:2px;}
textarea {width:232px; height:103px; border:1px solid #a09b96; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em;}

