﻿/* CSS Document */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #B7D9FF;
	margin: 5 0 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: #333333;
	text-decoration: none;
}
.amclock #topContainer {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0B4A76;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.amclock #logoContainer { 
	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 */
	border: 1px solid #0B4A76;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.amclock #topNavContainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FF6600;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0B4A76; /* this overrides the text-align: center on the body element. */
	padding-top: 5px;
	padding-bottom: 5px;
} 


 
.topnav {
	padding: 3px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.topnav:hover {
	padding: 3px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #003333;
	text-decoration: none;
}
.topnavdivider {
	color: #DFDFDF;
	font-weight: bold;
}
.amclock #homeflash { 
	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 */
	border: 1px solid #0B4A76;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.amclock #mainContainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/site/ipx-blue-bg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0B4A76;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.amclock #bottomContainer {
	width: 900px;  /* using 900px for total width */
	background: #003333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;	
} 
.amclock #bottomInfoContainer {
	width: 900px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/site/ipx-blue-bottom-bg.jpg) bottom;
	border: 1px solid #003333;
} 

.bottomInfoHeader {
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	color: #003333;
	text-decoration: none;
}
.amclock #copyrightContainer {
	width: 900px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 8px;
	padding-bottom: 8px;
} 
.amclock #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.amclock #mainContent h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.amclock #mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.amclock #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 5px 5px;
}

.amclock #gray6pxline {
	background:#999999;
	height: 6px;
} 
.amclock #white10pxline {
	background:#ffffff;
	height: 10px;
}
.amclock #Blue10pxline {
	background:#0275A4;
	height: 10px;
}
.amclock #white5pxline {
	background:#ffffff;
	height: 5px;
}
.amclock #white03pxline {
	background:#ffffff;
	height: 3px;
}
.amclock #white01pxline {
	background:#ffffff;
	height: 1px;
}
.amclock #bottomnav {
	padding: 10px;
	text-align: center;
}

.bottomnav a{
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 14px;
	color: #CCCCCC;
}
.bottomnav a:hover{
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 14px;
	color: #FF9900;
}
.bottomnav a:visited{
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px 14px;
	
}
.bottomnavdevider{
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCCCCC;
}

.amclock #footer {
	padding: 0 6px;
	background:#0275A4;
} 
.amclock #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: 0px 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	text-align: center;
	text-decoration: none;
}

ul li{
	padding: 0;
	list-style: url(../images/site/5x5range-square.png) inside;
}
 
.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;
}
.textlink {
	color: #003366;
	text-decoration: none;
}
.textlink:hover {
	color: #FF6600;
	text-decoration: underline;
}
.attentiontext {
	color: #990000;
}

.titleBlue {
	border-bottom: 1px solid #FF9900;
	background: #FFE3BB;
	border-top: 1px dashed #FF9900;
	padding: 4px 3px 3px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
} 


.graybox {
	border: 1px solid #999999;
}
.submitBN {
	background: #CCCCCC;
	border: 1px solid #999999;
}
.deletesubmitBN {
	background: #FF0000;
	border: 1px solid #999999;
	color: #FFFFFF;
}

/*formats the display of the line of the manu box*/
.dashed{
	border-bottom : 1px solid #cccccc;
	background-color : #FFFFFF;
	font: normal 12px Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #7f7f7f;
}
/*formats the display of the text in left manu header*/
.left_menu_hdr{
	font-family: Verdana, Arial, Helvetica;
	background-color : #999999;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	padding : 4px 0px 4px 8px;
	text-align : center;
	height: 20px;
}
/*formats the display of left manu*/
/*formats the display of the divider line of the manu box*/
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2065AF;
	text-decoration: none;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #FF6600;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-top: 4px;
	text-align: left;
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.leftmenumain a:visited {
	padding-bottom: 4px;
	padding-left: 7px;
	padding-top: 4px;
	text-align: left;
	text-decoration: none;
	font: bold normal 12px Arial, Helvetica, sans-serif;
}

/*formats leftnavigation bottom Box*/
.leftmenumain-boxline {
	border-bottom: 1px solid #CCCCCC;
}
.TRlist {
	background: #FFFFFF;
}
.TRlist:hover {
	background: #FFE1D2;
}
.admintitle {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.ProInfoHeader {
	font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 3px;
	width: 100%;
	border-bottom: 1px solid #999999;
}

.utilitybox {
	background: #F3F3F3;
	height: 65px;
	width: 200px;
	padding: 5px;
	border: 1px solid #C0C0C0;
}
.utilityboxright {
	background: #F3F3F3;
	height: 65px;
	width: 116px;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

.searchbox {
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
}


.sitemaphr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	font-style: italic;
}
.smallfont {
	font-size: 10px;
	text-decoration: none;
}
.CrossSellingBox {
	border-bottom: 1px dashed #999999;
}

}
.productbox {
	border-bottom: 1px dashed #999999;
}

.productmenuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #999999;
	color : White;
	font-size : 11px;
	font-weight : bold;
	padding : 3px;
}
.brownVertRightLine {
	border-right: 1px solid #003333;
}
.brownVertleftLine {
	border-left: 1px solid #003333;
}


.greenBottomLine {
	border-bottom: 1px solid #003333;
}
.greenLeftLine {
	border-left: 2px solid #003333;
}
.greenbox {
	border-right: 1px solid #003333;
	border-bottom: 1px solid #003333;
	border-left: 1px solid #003333;
}
.categoryHeader {
	font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: none;
}
