﻿body 
{
	padding: 0px;
	margin-top: 0px;
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
    min-width: 834px;
    color: #494949;
    background-color: #FFFFFF;
    background-image: url(Images/bg.gif);
    background-repeat: repeat-x;
}
p
{
    margin-top: 0px;
}
img
{
    border: 0px;
}
a:link {
	text-decoration: underline;
	color: #126AB0;
}
a:visited {
	text-decoration: underline;
	color: #126AB0;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #126AB0;
}
h1
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #C62C2C;
}
h2
{
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
}
h3
{
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    color: #126AB0;
}
.split
{
    width: 100%;
    height: 2px;
    background-image: url(Images/hr.gif);
    background-repeat: repeat-x;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.clear
{
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.floatleft
{
    float: left;
}
input
{
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma, 'Times New Roman';
}
/* LAYOUT */
.container
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 834px;
    margin-left: auto;
    margin-right: auto;
}
.container_t
{
    background-image: url(Images/content-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 834px;
}
.container_m
{
    background-image: url(Images/content-bgm.gif);
    background-repeat: repeat-y;
    background-position: top;
    width: 834px;
}
.container_b
{
    background-image: url(Images/content-bgb.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 834px;
}
.container_i
{
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 10px 0px;
    min-height: 430px;
    height: auto !important;
    height: 430px;
}
.logo
{
    width: 270px;
    height: 84px;
    margin: 0px 0px 10px 3px;
    overflow: hidden;
}
.body_l
{
    width: 148px;
    float: left;
    padding: 0px 10px 0px 0px;
}
.body_r
{
    width: 650px;
    float: left;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.menucontainer_t
{
    background-image: url(Images/menu-t.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 148px;
}
.menucontainer_m
{
    background-image: url(Images/menu-m.gif);
    background-repeat: repeat-y;
    background-position: top;
    width: 148px;
    margin: 0px 0px 8px 0px;
}
.menucontainer_b
{
    background-image: url(Images/menu-b.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 148px;
}
.menucontainer_i
{
    margin: 0px 8px 0px 8px;
    padding: 8px 0px 8px 0px;
    min-height: 69px;
    height: auto !important;
    height: 69px;
}
.menu_title
{
    font-size: 14px;
    font-weight: bold;
    color: #C62C2C;
    margin: 0px 0px 4px 0px;
}
.menu_link{display: block; width: 132px; padding: 4px 0px 4px 0px;}
a.menu_link:link {	    text-decoration: none;	color: #090909;}
a.menu_link:visited {	text-decoration: none;	color: #090909;}
a.menu_link:hover {	    text-decoration: none;	color: #090909; background-color: #FFFFFF;}
a.menu_link:active {	text-decoration: none;	color: #090909;}

.pagefooter
{
    text-align: center;
    color: #494949;
    font-size: 10px;
}

/* SEARCH */
.search_box
{
    width: 128px;
    margin: 4px 0px 4px 0px;
}
.search_button_container
{
    width: 100%;
    text-align: right;
}


/* CATEGORY */
.productlist_item_alt .productlist_item
{
    background-color: #FFFFFF;
}
.productlist_item_alt
{
    background-color: #D2D2DD;
}
.productlist_container
{
    background-image: url(Images/hr.gif);
    background-position: bottom;
    background-repeat: repeat-x;   
    padding: 5px 10px 5px 10px;
}
.productlist_l
{
    float: left;
    width: 110px;
}
.productlist_r
{
    float: left;
    width: 510px;
}
.productlist_image
{
    width: 100px;
    height: 120px;
    overflow: hidden;
}
.productlist_description
{
    height: 60px;
    overflow: hidden;
}
.productlist_price
{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
    margin: 4px 0px 4px 0px;
}
.productlist_pager
{
    background-image: url(Images/hr.gif);
    background-position: bottom;
    background-repeat: repeat-x;   
    padding: 5px 0px 5px 0px;
    font-weight: bold;
}
a.productlist_titlelink:link {	    text-decoration: none;	color: #090909;}
a.productlist_titlelink:visited {	text-decoration: none;	color: #090909;}
a.productlist_titlelink:hover {	    text-decoration: underline;	color: #126AB0;}
a.productlist_titlelink:active {	text-decoration: none;	color: #090909;}

/* Product Page */
.product_buy
{
    margin: 4px 0px 2px 0px;
}
.product_image
{
    width: 100px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin: 0px 10px 10px 0px;
}
.product_price
{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.product_container
{
    width: 640px;
}

/* CONTACT PAGE */
.Contact_Left
{
    float: left;
    width: 100px;
}
.Contact_Right
{
    float: left;
    width: 500px;
}
.Contact_TextBox
{
    width: 400px;
}
.Contact_TextBoxMulti
{
    width: 400px;
}
.valid
{
    color: #FF0000;
}

/* FEATURED PRODUCTS */

.featuredcontainer_t
{
    background-image: url(Images/feature-t.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 298px;
}
.featuredcontainer_m
{
    background-image: url(Images/feature-m.gif);
    background-repeat: repeat-y;
    background-position: top;
    width: 298px;
    margin: 0px 35px 8px 0px;
}
.featuredcontainer_b
{
    background-image: url(Images/feature-b.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 298px;
}
.featuredcontainer_i
{
    margin: 0px 8px 0px 8px;
    padding: 8px 0px 8px 0px;
    min-height: 120px;
    height: auto !important;
    height: 120px;
}
.featured_l
{
    float: left;
    width: 110px;
}
.featured_r
{
    float: left;
    width: 170px;
}
.featured_image
{
    width: 100px;
    height: 120px;
    overflow: hidden;
}
.featured_description
{
    height: 60px;
    overflow: hidden;
}
.featured_price
{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
    margin: 4px 0px 4px 0px;
}