@import "content_homepage.css";
@import "content_products.css";
@import "menu.css";
@import "forms.css";

/********************************************************
   default.css
   (C) Mangrove 2007
   Default style properties
********************************************************/

/* body */
html, body
{
  height: 100%;
}

body
{
  font: 100%/125% Verdana, Arial, sans-serif;
  margin: 0;
  color: #656565;
  background: #fff url(/images/bg_body.gif) repeat-x;
}

body#body_popup_text
{
  padding: 15px;
  background: #fff;
}

/* wrapper */
div#wrapper
{
  margin: 0 0 -60px;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: url(/images/bg_wrapper.gif) bottom repeat-x;
}

/* header */
div#header
{
  width: 1000px;
  height: 46px;
  margin: 0 auto;
}

div#header h1
{
  margin: 0;
}

/* flash animation */
div#flash_animation_next
{
  width: 1000px;
  margin: -2px auto 0;
  height: 172px;
  overflow: hidden;
}

/* submenu */
div#productmenu
{
  background: url(/images/bg_productmenu.gif) repeat-x;
  width: 100%;
  height: 32px;
}

/* content */
div#content
{
  width: 970px;
  padding: 15px 15px 0;
  margin: 0 auto;
  position: relative;
}

h1, h2, h3, h4, h5
{
  font: bold 1em 'Trebuchet MS';
  color: #5c9dd4;
  margin: 0 0 15px;
}

hr { 
	height:0; 
	border:0; 
	border-bottom: 1px solid #5c9dd4; 
	float: none;
	clear: both;
	margin: 10px 40px 10px 40px;
}

h1 span, h2 span, h3 span, ul li span, .hidden
{
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
}

h2#header_h2
{
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.05em;
  color: #257cc6;
  padding: 0 0 10px;
}

p
{
  font-size: 0.7em;
  margin: 0 0 15px;
}

a:link, a:visited
{
  color: #257cc6;
  text-decoration: underline;
}

a:hover, a:active
{
  color: #fff;
  background: #257cc6;
  text-decoration: none;
}

a.popup:hover, a.popup:active{
	background: none;
}

img
{
  border: 0;
  display: block;
  margin: 0 0 15px;
}

img.left
{
  float: left;
  margin-right: 15px;
}

img.right
{
  float: right;
  margin-left: 15px;
}

img.largeroute
{
  display: none;
}

ul, ol
{
  margin: 0 0 15px 30px;
  padding: 0;
}

ul li, ol li
{
  font-size: 0.7em;
  margin: 0 0 5px;
  padding: 0;
}

ul li ul li, ol li ol li
{
  font-size: 1em;
}

ul.list_search_results
{
  list-style: none;
  margin-left: 10px;
}

ul.list_search_results li
{
  background: url(/images/icon_li.gif) no-repeat 0 2px;
  height: 1%;
  padding-left: 25px;
}

address
{
  font-style: normal;
  font-size: 0.7em;
  margin: 0 0 15px;
}

abbr.intellilink
{
  border-bottom: 1px dashed #257cc6;
  cursor: help;
  font-size: 1em;
		margin: 0;
}

table
{
  border-collapse: collapse;
  text-align: left;
  margin: 0 0 15px;
}


table th, table td
{
  font-size: 0.7em;
  text-align: left;
}

table img
{
  margin: 0;
}

table tr.odd
{
  background: #e5f3ff;
}

table tr.even
{
  background: #fff;
}

table.hidden
{
	display: none;
}

table.address td, table.address th
{
  vertical-align: top;
  width: 162px;
}

table p {
	font-size: 1em;
}	

/* content - multiple columns */
div#content_text
{
  float: left;
  width: 640px;
}

div#content_submenu
{
  float: right;
  width: 255px;
  position: relative;
  padding: 10px 15px 0;
  background: #c2def5 url(/images/bg_submenu1.gif) no-repeat;
}

div#content_submenu_bg
{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: url(/images/bg_submenu2.gif);
  overflow: hidden;
}

div#content_submenu p, div#content_submenu h1, div#content_submenu h2, div#content_submenu h3,
div#content_submenu h4, div#content_submenu ol li, div#content_submenu ul li
{
  color: #257cc6;
}

div#content_submenu ol, div#content_submenu ul
{
  list-style: none;
  margin-left: 0;
}

div#content_submenu ul li a
{
  display: block;
  width: 245px;
  padding: 1px 5px;
}

div#content_submenu ul li a:link, div#content_submenu ul li a:visited
{
  background: #fff url(/images/bg_submenu_list.gif) no-repeat 0 bottom;
  text-decoration: none;
}

div#content_submenu ul li a:hover, div#content_submenu ul li a:active
{
  background: #6ca8dc url(/images/bg_submenu_list.gif) no-repeat -255px bottom;
}

/* news item */
p#news_teaser
{
  font-weight: bold;
}

/* brochures */
ul#list_brochures
{
  margin: 30px 0 0;
  list-style: none;
}

ul#list_brochures li
{
  margin: 0 0 30px 0;
  text-align: center;
  float: left;
  width: 200px;
	height: 225px;
}

ul#list_brochures li img
{
  margin: 0 auto;
}

div#tooltip
{
	position: absolute;
	background: #fff;
	width: 300px;
	padding: 10px 10px 0;
	border: 1px solid #bebebe;
	z-index: 3;
}

div#location_directions_wrapper{
	/*clear: both;*/
	float: right;

}

div#location_map_wrapper {
	float: left;;
}

div#location_results_wrapper{
	float: left;
}

div#locator_wrapper{
	position: relative;
	width: 100%;
}

div#location_form_wrapper{
	float: right;
	width: 385px;
}

a:link.route, a:visited.route, a:link.pan, a:visited.pan{
	width: 101px;
  display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	background: url(/images/locator_button.gif) no-repeat top left;
	color: #fff;
	text-align:center;
	text-decoration:none;
	text-transform: lowercase;
}

a:hover.route, a:active.route, a:hover.pan, a:active.pan{
	background: url(/images/locator_button_hover.gif) no-repeat top left;
}

div#location_directions_wrapper{
	width: 378px;
}

ul#location_results {
	width: 970px;
	list-style: none;
	margin: 10px 0 0 0;
}

ul#location_results.active_results {
    width: 582px;
    list-style: none;
    margin: 10px 0 0 0;
}

ul#location_results h3{
	margin: 0;
	padding: 0;
	color: #257cc6;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

ul#location_results li{
	float: left;
	width: 184px;
	height: 210px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ccc;	
}

div#location_map{
  width: 571px;
  height: 340px;
}

/* dialog elements */

#liebDialog { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; bottom:0 right: 0; z-index: 2; }
.window { background :#fdfdfa; border: 1px solid #bdbdbd; margin: 70px auto; padding: 0px; position: relative; width: 960px;}
.window a.closeButton { position: absolute; right: 15px; background: url(/images/btn_close.gif) no-repeat; width: 30px; height: 30px; }
.window .closeButton span { overflow: hidden; height: 0; position: absolute; }
.window h2 { padding: 5px 0 15px; }
.window p { padding: 10px 0; }


.dialog-details, .dialog-dates { width: 180px; padding: 0 20px 0 0; float: left; }
.dialog-dates ul { list-style: none; padding: 0; margin: 0; }
.dialog-dates ul li { padding: 4px; margin: 0; border-bottom: 1px solid #dddada; }
.dialog-jobs { width: 568px; padding: 0; float: left; }
.dialog-jobs table { width: 568px; padding: 10px 0 0; }
.dialog-jobs-price { font-size: 20px; font-weight: bold; text-align: right; }
.dialog-controls { float: none; clear: both; width: 968px; height: 30px; }
.dialog-controls .btn-blue { float: right !important; }


/* footer */
div#clear
{
  height: 75px;
  width: 1%;
  clear: both;
}

div#footer
{
  width: 1000px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
  background: url(/images/bg_footer.gif) no-repeat 840px 19px;
}