body{
    margin:0px;
    padding:0px;
    background: url(images/main_bg.jpg) top repeat-x #faf8eb;
    color:#3c3c3c;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:16px;
    
}

* {
    margin:0;
    padding:0
}

html{ 
    height: 100%;
}

.clear{
    clear: both;
}

p{ 
    padding: 0 0 20px 0;
    line-height: 1.7em;
}
img { 
    border: 0;
}
h1{ 
    margin: 0 0 35px 0;
    font-size:25px;
    font-weight:bold;
    color:#981c30;
}

#footer h1 {
    color:#3c3c3c;
    text-decoration:underline;
    margin-bottom:25px;
}

h2, h3, h4, h5, h6 { 
    margin: 0 0 10px 0;
    padding: 15px 0 5px 0;
    color: #43423F;
}
h2{ 
    color: #A4AA04;
}

h4, h5, h6{ 
    margin: 0;
    padding: 0 0 5px 0;
    color: #A4AA04;
}

h5, h6{ 
    padding: 0 0 15px 0;
    color: #000;
}
h6{ 
    color: #362C20;
}

a, a:link, a:visited {
    color: #981c30; 
    text-decoration: none;
}

a:hover {
    color: #1b5c64;
    text-decoration: underline;
}

ul.temp{ 
    margin: 2px 0 22px 17px;
}

ul.temp li{ 
    margin: 0 0 6px 0; 
    padding: 0 0 4px 5px;
    list-style-type: none;
}

ol.temp{ 
    margin: 8px 0 22px 20px;
}

ol.temp li{ 
    margin: 0 0 11px 0;
}

/**
* Layout Specific
*/
.auto_margin{
    margin: auto;
}
.global_wrap{
    width: 950px;
    margin: 0 auto;
    padding: 0;
}
/**
* Header with Logo and Menu
*/

#header{
    width: 950px;
    height: 160px;
    padding: 0;
}

#header #logo{
    
    width: 280px;
    height:77px;
    margin: 35px 0 0 0;
    float: left;
    background:url(images/logo.png) top no-repeat transparent;
}

#header a{    
    border:none;
}
#header #header_right{
    
    width: 660px;
    height:160px;
    float: right;
}

#header_right #menu{
    
    width: 640px;
    height:35px;
    float: right;
    margin-top:30px;
}

/**
* Banner
*/
#banner{
    width: 950px;
    height:auto;
    padding:0;
    margin-bottom:23px;
    clear: both;
    overflow: hidden;
}
/*
Main Content
*/
#wrapper_content
{
    width: 950px;
}
#component{
    width: 950px;
    margin: 35px auto;
    overflow: hidden;
}

/*
Footer
*/

#footer_wrap {
    background: url(images/footer_main_bg.jpg) top repeat-x #6c393c;
    text-align: center;
}
#footer {    
    width: 950px;
    height:265px;
    margin: 0 auto;
    padding-top:50px;
    clear: both;
    text-align: left;
    color:#fff;
    /height:315px;
}

#footer #user1 {
    width:435px;
    height:190px;
    margin-right:40px;
    float:left;
}

#footer #user2 {
    width:198px;
    height:190px;
    margin-right:40px;
    float:left;
}

#footer #user3 {
    width:237px;
    height:190px;
    float:right;
    margin-bottom:20px;
}

#footer #user4 {
    width:950px;
    margin: 15px auto;
    text-align:center;
}

#footer ul {
    margin:18px 0 0 0;
    padding:0;
}

#footer ul li {
    list-style: none;
    margin:0; 
    padding:0;   
}

#footer ul li a {    
    background: url(images/bullet-whiteflower.png) 0 4px no-repeat transparent;
    display:block;
    list-style: none;
    padding-left:18px;
    margin-bottom:12px;
    font-family: 'Trebuchet MS';
    font-size:12px;
    font-weight:normal;
    color:#fff;
}

#footer ul li a:hover,
#footer ul li#current.active a {    
    background: url(images/bullet-mauveflower.png) 0 4px no-repeat transparent;
    color:#6c393c;
}

#footer a{
    font-weight: normal;
    text-decoration: none;
    color:#fff;
}
#footer a:hover {
    color: #b48184;
}
/**
* Widget
*/
.widget h3{
    margin: 0 0 10px 0;
    padding: 0;
}
.widget .widget_title{
    margin:20px 0 0 8px;
    padding: 4px 10px;
    display: block;
    color: #333;
    font-size: 20px;
}
.widget .side_row{
    margin:0 0 0 15px;
    padding:0px;
}
.widget .side_row li{
   list-style:none;
   padding:4px;
}

.widget .side_row ul li label{
    display:block;
}
.widget .side_row form{
    width:inherit;
}

.widget .side_row input.search{
    width: 134px;
    padding: 4px;
    border: 1px solid #BBBBBB;
    color: #5D5D5D;
    font: 100% arial,sans-serif;
}

.widget .side_row .search_btn{
    width: 33px;
    height: 33px;
    background: url(images/search.png);
}

.widget .side_row .search label{
    display: none;
}

.widget form.login input{
    width: 200px;
}

.widget #topcart_wrapper {
    width:255px;
    height:42px;
    background:url(images/top_cart_bg.png) no-repeat;
    float:right;
    margin:15px 24px 0 0;
}

.widget #topcart_wrapper img {
    float:right;
    margin:8px 8px 0 0;
    border:none;
}

/**
* Pagination
*/
.pagination{
    height: 25px;
}

.pagination a
{
    padding:5px;
    border:1px solid #5d5d5d;
    color:#5d5d5d;
}

.pagination strong
{
    padding:5px;
    border:1px solid #5d5d5d;
    background-color: #5d5d5d;
    color:#FFFFFF;
}

/* 
Contact Form Validation
*/
.success, .validation {
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/error.png');

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}

/*
Banner Rotator
*/
#slider {
    position:relative;
}

#slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider img.active {
    z-index:10;
}

#slider img.last-active {
    z-index:9;
}
.slider_div{
    position: relative;
    top: -50px;
    left: 10px;
    z-index: 99;
}
.slide_nav{
    width:10px;
    margin:1px; 
    padding:3px;
    float:left;
    font-size: 16px;
    background: #EFEFEF;
    border: 1px solid #BEBEBE;
}
.active-nav {
    background: #BEBEBE;
    color: #FFFFFF;
}

/* Contact Info */
.email span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_email.png');
    background-repeat: no-repeat;
}
.mobile span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_mobile.png');
    background-repeat: no-repeat;
}
.phone span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_tel.png'); 
    background-repeat: no-repeat;
}
.fax span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_fax.png'); 
    background-repeat: no-repeat;
}
.address{
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_website.png');
    background-repeat: no-repeat;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    padding: 10px 0 10px 0;
    clear:both;
    font-weight:bold;
}