/* In General */
html,body {
     margin: 0em;
     padding: 0em;
}
body {
     background-image: url(/images/body_background_02.jpg);
     background-repeat: repeat-x;
     background-color: #EBE9E7;
     text-align: center;
     font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
     font-size: 62.5%;
     color: #3b1f1d;
}
.wrapper {
     width: 900px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     font-size: 1.35em;
     line-height: 1.6em;
}
h1 {
     margin-top: 2em;
     font-size: 1.5em;
}
h2 {
     font-size: 1.2em;
}
a img {
     border: none;
}
.clear-both {
     clear: both;
}
.strong {    
    margin-left: 5em;
    font-weight: bolder;
}
/* END General */

/* Our Masthead Section */
.masthead {
     background-image: url(/images/fleur_background_03.jpg);
     background-repeat: no-repeat;
     background-position: bottom;
     height: 495px;
     position: relative;
     margin-bottom: -1px;
}
.logo {
     position: absolute;
     left: 140px;
     top: 30px;
}
.phone-number {
     position: absolute;
     right: 50px;
     top: 10px;
}
.accredited-logo {
     position: absolute;
     right: 50px;
     top: 31px;
}
.people-pic {
     position: absolute;
     right: 0px;
     bottom: 0px;
}
#stinger-pic {
     position: absolute;
     bottom: 10px;
     left: 35px;
     width: 415px;
     height: 292px;
}
.privacy-seal {
	position: absolute;
	top: 55px;
	right: 135px;
}
/* END Masthead */

/* Front Page Content Section */
.three-column-content {
     background-image: url(/images/3column_background_03.gif);
     background-repeat: no-repeat;
     background-position: center center;
     margin-bottom: 2em;
}
.three-column-box {
     width: 260px;
     float: left;
     padding-right: 20px;
     padding-left: 20px;
}
/* END Front Page Content */

/* Inner Test Page Content */
.two-column-content {
     background-image: url(/images/2column_background_03.gif);
     background-repeat: no-repeat;
     background-position: center center;
     margin-bottom: 2em;
}
.main-box {
     width: 480px;
     float: left;
     padding-right: 20px;
     padding-left: 20px;
}
.side-box {
     padding-right: 20px;
     padding-left: 20px;
     width: 340px;
     float: right;
}
.billing-info-box {
    width: 240px;
    float: left;
}
.shipping-info-box {
    width: 240px;
    float: right;
}

.hrh2 {
     padding-top: 1em;
}
/* END Inner Test Page Content */

/* Inner Test Form Elements */
.form-group {
     margin-bottom: 1em;
}
.form-legend {
     float: left;
     width: 130px;
     padding-right: 5px;
     text-align: right;
     margin-bottom: 2px;
}
.form-field {
     float: right;
     width: 200px;
     margin-bottom: 2px;
}
.form-field input {
     width: 100%;
     border: 1px #36201d solid;
}
input.short-field {
     width: 80%;
}
input.extra-short-field {
     width: 25%
}
input.submit {
     width: 80%
}
.order-error-messages {
     background-color: #e1281c;
     color: #FFF;
     border-top: 2px #000 solid;
     border-bottom: 2px #000 solid;
     margin: 1em;
     padding: 1em;
}
/* END Inner Test Form Elements */

/* Pricing Table Elements */
.key {
     font-weight: bold;
}
.tr-odd {
     background-color: #cdc5b8;
}

table.pricing {
     width: 100%;
}

table.pricing tr td {
     padding: .5em;
}
/* END Pricing Table ELements */

/* Footer Section */
.footer {
     padding-top: 1em;
     text-align: center;
     background-image: url(/images/horizontal_rules_06.gif);
     background-repeat: no-repeat;
     background-position: center top;
}
.footer p {
     width: 85%;
     margin-left: auto;
     margin-right: auto;
}
/* END Footer */

/* Navigation Dropdown Menu */
#main-nav {
     position: absolute;
     top: 160px;
     font-size: 1.2em; 
     color: #FFF;
     left: 35px;
     z-index: 100;
}
#main-nav, #main-nav ul {
     list-style: none;
     margin: 0em;
     padding: 0em;
}
#main-nav a {
     display: block;
     padding: 0em .5em 0em .5em;
     border-left: 2px solid;
}
#main-nav li  {
     float: left;
}
#main-nav li ul {
     position: absolute;     
     left: -999em;
}
#main-nav li ul li {
     clear:both;
}
#main-nav li ul a {
     width: 175px;
     border-left: 2px solid;
     background-color: #f4f3f0;
     padding-top: .3em;
     padding-bottom: .3em;
}
#main-nav li:hover ul {
     left: auto;
}
#main-nav li.sfhover ul {
     left: auto;
}
/* END Navigation Dropdown Menu */

/* Navigation Dropdown Link Styles */
#main-nav a:link {
     color: #644535;
     text-decoration: none;
}
#main-nav a:visited {
     text-decoration: none;
     color: #644535;
}
#main-nav a:hover {
     color: #644535;
     text-decoration: underline;
}
#main-nav a:active {
     color: #372820;
     text-decoration: none;
}
/* END Navigation Dropdown Link Styles */


/* General Link Styles */
a:link {
     color: #3F4063;
     text-decoration: underline;
}
a:visited {
     text-decoration: underline;
     color: #3F4063;
}
a:hover {
     color: #3F4063;
     text-decoration: none;
}
a:active {
     color: #3F4063;
     text-decoration: none;
}
/* END General link Styles */