/*	Basic section
----------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: #fff;
	color: #333;
}

/*ul, li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}*/

.NoLine {
	border: 0 !important;
}

.NoMargin {
	margin: 0 !important;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
	background-color: inherit;
	color: #444;
}


/*	Header section
----------------------------------------------------------------------------------*/
#Header {
	position: relative;
	width: 100%;
	min-width: 712px;
	height: 130px;
	border-width: 0 0 0px 0;
	border-color: #333;
	border-style: solid;
	/*background-image: url(/p/splashes.png);
	background-repeat: no-repeat;
	background-position: center;*/
	margin: 0;
	padding: 0;
}

	#TopMenu {
		position: absolute;
			top: 14px;
			right: 250px;
			z-index: 10;
	}
		
			#TopMenu a:link,
			#TopMenu a:visited {
				background-color: inherit;
				color: #333;
				text-decoration: none;
				font-size: 0.8em;
				padding: 0;
			}
			
			#TopMenu a:hover.violet {
				background-color: #909;
				color: #fff;
			}
			
			#TopMenu a:hover.blue {
				background-color: #369;
				color: #fff;
			}
			
			#TopMenu a:hover.green {
				background-color: #393;
				color: #fff;
			}
			
			#TopMenu a:hover.red {
				background-color: #f00;
				color: #fff;
			}
			
			#TopMenu a:hover.orange {
				background-color: #f60;
				color: #fff;
			}
			
			#TopMenu a:hover.darkGrey {
				background-color: #333;
				color: #fff;
			}
			
			#TopMenu a:hover.underLine,
			#TopMenu a:link#TMActive,
			#TopMenu a:visited#TMActive {
				background-color: inherit;
				color: #333;
				text-decoration: underline;
			}
			
	#QuickSearch {
		width: 213px;
		height: 23px;
		display: block;
		padding: 0; /*15*/
		background-color: #fff;
		position: absolute;
			top: 15px;
			right: 15px;
		/*border-top: 1px #d0d0d0 solid;
		border-left: 1px #d0d0d0 solid;
		border-right: 1px #9e9e9e solid;
		border-bottom: 1px #9e9e9e solid;*/
		z-index: 10;
	}
	
		#QuickSearch form {
			margin: 0;
			padding: 0;
		}
		
			#QuickSearch form input#SearchButton {
				width: 120px;
				border-top: 1px #d0d0d0 solid;
				border-left: 1px #d0d0d0 solid;
				border-right: 1px #9e9e9e solid;
				border-bottom: 1px #9e9e9e solid;
				background-color: #ccc;
				color: inherit;
				font-size: 0.8em;
				width: 70px;
				height: 22px;
				margin: 0 0 0 5px
			}
			
			#QuickSearch form input {
				display: block;
				font-family: "Trebuchet MS", verdana, arial, sans-serif;
				font-size: 0.8em;
				border-top: 1px #9e9e9e solid;
				border-left: 1px #9e9e9e solid;
				border-right: 1px #d0d0d0 solid;
				border-bottom: 1px #d0d0d0 solid;
				float: left;
			}
		
	#HeaderLogo {
		position: relative;
		background-color: inherit;
		width: 675px;
		height: 130px;
		margin: 0 auto;
	}
	
		img#Logo,
		div#Pic {
			display: block;
			position: absolute;
		}
	
		img#Logo {
			width: 243px;
			height: 63px;
				bottom: 20px;
				left: 0;
		}
		
		#Pic {
			width: 297px;
			height: 307px;
				right: 0;
			background-color: inherit;
			background-image: url(/p/boy1.jpg);
			background-repeat: no-repeat;
			background-position: 0 100%;
		}
		
		h2#UnderLogoText {
			border: 0px red solid;
			position: absolute;
			bottom: 10px;
			left: 130px;
			font-weight: normal;
			font-size: 16px;
			padding: 0;
			margin: 0;
		}
		
		
/*	Wrapper section
----------------------------------------------------------------------------------*/
#Wrapper {
	width: 100%;
	min-width: 712px;
	background-color: #e8e8e8;
	border-width: 3px 0 3px 0;
	border-color: #333;
	border-style: solid;
	margin: 0;
	padding: 15px 0 0 0;
}
		
	#contentContainer {
		width: 675px;
		margin: 0 auto;
		padding: 0;
		background-image: url(/p/bg_contentC.png);
		background-position: 100% 0;
		background-repeat: repeat-y;
	}
	
		#sidebar {
			width: 182px;
			float: left;
			padding: 20px 0 0 0;
		}
		
			/****************/
			
			#MainNavigation {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
				
				#MainNavigation li {
					background-image: none;
					margin: 0;
					padding: 0;
					color: inherit;
					height: 35px;
					width: 182px;
				}
				
					#MainNavigation li a:link,
					#MainNavigation li a:visited {
						display: block;
						height: 26px; /*32*/
						width: 172px; /*182*/
						background-image: url(/p/li_bg.png);
						background-position: -30px 0;
						background-repeat: no-repeat;
						position: relative;
						margin: 0;
						padding: 6px 0 0 10px;
						text-align: left;
						background-color: inherit;
						color: #fff;
						font-size: 0.8em;
					}
					
					#MainNavigation li#orange a:link,
					#MainNavigation li#orange a:visited {
						background-color: #f60;
					}
					
					#MainNavigation li#red a:link,
					#MainNavigation li#red a:visited {
						background-color: #f00;
					}
					
					#MainNavigation li#green a:link,
					#MainNavigation li#green a:visited {
						background-color: #393;
					}
					
					#MainNavigation li#blue a:link,
					#MainNavigation li#blue a:visited {
						background-color: #369;
					}
					
					#MainNavigation li#violet a:link,
					#MainNavigation li#violet a:visited {
						background-color: #909;
					}		
					
					#MainNavigation li a:hover {
						width: 152px;
						padding-left: 30px;
						/*background-color: #333 !important;*/
						color: #fff;
						text-decoration: none;
						background-position: -10px 0;
					}
					
						/*#MainNavigation li a span {
							position: absolute;
								top: 5px;
								right: 15px;
							text-align: right;
							cursor: pointer;
							
						}*/
						
					#MainNavigation li a:link.MMActive,
					#MainNavigation li a:visited.MMActive {
						width: 210px;
						/*background-color: #333 !important;*/
					}
					
			#Advert {
				padding: 10px 20px 20px 0;
				text-align: right;
				font-size: 0.8em;
			}
			
			/******************/
		
		#mainContent {
			width: 493px;
			float: right;
			background-image: url(/p/content_top.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			padding: 40px 0 0 0;
			position: relative;
		}

			img#mainImg { 
				width: 413px;
				display: block;
				margin: 0 auto;
			}
			
			#content {
				padding: 20px 40px 20px 40px;
				position: relative;
				font-size: 0.8em;
			}
			
	div.quote {
		padding: 15px 20px;
		margin: 10px 0;
		background-color: #e8e8e8;
		color: #333;
		font-size: 1.2em;
		line-height: 1.4em;
		font-style: italic;
	}
	
		div.quote p {
			padding: 0;
			margin: 0;
		}
			
	h1 {
		font-size: 1.6em;
		margin: 0;
		padding: 5px 0;
	}
	
	h2 {
		font-size: 1.2em;
		margin: 0;
		padding: 10px 0;
		font-weight: bold;
	}
	
	p {
		background-color: inherit;
		color: #333;
		margin: 0;
		padding: 5px 0;
	}
	
	p.redBox {
		background-color: inherit;
		color: red;
		border: 2px #000 solid;
		padding: 5px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	
	p.subTab {
		background-color: #e8e8e8;
		color: #444;
		margin: 0;
		padding: 20px 30px;
	}
	
	p a:link,
	p a:visited {
		background-color: inherit;
		color: #369;
		text-decoration: underline;
		/*border-width: 0 0 1px 0;
		border-color: #369;
		border-style: solid;*/
	}
	
	p a:hover {
		text-decoration: underline;
		background-color: inherit;
		color: green;
		/*border-width: 0 0 2px 0;
		border-color: #369;*/
	}
	
	ul {
		margin: 0;
		padding: 10px 0;
	}
	
		ul li {
			list-style-type: none;
			padding: 0 0 0 40px;
			background-image: url(/p/li_normal.png);
			background-repeat: no-repeat;
			background-position: 23px 5px;
			position: relative;
		}
		
			ul li a:link,
			ul li a:visited {
				background-color: inherit;
				color: #333;
				text-decoration: none;
			}
			
			ul li a:hover {
				background-color: inherit;
				color: #369;
				text-decoration: underline;
			}
	
	ul.tabs {
		display: block;
		background-color: #fff;
		margin: 0;
		padding: 0;
		
	}
	
		ul.tabs li {
			display: block;
			list-style-type: none;
			width: 140px; /*140*/
			margin: 0 3px 0 0;
			text-align: center;
			background-color: #e8e8e8;
			padding: 5px 0 0 0;
			height: ;
			float: left;
			background-image: url(/p/tabs_bg.png);
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
			ul.tabs li a:link,
			ul.tabs li a:visited {
				background-color: inherit;
				color: #666;
				text-decoration: none;
				font-weight: bold;
			}
			
			ul.tabs li a:hover,
			ul.tabs li a:link.TabMActive,
			ul.tabs li a:visited.TabMActive  {
				background-color: inherit;
				color: #333;
				text-decoration: underline;
			}
		
			
	a:link#QClink,
	a:visited#QClink {
		position: absolute;
		top: 20px;
		right: 40px;
		z-index: 0;
		background-color: inherit;
		color: #369;
		/*border-bottom: 1px #369 solid;*/
		text-decoration: underline;
	}
	
	a:hover#QClink {
		/*border-bottom: 2px #369 solid;*/
		background-color: inherit;
		color: red;
	}
				
	#quickExtranet {
		margin: 0;
		/*padding: 20px 80px;*/
		padding: 0 0;
		position: absolute;
		top: 40px;
		right: 260px;		
		width: 230px !important;
		z-index: 200;
		font-size: 0.8em;
	}
	
	#quickContact {
		margin: 0;
		/*padding: 20px 80px;*/
		padding: 0 0;
		position: absolute;
		top: 60px;
		left: 60px;		
		width: 230px !important;
		z-index: 200;
		font-size: 0.8em;
	}

	
		#quickContact fieldset,
		#quickExtranet fieldset {
			font-size: 0.9em;
			margin: 0 auto;
			padding: 10px;
			border: 0;
			background-color: #e8e8e8;
			color: ;
			border-top: 1px #d0d0d0 solid;
			border-left: 1px #d0d0d0 solid;
			border-right: 1px #9e9e9e solid;
			border-bottom: 1px #9e9e9e solid;
		}
		
			#quickContact fieldset a:link#closeQC,
			#quickContact fieldset a:visited#closeQC,
			#quickExtranet fieldset a:link#closeQE,
			#quickExtranet fieldset a:visited#closeQE {
				display: block;
				width: 19px;
				height: 19px;
				background-color: #ccc;
				color: inherit;
				position: absolute;
					top: 10px;
					right: 10px;
				border-top: 1px #d0d0d0 solid;
				border-left: 1px #d0d0d0 solid;
				border-right: 1px #9e9e9e solid;
				border-bottom: 1px #9e9e9e solid;
				background-image: url(/p/QCclose.png);
				background-repeat: no-repeat;
				background-position: 2px 2px;
			}
			
			#quickContact fieldset a:hover#closeQC,
			#quickExtranet fieldset a:hover#closeQE {
				border-top: 1px #9e9e9e solid;
				border-left: 1px #9e9e9e solid;
				border-right: 1px #d0d0d0 solid;
				border-bottom: 1px #d0d0d0 solid;
				background-position: 3px 3px;
			}
		
			#quickContact fieldset div,
			#quickExtranet fieldset div {
				padding: 0 0 5px 0;
			}
			
			#quickContact fieldset div#quickButton,
			#quickExtranet fieldset div#quickEButton {
				padding: 5px 0 10px 0;
			}
			
				#quickContact fieldset div#quickButton input,
				#quickExtranet fieldset div#quickEButton input {
					width: 150px;
					border-top: 1px #d0d0d0 solid;
					border-left: 1px #d0d0d0 solid;
					border-right: 1px #9e9e9e solid;
					border-bottom: 1px #9e9e9e solid;
					background-color: #ccc;
					color: inherit;
				}
			
				#quickContact fieldset div label,
				#quickExtranet fieldset div label {
					display: block;
					font-weight: normal;
				}
				
				#quickContact fieldset div input,
				#quickExtranet fieldset div input {
					display: block;
					width: 100%;
					font-family: "Trebuchet MS", verdana, arial, sans-serif;
					font-size: 1em;
					border-top: 1px #9e9e9e solid;
					border-left: 1px #9e9e9e solid;
					border-right: 1px #d0d0d0 solid;
					border-bottom: 1px #d0d0d0 solid;
				}
				
				#quickContact fieldset div textarea {
					display: block;
					width: 100%;
					height: 120px;
					font-family: "Trebuchet MS", verdana, arial, sans-serif;
					font-size: 1em;
					border-top: 1px #9e9e9e solid;
					border-left: 1px #9e9e9e solid;
					border-right: 1px #d0d0d0 solid;
					border-bottom: 1px #d0d0d0 solid;
				}

				
				
/*	SearchResult section
----------------------------------------------------------------------------------*/
a:link.SearchTitle,
a:visited.SearchTitle {
	font-size: 18px;
	font-weight: normal;
}

p.SearchP {

}

a:link.SearchURL,
a:visited.SearchURL {
	color: #393;
	background-color: inherit;
}
	
/*	Footer section
----------------------------------------------------------------------------------*/
#Footer {
	width: 712px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 0.8em;
	clear: both;
}

	#Footer a:link,
	#Footer a:visited {
		background-color: inherit;
		color: #333;
		text-decoration: none;
		padding: 0;
		font-size: 1em;
	}
	
	#Footer a:hover,
	#Footer a:link.FMActive,
	#Footer a:visited.FMActive {
		background-color: inherit;
		color: #333;
		text-decoration: underline;
	}
	
	#valid {
		text-align: center;
		font-size: 0.9em;
		padding: 20px 0 0 0;
	}

#foo {
	clear: both;
}	


/*	Extranet section	
----------------------------------------------------------------------------------*/
#LoginInformation {
	text-align: right;
	background-color: inherit;
	font-weight: normal;
	position: absolute;
	top: 10px;
	right: 115px;
}

	#LoginInformation span {
		font-weight: bold;
		color: #393;
		border-right: 1px #e8e8e8 solid;
		padding: 0 10px 0 0;
	}
		
		#LoginInformation a:link#ExnLogout,
		#LoginInformation a:visited#ExnLogout {
			text-deoration: underline;
			background-color: inherit;
			color: #393;
			padding: 0 13px 0 10px;
			border-right: 1px #e8e8e8 solid;
		}	
		
		#LoginInformation a:hover#ExnLogout {
			color: red;
		}	

#extranetUploadForm {
	background-color: #e8e8e8;
	border-top: 1px #d0d0d0 solid;
	border-left: 1px #d0d0d0 solid;
	border-right: 1px #9e9e9e solid;
	border-bottom: 1px #9e9e9e solid;
	padding: 0;
	padding: 0 10px 10px 10px;
	width: 360px;
	margin: 20px 0 30px 0;
}	

	#extranetUploadForm fieldset {
		border: 0;
		padding: 0;
		margin: 0;
	}
	
		#extranetUploadForm #Exn_uplodFile_Input {
			width: 280px;
			margin: 0 5px 0 0;
			font-family: "Trebuchet MS", verdana, arial, sans-serif;
			font-size: 1em;
			border-top: 1px #9e9e9e solid;
			border-left: 1px #9e9e9e solid;
			border-right: 1px #d0d0d0 solid;
			border-bottom: 1px #d0d0d0 solid;	
		}
	
		#extranetUploadForm #Exn_uplodFile_Button {
			border-top: 1px #d0d0d0 solid;
			border-left: 1px #d0d0d0 solid;
			border-right: 1px #9e9e9e solid;
			border-bottom: 1px #9e9e9e solid;
			background-color: #ccc;
			color: inherit;
			font-family: "Trebuchet MS";
			height: 22px;
		}
		
a:link.extranetLinks,
a:visited.extranetLinks {
	background-color: inherit;
	color: #369;
	font-weight: normal;
}

a:link.extranetDelete,
a:visited.extranetDelete {
	background-color: #fff;
	color: red;
	font-weight: normal;
	text-decoration: underline;
}

a:hover.extranetDelete {
	background-color: red;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}



#ExtranetLoginForm {
	margin: 0 0 0 40px;
	padding: 10px !important;	
	width: 300px !important;
	z-index: 200;
	background-color: #e8e8e8;
	border-top: 1px #d0d0d0 solid;
	border-left: 1px #d0d0d0 solid;
	border-right: 1px #9e9e9e solid;
	border-bottom: 1px #9e9e9e solid;
}

	#ExtranetLoginForm fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
		#ExtranetLoginForm fieldset div {
			margin: 0;
			padding: 0;
		}
		
			#ExtranetLoginForm fieldset div label {
				display: block;
				padding: 2px 0 0 0;
			}
			
			#ExtranetLoginForm fieldset div input {
				width: 100%;
				display: block;
				font-family: "Trebuchet MS", verdana, arial, sans-serif;
				border-top: 1px #9e9e9e solid;
				border-left: 1px #9e9e9e solid;
				border-right: 1px #d0d0d0 solid;
				border-bottom: 1px #d0d0d0 solid;
			}
			
				#ExtranetLoginForm fieldset div input#Exn_Button {
					border-top: 1px #d0d0d0 solid;
					border-left: 1px #d0d0d0 solid;
					border-right: 1px #9e9e9e solid;
					border-bottom: 1px #9e9e9e solid;
					background-color: #ccc;
					color: inherit;
					font-family: "Trebuchet MS";
					height: 22px;
					width: 140px;
					margin: 10px 0 0 0;
				}


/*	FloatContainer section	
----------------------------------------------------------------------------------*/
#TopMenu:after,
#QuickSearch form:after,
#contentContainer:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


* html #TopMenu,
* html #QuickSearch form,
* html #contentContainer {
	height: 1%;
}