
html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #4D4D4D;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	
}
	body.template-7  { background-image: url('../layout/background-c.gif'); }
	body.template-8  { background-image: url('../layout/background-o.gif'); }
	body.template-9  { background-image: url('../layout/background-m.gif'); }
	body.template-10 { background-image: url('../layout/background-j.gif'); }
	body.template-11 { background-image: url('../layout/background-a.gif'); }
	body.template-12 { background-image: url('../layout/background-z.gif'); }



a:link, a:visited {
	color: #FF5D00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF5D00;
	text-decoration: underline;
}

p {
	margin: 0 0 6px;
	line-height: 125%;
}
em, i {
	font-style: normal !important;
}

.paragraph-run-in {
	/*color: #FF5D00 !important;*/
	font-size: 13px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

.clear { 
	clear: both;
}



#allContainer {
	width: 950px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}


#headerContainer {
	position: relative;
	height: 70px;
	border-bottom: 3px solid #000;
}
	#langMenu {
		position: absolute;
		left: 0; top: 5px;
		list-style: none;
	}
		#langMenu li {
			float: left;
			font-size: 15px;
			font-weight: normal;
			font-style: italic;
			color: #000;
		}
			#langMenu li a {
				color: #CCCCCC;
				text-decoration: none;
			}
			#langMenu li a:hover { 
				color: #000;
			}
			#langMenu li span {
				color: #CCCCCC;
			}

	#headerContainer h1 {
		position: absolute;
		bottom: 0; left: 0;
		width: 332px; height: 27px;
		background: url('../layout/jazz-communications.gif') no-repeat;
	}
		#headerContainer h1 * {
			display: none;
		}


#leftContainer {
	float: left;
	width: 450px;
	padding: 0 0 55px;
}		
		
#menu {
	display: block;
	margin-top: 15px;
	width: 450px;
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
	#menu li {
		clear: left;
		letter-spacing: -1px;
		display: block;
		padding: 0;
		margin: 0;
	}
	#menu li.selected { 
	}
		
		#menu a {
			text-decoration: none;
			color: #000;
			display: block;
			outline: none;
		}
		#menu a:hover,
		#menu li.selected > a {
			color: #FF5D00;
		}
		#menu a.t13 {
			margin-top: 25px;
		}
		
		#menu li ul {
			margin: 0 0 2px 20px;
			font-size: 15px;
			font-weight: normal;
			list-style-type: none;
		}


#t13_display {
	/*display: none;*/
	margin-left: 20px;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
		
		
#contentContainer {
	float: left;
	margin-top: 15px;
	width: 440px;
	height: auto;
	padding: 0 0 55px;
}

	
	
#footerContainer {
	position:absolute;
	bottom:0;
	width: 950px;
	height: 25px;
}
	#footerContainer a {
		color: inherit;
	}
	#footerLeft {
		float: left;
	}
	#footerRight {
		float: right;
	}
		#footerRight, #footerRight * {
			color: #ccc;
		}

		
		
		