
/* ----->>> TABLE OF CONTENTS <<<-------*/
/*
   Wrappers
   Header
   Navigation
   Content
   Tables
   TEXT Layout
*/

/* TO CALCULATE EM SIZES: FONT PX SIZE / 16 (THE DEFAULT PX SIZE) eg: to get 20px, 20/16 = 1.25em */
/* TO CALCULATE EM LINE HEIGHT SIZES: LINE HEIGHT PX SIZE / 18 (THE DETERMINED LINE HEIGHT SET IN BODY)  */
 
/* -----------------------------------*/
/* ----------->>> WRAPPER <<<---------*/
/* -----------------------------------*/ 
 

 
#siteWrapper { /* not using for eurofase, have a custom one in custom.css */
width:962px;
margin:0 auto;
padding: 0;
text-align: left;
background-color: #ffffff;
}

#header {
height:74px;
width:962px;
margin: 0px 0px 16px 0px; 
background-color: #ffffff;
}

	#header_logo {
	float: left;
	height:67px;
	width:147px;
	}
	
	#header_topNav {
	float: left;
	width:565px;
	height:22px;
	margin: 50px 0px 0 30px;  /* TOP RIGHT BOTTOM LEFT */
	}
	
		#Header_topNavDivider {
		float: left;
		background-image: url('/images/top_nav_divider.gif');
		background-repeat: no-repeat;
		margin: 0px 0px 0 7px; 
		height: 20px;
		width: 13px;
		display: inline;			
		}
		
		#Header_topNavItem {
		float: left;
		height: 22px;
		text-align: center;
		display: inline;	
		}
		
			#Header_topNavItem a {
			font-size: 0.75em;
			line-height:1.25em;
			color:#4D4D4D;
			text-decoration:none;
			text-transform:uppercase;
			}
			
			#Header_topNavItem a:visited {
			color:#4D4D4D;
			text-decoration:none;
			}
			
			#Header_topNavItem a:hover {
			color:#3298CB;
			text-decoration:none;
			}
			
			#Header_topNavItem a:active {
			color:#4D4D4D;
			text-decoration:none;
			}
		
	#header_searchArea {
	float: right;
	height:21px;
	width:150px;
	margin: 45px 34px 0 0px;  /* TOP RIGHT BOTTOM LEFT */
	}


/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/

#topNavWrapper {
height:21px;
width:962px;
background-color: #ffffff;
}

	#nav {
	margin: 0;
	padding: 0;
	height: 43px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	

	#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

	#nav a {
	float: left;
	padding: 43px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:43px; /* for IE5/Win only */
	}
	
	#nav a:hover {
	background-position: 0 -43px;
	}

	#nav a:active, #nav a.selected {
	background-position: 0 -43px;
	}

		
		

#sideNavWrapper {
float: left;
display: inline;
width:150px;
height:100%;
margin: 20px 0px 34px 15px;
padding: 0px 0px 20px 0px;
background-color: #FFFFFF;
}

	#navSide {
	margin: 0;
	padding: 0;
	}
	
		#navSide li{
		margin: 5px 0px 0px 0px; 
		padding: 0;
	    list-style: none;
		display: list-item;
		}
		
		#navSide ul {
			padding-left: 5px; 
			margin-left: 5px;
			margin-top: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		
		#navSide2 ul {
		margin: 0px 0px 5px 0px; 
		padding: 0;
	    list-style: none;
		display: list-item;
		}
	
		#navSide a {
		font-size: 0.75em;
		line-height:0.825em;
		color:#4D4D4D;
		text-decoration:none;
		text-transform:uppercase;
		}
		
		#navSide a:hover {
		color:#3298CB;
		text-decoration:none;
		}
	
		#navSide a:active, #nav a.selected {
		color:#3298CB;
		text-decoration:none;
		}
		
/* -----------------------------------*/
/* ----------->>> CONTENT <<<---------*/
/* -----------------------------------*/ 


#bodyWrapper {
width:962px;
background-color: #FFFFFF;
padding: 0px 0px 20px 0px;
}
	
	#bodyWrapperHome {
	/* float: right; */
	float: left;
	width:894px;
	margin: 0px 0px 34px 0px;
	padding:0px 34px 15px 34px;
	}

	#bodyInteriorWrapper {
	width:962px;
	margin: 20px 0px 34px 20px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	background-image: url('/images/bg_interior_divider.gif');
	background-repeat: repeat-y;
	background-position: left;
	}
	
		
		#bodyContentWrapper {
		float: right;
		display: inline;
		width:735px;
		margin: 20px 20px 34px 5px;
		padding: 0px 0px 20px 20px;
		border-left:1px solid #95A0A5;
		background-color: #ffffff;
		}
		
			/* sub styles in custom.css file */
		

		#body10PxMargin {
		margin: 10px 10px 10px 10px;
		}
		
			

#footer_container {
width:960px;
margin:0 auto;
}

	#footer {
	padding: 15px 10px 30px 30px;
	text-align:center;
	font-size:0.805em;
	line-height:1em;
	color: #3298CB;
	}

	

#loginForm_container {
height:450px;
width:550px;
margin-left: 150px;
background-position: top left;
background-repeat: no-repeat;
}

	#loginError {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0px;
	font-size: 0.75em;
	width:550px;
	font-weight: bold;
	color: #ff6633;
	}
	
	.loginFormLabel {
	clear: both;
	float: left;
	display: inline;
	margin: 12px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: right;
	font-weight: bold;
	}
	
	.loginFormField {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: right;
	font-weight: bold;
	}
	
	.loginFormSubmit {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:290px;
	text-align: right;
	}
	
	#login_link {
		clear: both;
		float: left;
		width:550px;
		margin:10px;
		padding:0;
		}
				
			#login_link li {
			margin: 0 0 5px 0; 
			padding: 0;
		    list-style: none;
			display: list-item;
			}
		
			#login_link a {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}
			
			#login_link a:hover {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#8AA149;
			text-decoration:underline;
			}
		
			#login_link a:active, #nav a.selected {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}

img[align="right"] {
margin: 0 0 4px 8px;
display: inline;
}

img[align="left"] {
margin: 0 8px 4px 0;
display: inline;
}


/* -----------------------------------*/
/* ------>>>     Tables     <<<-------*/
/* -----------------------------------*/

/* Set all table parameters to 0 */ 
#zeroTables table td tr {
	border: 1px solid #34912a;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}


 
 
/* -----------------------------------*/
/* -------->>> TEXT Layout <<<--------*/
/* -----------------------------------*/ 
#line_break_thin { 
clear:both; 
border-bottom: 1px solid #999999;
margin: 5px 0 5px 0;
width: 700px;
}

#line_break_thinMSIE { 
clear:both; 
border-bottom: 1px solid #999999;
margin: -10px 0 5px 0;
width: 700px;
}


#line_breakClean { 
clear:both; 
margin: 0 0 0 0;
}



/* -----------------------------------*/
/* -------->>> ADMIN STYLES <<<--------*/
/* -----------------------------------*/ 

.tableData {
font-size:0.9em;
}


