html {
	height: 100%;
	margin:0;
	padding:0;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif !important;
}

a { color: #FF3300; font-size:12px; font-weight:normal; text-decoration:none; }

body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#252525;
	text-align:center;
}

input.small {
	width:50px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#content {
	padding-bottom: 50px;
}

#footer {
	position: relative;
	margin-top: -50px;
	height:49px;
	border-top:1px solid #373737;
} 

div#header_outer {
	height:115px;
	background-image:url('/images/layout/toplogobg.jpg');
}
div#header_inner {
	width:896px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

img#precore_logo {
	margin-top:35px;
}


div#menu_outer {
	height:40px;
	background-color:#191919;
	border-bottom:1px solid #373737;
}
div#menu_inner {
	width:896px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#ffffff;
}
div#menu_inner UL {
	list-style-type:none;
	margin:0;
	padding:0;
}

img#precore_logo {
	margin-top:35px;
}


div#body {
	width:896px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
	color:#CCCCCC;
	font-size:12px !important;
	font-family:Arial,Helvetica,sans-serif !important;
}

div#suppliers {
	width:100%;
	background-color:black;
	margin-top:20px;
	margin-bottom:20px;
}
div#suppliers ul {
	list-style-type:none;
}
div#suppliers ul li {
        display:inline;
        margin-left:20px;
        margin-right:20px;
}
div#suppliers ul li img {
        display:inline;
        padding:20px;
}


div#footer_outer {
	background-color:#0D0D0D;
	height:49px;
}
div#footer_inner {
	width:896px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#footer_text {
	float:left;
	color:#999999;
	line-height:49px;
	font-size:12px;
}
div#footer_text a {
	color:#999999;
}

div#footer_menu ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
div#footer_menu ul li {
	float:left;
	line-height:49px;
	color:#999999;
}
div#footer_menu ul li a {
	color:#999999;
	font-size:12px;
	text-decoration:none;
	margin-left:15px;
}
div#footer_menu ul li a:hover {
	text-decoration:underline;
}

a.button-1, a.button-1:visited, a.button-1:link, input.button-1 {
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url('/images/layout/button1.gif');
	
	margin-bottom:10px;
	border:none;
	cursor:pointer;
}
a.button-1:hover, input.button-1:hover {
	text-decoration:underline;
}

a.button-2, a.button-2:visited, a.button-2:link, input.button-2 {
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url('/images/layout/button2.gif');
	border:none;
	cursor:pointer;
}
a.button-2:hover, input.button-2:hover {
	text-decoration:underline;
}

a.more-info, a.more-info:visited, a.more-info:link {
	font-size:12px;
	color:#FF3300;
	margin-left:2px;
	margin-right:2px;
	text-decoration:none;
}


ul.bullet-list {
	list-style-position:outside;
	list-style-image:url(../images/layout/bullet.gif);
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:20px;
}

ul.bullet-list li {
	margin-left:17px;
}

ul.bullet-list li a {
	text-decoration:none;
}

ul.bullet-list li a:hover {
	text-decoration:underline;
}


hr {
	border-top:1px solid #404040;
	border-bottom:1px solid #000000;
	margin-top:10px;
	clear:both;
}


h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
/*		
	padding-bottom:10px;
	background-image:url('/images/h3_bottom.jpg');
	background-repeat:repeat-x;
	background-position:bottom left; */
}

div.google-map-description h3 {
	color:black;
}