﻿html {
	text-align:center;
	
}

body {
	text-align:center;
	background-color:black;
	margin-top:0px;
}

#banner {
	position:relative;
	height:184px;
	background-image:url('images/Banner.jpg')
}

#container {
	position:relative;
	width:845px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	margin-top:0px;

}

#content {
	position:relative;
	background-image:url('images/left-bar-repeat.jpg');
	background-position:left;
	background-repeat:repeat-y;
	display:table;
	width:845px;
}

#footer {
	height:37px;
	width:845px;
	background-image:url('images/Footer.jpg');
	background-repeat:no-repeat;
	padding-top:5px;
}

#footer a {
	color:white;
	font-size:.8em;
}

.whitelink {
	color:white;
	font-size:.9em;
}


#left-bar {
	float:left;
	width:170px;
	position:relative;
	margin-top:10px;
	margin-left:5px;
	text-align:center;
	display:inline;
	height:460px;
}

#left-bar-repeat {
	background-image:url('images/content.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	display:table;
	width:845px;
	position:relative;
}

#navbar {
	position:relative;
	height:33px;
	text-align:left;
	background-image:url('images/navbackground.jpg');
}

#navbar img {
	border-width:0px;
}


.navbar li {
	background-color:black;
	list-style-type:none;
	text-align:center;
	float:left;
	height:33px;	
}


#nav-home {
	width: 150px;
}

#nav-products {
	background-image:url('images/Nav-bar-04.jpg');
	width: 200px;
}

#outter-left {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:915px;
	background-image:url('images/left-edge.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

#outter-right {
	position:relative;
	width:915px;
	background-image:url('images/right-edge.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}

#text {
		position:relative;
		color:silver;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.9em;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
		
}

#text ul {
	list-style:none;
	/*list-style-image:url('images/bulletimage.jpg');*/
}

#text li {
	margin-top:10px;
}


#text-background {
	padding-top: 85px;
	position:relative;
	margin-left:195px;
	margin-top:10px;
	text-align:left;
	width:640px;
	background-color:black;
}

.aboutus {
	background-image:url('images/aboutus-top.jpg');
	background-position:50% top;
	background-repeat:no-repeat;
}


.contactus {
	background-image:url('images/contactus-top.jpg');
	background-position:50% top;
	background-repeat:no-repeat;
}

.home {
	background-image:url('images/home-top.jpg');
	background-position:50% top;
	background-repeat:no-repeat;
	
}

.products {
	background-image:url('images/products-top.jpg');
	background-position:50% top;
	background-repeat:no-repeat;

}

.services {
	background-image:url('images/services-top.jpg');
	background-position:50% top;
	background-repeat:no-repeat;

}

.smalltext {
	font-size:.8em;
}

#text-bottom {
	position:relative;
	
}