﻿body
{
	background-image: url(../_img/back_gradient.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}

form
{
	margin: 0px;
}

#page
{
	width: 750px;
	margin: auto;
	text-align: left;
}

#header
{
	height: 100px;
	position: relative;
}

#header .logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 319px;
}

#search
{
	position: absolute;
	top: 58px;
	right: 0px;
	width: 180px;
	height: 22px;
	text-align: right;
	
}

#search .gosearch
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 33px;
	height: 100%;
	cursor:hand;
}

#search input
{
	width: 136px;
	padding: 3px;
	color: #9aacab;
}

#menu
{
	height: 32px;
}

#menu .item
{
	float: left;
	height: 100%;
}

#menu A
{
	position: relative;
	top: 9px;
	padding-right: 11px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#menu A.first
{
	padding-left: 6px;
}

#menu #login
{
	float: right;
	position: relative;
	width: 400px;
	height: 32px;
	text-align: right;
}

#menu #login .language
{
	 position: relative;
	 color: #9aacab;
	 font-family: Verdana;
	 font-size: 11px;
}

#menu #login .clientLogin
{
	 position: relative;
	 color: #9aacab;
	 background-color: #f9f9f9;
	 font-family: Verdana;
	 font-size: 11px;
	 padding: 3px 6px 4px 6px;
	 text-align: center;
	 margin-left: 5px;
	 border: #ced7d6 1px solid;
	 margin-bottom: 0px;
}

#flash
{
	margin-top: 32px;
	height: 250px;
}

#headlines
{
	margin-top: 25px;
}

#headlines table
{
	width: 100%;
}

#headlines tr.headtitles td
{
	height: 30px;
}

#headlines td p
{
	padding-right: 15px;
}

#headlines td.col2 p, #headlines td.col3 p, #headlines td.col4 p
{
	padding-left: 15px;
}

#headlines tr.headtitles td p
{
	margin: 0px;
}

#headlines tr.description td
{
	vertical-align: top;
}

#headlines tr.description td p
{
	margin-top: 15px;
	margin-bottom: 25px;
}

#headlines td.col1, #headlines td.col2, #headlines td.col3
{
	width: 182px;
}

#flashfooter
{
	height: 75px;
}

#textfooter
{
	padding-top: 15px;
	text-align: right;
	margin-bottom: 15px;
}


/*  subpage layout */

#main
{
	margin-top: 32px;
}

#main table
{
	width: 100%;
}

#main tr.head td.col1
{
	position: relative;
}

#main tr.head td.col1, #main tr.head td.col2, #main tr.head td.col3
{
	vertical-align: top;
}

#main tr.footer td
{
	height: 75px;
}

#main tr.footer td.col1
{
	text-align: center;
}


#main td.col1, #main td.col3
{
	width: 180px;
}

#main td.col2
{
	width: 389px;
}

div#subMenu
{
}

div#subMenu div.menuItem div.inner
{
	padding-bottom: 8px;
	padding-top: 8px;
}

#contacttext
{
	margin-top: 20px;
	height: 170px;
}


#contentouter .content h1
{
	font-weight: normal;
	font-size: 24px;
	color: #1e76a8 !important;
}

#contentouter .content, #contentouter #search_results
{
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

#product_tours
{
	padding: 20px;
}

.tour_item
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.tour_item .icon
{
	width: 150px;
	float: left;
	padding-right: 10px;
}

.tour_item .text
{
	margin-left: 160px;
}

#crosslinks #flash_small
{
	height: 240px;
}

#related_items
{
    margin-top: 15px;
	text-align: center;
	margin-bottom: 25px;
}

#related_items .item_link
{
	width: 155px;
	height: 29px;
	margin: auto;
	padding-top: 8px;
	text-align: left;
	position: relative;
}

#related_items .item_link a
{
	position: absolute;
	left: 10px;
	width: 140px;
}


#hot_topics
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

#hot_topics .item_link
{
	width: 200px;
	height: 36px;
	margin: auto;
	padding-top: 10px;
	text-align: left;
	position: relative;
}

#hot_topics .item_link a
{
	position: absolute;
	left: 10px;
	width: 180px;
}

table.sitemap td{ background-repeat: repeat-y; }
