* {
	padding: 0;
	margin: 0;
	}

body {
	padding: 0 0 0 0;
	font: normal 100%/120% Arial, Helvetica, sans-serif;
	}

#container {
	width: 950px;
	background: transparent url(../graphics/bg-main.gif) top left repeat-y;
	padding: 135px 0 0 0;
	}
	
#left {
	position:absolute;
	width: 218px;
	top: 0;
	left: 0;
	}
	
#header {
	background: transparent url(../graphics/bg-header.gif) top left repeat-x;
	position: absolute;
	height: 74px;
	width: 732px;
	left: 218px;
	top: 0;
	}

#banner {
	background: transparent url(../graphics/bg-corner.gif) top left no-repeat; 
	position: absolute;
	height: 34px;
	width: 727px;
	left: 218px;
	top: 74px;
	padding: 4px 0 4px 5px;
	}
	
#content {
	min-height: 58em;
	float: right;
	width: 724px;
	padding: 4px 0 4px 8px;
	font: normal 80%/160% Arial, Helvetica, sans-serif;
	}
	
* html #content {
	height: 56em;
	}
	
#footer {
	width: 950px;
	}
	
/* ========================*/
/*         Content         */
/* ========================*/

#content p {
	margin: 0 0 16px 0;
	}
	
#content div.rightSide {
	font: normal 90%/160% Arial, Helvetica, sans-serif;
	float: right;
	width: 230px;
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	margin: 0 0 0 10px;
	}
	
#content div.rightSide ul {
	list-style-type: none;
	margin: 0;
	}
	
#content a {
	color: #086089;
	}
	
#content div.rightSide ul li {
	border-bottom: 1px solid #dfdfdf;
	list-style-type: none;
	margin: 0;
	}
	
#content div.rightSide p {
	margin: 4px 0 4px;
	}
	
#content div.rightSide a {
	color: #023c75;
	}
	
#content div.rightSide ul li a {
	display: block;
	padding: 5px 0 6px 0;
	color: #023c75;
	}
	
#content div.rightSide ul li a:hover {
	background: #dfdfdf;
	}

#content p.breadcrumb {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0
	}
	
#content p.breadcrumb a {
	color: #39c;
	}
	
#content table.standard {
	width: 100%;
	}
	
#content table.standard td,
#content table.standard th {
	padding: 5px;
	}
	
#content table.standard th {
	font: bold 110%/160% Arial, Helvetica, sans-serif;
	color: #006
	}
	
#content ul,
#content ol {
	margin: 0 0 8px 0; 
	}
	
#content ul li,
#content ol li {
	margin: 0 0 3px 25px; 
	}
	
#content p.leftImg {
	float: left; 
	width: 131px; 
	text-align: center;
	margin: 0 5px 5em 0; 
	}
	
#content p.rightImg {
	float: right; 
	width: 131px; 
	text-align: center;
	}
	
/* ========================*/
/*           Left          */
/* ========================*/
	
#left p.company {
	background: transparent url(../graphics/bg-company.gif) top left no-repeat;
	height: 82px;
	width: 218px;
	text-indent: -20000em;
	}
	
#left p.company a {
	height: 82px;
	width: 218px;
	display: block;
	}
	
#left p.search {
	background: transparent url(../graphics/search2.gif) top left no-repeat;
	height: 37px;
	width: 198px;
	text-indent: -20000em;
	margin: 0 0 0 9px;
	}
	
#left ul {
	font: normal 80%/120% Arial, Helvetica, sans-serif;
	width: 198px;
	margin: 0 0 0 9px;
	}

#left ul li {
	width: 198px;
	list-style-type: none;
	border-top: 1px solid #8bc5ff;
	background: transparent url(../graphics/list.gif) 6px 50% no-repeat;
	}
	
#left ul li.last {
	border-bottom: 1px solid #8bc5ff;
	}
	
#left ul li a {
	width: 178px;
	display: block;
	padding: 9px 0 8px 20px;
	color: #023c75;
	text-decoration: none;
	}
	
#left ul li a:hover {
	background: #8bc5ff url(../graphics/list2.gif) 6px 50% no-repeat;
	padding: 9px 0 8px 20px;
	color: #023c75;
	text-decoration: none;
	}
	
#left form {
	width: 198px;
	margin: 10px 0 0 9px;
	}
	
#left form label {
	width: 134px;
	height: 23px;
	background: #fff url(../graphics/search.gif) top left no-repeat;
	display: block;
	float: left;
	}
	
#left form label input {
	width: 107px;
	height: 18px;
	border: 1px solid #fff;
	margin: 1px 0 0 20px;
	padding: 1px 0 0 0;
	}
	
* html #left form label input {
	width: 107px;
	height: 18px;
	border: 1px solid #fff;
	margin: 0 0 0 20px;
	padding: 1px 0 0 0;
	}

	
#left form input.submit {
	background: #3399cc;
	border: 1px solid #2285b7;
	color: #fff;
	width: 53px;
	height: 23px;
	padding: 0;
	margin: 0 0 0 10px;
	font: normal 60%/20% Arial, Helvetica, sans-serif;
	}
	
* html #left form input.submit {
	margin: 0 0 0 5px;
	font: normal 60%/100% Arial, Helvetica, sans-serif;
	}
	
#left a.subscribe {
	width: 198px; 
	height: 35px;
	display: block;
	background: transparent url(../graphics/subscribe.gif) top left no-repeat;
	text-indent: -20000em;
	margin: 8px 0 0 9px;
	}
	
#left .eamtm {
	margin: 8px 0 0 28px;
	}

/* ========================*/
/*          Banner         */
/* ========================*/	
	
#banner a {
	width: 240px;
	height: 42px;
	display: block;
	float: left;
	text-indent: -20000em;
	margin: 0 3px 0 0;
	}
	
#banner a.stocklist {
	background: transparent url(../graphics/banner-complete.jpg) top left no-repeat;
	}
	
#banner a.service {
	background: transparent url(../graphics/banner-service.jpg) top left no-repeat;
	width: 241px;
	}
	
#banner a.mom {
	background: transparent url(../graphics/banner-mom.jpg) top left no-repeat;
	margin: 0 -3px 0 0;
	}
	
/* ========================*/
/*          Header         */
/* ========================*/
	
#header ul {
	margin: 43px 0 0 5px;
	padding: 6px 15px 0 0;
	}
	
#header ul li {
	color: #fff;
	display: inline;
	color: #003a73;
	}

#header ul li a {
	font: normal 80%/120% Arial, Helvetica, sans-serif;
	padding: 0 6px 0 5px;
	letter-spacing: -0.05em;
	text-decoration: none;
	color: #003a73;
	}
	
#header ul li a:hover {
	text-decoration: none;
	color: #fff;
	}
	
#header ul li:after {
    content: " | "; 
	}
	
#header ul li.last:after {
	content: ""; 
	}
	
#header ul li.last a {
	padding-right: 0;
	}
	
#header p.phone {
	position: absolute;
	width: 370px;
	height: 34px;
	background: transparent url(../graphics/phone.gif) top left no-repeat;
	text-indent: -20000em;
	top: 7px;
	right: 0;
	}
	
/* ========================*/
/*          Footer         */
/* ========================*/

#catNav {
	position: absolute;
	display:none;
	background: #fafafa;
	top: 50px;
	left: 120px;
	width: 720px;
	border: 1px solid #CECECE;	
	font: normal 80%/120% Arial, Helvetica, sans-serif;
	}
	
#catNav div {
	float:left;
	margin:0pt 0pt 20px;
	padding:0pt 24px;
	text-align:left;
	width:18%;
	min-height: 16em;
	}
	
#catNav h2 {
	margin: 10px 0 1px -1px;
	padding: 0;
	list-style-type: none;
	color: #000066;
	}
		

#catNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-height: 5em;
	}
	
#catNav ul li {
	margin: 0 0 8px;
	padding: 0;
	}
	
#catNav ul li a {
	font: normal 90%/140% Arial, Helvetica, sans-serif;
	color: #086089;
	}
	
#footer .eamtm {
	width: 218px;
	height: 79px;
	background: transparent url(../graphics/eamtm.gif) top left no-repeat;
	display: block;
	float: left;
	text-indent: -20000em;
	}
	
#footer p {
	margin: 0 20px 0 238px;
	border-top: 3px double #AAA;
	text-align: center;
	font: normal 80%/160% Arial, Helvetica, sans-serif;
	color: #666;
	padding: 15px 0 0 0;
	}
	
#footer p a {
	color: #728d99;	
	}

/* ========================*/
/*         Styling         */
/* ========================*/

a {
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	/*text-decoration: none;*/
	}
	
a img {
	border: none;
	}

/* ========================*/
/*          Hacks          */
/* ========================*/

.ieonly {
	height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */