/* Copyright 2006 by Vertexworks, LLC. All Rights Reserved.

   Credits and Handy References:
     Design - Rodrigo Galindez
     CSS - Ryan Thrash
     
   Color Palette:
     choc brown - 26211d   background
     straw yelo - f6d7ab   nav text

     light choc - 998d80   main text
     mocha text - 7e7060   sidebar
     orange txt - ff9600   header/highlight

*/
/* Type colors:
---------------------------------------------------------------- */
html {
    background: #26211d url(img/marble.jpg) repeat-x top left;
}
body {
    background: transparent url(img/slash-trans.gif) repeat-x 0 170px;
    text-align: center;
}
#site {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    width: 751px;
    padding: 0 20px;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    background: transparent url(img/shadow2.png) no-repeat top;
    text-align: left;
    margin: 0 auto;
}
#header {
    width: 100%;
    border: ;
}
h1 { color: #ff9600; }
h3 { color: #eee; }
a, a:visited {
    color: #ff9600;
    text-decoration: none;
    border-bottom: 1px solid #ff9600;
    padding: 0 0 1px;
    margin: 0 3px;
}
a:hover {
    background-color: #ff9600;
    color: #26211d;
    padding: 0 3px 1px;
    margin: 0;
}

p { 
    color: #998d80; 
}


/* Layout: 
---------------------------------------------------------------- */
.wrap {
    width: 750px;
    margin: 0 auto;
    border: 1px solid #26211d;
    background: #26211d;
    border-width: 0 1px;
    position: relative;
}
#header {
    width: 100%;
    height: 0;
    padding: 131px 0 0;
    overflow: hidden !important;
    clear: both !important;
    background: transparent url(img/4k.jpg) no-repeat 0 0;
    margin: 0;
}
#main {
    float: left;
    width: 465px;
    padding: 20px;
    margin: 0;
    color: #998d80; 
    font-size: 120%;
    background: transparent url(img/content-top.gif) repeat-x;
}
#sidebar {
    float: right;
    margin: -51px 0 0 0;
    width: 235px;
    background: #26211d url(img/sidebar.jpg) no-repeat top right;
    height: auto !important;
    min-height: 280px;
    height: 280px;
    z-index: 1000;
    position: relative;
    padding: 150px 5px;
    color: #7e7060; 
}
    #sidebar p {
        color: #7e7060;
		padding:10px;
    }
    
#footer { 
    padding: 45px 0 0 0;
    margin: 20px 0 10px;
    background: #26211d url(img/embelish.gif) no-repeat 120px 0;
   
    margin: 0 auto 10px;
	
}
    #leagalease {
        background: url(img/footer.gif) no-repeat bottom;
        padding: 11px 20px 15px;
        margin: 0;
    }
    #footer p {
		padding-left:40px;
        text-align:center;
		font-size:12pt;
    }


/* Navigation: 
---------------------------------------------------------------- */

#nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 750px;
    height: 38px;
    background: #000;
    display: block;
    border-bottom: 7px solid #3c2e1e;
}
#nav li {
    margin: 7px 0 0 6px;
    padding: 0;
    float: left;
    background: url(img/top-right.gif) no-repeat top right;
}
#nav a {
    font-size: 16px;
    float: left;
    display: block;
    color: #f6d7ab;
    line-height: 30px;
    padding: 0 12px;
    margin: 0;
    text-decoration: none;
    border: 1px solid black;
    border-width: 0 0 1px;
}
#nav a:hover,
#nav .active a {
    background: #34281a url(img/tab-bg.gif) no-repeat top left;
    border-color: #271e14;
    padding: 0 0 0 7px;
    
}
#nav a:hover span,
#nav .active a span {
    background: url(img/tab-bg.gif) no-repeat top right;
    float: left;
    display: block;
    line-height: 30px;
    padding: 0 12px 0 5px;
}


/* Interior top nav: 
---------------------------------------------------------------- */

/* Definition (feature) lists: 
---------------------------------------------------------------- */
dt {
    font-size: 120%;
    float: left;
    clear: both !important;
    width: 150px;
    margin: 0 0 10px 0;
    padding: 6px 0 0 0px;
    border-top: 1px solid #efefef;
}
dd {
    border-top: 1px solid #efefef;
    float: left;
    padding: 6px 3px 0 10px;
    margin: 0 0 10px 0;
    width: 300px;
}

/* Buttons: 
---------------------------------------------------------------- */
a.buyrelief,
a.buyonlinenow,
a#reviewCart,
a#addressEntry,
a.processMyOrder {
    height: 40px;
    width: 153px;
    display: block;
    margin: 0 auto;
    text-indent: -999px;
    overflow: hidden;
    background: url(img/buyrelief.gif) no-repeat;
    text-decoration: none !important;
    border: 0 !important;
    padding: 0;
}
.actionbar {
    line-height: 40px;
}
a.processMyOrder {
    width: 198px;
    margin-right: 6px;
    background: url(img/process-my-order.gif);
    float: left;
}
a.buyonlinenow {
    width: 147px;
    background: url(img/buyonlinenow.gif);
}
a#reviewCart {
    width: 199px;
    background: url(img/cart-step2.gif);
    float: left;
    margin: 0 6px 0;
}
a#addressEntry {
    width: 198px;
    background: url(img/continue-to-final-step.gif);
    float: left;
    margin: 0 6px 0;
}
a.continueShopping {
    height: 22px;
    width: 104px;
    display: block;
    float: left;
    margin: 7px 0 0 5px;
    text-indent: 999px;
    overflow: hidden;
    background: url(img/continue-shopping.gif) no-repeat;
    text-decoration: none !important;
    border: 0 !important;
    padding: 0;
    
}
input.updateCart {
    height: 22px;
    width: 70px;
    display: inline;
    vertical-align: middle;
    margin: -1px 0 0 5px;
}
input.reviewMyOrder {
    height: 40px;
    width: 198px;
    float: right;
    margin: 10px 20px;
    border: 0;
    background: none;
}
.submitShippingOptions {
    height: auto !important;
    width: auto !important;
    vertical-align: middle;
    border: 1px solid #cadde8 !important;
    background: #dceef9 !important;
    color: #467613 !important;
    border-color: #cadde8 #555 #555 #cadde8 !important;
    font-size: 86%;
    margin-left: 6px;
    padding: 0 !important;
    text-align: center;

}

/* Headlines: 
---------------------------------------------------------------- */
#slogan,
#cattle,
#horses,
#hunting {
    background: url(img/headers.gif) no-repeat 50% 0;
    height: 25px;
    width: 235px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 0 0 -15px;
    padding: 0;
    position: relative;
    z-index: 500;
}
    #cattle { background-position: 50% -25px; }
    #horses { background-position: 50% -50px; }
    #hunting { background-position: 50% -75px; }

#mainHeadline {
    background: url(img/main-headline.gif) no-repeat 50% 0;
    height: 30px;
    width: 450px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    position: relative;
    z-index: 500;
}

#featuredProducts h1 { background-position: 1px -31px; }
#testimonials h1 { background-position: 1px -61px }
#emailSignup h1 { background-position: 1px -91px }
#action h1 { background-position: 1px -121px }
#additionalInfo h1.products { background-position: 1px -151px }
#additionalInfo h1.news { background-position: 1px -181px }
#additionalInfo h1.testimonials { background-position: 1px -211px }
#additionalInfo h1.etcetera { background-position: 1px -241px }

    #recentNews h1 span,
    #featuredProducts h1 span,
    #testimonials h1 span,
    #emailSignup h1 span,
    #action h1 span,
    #additionalInfo h1 span {
        background: url(img/hdots.gif) repeat-x 0 29px;
        display: block;
    }
#featuredProducts h1 { margin: 10px 18px 21px;}
#testimonials h1 { margin: 10px 18px 21px;}
#additionalInfo h1 { margin: 0 0 21px; }
#action h1 { margin: 0 0 21px;}
#home #featuredProducts h1,
#home #testimonials h1 {
    margin-top:  21px;
}
#additionalInfo h1.relief,
#additionalInfo h1.smooth {
    background-image: none;
    height: 65px;
    width: 341px;
    text-indent: -14px;
}
#additionalInfo h1.smooth {
    text-indent: -7px;
}
#additionalInfo h1.relief a,
#additionalInfo h1.smooth a {
    border: 0;
}
    #additionalInfo h1.relief span,
    #additionalInfo h1.smooth span {
        height: 65px;
        background-position: 0 63px !important;
    }
    
.columnhead {
	
	color:#ff9600;
	text-transform: uppercase;

}

.foothighlight {
	
	color:#ff9600;

}

.logoside {
	
	float:left; 
	margin-right:3px
}

.subnav {
	
	margin-top:-20px;
	z-index:1;
	position:relative;
}

.pageimage {
	
	margin-top:-20px;
	margin-left: -20px;
	
}

.huntingpageimage {
	z-index:100;
	margin-top:-33px;
	margin-left: -20px;
	
}

.pagehead {
	
	text-align:center;
	
}

.emaillink {
	
	font-size:12pt;
	margin-left:10px;
	
}
/* form specifics
---------------------------------------------------------------- */
form {
    color: #505050 !important;
    font-size: 120%;
}
.fr {
    border-bottom: 1px solid #cadde8;
    padding: 7px 0 !important;
    padding: 10px 0 7px;
    clear: both !mportant;
    vertical-align: middle;
    line-height: 24px;
    height: auto !important;
    height: 1%;
}
.last {
    border-bottom: 0;
}
input.hidden {
    display: none !important;
    border: 0 !important;
    background: none;
}
fieldset {
    border: 1px solid #cee7f7;
    background-color: #ebf6fc;
    padding: 5px 7px;
}
.emailform fieldset {
    width: 410px;
}
label, input {
    text-align: left !important;
}
label, fieldset p {color: #135076 !important;}
form p {
    font-size: 90%;
    padding: 0 0 1em;
    margin: 0;
}
form h3 {
    margin: 1em 0 0;
}
.emailform h3 {
    color: #467613;
    font-size: 180%;
}
.emailform p {
    color: #505050;
    width: 35em;
    font-size: 100%;
}
p.error, p.message {
    background-color: ;
    color: #a87723;
    border: 1px solid #ffdf93;
    border-width: 1px 0;
    padding: 5px 10px 5px 36px;
    margin: -1em 0 1em;
    background: #feffb9 url(img/stop.png) no-repeat 10px 7px;
}
p.message {
    background-color: #ccf6d1;
    border-color: #bfe7c4;
    background-image: url(img/accept.png);
}
