/*
	Fisp Website css style template
	
	Copyright to 4D Electronics LTD 
	
	All rights reserved.
	
*/

html {
/*	background: #000000; */
	height: 100%;
}

body {
	height: 100%;
	margin:0;
	background-image: url(../images/headerBackground.png);	
	background-repeat: repeat-x;
	background-color: #EDEEEF;		 	
}

/* Wrapper for the entire body of the site */

#container {	
  width:800px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;	
}

/* Header Cell */
#header {
	min-height: 158px;	
	}
	img.imageCenter {
		display:block;
		margin-left:auto; 
		margin-right:auto; 
	}
/* Navigation menu */
#Navigation {	
	min-height: 50px;
	min-width: 50px;
	font-family: "Times New Romain";
	font-size: 18px;	
	float:right;	
	clear:both;
}

	#Navigation ul { 
	}
	#Navigation li { 
		display: inline-block; 
		padding-left:40px;
	}
	#Navigation a {
		text-decoration: none;
		color: #010F45;
	}
		#Navigation ul li a.current {
			background: url(../images/ActiveLinkMark.png) no-repeat left;
			padding-left: 15px;
		}

/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 180px;  
	float: left;  
	padding-top: 0px;
	padding-bottom: 15px;
	background: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	#Sidebar .sidebarBox {
		padding-bottom: 0px;
	}
	#Sidebar ul {
		padding-left:3px;
		padding-right:5px;		
	}
		#Sidebar li {
			padding-top:5px;
			padding-bottom:4px;
			list-style: none;
			border-bottom: 2Px solid #4A84FF;

		}
	#Sidebar h3 { 
		-moz-border-radius: 10px;
		border-radius: 10px;
		clear: both; 
		text-transform: None;
		color: #fff;
		font-family: "Times New Romain";
		font-weight: 700; 
		font-size: 1.4em; 
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom:4px;
		line-height: 1.8;
		background:#010f45;		
	}
	
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	}
	
#subMenu {
	padding-left: 25px;
}
	#subMenu  ul {
		padding-left:1px;
	}
		#subMenu  li {
			padding-left:0px;
			list-style: none;			
		}
		
		#subMenu a {
				font-family: "Times New Romain";
				font-size: 18px;						
		}
		
		#subMenu a:hover {
			text-decoration:none;			
		}
/* --------------- */




/* Content */
#contentContainer {
	padding-left:20px; 
	padding-top: 30px;		
	display: inline-block; 
	overflow: auto;
	padding-bottom:150px; /* must be the same height as the footer */		 
}

#Content {
	background: #EDEEEF;		 
	width:520px;
	float: right; 	
	padding-top: 5px;
	padding-right:0px
	
}
	

/* Footer Styling */
#Footer {
	position: relative;
	margin-top:-150px; /* negative height of the footer */
	clear:both;
	background-image: url(../images/footerBackground.png);repeat-x;
	height: 150px;
	font-family: "Times New Romain";
	font-size: 11px;		
}

  	#Footer p { 
			color: #fff;
			font-size: 1.1em;
			text-align: center;		
			margin: 0px;		
		}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;	   		
		}
		
		#Footer a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
#FooterContent {
	width: 800px; 
	margin-left:auto; 	
	margin-right:auto;	
}			
	
	#FooterContent .footerTopLeft {	  			
		margin-top:60px;
		padding-top:10px;
		border-top: 2px solid #4A84FF;	
		width: 55%;		
		float: left;
	}
	#FooterContent .footerTopLeft p {	  			
		text-align: left;		
		text-transform:uppercase;
	}
		
	#FooterContent .footerTopRight {	  	
		margin-top:60px;
		padding-top:10px;
		border-top: 2px solid #4A84FF;	
		width: 45%;	
		float: right;				
	}
		#FooterContent .footerTopRight p {	  			
			text-align: right;					
		}
		#FooterContent .footerTopRight ul { 
			float:right;
			margin-top:0;
		}
		#FooterContent .footerTopRight li { 
			display: inline-block;
		}
		#FooterContent .footerTopRight a {
			text-decoration: none;
			padding-left: 20px;			
			text-transform:uppercase;
		}		
		#FooterContent .footerBottom p {
			clear:right;
			text-align: center;
			text-transform:uppercase;
		}		
		