* { margin: 0; }

/*---[STRUCTURE]----------*/

body
{
    font-family: arial;
    font-size: 13px;
    line-height: 146.5%; 
    text-align: center; /*IE hack to center*/
    color: #40332f;
    background-color: #afe8ee;
    height: 100%;
    padding-bottom: 1px; /*force scrollbar in FF to avoid "content jog" on short pages*/
    *padding-bottom: 0; /*reset scrollbar forcing for IE, which doesn't need it*/
}

html
{
    background-color: #afe8ee;
    height: 100%;
}

#wrapper
{
    position: relative;
    width: 810px;    
    margin: 0 auto;
    text-align: left; /*turn off centered text due to hack*/
    background: #fff;
    min-height: 100%;
    _height: 100%; /*for IE6*/
}



#topband
{
        background: #fff url(../images/bg_topband.gif) no-repeat 0 0;
        height: 40px;
}

#masthead
{
    position: relative;
    margin: 0 0 20px 10px;
    height: 126px;    
}

#masthead a
{
    height: 100px;
    width: 210px;
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    background: transparent url(../images/1x1.gif) no-repeat 0 0; /*IE hack to make empty anchor tag work*/
}

/*need this for footerStickAlt idea*/
#contentWrapper
{
    position: relative;
    float: left;
    width: 810px;
    background-color: #fff;
}

#menu
{
    float: left;
    width: 250px;
    margin-left: 10px;
    _display: inline; /*kill IE double float margin bug*/
    padding-bottom: 120px;
    *padding-bottom: 150px;
    *margin-bottom: 120px; 
}

#content
{
    float: right;
    width: 520px;
    margin-right: 10px;
    _display: inline; /*kill IE double float margin bug*/
    padding-bottom: 30px;
    *margin-bottom: 120px;  
}


#columnLeft
{
    width: 250px;
    float: left;
}

#columnRight
{
    width: 250px;
    float: right;
}


#columnLeft img, #columnRight img
{
    margin-bottom: 18px;
    *margin-bottom: 16px;
}


/*page uses man in blue footerStickAlt method to force footer to bottom of viewport*/

#footer
{
    position: relative;
    clear: both;
    width: 810px;
    height: 140px;
    margin: -140px auto 0 auto;
    text-align: center;
    background: #afe8ee url(../images/bg_footer_triangle.gif) no-repeat 680px 35px;
}

#footerTextContainer
{
    background-color: #fff;
}

#footer p
{
    border-top: 1px solid #d1d1d1;
    text-align: left;
    background-color: #fff;
    height: 30px;
    margin: 0 10px;
    padding-top: 8px;
    font-size: 77%;
}



/*---[MENU]----------*/

#menu ul
{
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    list-style: none;
    border-top: 1px solid #d1d1d1;
}

#menu ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
    _display: inline;
}

#menu ul li a
{
    display: block;
    font-size: 85%;
    font-weight: bold;
    color: #555;
    text-decoration: none;    
    width: 215px;
    padding: 0px 10px 1px 25px;
    background-color: #fff;
}

#menu ul li a:hover
{
    background-color: #efefef;
    color: #000;
}

#menu ul li#menuOn a
{
    background-color: #40332f;
    color: #fff;
}

#menu ul li#menuOn a:hover
{
    background-color: #40332f;
    color: #fff;
}


/*---['QUOTE' BOXES and 'TICKED' BOXES]----------*/
#menu div
{  
    padding-bottom: 25px;
    background: #ffdd23 url(../images/bg_sidebar_triangle.gif) no-repeat bottom left;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 17px;
}

#menu div h3, #menu div h5
{  
    padding: 37px 10px 0 25px;
    background: transparent url(../images/bg_sidebar_topcap.gif) no-repeat top left;
    margin-bottom: 3px;
}

#menu div p,#menu div h6
{
    padding: 0 10px 0 25px;
    line-height: 110%;
}

#menu div.bgGray
{
    background-color: #e1dad0;
}

#menu div.bgGreen
{
    background-color: #c5e692;
}

#menu div.socialNetwork
{
    background-color: #b2f4f4;    
}

#menu div.socialNetwork p
{
    margin-bottom: 15px;
    line-height: 15px;
}

#menu div.socialNetwork a.twitter
{
    background: transparent url(../images/icon_twitter.gif) no-repeat 0 50%;
    padding-left: 23px;    
}

#menu div.socialNetwork a.facebook
{
    background: transparent url(../images/icon_facebook.gif) no-repeat 0 50%;
    padding-left: 23px;
}



.tickedBox
{
    float: left;
    overflow: hidden;
    width: 96%;
    background-image: url(../images/bg_ticked_corner.gif);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 1.2em;
    padding: 2%;
    color: #fff;
}

.tickedBox p
{
    margin-bottom: 0;
}

.tickedBox h1, .tickedBox h2, .tickedBox h3, .tickedBox h4, .tickedBox h5, .tickedBox p
{
    color: #fff;
}

.tickedBox h1
{
    font-size: 190%;
    letter-spacing: 0.04em;
    *letter-spacing: 0.1em;
    line-height: 115%;
}

.bgTurqouise
{
    background-color: #0cc;
}

.bgTurqouise h2, .bgTurqouise h3
{
    line-height: 135%;
    margin-bottom: 0;
}

.bgTurqouise a
{
    text-decoration: none;
    background-color: #0c8ab8;
    color: #fff;
    padding: 0 3px;
}

.bgTurqouise a:hover
{
    color: #fff;
    background-color: #0b6c90;
    text-decoration: none;    
}

.bgDarkgreen
{
    background-color: #a0c01e;
}

.bgDarkgreen a
{
    color: #f0ff75;
}
.bgDarkgreen a:hover
{
    color: #63692e;
}

.bgHeaderGray 
{
    background-color: #706663;
}

.bgHeaderGray a
{
    margin-left: 10px;
    text-decoration: none;
    color: #fff;
}

.bgHeaderGray a:hover
{
    text-decoration: none;
}


#bookBuy
{

}

#menu #bookBuy a#buyNow
{
    background: #693 url(../images/button_buy_now.gif) no-repeat 0 0;
    border: 1px solid #fff;
    display: block;
    height: 18px;
    width: 78px;
}

a#buyNow
{
    background: #693 url(../images/button_buy_now.gif) no-repeat 0 0;
    border: 1px solid #fff;
    display: block;
    height: 18px;
    width: 78px;
}

a#buyNow:hover
{
    background-color: #360;        
}

#menu #bookBuy a#buyNow:hover
{
    background-color: #360;        
}

#menu div#bookBuy h3
{
    padding-top: 0;
    background-image: none;
}

#menu .boxSpacer
{
    height: 20px;
    padding: 0;
    background-color: #fff;
    background-image: none;
    margin-bottom: 10px;
    border: none;
}





/*---[HEADINGS]----------*/
h1
{
    font-size: 150%;
    color: #333;
    margin-bottom: 1.2em;
}

h2
{
    font-size: 120%;
    color: #333;
    margin-bottom: 0.2em;
}

h3
{
    font-size: 110%;
    color: #333;
    margin-bottom: 0;
    line-height: 1.1em;
}

h4
{
    font-size: 100%;
    color: #ce400c;
    margin-bottom: 0;
    line-height: 1.1em;
}

h5
{
    font-size: 100%;
    color: #40332f;
    margin-bottom: 0;
    line-height: 1.1em;
}




/*---[TEXT]----------*/

a
{
    color: #40332f;
}

a:hover
{
    color: #908e8e;
}

th
{
    border: none;
    padding-left: 0;
    background-color: transparent;
    font-size: 95%;
}

td
{
    border: none;
    padding-left: 0;
    color: #366;
}

p
{
    margin-bottom: 0.92em;
}



/*---[GALLERY]----------*/

p.returnLink
{
    position: absolute;
    text-align: right; 
    top: 0;
    right: 12px;
}

.returnLink a.atom {
    
    text-decoration:none;
    line-height:8px;
    font-size:12px;
    
}

p.galleryLargeImg
{
    margin-top: 5px; 
}





/*---[BLOG]----------*/
#blogPulldown
{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 11px;
}



/*---[UTILITY]----------*/

img
{
    border: none;
}

img.floatRight
{
    float: right;
    margin-left: 10px;
}

#vidWrapper
{
    float: right;
    margin: 5px 0 0 10px;
}



/*--- [BLOG/BOOKS] -------------------*/

.blog h2, .post h2
{
    color: #ce400c;

}

.post {
    
    border-bottom: 1px solid #d1d1d1;    
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    
}

/*--- [Gallery Thumbnails] ---*/

#galleryThumbs
{
    clear:both;
}

#galleryThumbs a img
 {
    float:left;
    margin-bottom: 18px;
    *margin-bottom: 16px;
    margin-right: 20px;
    *margin-right: 20px;
}

#galleryThumbs a.right img
{
    margin-right:0;
    *margin-right: 0;
}

.clear
{
    
    clear:both;
    
}


.columnLeft
{
    width: 250px;
    float: left;
}

.columnRight
{
    width: 250px;
    float: right;
}

.product
{
    width:175px;
    
    margin-right:18px;
    *margin-right:16px;
    
    margin-bottom:18px;
    *margin-bottom:16px;    
    
    float:left;
    
}

.product a.buy {
    
    text-decoration:none;

    
    }
    
blockquote .source
{
    text-align:right;
    
}

label.error
{
    margin-left:13px;
    color:red;
}

p.productDetails {
    
    font-size:12px;
    line-height:16px;
    
}

p.returnLinkFooter
{
    
    text-align:right;
    
}

div.comment p {
    
    font-size:12px;
    
}

p.timestamp {
    
    font-weight:bold;
    
}

div#comments h3 {
    
    margin-bottom:12px;
}

form textarea {
    
    width:350px;
    height:310px;
    font-family:arial;
    font-size:12px;
    
}




/*---[NEWSLETTER FORM]----------*/
#menu #sidebarSubscribe
{
padding-top: 20px;
background-image: none;
background-color: #fff;
padding-bottom: 0;
}

#menu #sidebarSubscribe h6
{
padding-left: 0;
margin-bottom: 10px;
}


#subscribeForm label
{
font-size: 11px;
display: block;
margin-bottom: 4px;
}

#subscribeForm label span
{
font-size: 10px;
color: #555;
}

#subscribeForm input
{
width: 175px;
font-size: 11px;
display: block;
}

#subscribeForm #submitBttn
{
width: auto;
font-size: 11px;
}




