* {
	margin: 0;
}

html {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #DCDCDC;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;  /* last value should match footer height */
  width: 1000px;
  background: #fff;
  text-align:left;
}

#header {
  width: 100%;
  height: 100px;
  margin: 0;
  border: 0;
  padding: 0;
  background: #fff;
}

#toolbar {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 28px;
  background-image: url('../images/nav-bg.jpg');
}

.toolbar_home {
	float: left;
	width: 20px;
	height: 20px;
	padding: 4px 50px;
	text-align: left;
}

.toolbar_link {
	float: left;
	width: 150px;
	height: 28px;
	font-size: 13px;
	text-align: center;
}

.toolbar_link p {
	line-height: 28px;
}

.toolbar_link a:link, a:visited, a:active {
	text-decoration: none;
	color: #cccccc;
}	

.toolbar_link a:hover {
	text-decoration: none;
	color: #cccccc;
}	

.toolbar_social {
	float: right;
	width: 20px;
	height: 20px;
	padding: 4px 2px;
	text-align: center;
}

#toolbar_search {
	float: right;
	width: 250px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#toolbar_search p {
	line-height: 28px;	
}

#toolbar_search input[type="text"] {
	font-size: 11px;	
}

#toolbar_search input[type="submit"] {
	font-size: 11px;
}

#toolbar_cart {
	float: right;
	width: 60px;
	height: 20px;
	margin: 0;
	padding: 4px 5px;
	text-align: center;
}

#main {
  width: 900px;
  margin: 0 50px;
  background: #fff;
  text-align:left;
}

#main a:link, a:visited {
	text-decoration: none;
	color: #474e77;
}	

#main a:hover, a:active {
	text-decoration: underline;
	color: #ec8218;
}	

#breadcrumb {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 10px 5px;
}

#breadcrumb a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #474e77;
}	

#breadcrumb a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #ec8218;
}	

#footer, #push {
	height: 20px; /* FOOTER HEIGHT */
	clear: both;
}

#footer p {
	line-height: 20px; /* Should match footer height */
}

#footer {
	width: 1000px;
	margin: 0 auto;
  background-image: url('../images/nav-bg.jpg');
  color: #000;
  text-align:center;
  font-size: 12px;
}




