/*************************** GLOBAL ************************************/
 BODY{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

A
{
	color: gray;
	font-weight: bold;
	text-decoration: underline;
}

.bg_header {
	background-image: url(images/bg_logo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/***************************DROP DOWN MENU********************************/
#sddm
{
    margin: 0px;
    padding: 0;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 25px;
    list-style-type: none;
    z-index: 30;
}
#sddm li
{
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 25px;
}
#sddm li a
{
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 10px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    z-index: 1;
}
#sddm li a:hover
{
     text-decoration: underline;
}
#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    top: 31px;
    padding: 10px;
    width: 200px;
    background: #E0E0E0;
}

#sddm div a
{
	position: relative;
    padding: 0px;
    display: block;
    color: #000000;
    text-transform: none;
    line-height: 20px;
    border: 0px;
    width: 200px;
    background-image: none;
    z-index: 30;
    text-align: left;
}
#sddm div a:hover
{
    padding: 0px;
    text-transform: none;
    line-height: 20px;
    border: 0px;
    width: 200px;
    text-decoration: underline;
    z-index: 30;
}

/***************************SHOPPING CART BAR*****************************/
 .bg_shopping_bar
 {
     font-weight: bold;
     color: #000000;
     background-image: url(images/bg_shopping_headers.jpg);
     background-repeat: repeat-x;
     background-position: left top;
 }
 
 .bg_shopping_thin_gray
 {
     background-image: url(images/line_shopping_thin_red.jpg);
     background-repeat: repeat-x;
     background-position: left bottom;
 }

/*************************** HOME ITEMS **********************************/
.home-item
{	
	width: 310px;
    height: 115px;
    float: left;
	cursor: pointer;
    background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

.home-product {
	vertical-align: middle;
	width: 145px;
	height: 115px;
}

.home-product A
{
	font-size: 16px;
	font-weight: bold;
	color: #191919;
	text-decoration: none;
}

IMG.home-item-right
{
	float: right;
	height: 115px;
	width: 155px;
}

IMG.home-item-left
{
	float: left;
	height: 115px;
	width: 155px;
}

DIV.home-item-right
{
	float: left;
	text-align: left;
	height: 115px;
	overflow: hidden;
	vertical-align: middle;
	padding-left: 9px;
}



DIV.home-item-left
{
	float: right;
	text-align: right;
	height: 115px;
	overflow: hidden;
	padding-right: 10px;
}

.home-item-bigimage
{
	width: 360px;
}

.home-item-bigimage IMG
{
    margin-bottom: 5px;	
    width: 315px;
    height: 360px;
}


/*********************************** LANDING ITEMS **********************************/
.txt_content_blue
{
	color: #336699;
}
 
 .txt_breadcrumb
{
	color: #666666;
}
.txt_breadcrumb a
{
	color: #336699;
	text-decoration: none;
}


       
.landing-item
{
     float:left;
     width: 307px;
     min-height:160px;	
     margin-left: 10px;
     margin-bottom: 20px;
     text-align: left;
}

.landing-item IMG
{
	width: 150px;
	height: 150px;
	float: left;
}

.landing-item .landing-title
{
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.landing-title
{
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.landing-content
{
	float: left;
	width: 150px;
}

.landing-item .landing-content
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}



/******************** HOMEPAGE **************************/


.bg_catagory_menu {
	font-weight: normal;
	background-image: url(images/bg_03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 37px;
}
.bg_mode_menu_active {
	background-image: url(images/theme_gray_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
}
.bg_mode_menu_nonactive {
	background-image: url(images/theme_gray_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_product_menu {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #999999;
}
.text_modemenu_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: crosshair;
}
.text_modemenu_nonactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
}
.text_menu_product {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text_menu_product {
	font-size: 16px;
	font-weight: bold;
	color: #191919;
	text-decoration: none;
}

.bg_line_blk {
	background-image: url(images/line_longblue.jpg);
	height: 5px;
	width: 950px;
	background-repeat: repeat-x;
}

.headercontainer {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text_copyright {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bg_signup_bar {
	height: 34px;
	width: 950px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
.border_modemenu {
	background-color: #BA7373;
}
.text_category_menu {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footertext {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}