/* Handcoded by RapidxHTML - http://www.rapidxhtml.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    position: relative;
}

:focus {
    outline: none;
}

/* links */
a {
    color: #36020A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 21px;
    color: #44010B;
}

h2 {
    font-size: 18px;
    color: #44010B;
}

h3 {
    font-size: 22px;
    color: #FFFFFF;
}

h4 {
    font-size: 175%;
    color: #000;
}

h5 {
    font-size: 150%;
    color: #787878;
}

h6 {
    font-size: 125%;
    color: #000;
}

/* page setup */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #4A2C2C;
    font-size: 12px;
    background: #C4BAB0 url(../img/page_bg.jpg) 50% 0 repeat-x;
}

div#page {
    background: url(../img/header-bg.jpg) 50% 0 no-repeat;
}

/* wrapper setup */
div.rapidxwpr {
    margin: auto;
    width: 940px;
}

/* header */
div#header {
    position: relative;
    height: 241px;
    margin: 0px 0px 0px 0px;
    background: url(../img/header-bg.jpg) 50% 0 no-repeat;
}

/* logo */
span#logo, img#logo {
    position: absolute;
    top: 127px;
    left: 51px;
    width: 161px;
    height: 92px;
    border: 0;
}


div#tagline {
    position: absolute;
    top: 90px;
    left: 285px;
    border: 0;
    width: 270px;
}

div#tagline h2 {
    font-size: 30px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
}

/* main body setup */
div#middle {
    width: auto;
    margin: 0px 0px 0px 0px;
    clear: both;
    background: #A99685;
    border-left: #9C8D7E 1px solid;
    border-right: #9C8D7E 1px solid;
}

div#middle .background {
    min-height: 140px;
}

div#middle .layoutleft {
    background: none;
}

div#middle .layoutright {
    background: none;
}

/* left column */
div#left {
    width: 200px;
}

div#middle .layoutleft div#left {
    float: left;
    padding: 0px 0px 0px 0px;
}

div#middle .layoutright div#left {
    float: right;
    padding: 0px 0px 0px 0px;
}

/* right column */
div#right {
    width: 270px;
    padding: 0px 20px 0px 0px;
    float: right;
}

/* content column */
div#main {
    width: auto;
    background: url(../img/main-bg.jpg) 0 100% no-repeat;
}

div#middle .layoutleft div#main {
    margin: 0px 18px 0px 20px;
    padding: 0px 0px 25px 0px;
}

div#middle .layoutright div#main {
    margin: 0px 200px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div#middle .withoutleft div#main {
    margin: 0px 0px 0px 0px;
}

div#mainmiddle {
    margin: 0px 0px 0px 0px;
    border-right: #917C69 1px solid;
    background: #EDE2D9;
}

div#main .withoutright {
    background: transparent;
}

div#content {
    width: auto;
    border-left: #917C69 1px solid;
    background: #EDE2D9;
}

div#main .withright div#content {
    margin: 0px 330px 0px 0px;
    padding: 0px 0px 0px 20px;
}

div#main .withoutright div#content {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* footer */
div#footer {
    width: auto;
    padding: 100px 10px 80px 0px;
    clear: both;
    color: #624E3B;
    background: url(../img/footer-bg.jpg) 0 0 no-repeat;
    text-align: right;
}

/* clearing & floating */
.clearingfix:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.clearingfix {
    display: block;
}

.floatbox {
    overflow: hidden;
}

/* topmenu */
div#topmenu {
    height: 112px;
    background: url(../img/menu-bg.png) 100% 0 no-repeat;
}

div#topmenu ul {
    padding: 0 30px;
    margin: 0px;
    list-style: none;
    float: left;
    background: url(../img/menu-bg.png) 0 0 no-repeat;
}

div#topmenu li {
    float: left;
    display: block;
    padding: 15px 0 0 0;
}

div#topmenu li.item1 a {
    border: 0;
}

div#topmenu a {
    float: left;
    display: block;
    position: relative;
    height: 45px;
    padding: 0px 30px;
    line-height: 44px;
    overflow: hidden;
    color: #C5B6A9;
    font-size: 13px;
    font-weight: bold;
    border-left: #693232 1px solid;
}

div#topmenu a:hover {
    color: #ccc;
    text-decoration: underline;
}

div#content h1 {
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
}

div#content h1 span {
    text-transform: none;
    color: #907A66;
    font-size: 20px;
    display: block;
}

/* readmore button */
a.readmore {
    background: url(../img/readmore-bg.png) 0 0 no-repeat;
    font-size: 10px;
    color: #FFF;
    width: 80px;
    height: 26px;
    line-height: 26px;
    display: block;
    padding-left: 10px;
    margin: 10px 0 20px 0;
}

div.content-columns .column a.readmore {
    background: url(../img/readmore-white-bg.png) 0 0 no-repeat;
    font-size: 10px;
    color: #7C6551;
    width: 80px;
    height: 26px;
    line-height: 26px;
    display: block;
    padding-left: 10px;
    margin: 10px 0 20px 0;
}

/* loginbox */
div.loginbox {
    background: url(../img/loginbox-bg.jpg) 0 100% no-repeat;
    padding: 0 20px 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

div.loginbox h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    background: url(../img/loginbox-top.jpg) 0 0 no-repeat;
    height: 45px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    padding: 0 0 0 18px;
    margin: 0 -20px;
}

div.loginbox ul {
    list-style: none;
    margin: 0 10px;
    padding: 0;
}

div.loginbox ul li {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

div.loginbox  {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 3px 0;
}

div.loginbox input.login-fields {
    background: #C7AEA0;
    border: #AD9497 1px solid;
    padding: 4px;
    width: 150px;
}

div.loginbox input.remember-login {
    float: left;
    margin: 0 10px 0 0;
}

div.loginbox input.login-submit, .metrobutton {
    background: url(../img/loginbox-button.jpg) 0 0 repeat-x;
    border: #AB9295 1px solid;
    padding: 2px 5px;
    color: #464646;
    font-weight: bold;
    font-size: 11px;
}

div.loginbox a {
    color: #464646;
    font-weight: bold;
    font-size: 11px;
    margin: 0 20px 0 0;
}

div.loginbox td {
	padding:2px;
}

/* content columns */
div.content-columns .column {
    float: left;
    width: 260px;
    padding: 0 25px;
    font-size: 11px;
    color: #36020A;
    border-left: #BBA693 1px solid;
    margin: 20px 0 0 0;
}

div.content-columns .column h3 {
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
}

/* list style */
ul.red-arrow {
    list-style: none;
    margin: 20px 0 20px 20px;
}

ul.red-arrow li {
    list-style: none;
    padding: 5px 0 5px 15px;
    background: url(../img/arrow-red.gif) 0 7px no-repeat;
}

ul.red-arrow li a {
    text-decoration: underline;
}

ul.red-arrow li a:hover {
    text-decoration: none;
}

/* testimonials */
div.testimonial {
    padding: 10px 0;
}

div.testimonial span.testimonial-author {
    display: block;
    text-align: right;
}

/* footer menu */
div.footermenu {
    float: right;
}

div.footermenu ul {
    list-style: none;
    padding: 0 0 20px 0;
}

div.footermenu ul li {
    float: left;
    border-left: #624E3B 1px solid;
    padding: 0  0 0 10px;
    margin: 0 0 0 10px;
    height: 12px;
    line-height: 12px;
}

div.footermenu ul li.item1 {
    border-left: 0;
}

div.footermenu ul li a {
    color: #624E3B;
}

/* footer copyrights */
div.copyright {
    display: block;
    clear: right;
}

div.content-block {
    margin: 0 50px;
}

/* formtype */
div.formtype {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

div.formtype-data table {
    margin: 20px 0;
}

div.formtype-data thead td {
    background: #B3A191;
    color: #EDECEB;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 13px;
}

div.formtype-data thead td.form {
    width: 20%;
}

div.formtype-data tbody td {
    background: #E6DAD0;
    padding: 8px 30px;
    color: #5E534A;
}

div.formtype-data tbody tr.alt td {
    background: #D3C4B8;
    padding: 8px 30px;
}

/* Added TPB */
table.summary
{
	margin:0px 0px 20px 50px;
}
table.summary th{
	background-color: #A99685;
}

table.summary td {
    text-align:center;
}

table.summary td a {
    color: #36020A;
}

table.invoice-header th {
	text-align:right;
	padding-right:5px;
	padding-left:10px;
}

#searchInputs
{
	line-height: 2;
}