body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #496980 url(../../Images/topheader_bg2.png) repeat-x 0 40px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4F6980;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {color: #1d374b;}
img {border: none;}
a {color: #1d374b; text-decoration: none;}
a:hover {color: #FF9966;}
ul, ol {margin-left: 25px;}
.Content td {padding: 3px;}

.Content div a img {margin-right: 15px;} /* For Products and Services Page */
.clear {clear: both;}

.freequote td {margin: 0; padding: 0;}
.freequote p {margin: 0; padding: 5px;}

#header_container {
	width: 900px;
	margin: 0 auto;
	text-align: left; 
	
}
#image_container {
	text-align: left; 
	background: #c3daec url(../../Images/header_image_bg.png) repeat-y center top;
	
}
#mainMenu_container {text-align: left; width: 900px; margin: 0 auto;}
#container {
	width: 899px;
	margin: 15px auto;
	text-align: left; 
}

#logo{float: left; display: inline; width: 550px;}
#topMenu{float: left; display: inline; margin-top: 27px; margin-left: 30px;}

.home_logo {font-size: 46px; font-weight: bold; color: #c9dbe8; display: inline; font-family: 'Times New Roman',Times,serif;}
#topheader {height: 100px; width: 100%;}
#headerImages { height: 400px; width: 893px; border: solid #45525c 3px; background-color: #45525c; overflow: hidden; margin: 0 auto; text-align: center;}
#mainMenu { width: 900px; background-color: #fff;}

.topcurve {width: 900px; margin: 0 auto; background: url(../../Images/top_curve.png) no-repeat 0 0; height: 19px;}
.bottomcurve {width: 900px; margin: 0 auto; background: url(../../Images/bottom_curve.png) no-repeat 0 0; height: 19px;}
.menubottomcurve {width: 900px; margin: 0 auto; background: url(../../Images/menu_bottom_curve.png) no-repeat 0 0; height: 19px;}

#mainContent {
	padding: 5px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #fff;
	text-align: center;
}
#footer a{color: #fff;}
#footer a:hover {color: #FF9966;}
#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 */
}

td
{
    vertical-align: top;
    font-size:11px;
}




.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 {text-decoration: underline; color: #1e4564;}
             #mainMenu a:link {color: #1e4564;}      /* unvisited link */
#mainMenu a:visited {color: #1e4564;}  /* visited link */
#mainMenu a:hover {color: #1e4564;}  /* mouse over link */
#mainMenu a:active {color: #1e4564;}  /* selected link */
#mainMenu a {font-weight: normal; font-size: 12px;}
#mainMenu {font-size: 12px;}

#mainMenu .SMParent a {font-weight: normal; font-size: 12px; font-weight: bold; color: #ffffff;}
#mainMenu .SMParent_2 a {font-weight: normal; font-size: 12px; font-weight: bold; }
#mainMenu .SMParent_3 a {font-weight: normal; font-size: 12px; font-weight: bold; }
#mainMenu .SMParent_4 a {font-weight: normal; font-size: 12px; font-weight: bold; }

#mainMenu .SMParent a:hover { color: #ffffff; }
#mainMenu .SMParent_2 a:hover { }
#mainMenu .SMParent_3 a:hover { }
#mainMenu .SMParent_4 a:hover {}

.SMParent {
	background-color:#6D90AA;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
	line-height:normal;
	text-align:left;
	cursor: pointer;
	width: 180px;
	padding: 2px 0 2px 10px;
}

.SMParent_2 
{
    background-color:#B5C7D6;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#555555;
	padding-left:20px;
	text-align:left;
	cursor: pointer;
	width: 170px;
}

.SMParent_3
{
    background-color:#d8e1e9;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#555555;
	padding-left:30px;
	text-align:left;
	cursor: pointer;
	width: 160px;
}

.SMParent_4
{
    background-color:#eef4f7;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#555555;
	padding-left:40px;
	text-align:left;
	cursor: pointer;
	width: 150px;
}

.SMChild {
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	cursor:pointer;
	font-family:verdana;
	vertical-align: middle;
	text-align:left;
	text-decoration:none;
	width: 190px;
	padding: 2px 0;
}
.SMChild .Level_1 {padding-left: 15px;}
.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
{
    background:#F5F5F5;
    border: 1px solid #959C98;
    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: #959C98;
    padding-left: 10px;
    padding-right: 10px;
    height: 33px;
    line-height: 33px;
    font-family: tahoma;
    font-size: 14px;
    color: #ffffff;
}

.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;
}

/* 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 {}

.hidden {display: none; visibility: hidden;}
.visible {display: block; visibility: visible;}

/* buttons */
.Buttons {cursor: pointer; background-color: #30485f; border: solid 2px #b5c7d6; color: #fff; font-size: 12px;}
.Buttons:hover {background-color: #4f6b85;}
.WishListButton {cursor: pointer; background-color: #4f6b85; border: solid 2px #b5c7d6; color: #fff; font-size: 12px;}
.WishListButton:hover {background-color: #6c90b2;}
#checkoutButton {font-size: 13px; margin-top: 10px;}