﻿/* main */
/*******************************/
html, body, form {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #ffffff;
	font-family: Arial, Geneva, Sans-Serif;
}
.invisible {
	display: none;
	visibility: hidden;
}
.clearing {
	clear:both;
	height:1px;
	line-height:1px;
}
.mainOuter {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -250px;
	width: 100%;
}
.mainInner {
	position: relative;
	clear: left;
	height: 390px;
	width: 474px;
	max-width: 390px;
	min-width: 390px;
	margin: 0px auto;
}
/* title */
/*******************************/
.titleBar {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	width: 474px;
	height: 108px;
}
h1 {
	font-size: 14px;
	background-image: url(../images/rp.gif);
	background-repeat: no-repeat;
	background-position: 20px 60px;
	text-indent: -99999px;
	height: 108px;
	margin: 0px;
	padding: 0px;
}
/* nav */
/*******************************/
.nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	width: 474px;
	height:50px;
	margin-top: 3px;
	position:relative;
}
.nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.nav ul li {
	padding: 17px 0px 0px 20px;
	margin: 0px;
	float: left;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: 20px 17px;
	cursor: pointer;
}
.nav ul li.web {
	background-image: url(../images/web.gif);
	width: 195px;
}
.nav ul li.web:hover, .nav ul li.webSelected {
	background-image: url(../images/web_x.gif);
}
.nav ul li.manual {
	background-image: url(../images/manual.gif);
	width: 150px;
}
.nav ul li.manual:hover, .nav ul li.manualSelected {
	background-image: url(../images/manual_x.gif);
}
.navWithContent {
	background-image: url(../images/nav2.jpg);
	height: 44px;
}
.comingSoon {
	background-image:url(../images/soon.gif);
	background-repeat: no-repeat;
	position:absolute;
	text-indent: -999999px;
	width:56px;
	height:7px;
	right:73px;
	top:21px;
}
/* content */
/*******************************/
.content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	height: 209px;
	width: 474px;
}
.contentInner {
	padding:20px;
	font-size:14px;
	color:#9d6326;
}
.contentInner p {
	margin:0px 0px 7px;
	padding:0px;
}
.contentInner a {
	color:#9d6326;
	text-decoration:none;
	border-bottom:dotted 1px #9d6326;
}
.contentInner a:hover {
	color:#9d6326;
	border-bottom:solid 1px #9d6326;
}
/* footer */
/*******************************/
.footer {
	margin:5px 0px;
	color:#798880;
	font-size:14px;
	text-align:center;
	width: 474px;
}
.footer a {
	color:#798880;
	text-decoration:none;
	border-bottom:dotted 1px #798880;
}
.footer a:hover {
	color:#798880;
	border-bottom:solid 1px #798880;
}
.footerItems {
	text-align:center;
}
.footerItem {
	margin:0px auto;
	background-position:left center;
	background-repeat:no-repeat;
}
.footerItem_Tel {
	background-image:url("../images/tel.gif");
	background-position:left 4px;
	padding:0px 15px 0px 15px;
}
.footerItem_Email {
	background-image:url("../images/email.gif");
	background-position:left 4px;
	padding:0px 0px 0px 15px;
}