body 
{
    font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-family: Arial,helvetica,sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
}

td
{
    vertical-align: top;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height: 120px;
	background: url(../../Images/header_bg.jpg) 0 0 no-repeat;
	color: #ffffff;
} 
#header h1 { font-family: Georgia; color: White; font-weight: normal; font-size: 300%; margin: 0; padding: 25px 0 0 100px; }
#header p.contactInfo { font-size: 13px; margin-top: 30px; text-align: center;}
#headerNav {background-color: #4f6b85; border-top: solid 3px #b5c7d6;  }
#headerNav ul{float:left; display: inline; list-style:none; padding:0;}
#headerNav ul li
{
    float:left; 
    padding:0px 12px;
    display: inline;
}
#headerNav a, #headerNav a:visited
{
    color:#fff; 
}
#headerNav a:hover { color: #76a3cc;}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 20px;
}
#mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 15px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4f6b85; 
	color: #ffffff;
	text-align: center;
} 
#footer a { color: #ffffff; }
#footer a:hover { color: #76a3cc;}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a { text-decoration: none; color: blue; outline: none; }
a:hover { color: #4f6b85;}

.black {color: #000000;}
.lightBlue {color: #3b8ac9;}
h1, h2, h3, h4, h5, h6 {color: #3b8ac9;}
h2 { text-decoration: underline; }
.lightBorder {border: 1px solid #aaaaaa}
.prodListing {width: 200px; height: 245px; padding: 10px;}
.prodListing {width: 200px; height: 240px; padding: 10px;}

.Content h2 {text-decoration: none; font-weight: normal;}
.Content h2 a {text-decoration: underline; font-weight: normal; color: #3B8AC9;}
.Content h2 .currentPage {font-weight: bold; text-decoration: none;}
img
{
    border: none;
}
.Button
{
    font-family:tahoma;
    font-size:12px;
    border:1px solid #696969;
}

.DropDownList
{
    font-family:tahoma;
    font-size:12px;
    border:1px solid #696969;
}

.TextBox
{
    font-family:tahoma;
    font-size:12px;
    border:1px solid #696969;
}

.TableRowLabel
{
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
    padding-top: 4px;
}

.TableRowDataLabel
{
    white-space: nowrap;
    vertical-align: top;
    padding-top: 4px;
}

.SectionHeader
{
    margin-top: 20px;
    border-bottom: #dcdcdc 1px dotted;
    color: #959C98;
    font-size: 12px;
    padding-bottom: 3px;
    font-weight:bold;
    margin-bottom: 4px;
}

/* Main Menu Styles */

 #mainMenu a:hover {color: #3278AF;}
             #mainMenu a:link {color: #666666;}      /* unvisited link */
#mainMenu a:visited {color: #666666;}  /* visited link */
#mainMenu a:hover {color: #3278AF;}  /* mouse over link */
#mainMenu a {font-weight: normal; font-size: 11px; color: #666666; text-transform: lowercase;}
#mainMenu {font-size: 11px; color: #666666; text-transform: lowercase;}
#mainMenu td {line-height: 24px; border-color: #ffffff; background-color: #ffffff;}
#mainMenu .SMParent a {font-weight: normal; font-size: 11px; color: #666666;}
#mainMenu .SMParent_2 a {font-weight: normal; font-size: 11px; }
#mainMenu .SMParent_3 a {font-weight: normal; font-size: 11px; }
#mainMenu .SMParent_4 a {font-weight: normal; font-size: 11px; }

#mainMenu .SMParent a:hover {color: #3278AF; }
#mainMenu .SMParent_2 a:hover {color: #3278AF; }
#mainMenu .SMParent_3 a:hover {color: #3278AF; }
#mainMenu .SMParent_4 a:hover {color: #3278AF;}

.SMParent {
	background-color:#ffffff;
	color:#666666;
	text-align:left;
	cursor: pointer;
	width: 180px;
        padding-left: 5px;
}

.SMParent_2 
{
    background-color:#ffffff;
	color:#666666;
	padding-left:20px;
	text-align:left;
	cursor: pointer;
	width: 170px;
}

.SMParent_3
{
    background-color:#ffffff;
	color:#666666;
	padding-left:30px;
	text-align:left;
	cursor: pointer;
	width: 160px;
}

.SMParent_4
{
    background-color:#ffffff;
	color:#666666;
	padding-left:40px;
	text-align:left;
	cursor: pointer;
	width: 150px;
}

.SMChild {
	text-align:left;
	text-decoration:none;
	width: 180px;
        padding-left: 5px;	
}
.SMChild .Level_1 {}
.SMChild .Level_2 {padding-left: 20px;}
.SMChild .Level_3 {padding-left: 30px;}
.SMChild .Level_4 {padding-left: 40px;}
.SMChild .Level_5 {padding-left: 50px;}

.ErrorBox
{
    border-right: #660000 1px solid;
    border-top: #660000 1px solid;
    font-weight: bold;
    font-size: 9pt;
    border-left: #660000 1px solid;
    color: #660000;
    border-bottom: #660000 1px solid;
    font-family: verdana;
    background-color: #ffcccc;
    width: auto;
}

.LeftMenuHeader, .RightMenuHeader
{
    background: #959C98;
    padding-left: 10px;
    padding-right: 10px;
    height: 33px;
    line-height: 33px;
    font-family: tahoma;
    font-size: 14px;
    color: #ffffff;
}

.LeftMenuContent, .RightMenuContent
{
    padding: 10px;
    padding-left: 20px;
}

.RightMenuContent
{
    border-right: none;
}

.LeftMenuCategoriesContent
{
    background:#F5F5F5;
    border: 1px solid #959C98;
    border-left: none;
}

.LeftMenuCategoriesItem
{
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.LeftMenuCategoriesItem a, .LeftMenuCategoriesItem a:hover, 
    .LeftMenuCategoriesItem .Item
{
    padding-left: 15px;
    font-weight: bold;
    color: black;
}

.LeftMenuCategoriesItem a:hover
{
    background: url('../../Images/CategoryAnchor.gif');
    background-position: left;
    background-repeat: no-repeat;
}

.LeftMenuCategoriesItem2
{
    margin-left: 25px;
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.LeftMenuCategoriesItem2 a, .LeftMenuCategoriesItem2 a:hover
{
    padding-left: 15px;
    font-weight: normal;
    color: black;
}

.LeftMenuCategoriesItem2 a:hover
{
    background: url('../../Images/CategoryAnchor.gif');
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none;
}

.ContentHeader
{
    background: #b5c7d6;
    padding-left: 10px;
    padding-right: 10px;
    height: 33px;
    line-height: 33px;
    font-family: tahoma;
    font-size: 14px;
    color: #4f6b85;
}

.Content
{
    background-color: white;
    padding: 10px;
}

.CatalogProductImage
{
    padding: 5px;
    border: 1px solid #696969;
}

.CatalogItemHeader
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #5C9978;
    margin-bottom: 25px;
}

.CatalogItemDelimiter
{
    height: 10px;
    background: url('../../Images/CategoryBackground.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

.ProductPriceDiscounted
{
    font-weight: bold;
    color: #cc0000;
    padding-left: 20px;
}

.TopMenu
{
    margin:0px;
    padding:0px;
    list-style:none;
    position: relative;
}
.TopMenu li
{
    display:inline;
    border-right:1px solid #ffffff;
}
.TopMenu li a, .TopMenu li a:hover
{
    font-family:arial;
    font-size:14px;
    font-weight: normal;
    color:#000000;
    padding:10px;
    line-height:33px;
}

.TopMenu2, .TopMenu2:active, .TopMenu2:visited
{
    color:#696969;
    text-decoration:none;
}

.TopMenu2:hover
{
    color:#696969;
    text-decoration:underline;
}

/* buttons */
.Buttons {cursor: pointer; background-color: #30485f; border: solid 2px #b5c7d6; color: #fff; font-size: 14px;}
.Buttons:hover {background-color: #4f6b85;}
.WishListButton {cursor: pointer; background-color: #4f6b85; border: solid 2px #b5c7d6; color: #fff; font-size: 14px;}
.WishListButton:hover {background-color: #6c90b2;}
#checkoutButton {font-size: 13px; margin-top: 10px;}

/* Sliding Menu */

#options {text-align:right; color:#9ac1c9; margin-bottom: 10px;}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}


#acc {width:200px; list-style:none; color:#033; margin:0 10px}
.LeftMenuContent ul, li,div,h3{margin: 0; padding: 0;}
#leftMenu {padding: 5px;}
#leftMenu a:hover {text-decoration: underline;}
#leftMenu ul {list-style:none; color:#033; margin-bottom:5px}
#leftMenu h3 { border:1px solid #9ac1c9; padding:3px; font-weight:bold; margin-top:0px; cursor:pointer; background:url(../../Images/header.gif)}
#leftMenu h3:hover {background:url(../../Images/header_over.gif)}
#leftMenu .acc-section {overflow:hidden; background:#fff;  height: 0px;}
#leftMenu .acc-content { padding:5px;  background:#fff}
#leftMenu .acc-selected {background:url(../../Images/header_over.gif)}

#horizontalMainMenu {position: absolute; right: 0; top: 0;}
#prodDetailContainer {width: 400px; padding: 10px;}
.hidden {display: none; visibility: hidden;}
.visible {display: block; visibility: visible;}
.subcategory_listing {background-color: #ffffff; padding: 10px; margin: 1px; height: 238px;border: 1px solid #AAAAAA; width: 190px; text-align: center;}
.subcategory_listing:hover {background-color: #EEEEEE;}
.listingTitle {padding-top: 3px; font-size: 14px;}

/****Cover Flow Styling for Home Page****/
.ui-jcoverflip {
        position: relative;
      }
      
      .ui-jcoverflip--item {
        position: absolute;
        display: block;
      }
      
      /* Basic sample CSS */
      #flip {
        height: 200px;
        width: 636px;
      }
      
      #flip .ui-jcoverflip--title {
        position: absolute;
        bottom: -30px;
        width: 100%;
        text-align: center;
        color: #000;
      }
      
      #flip img {
        display: block;
        border: 0;
        outline: none;
      }
      
      #flip a {
        outline: none;
      }
      
      
      #wrapper {
        height: 230px;
        width: 636px;
        overflow: hidden;
        border: solid 1px #ccc;
        position: relative;
        background: #ccc;
        font-family: Arial, sans-serif;
        font-size: 12pt;
        left: -10px;
      }
/****End of cover flow styling****/

