/* CSS Document */

/* 1st Row */
		#top {
			background: #0099BB url(../images/top-banner.png) center no-repeat;
			height: 100px;
		}
/* 2nd Row Left */
		#linksbar {
			background: #006699;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #ffff55;
			text-align: center;
		}
/* 3rd Row Left */
		#linksleft {
			background: #003366 url(../images/background-1.png) top right repeat-y;
		}
		#linksleft a {
			display: block;
			width: 200px;
			height: 100px;
		}
		#linksleft a:hover.home {
			background: url(../images/buttons/index-btn-2.png) top right no-repeat;
		}
		#linksleft a:hover.content {
			background: url(../images/buttons/content-btn-2.png) top right no-repeat;
		}
		#linksleft a:hover.products {
			background: url(../images/buttons/products-btn-2.png) top right no-repeat;
		}
		#linksleft a:hover.contact-us {
			background: url(../images/buttons/contact-us-btn-2.png) top right no-repeat;
		}
/* 3rd Row Right */
		#content {
			background: #003366 url(../images/background-1.png) top left repeat-y;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: ffffff;
			text-align: center;
			text-padding: 10px;
		}
		#content h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: ffffff;
			text-align: center;
		}
		#contentbox {
			background: url(../images/sphere-3.png) no-repeat;
			background-position :center;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: ffffff;
			text-align: center;
			text-padding: 10px;
		}
/* 4th Row*/
		#bottomlinks {
			background: #006699;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: FFFFFF;
			text-align: center;
		}
/* 5th Row*/
		#legal {
			background: #0099BB;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: FFFFFF;
			text-align: left;
		}
/* 6th Row */
		#footer {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-decoration: none;
			text-align: right;
		}
		#footer a {
			color: 555555;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: 000000;
		}