﻿html
{
}
body
{
	background: #eaeaea url(/_images/layup/page_bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	color: #222;
}

ul
{
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

li
{
	
	background-image: url(/_images/list.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 15px;
	margin-bottom: 10px;
}

li.productlist
{
}

li.productlist a
{
	text-decoration: none;
	color: #a0a0a0;
}

li.active
{
	background-image: url(/_images/list_active.png);
}

li.active a
{
	color: #fa9e2f;
}

h1
{
	font-size: 16px;
	margin: 0px;
}

h2
{
	font-size: 12px;
	margin: 0px;
}

hr
{
	color: #999;
	height: 1px;
}

.map
{
	height: 248px;
	width: 248px;
	border: 1px solid #999;
	margin-top: 20px;
}

.f-left{float: left;}
.f-right{float: right;}
.f-none{float: none;}
.clear{clear:both;}

.spacer
{
	height: 12px;
}

#header
{
	width: 860px;
	height: 132px;
	margin: 0 auto;
	background: url(/_images/layup/header_bg.jpg) no-repeat;
	position: relative;
}

#date
{
	position: absolute;
	right: 30px;
	top: 15px;
	color: #646464;
}

#logo
{
	position: absolute;
	left: 15px;
	top: 14px;
}

#fuse
{
	position: absolute;
	left: 642px;
	top: 47px;
}

#fuse.alt 
{
	left: 665px;
}

#cite
{
	font-size: 9px;
	position: absolute;
	left: 58px;
	top: 47px;
	color: #646464;
}

#footer_traffic
{
	width: 860px;
	height: 145px;
	margin: 10px auto;
	background: url(/_images/layup/footer_traffic_bgrd.jpg) no-repeat;
	position: relative;
}

#footer_police
{
	width: 860px;
	height: 145px;
	margin: 10px auto;
	background: url(/_images/layup/footer_product_bgrd.jpg) no-repeat;
	position: relative;
}

#content
{
	width: 860px;
	margin: 0 auto;
	position: relative;
}

#inner_content
{
	width: 851px;
}

.menu_item
{
	float: left;
	padding: 0px 15px;
	background-color: #999;
	margin-left: 3px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: White;
	cursor: pointer;
}

.menu_item.active
{
	background-color: White;
	color: #222;
	cursor: default;
}

.menu_item.over
{
	background-color: White;
	color: #222;
}

#telephone
{
	position: absolute;
	top: 0px;
	right: 15px;
	height: 30px;
	line-height: 30px;
	color: #dda141;
	letter-spacing: 2px;
}

.white
{
	color: White;
}

.orange
{
	color: #dda141;
}

.black
{
	color: black;
}

#breadcrumbsspacer
{
	height: 15px;
}

#breadcrumbs
{
	padding-left: 20px;
	color: #999;
	background-color: White;
	height: 25px;
	line-height: 25px;
}

#breadcrumbs a
{
	color: #999;
	padding: 0px 5px;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

div#locklayer
{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	background-color:#000;
	z-index: 1000;
}

#col1 
{
	background-color: White;
	margin-right: 565px;
	padding: 20px;
}

#col2
{
	width: 520px;
	background-color: White;
	float: right;
	padding: 20px;
}

.contact_box
{
	border: 1px solid #999;
	width: 240px;
	height: 96px;
	margin-top: 40px;
	position: relative;
}

.intro_text li
{
	background-image: url(/_images/list_active.png);
}


.warning { margin:10px 0; padding:0 10px; color:#c00; background-color:#ffe9e9; border:solid 1px #c00; width:240px; }