
* { padding: 0; margin: 0; }
html {
	font-size: 62.5%;
}
body {
	font: 1.1em Verdana, sans-serif;
	color:#323232; 
	background: #fff url("/upload_dir/design/tp511_theme001/Bg.png") repeat-x;
}
a, a:link, a:visited, a:active {
	color: #3b6da4; 
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
	color: #323232; 
}
#Wrapper {	
	margin:10px auto;
	width: 850px;
}
#Top {
	width: 850px;
	margin:0px auto;
	background:none;
	height:95px;
}
	#Logo {		
		float:left;
		position:absolute;
		top:35px;	
	}
	#QuickLinks {
		float:right;
		margin:50px 0 0 10px;
	}
		#QuickLinks a {
			text-decoration: none;
			color:#999;
		}
	#Language {
		float:right;
	}
#InnerWrapper {
	width:850px;
	float:left;
	margin:20px 0 0 0;
	position:relative;
}
html.Explorer6 #InnerWrapper {
	margin:0 0 0 0;
}
#Header {
	width:662px;
	height:145px;
	float:left;
}
html.Explorer6 #Navigation {
	position:relative;
	width:850px;
	top:-105px;
}
html.Explorer6 #Navigation ul {
	float:right;
}
#Navigation {
	height:35px;
	position:absolute;
	right:0;
	top:-125px;
}
	#Navigation ul {
		height:35px;
	}
	#Navigation ul li {
		float:left;
		margin:0 0px 0 5px;
		list-style-type: none;
		background:url("/upload_dir/design/tp511_theme001/MenuLeft.png") no-repeat;
	}	
	#Navigation ul li a {
		font: normal normal	normal 12px/32px Arial, sans-serif;
		color:#000;
		font-weight:bold;
		text-decoration: none;
		float: none !important; 
		float: left; 
		padding:0 12px 0 15px;
		display:block;
		background:url("/upload_dir/design/tp511_theme001/MenuRight.png") no-repeat right;
	}	
	#Navigation ul li a:hover,
	#Navigation ul li a.active  {
		background:url("/upload_dir/design/tp511_theme001/MenuRight.png") no-repeat right;
		color:#3b6da4;
	}
#ContentWrapper {
	margin:0 auto;
	width:850px;
	margin-top:20px;
	float:left;	
}
#Content {	
	width:850px;
	float:left;
	margin:0 auto;
	display:inline;
}	
	#LeftColumn,
	#RightColumn {
		width:180px;
		min-height:300px;
	  	height:auto !important;
	  	height:300px;
		float:left;	
		display:inline;
		margin:0 10px 0 0;
	}	
	#RightColumn {		
		float:right;
		position:absolute;
		right:0;
		margin:-163px 0 0 10px;
	}	
	#Navigation_2nd {
		width:180px;		
		background:url("/upload_dir/design/tp511_theme001/SecondMenuBg.png") no-repeat;
		margin:0 0 10px 0;
		padding:10px 0 0 0;
	}
	#Navigation_2nd ul {
		background:url("/upload_dir/design/tp511_theme001/BoxBottom.png") no-repeat bottom;
		padding-bottom:10px;
	}
		#Navigation_2nd li {
			list-style-type: none;
			margin:0 0 1px 0;
		}
		#Navigation_2nd li a {
			display:block;
			padding:0 3px 0 20px;
			color: #000;
			font: 11px/25px Tahoma, "MS Trebuchet", sans-serif;
			text-decoration: none;
			font-weight:bold;
		}
		#Navigation_2nd li a:hover,
		#Navigation_2nd li a.active {
			color:#447d25;
		}
		#Navigation_2nd li li a {
			display:block;
			color: #666;
			font: 11px/25px Tahoma, "MS Trebuchet", sans-serif;
			text-decoration: none;
			padding:0 3px 0 30px;
			margin:0 0 1px 0;
		}	
		#Navigation_2nd li li a:hover,		
		#Navigation_2nd li li a.active {
			color: #447d25; 
		}
	/* =================== MODULE.BOXES ======================*/
	#search-box,
	#newslettersubscribe-box,
	#blog-box,
	#quicklogin-box,
	#pagenews-box,
	#calendar-box {
		margin:0 0 10px 0;
		width:180px;
		float:left;
	}
	#search-box-top,
	#newslettersubscribe-box-top,
	#blog-box-top,
	#quicklogin-box-top,
	#pagenews-box-top,
	#calendar-box-top {
		width:180px;
		float:left;		
		height:25px;
		padding:5px 0 0 0;
		background:url("/upload_dir/design/tp511_theme001/BoxTop.png") no-repeat;
	}
	#search-box h2,
	#newslettersubscribe-box h2,
	#blog-box h2,
	#quicklogin-box h2,
	#pagenews-box h2,
	#calendar-box h2 {
		font-size: 13px;
		color:#666;	
		font-weight: normal;	
		padding:0 0 0 10px;	
		line-height:25px;	
	}	
	#search-box em,
	#newslettersubscribe-box em,
	#blog-box em,
	#quicklogin-box em,
	#pagenews-box em,
	#calendar-box em {
		color:#666;
		font-weight: bold;
		font-style: normal;
	}	
	#search-box-content,
	#newslettersubscribe-box-content,
	#blog-box-content,
	#quicklogin-box-content,
	#pagenews-box-content,
	#calendar-box-content {
		float:left;
		width:170px;
		padding:10px 5px 0px 5px;
		min-height:50px;
	  	height:auto !important;
	  	height:50px;
		background:url("/upload_dir/design/tp511_theme001/BoxBg.png") repeat-y;
	}
	#search-box-bottom,
	#newslettersubscribe-box-bottom,
	#blog-box-bottom,
	#quicklogin-box-bottom,
	#pagenews-box-bottom,
	#calendar-box-bottom {
		background:url("/upload_dir/design/tp511_theme001/BoxBottom.png") no-repeat;
		height:15px;
		width:180px;
		float:left;
	}
	#MainContentWrapper,
	#MainContentTop,
	#MainContentBottom {
		float:left;		
		display:inline;
		width:660px;
	}	
	#MainContent {	
		min-height:300px;
	  	height:auto !important;
	  	height:300px;
		float:left;		
		display:inline;
		width:660px;
		margin-bottom:10px;
	}
		#MainContent h1{
			color:#000; 
			font-size: 15px;
			margin:0 0 10px 0;
		}
#Footer {
	float:left;
	width: 660px;
	border-top:1px dotted #ccc;
	margin:0 auto;
	text-align: center;
	height:40px;
	line-height:20px;
}
#Footer ul {
	color:#999;
	font-size:11px;
}	
#Footer ul a {
	color:#3b6da4;
	font-size: 11px;
}
