﻿body
{
    background: transparent url(images/main_bg.gif) repeat fixed 0 0;
    color: White;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}


a
{
    text-decoration: none;
}

input
{
    font-size: 10px;
}
/* main.php */

#banner
{
    width: 939px;
    height: 261px;
    background-image: url(images/banner_bg[2].jpg);
    background-repeat: no-repeat;
}

#banner_top_text
{
    display: block;
    color: #ab1e00;
    font-size: 30px;
    font-weight: bold;
    margin-left: 230px;
    padding-top: 100px;
    width: 300px;
}


#banner_sub_text
{
    display: block;
    color: #658112;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    padding-top: 50px;
}



#nav_bg_main a
{
    display: block;
    padding: 0;
    margin: 0;
    height: 25px;
    padding-top: 7px;
    text-align: center;
    background-image: url(images/left_nav_bg.gif);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}


.left_sub_menu_link
{
    display: block;
    height: 15px;
    margin: 0;
    padding: 0;
    color: #336600;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: transparent url(images/nav_dropdown_bg.gif) repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
    border-bottom: solid 1px #336600;
}

#nav_bg_sub a
{
    display: block;
    padding-bottom: 5px;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}


#address
{
    padding: 10px;
    background: White;
    color: #ab1e00;
    font-size: 10px;
}


#nav_bg_sub a:hover
{
    color: #c90000;
}

#main_content
{
    color: White;
    overflow-y: visible;
    font-family: Verdana,Arial,sans-serif;
    text-align: justify;
    font-size: 10px;
    padding: 20px;
    width: 650px;
}




/* footer.php */
#footer ul
{
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#footer li
{
    display: inline;
    font-size: 10px;
    color: White;
}

#footer li a
{
    padding: 0pt 5px 0pt 7px;
    color: White;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
}


#footer li a:hover
{
    text-decoration: underline;
}


/* photo_gallery.php */
.browse_photo_link:hover
{
    text-decoration: underline;
}
.browse_photo_link
{
    text-decoration: none;
    color: White;
}

.album_link
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.album_link:hover
{
    text-decoration: underline;
}


/* Login.php */

.login_link
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: White;
}

.login_link:hover
{
    text-decoration: underline;
}

.login_container
{
    text-align: right;
    font-size: 10px;
}



/* products.php */

.search_text
{
    font-size: 10px;
    font-weight: bold;
}

.product_listing
{
    padding: 20px;
}

.products_heading_link a
{
    font-size: 16px;
    color: White;
}

.products_heading_link a:hover
{
    font-size: 16px;
    text-decoration: underline;
}

.products_heading_link
{
    font-size: 18px;
    color: White;
}

.product_display
{
    height: 250px;
    text-align: center;
    width: 165px;
}

#prd_border1
{
    background-color: #339900;
    border: 1px solid #000000;
    height: 248px;
    text-align: center;
    width: 163px;
}


#prd_border2
{
    border: 1px solid #CFCECC;
    height: 246px;
    text-align: center;
    width: 161px;
}

.product_display_heading
{
    display: block;
    background-color: #e1e1e1;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #336600;
}

.product_view_more
{
    font-weight: bold;
    color: White;
}

.product_view_more:hover
{
    text-decoration: underline;
}

.product_list_price
{
    padding-bottom: 10px;
    padding-top: 10px;
    color: Black;
    font-weight: bold;
    font-size: 11px;
}

.prd_details_border1
{
    background-color: #339900;
    border: 1px solid #000000;
    text-align: center;
    width: 563px;
}


.prd_details_border2
{
    border: 1px solid #CFCECC;
    margin: 0 1px 0 1px;
    text-align: center;
    width: 561px;
}

.product_detail_heading
{
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.price_reflects
{
    font-size: 10px;
    font-style: italic;
}

.product_detail_attribute_category
{
    font-weight: bold;
    font-size: 11px;
}

.display_bar
{
    font-size: 10px;
    color: White;
    font-weight:bold;
}

.display_bar a
{
    display: block;
    width: 145px;
    padding-top: 10px;
    height: 20px;
    background-color: Transparent;
    color: White;
    text-align: center;
    border: solid 1px White;
}

.display_bar a:hover, .display_bar a.selected
{
    background-color: #339900;
}

.page_color
{
 color:White;   
}

.page_selected
{
    font-size:18px;
}