@charset "utf-8";

/* #################################################################################
Reset
################################################################################# */

html {
	overflow-y: scroll; /* firefox: force scroll to prevent page jump */
}

html, body, div, p, h1, h2, h3, h4, h5, ul, ol, li, a, hr, img, form, fieldset, label {
	border: 0;
	margin: 0;
	padding: 0;
}

/* #################################################################################
Containers
################################################################################# */

html, body {
	background-color: #29304f;
	min-width: 980px;
	height: 100%;
}

html, body, #main-page {
	color: #7a4634;
	font-family: Arial, Helvetica, sans-serif;
}

#main-page {
	background-color: #faf7e8;
}

/* ---------------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------- */

#main-header {
	background-color: #39426d;
	padding: 25px 0;
	width: 100%;
}

/*#main-header .inner {
	margin: 0 auto;
	width: 940px;
	}*/

#top-nav {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

/* ---------------------------------------------------------------------------------
Body
--------------------------------------------------------------------------------- */

#main-body {
	background: url(images/body-bg.jpg) top repeat-x;
	min-height: 200px;
	width: 100%;
}

#main-body .inner {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

.logo {
	float: left;
	margin-right: 20px;
}

#side-bar {
	float: left;
	margin-top: 25px;
	width: 300px;
}

#main-body .column-01 {
	float: right;
	margin-top: 25px;
	width: 620px;
}

hr {
	background-color: #e7e3ce;
	color: #e7e3ce;
	height: 1px;
	margin-top: 5px;/margin-top: 0;
}

#gen-form {
	margin: 0 0 20px 0;
}

#exp-serve-form {
	display: none;
}

.price-table-grp {
	clear: both;
	padding-bottom: 15px;
}

.price-table {
	background-color: #f0ecd6;
	float: left;
	padding: 2px 0 2px 50px;
	width: 260px;
}

.price-table-no-bg {
	float: left;
	padding: 2px 0 2px 50px;
	width: 260px;
}

.multi-col {
	float: left;
	margin: 10px 0 25px 0;
	width: 155px;
}

/* ---------------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------------- */

#main-footer {
	background-color: #29304f;
	color: #737995;
	margin-top: 40px;
	padding: 15px 0;
	width: 100%;
}

#main-footer .inner {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

#main-footer .column-01 {
	float: left;
	width: 520px;
}

#main-footer .column-02 {
	float: right;
}

#main-footer .column-02 img {
	float: left;
	padding-top: 20px;
}
	
/* #################################################################################
Top Nav
################################################################################# */

#top-nav ul {
	list-style: none;
}

#top-nav li {
	float: left;
	padding-bottom: 1px;
}

#top-nav li a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}

#top-nav li a:hover {
	border-bottom: 1px solid #ffffff;
}

#top-nav li a:active {
	border-bottom: 1px solid #98aaff;
	color: #98aaff;
}

#top-nav #current-page {
	border-bottom: 1px solid #98aaff;
	color: #98aaff;
	cursor: default;
}

#li-home {
	width: 60px;
}

#li-process {
	text-align: center;
	width: 140px;
}

#li-court {
	text-align: center;
	width: 243px;
}

#li-collection {
	text-align: center;
	width: 178px;
}

#li-tracing {
	text-align: center;
	width: 229px;
}

#li-contact {
	text-align: right;
	width: 90px;
}

/* #################################################################################
Bottom Nav
################################################################################# */

#main-footer ul {
	list-style: none;
}

#main-footer li {
	float: left;
	font-size: 12px;
	line-height: 150%;
	padding-right: 20px;
}

/* #################################################################################
Typography
################################################################################# */

#main-body {
	font-size: 15px;
	line-height: 130%;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	height: 30px;
}

.h1-symbol {
	float: left;
	margin: -8px 12px 10px 0;
}

#main-body p {
	font-size: 15px;
	line-height: 130%;
	padding-bottom: 15px;
}

#main-footer p {
	font-size: 12px;
	line-height: 150%;
	padding-top: 20px;
}

.price-table-grp,
.multi-col {
	font-size: 13px;
}

#main-body a {
	border-bottom: solid 1px #7a4634;
	color: #7a4634;
	text-decoration: none;
}

#main-body a:hover {
	border-bottom: solid 1px #d04d3b;
	color: #d04d3b;
}

#main-footer a {
	border-bottom: solid 1px #737995;
	color: #737995;
	text-decoration: none;
}

#main-footer a:hover {
	border-bottom: none;
}

#side-bar ul {
	list-style: none;
	padding: 0 0 30px 3px;
}

#side-bar li {
	background: url(images/list-bullet.gif) left center no-repeat;
	font-size: 15px;
	line-height: 160%;
	padding-left: 17px;
}

/* #################################################################################
Forms
################################################################################# */

/* ---------------------------------------------------------------------------------
General Form Styles
--------------------------------------------------------------------------------- */

#gen-form ul {
	list-style: none;
}

#gen-form li {
	padding-bottom: 15px;
}

#gen-form label {
	float: left;
	margin-right: 25px;
	padding-top: 7px;
	text-align: left;
	width: 130px;
}

.next-button,
.next-button-clicked {
	background: url(images/btn-next.gif) no-repeat;
	float: right;
	margin-top: 5px;
	width: 59px;
	height: 21px;
}

.next-button-clicked {
	background-position: 0 -22px;
}

.srv-input {
	width: 310px;
}

.srv-option {
	width: 322px;
}

.srv-input,
.srv-phone,
.srv-option {
	border: 1px solid #e7e3ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7a4634;
	padding: 5px;
}

.srv-input:hover,
.srv-input:focus,
.srv-phone:hover,
.srv-phone:focus,
.srv-option:hover,
.srv-option:focus {
	border: 1px solid #c8c5b2;
}

#gen-form li.srv-btns {
	padding-left: 155px;
}

.srv-btns input {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 8px;/padding: 3px;
}





