﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background:#990000;
    font-family:Arial;
    font-size:14px;
    color:#333333;
}

a
{
    text-decoration:none;
    color:#996633;
    outline:0;
}

a:hover,
a.current
{
    text-decoration:none;
    color:#333333;
}

img
{
    border:0px;
}

p
{
    margin:12px 0px;
}

h1
{
    font-size:22px;
    margin:0;
    padding:0;
}

.text-10
{
    font-size:10px;
}

.text-12
{
    font-size:12px;
}

.text-16
{
    font-size:16px;
}

.text-22
{
    font-size:22px;
}

.text-red
{
    color:#79131a;
    line-height:20px;
}

.text-blue
{
    color:#1f4266;
}

hr
{
    border:0;
    color:#7f7f7f;
    height:1px;
    background-color:#7f7f7f;
    margin-bottom:15px;
}

.seperator
{
    border: 0;
}



		/*---------------------layout--------------------*/
		
#container 
{
    width:960px;
    margin:0 auto;
    height:auto;
}

#container-form
{
    width:490px;
    margin:0 auto;
    height:auto
}

#layout
{
    float:left;
    width:960px;
    background:#fff;
}

        /*---------------------header---------------------*/
        
#header
{
    float:left;
    width:960px;
    padding:40px 0 8px 0;
}
        
        /*---------------------navigation-----------------*/
        
.nav
{
    float:left;
    width:220px;
    padding:17px 0px;
    margin:0;
    list-style-type:none;   
}

.nav ul
{
    margin-bottom:0px;
    padding-bottom:0px;    
}

.nav li
{
    line-height:22px;
    border-bottom:1px solid #000;
}

.nav li a
{
    display:block;
}

.nav li a:hover
{
    display:block;
    background:url(images/hand-left.jpg) right no-repeat;
}

.onstate
{
    display:block;
    background:url(images/hand-left.jpg) right no-repeat !important;
    color:#000;
}

.nav_home,
.nav_home li a:hover
{
    display:block;
    background:url(images/hand-left.jpg) right no-repeat !important;
    color:#000;
}


#subnav
{
    float:right;
    width:710px;
    margin-bottom:15px;
    font-size:16px;
}

        /*---------------------content--------------------*/

#content-section
{
    float:left;
    width:960px;
    min-height:300px;
    height:auto !important;
    height:600px;
    padding-bottom:20px;
}

.content
{
    float:left;
    width:220px;
    padding:0 10px;
}

.column-left
{
    float:left;
    width:240px;
}

.column-left-wide
{
    float:left;
    width:720px;
}

.column-left a
{
    padding-left:15px;
    display:block;
}

.column-right
{
    float:right;
    width:720px;
}

.column-right-left
{
    float:left;
    width:480px;
}

.column-right-right
{
    float:right;
    width:240px;
}

.main-content
{
    float:left;
    width:460px;
    padding:0 10px 40px 10px;
}

.main-content p
{
    margin:6px 0;
}

.pfix p
{
    margin:6px 0;
}

.main-left
{
    float:left;
    width:240px;
}

.main-right
{
    float:right;
    width:240px;
}

#images
{
    float:left;
    width:960px;
    margin-bottom:15px;
}

.menu-nav
{
    float:left;
    width:460px;
    border-top:1px solid #7f7f7f;
    border-bottom:1px solid #7f7f7f;
    padding:5px 0;
    margin:5px 0;
    font-weight:bold;
    font-size:16px;
}

.menu-nav-left
{
    float:left;
    width:230px;
}

.menu-nav-right
{
    float:right;
    width:230px;
    text-align:right;
}

.clear
{
    float:left;
}

.content-list
{
    padding-left:15px;
    margin:0;
}

/*pop-up*/

#pop-up-wrapper
{
    float:left;
    width:490px;
    background:#ffffff;
}

#pop-up-header
{
    float:left;
    width:490px;
    height:30px;
    background:#dddddd;
}

#pop-up-header-left
{
    float:left;
    width:110px;
}

#pop-up-header-right
{
    float:right;
    width:100px;
    text-align:right;
    margin:7px 10px 0 0;
}

#pop-up-content
{
    float:left;
    width:410px;
    padding: 10px 35px 35px 35px;
}

.pop-up-text
{
    float:left;
    width:390px;
    padding:0 5px;
    margin:5px 0;
}

.textbox
{
    float:left;
    width:400px;
    background:#cccccc;
    border:0;
    padding:5px;
    margin:5px 0;
}

textarea
{
    font-size:14px;
    font-family:Arial;
    height:60px;
    overflow:auto;
}

.links-wrapper
{
    float:left;
    width:700px;
}

.links-left
{
    float:left;
    width:230px;
    text-align:right;
    padding-top:15px;
}

.links-right
{
    float:right;
    width:450px;
    border-bottom:1px solid #7f7f7f;
}

        /*---------------------footer---------------------*/
        
#footer
{
    float:left;
    width:960px;
    background:#dddddd;
    line-height:22px;
}

#footer-left
{
    float:left;
    width:603px;
    padding: 20px 20px 5px 20px;
}

#footer-right
{
    float:right;
    width:287px;
    text-align:right;
    padding-right:20px;
    padding-top:15px;
}

/*shadowbox*/

#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
position:relative;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(scripts/resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(scripts/resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(scripts/resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(scripts/resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(scripts/resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}

.onstate
{
    color: #333333;
}

.this-months-offer
{
    font-family: Arial;
    font-size: 26px;
    color: #4a5d20;
    font-weight: bold;
}

.only-on-print
{
    display:none;
    visibility:hidden;
    padding: 20px 0 20px 20px;
}

/***** JQuery header slideshow ******/

.slideshow 
{ 
    height: 120px; 
    width: 720px; 
    margin: auto 
}

.scrimg
{
    display: none;
}
