﻿body {
	margin:0px;
	background-color:black;
	font-family:"Century Gothic", Arial, Tahoma, sans-serif;
	font-size:12px;
}

a:focus {
	outline:0px;
}

#container {
	width:1024px;
	margin:0px auto;
	height:auto;
}

#header {
	float:left;
	width:1024px;
	height:137px;
	background:url('../images/logo.jpg');
}

#header #logo {
	float:left;
	display:inline-block;
	width:260px;
	margin-left:30px;
	margin-top:40px;
	height:55px;
}

	#header form p {
		text-align:right;
		margin-bottom:20px;
	}

	#header form input {
		color:#525151;
		border:1px silver solid;
	}

	#header #menu {
		float:right;
		margin-right:30px;
		margin-top:10px;
	}

		#header #menu ul {
			margin-right:30px;
			list-style:none;
			display:inline;
		}

			#header #menu li {
				display:inline;
			}

		#header #menu .products {
			display:inline-block;
			width:101px;
			height:20px;
			background:url('../images/products.jpg');
		}

		#header #menu .solutions {
			display:inline-block;
			width:105px;
			height:20px;
			background:url('../images/solutions.jpg');
		}
		
		#header #menu .services {
			display:inline-block;
			width:107px;
			height:20px;
			background:url('../images/services.jpg');
		}
		
		#header #menu .about {
			display:inline-block;
			width:95px;
			height:20px;
			background:url('../images/about.jpg');
		}
		
		#header #menu .contact {
			display:inline-block;
			width:111px;
			height:20px;
			background:url('../images/contact.jpg');
		}
		
		#header #menu a:hover {
			background-position:0px -20px;
		}

		#header #menu #smenu {
			position:absolute;
			top:85px;
			margin-left:40px;
			background-color:white;
			width:150px;
			visibility:hidden;
			border:1px #d86410 solid;
			border-top:0px;
		}
		
			#header #menu #smenu a {
				color:#d86410;
				display:block;
				text-decoration:none;
				padding:3px 10px;
			}
		
				#header #menu #smenu a:hover {
					background-color:#eee;
				}

#flash {
	float:left;
	width:1024px;
	height:247px;
	background:url('../images/flash.jpg');
}

#main {
	float:left;
	width:1024px;
	min-height:83px;
	background:url('../images/contentBG.jpg');
}

	#main #spacer {
		float:left;
		width:1024px;
		height:83px;
		background:url('../images/mainTop.png') no-repeat;
	}
	
	#main #inner {
		float:left;
		width:1024px;
		background:url('../images/newsBottom.jpg') no-repeat;
		background-position:right bottom;
	}
	
		#main #inner #content {
			float:left;
			margin-top:-83px;
			padding-top:30px;
			padding-left:70px;
			padding-right:30px;
			padding-bottom:20px;
			width:470px;
			min-height:232px;
			background:url('../images/leftCol.jpg') no-repeat;
		}
		
		#main #inner #content a {
			text-decoration:none;
			color:#d86410;
		}
		
			#main #inner #content a:hover {
				text-decoration:underline;
			}

		#main #inner #content dt {
			margin-left:20px;
			margin-bottom:10px;
		}

			#main #inner #content .breadcrumb {
				font-size:10px;
			}
			
				#main #inner #content .breadcrumb a {
					text-decoration:none;
				}
				
					#main #inner #content .breadcrumb a:hover {
						text-decoration:underline;
					}
	
			#main #inner #content .inset {
				float:right;
				padding:0px 10px;
				margin-left:10px;
				margin-right:-100px;
				margin-bottom:10px;
				width:200px;
				border:1px silver solid;
				text-align:justify;
			}
	
		#main #content table p {
			margin:0px;
		}

		#main #inner #news {
			float:left;
			margin-top:-53px;
			padding-left:155px;
			padding-right:73px;
			width:226px;
			min-height:262px;
		}

#footer {
	float:left;
	width:1024px;
	height:87px;
	font-size:11px;
	background:url('../images/footer.jpg');
}

	#footer .readmore {
		position:relative;
		top:42px;
		left:200px;
		color:#d86410;
	}

		#footer .readmore a {
			color:#d86410;
			text-decoration:none;
		}
	
			#footer .readmore a:hover {
				text-decoration:underline;
			}

	#footer #products {
		float:left;
		width:300px;
		height:67px;
		padding-top:20px;
	}

		#footer #products p {
			margin-top:0px;
			margin-left:40px;
			line-height:12px;
			margin-bottom:0px;
			width:200px;
		}

	#footer #services {
		float:left;
		height:67px;
		padding-top:20px;
		width:347px;
	}

		#footer #services p {
			margin-top:0px;
			margin-left:60px;
			line-height:12px;
			margin-bottom:0px;
			width:200px;
		}

	#footer #support {
		float:left;
		height:67px;
		padding-top:20px;
		width:329px;
		padding-left:20px;
	}

		#footer #support p {
			margin-top:0px;
			margin-left:40px;
			line-height:12px;
			margin-bottom:0px;
			width:180px;
		}

		#footer #support .readmore {
			margin-right:20px;
		}

#base {
	float:left;
	width:996px;
	height:50px;
	text-align:right;
	padding-right:20px;
	color:white;
	font-size:10px;
}

/* Extras */
.u {
	text-decoration:underline;
}

.highlight {
	color:#d86410;
}

.quote {
	margin:0px 50px;
	font-style:italic;
	text-align:justify;
}

.quote_tda {
	margin:0px 0px;
	font-style:italic;
	text-align:justify;
}

.indent {
	margin-left:50px;
}

.textForm {
	color:#525151;
	border:1px silver solid;
}

.textForm:focus {
	outline:0px;
}

.retMsg {
	float:left;
	width:468px;
	border:1px #d86410 solid;
	background-color:#efefef;
	padding:0px 10px;
	margin-bottom:10px;
}

.retMsg p {
	font-weight:bold;
}