* { padding: 0; margin: 0; }
html {
	font-size: 62.5%;
}
body {
	font: 12px Verdana, sans-serif;
	color:#323232; 
	background: #F5F5F5 url("/upload_dir/design/unique/bg.png") repeat-x;
}
a, a:link, a:visited, a:active {
	color: #323232; 
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
	color: #FBA82F; 
}
#wrapper {	
	width:950px;
	margin-left:20px;
	position:relative;
}
#title h1 {	
	font-size: 15px;
	color:#ccc;
	font-weight: normal;
	line-height:40px;
	margin-left:0px;
}
#logo {
	position:absolute;
	width:155px;
	height:40px;
	top:0;
	right:0;
}
#logo img  {
	border:none;
}
#language {
	position:absolute;
	top:55px;
	right:30px;
}
#sections {
	width: 930px;
	margin:0px auto;	
	padding-top:15px;
	margin-left:0;
}
#sections select {
	height:25px;
	width:220px;
	color:#666;
	font-size:12px;
}
#quicklinks {
	float:right;
	text-align: right;
	width:205px;
}
#quicklinks a {
	text-decoration: none;
	font-size: 10px;
	color:#666;
}
#quicklinks a:hover {
	color:#FBA82F;
}
#ContentWrapper {
	margin:0 auto;
	width: 950px;
	margin-top:30px;
}
#Content {	
	width: 950px;
	float:left;
	margin:0 auto;
}
	#LeftColumn {
		width:220px;
		min-height:400px;
	  	height:auto !important;
	  	height:400px;
		float:left;	
		display:inline;
		margin:0 10px 0 0;
	}	
	#RightColumn {		
		float:right;	
		margin:0 0 0 10px;
	}	
	#left-search {
		float:left;
		width:221px;
		height:37px;
		background: url("/upload_dir/design/unique/search_bg.png") no-repeat top left;
		margin:0 0 30px 0;
	}
	#left-search input {
		background:none;
		border:none;
		color:#999;
	}
	#left-search #text_search {
		height:30px;
		width:140px;
		font-size: 15px;
		padding:7px 0 0 10px;
	}
	html.Explorer #left-search #text_search {
		height:15px;
		padding:6px 0 3px 10px;
	}
	#left-search .button {
		height:30px;
		width:32px;
		background: url("/upload_dir/design/unique/search_submit.png") no-repeat top left;
		margin:3px 5px 0 0;
	}
	#Navigation {
		width:220px;
		float:left;
		margin:0 0 20px 0;		
	}
		#Navigation li {
			list-style-type: none;	
		}
		#Navigation li a {		
			display:block;
			padding:6px 3px 6px 20px;
			color: #666;
			font: 12px/20px Verdana, "MS Trebuchet", sans-serif;
			text-decoration: none;
			background: transparent url(/_design/templates/tp503/img/theme001/NavItemBg.gif) repeat-x 0px 0px;
			width:197px;
		}		
		#Navigation li a:hover,		
		#Navigation li a.current {
			background:#666;
			color:#fff;
		}
		#Navigation ul {	
			border-bottom:1px solid #e5e4e4;
		}	
		#Navigation ul ul,#Navigation ul ul ul  {	
			border-bottom:none;
		}	
		#Navigation li ul {		
			margin:0 0 5px 0;
			padding:5px 0 5px 0;
		}	
		#Navigation li li a {
			display:block;
			color: #666;
			font: 12px/18px Verdana, "MS Trebuchet", sans-serif;
			text-decoration: none;		
			padding:0 3px 0 20px;
			background: none;
			border-bottom:none;
			margin-bottom:10px;
		}	
		#Navigation li li a:hover,		
		#Navigation li li a.current {
			background: none;
			text-decoration: underline;
			color: #666;
		}
		#Navigation li li li a {		
			padding:0 0 0 40px;
		}
	#MainContent {	
		min-height:400px;
	  	height:auto !important;
	  	height:400px;
		float:left;		
		display:inline;
		width:650px;
		padding:20px;
		background:#fff;
		border:1px solid #e5e5e5;
		margin-bottom:40px;
	}
		#MainContent h1{
			color:#666; 
			font-size: 15px;
			margin:0 0 20px 0;
		}
		#MainContent p{
			line-height:17px;
		}
#Footer {
	background:#000000 url(/upload_dir/design/unique/footerbg.png) repeat-x scroll left top;
	bottom:0;
	color:#666666;
	font-size:10px;
	height:30px;
	line-height:35px;
	position:fixed;
	text-align:left;
	width:100%;
}	
#SitemapPages ul li a {
	font-size: 11px;
	line-height:22px;
}
#searchResults .searchResultsItemHeadline a, #searchResults .searchResultsItemLink a {
	color:#FBA82F;
}
#searchResults .searchResultsItemLink a {
	color:#999;
}
.LV_invalid {
	background: url(/upload_dir/design/unique/error.gif) no-repeat 5px 0;
}
.search-group {
	margin:0 0 20px 0;
	float:left;
	width:100%;
}
table.smartweb-table  {
	border-spacing: 0px;
	border:1px solid #ebebeb;
	background:#f5f5f5;
	padding:3px 2px 2px 3px;
}
table.smartweb-table td  {
	padding:6px !important;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	background:#fff;
}
table.highlight {
	border:1px solid #f0f0f0;
	background:#fff;
	padding:1px;
}
table.highlight td {
	padding:10px !important;
	background:#f5f5f5;
}