body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}

	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}

a:focus, button:focus { 
    outline: none; 
}
	


* html .hide_selects select {
  visibility: hidden;
}

#home_menu_container{
	display: none;
}
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 20px 30px;
	color: #333;
	margin: 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	background: #fff;
	float: left;
	width: 560px;
	display: inline;
	}
	
* html #content {
	height: 400px;
	padding: 10px 0  30px 20px;
    }
	
p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

.contact_details {
  margin: 10px 0;
}

.contact_details strong {
	float: left;
	width: 95px;
	}

.contact_address {
  margin: 10px 0 10px 70px;
}
	
.contact_address strong {
  float: left;
  margin-left: -70px;
  
}



/*  links */

a {
	color: #f57f2a;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
ul {
  margin: 5px 0 20px;
  padding: 5px 30px 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  color: #333;
}
	
li {
  background: url(images/li.gif) no-repeat 5px 4px;
  list-style: none;
  margin: 10px 0;
  padding-left: 20px;
}
	
* html #content li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #444945;
	
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 10px 0 0;
	font-weight: normal;
	}

table h2 {
  position: relative;
  min-height: 1px;
}

* html table h2 {
  height: 1px;
}
	
table h2 embed {
  position: absolute;
}

* html table h2 embed {
  height: 30px;
}
	
h2,h3 {
	font-size: 22px;
	color: #f57f2a;
	line-height: 30px;
	margin: 0;
	}

h2 {
	margin-bottom: 15px;
	}

h4 {
	color: #4f5559;
	font-size: 18px;
	margin: 0 0 5px 0;
	line-height: 22px;
	}
	
h5 {
	color: #4f5559;
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 16px;
	}
	

#cover_image {
	background: #f57f2a;
	margin-right: -20px;
	}
	
#cover_image img {
	display: block;
	border-right: 5px solid #fff;
	}

/* Wrapper */

#wrapper {
	margin: 0;
	padding: 0;
	}
	
/* Header */

#site_header {
	position: relative;
	width: 750px;
	height: 90px;
	margin: 0 auto;
	z-index: 100;
	}
	
#header_logo {
	position: absolute;
	top: 28px;
	left: -9px;
	}
	

	
/* Site Header Search */
	
/* Header Search */
#site_header_search {
	position: absolute;
	top: 15px;
	right: -5px;
	width: 150px;
	height: 20px;
	padding: 5px;
	display: block;
	background: url(images/header_search.png) no-repeat;
	}

* html #site_header_search {
	background: none;
	}
	
#site_header_search .search_field {
	font-size: 11px;
	width: 118px;
	height: 14px;
	border: 1px solid #bbb;
	padding: 2px 25px 2px 5px;
	color: #9d9d9d;
	margin-right: 0px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	}
	



#site_header_search .search_field:focus, #site_header_search .search_field.focus {
	border: 2px solid #f57f2a;
	top: 4px;
	left: 4px;
	background: #fff;
	color: #666;
	}


#site_header_search .search_button {
	position: absolute;
	display: block;
	width: 19px;
	height: 18px;
	background: url(images/header_search_button.gif) no-repeat 0 0;
	top: 6px;
	right: 4px;
	}
	
#site_header_search .search_button:hover {
	background-position: 0 -18px;
	}	
	
#site_header_search .search_button *{
	display: none;
	}
	

/* Main Menu Container */
#menu_container {
	z-index: 2000;
	position: relative;
	display: block;
	min-height: 1px;
	}
	
* html #menu_container {
  height: 1px;
}
	
/* Main */
#main_wrapper {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/main_wrapper.gif) repeat-x top;
	}
	
#main {
	padding: 10px 0 50px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
	width: 750px;
	margin: 0 auto;
	min-height: 1px;
	}

* html #main {
	height: 1px;
	}
	
#main:after {
	clear:both;
	visibility: hidden;
	height: 0;
	display: block;
	content: ".";
	}
	
/* Sidebar */
#sidebar {
	width: 150px;
	float: left;
	position: relative;
	padding: 20px 0;
	z-index: 1000;
	display: inline;
	background: url(images/sidebar.gif) repeat-y right;
	}
	
* html #sidebar {
}
	
/* Sub Menu Container */
#sub_menu_container {
	margin: 0 0 10px;
	padding: 5px 0 0;
	position: relative;
	z-index: 1000;
	border: none;
	}
	
#sub_menu_container h3 {
	margin: 0 0 5px 10px;
	color: #fff;
	}
	
	

/* Footer */
#footer_wrapper {
	border-top: 1px solid #aaa;
	margin-top: 2px;
	background: url(images/footer_wrapper.gif) repeat-x top;
	}
	
#footer {
	padding: 20px 0;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 70px;
	width: 750px;
	margin: 0 auto;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333;	
	text-decoration: underline;
	}
	
#site_credit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 0;
	}
	
/** Sidebar panels **/
.sidebar_panel {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	min-height: 1px;
	}
	
* html .sidebar_panel {
	height: 1px;
	}
	
.sidebar_panel:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.sidebar_panel h3 {
	margin: 0 0 5px 0;
	line-height: 20px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-size: 12px;
	}
	
.sidebar_panel input.field {
	font-size: 11px;
	height: 14px;
	padding: 2px 3px;
	border: 1px solid #999;
	display: block;
	margin: 0;
	width: 150px;
	}
	
.sidebar_panel a {
	text-decoration: none;
	}

/* Search Box */

#search {
	}
	
.search_submit {
	width: 20px;
	height: 20px;
	background: #333;
	border: none;
	font-size: 14px;
	display: block;
	cursor: pointer;
	color: #fff;
	float: left;
	}
	
#search .search_field {
	width: 125px;
	margin-right: 5px;
	float: left;
	}
	
/* News Box */

#news {
	}
	
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#news li a {
	color: #333;
	margin: 5px -5px;
	padding: 5px;
	display: block;
	}
	
#news li a:hover {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	}
	
#news li .more {
	color: #ff0000;
	}
	
#news li .date {
	color: #999;
	font-size: 9px;
	display: block;
	}
	
/***
==== Page Messages ====
***/

/*** Black background ***/
.page_message_bg {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.page_message_bgMacFFBGHack {background: url(macFFBgHack.png) repeat;}

* html .page_message_bg {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.page_message_bg {
	background-color:#000;
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

/*** Window ***/
.page_message_container {
  width: 400px;
  margin: -100px -200px;
  background: #fff;
  position: fixed;
  z-index: 200;
  top: 40%;
  left: 50%;
  overflow: hidden;
}

* html .page_message_container {
	position: absolute;
	}

#page_message {
	
  padding: 20px;
  border: 2px solid #999;
  }

/** IE6 Select Render Fix **/
.page_message_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	z-index: -1;
	border: none;
	filter:mask();
	}

#button_ok {
  display: block;
  width: 60px;
  height: 25px;
  background: #f57f2a url(images/button_ok.gif);
  margin: 5px auto;
}

#button_ok * {
  display: none;
}

.page_messages {
	margin: 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	}
		
.page_message {
	font-weight: normal;
	font-size: 12px;
	padding: 4px 10px 4px 25px;
	line-height: 16px;
	margin: 0;
	display: block;
	position: relative;
}

* html .page_message {
	height: 1px;
	}

.page_message img {
	position: absolute;
	top: 4px;
	left: 0;
}

.page_message_critical {
  color: #666;
}

.page_message_warning {
  color: #999;
}

.page_message_information {
  color: #999;
}

/*** Product Thumbs ***/

.product_thumbs {
	min-height: 1px;
	margin: 20px -5px;
	}
	
* html .product_thumbs {
	height: 1px;
	}
	
.product_thumbs:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	}
	
.product_thumb {
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 10px;
	display: inline;
	}
	
.product_thumb a {
	display: block;
	color: #666;
	border: 1px solid #fff;
	height: 170px;
	width: 120px;
	}
	
.product_thumb a:hover {
	color: #f57f2a;
	border: 1px solid #fabf94;
	text-decoration: none;
	}
	
.product_thumb .label {
	padding: 5px;
	}
	
.product_thumb img {
	width: 120px;
	height: 120px;
	}
	
	
/* Google Map */

.google_map {
  border: 1px solid #aaa;
}

.google_link {
  display: block;
  margin: 10px 0;
  background: url(images/google_link.gif) no-repeat 0 2px;
  padding: 0 0 0 15px;
}


.location {
    border-bottom:1px solid #dcdcdc;
    margin-top:5px;
    padding-bottom:10px;
    margin-bottom:25px;
    width:435px;
    min-height:1px;
} *html .location { height:1px; } .location:after { content: "."; height: 0; visibility: hidden; display: block; clear: both;  }

    .location h3 {
        margin-bottom:10px;
        line-height:24px;
    }
    
    .location .image {
        float:left;
        width:220px;
    }
    
        .location .image img {
            padding-top:5px;
        }
    
    .location .text {
        width:190px;
        margin-right:5px;
        margin-top:5px;
        height:365px;
        float:left;
        
        padding:10px;
    }
