body {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}

table {
	border-spacing: 0; 
	border-collapse:collapse;
	}

td { 
	padding: 0; 
	vertical-align: top;
	}
	
img { 
	border: 0px;
	}

form {
	padding: 0px;
	margin: 0px;
	}
	
/* 
-----Header-----
*/
	
#header {
	width: 934px;
	height: 84px;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	margin: 6px auto 0px auto;
	}
	
	#header-left {
		width: 7px;
		height: 84px;
		background-image: url(images/header-left.gif);
		background-repeat: no-repeat;
		float: left;
		display: inline;
		}
		
	#header-nav {
		width: 413px;
		height: 24px;
		background-image: url(images/header-nav-bg.gif);
		background-repeat: no-repeat;
		float: left;
		display: inline;
		margin: 52px 0px 0px 0px;
		font-weight: bold;
		text-align: center;
		padding: 8px 0px 0px 0px;
		}
		
		#header-nav a:link {
			color: #ffffff;
			text-decoration: none;
			width: 137px;
			display: block;
			float: left;
			}
			
		#header-nav a:visited {
			color: #ffffff;
			text-decoration: none;
			width: 137px;
			display: block;
			float: left;
			}
			
		#header-nav a:hover {
			color: #ffffff;
			text-decoration: underline;
			width: 137px;
			display: block;
			float: left;
			}
			
		#header-nav a:active {
			color: #ffffff;
			text-decoration: underline;
			width: 137px;
			display: block;
			float: left;
			}
			
	#header-logo {
		width: 500px;
		height: 76px;
		float: left;
		display: inline;
		text-align: right;
		padding: 8px 7px 0px 0px;
		}
				
	#header-right {
		width: 7px;
		height: 84px;
		background-image: url(images/header-right.gif);
		background-repeat: no-repeat;
		float: left;
		display: inline;
		}
		
#main-image-holder {
	width: 934px;
	height: 189px;
	margin: 0px auto 0px auto;
	}
	
/* 
-----Content table-----
*/
	
.content-tbl {
	width: 934px;
	margin: 0px auto 0px auto;
	background-image: url(images/content-tbl-bg.gif);
	background-repeat: repeat-x;
	}
	
	.content-left {
		width: 7px;
		background-image: url(images/content-left-bg.gif);
		background-repeat: repeat-y;
		background-color: #ffffff;
		}
		
	.products-holder {
		width: 226px;
		background-image: url(images/products-bg.gif);
		background-repeat: repeat-y;
		}
		
		.products-holder ul {
			margin: 5px 20px 10px 20px;
			padding: 0px;
			list-style-type: none;
			color: #ffffff;
			}
			
			.products-holder ul li {
				margin: 0px;
				padding: 0px 0px 0px 8px;
				background-image: url(images/li-arrow1.gif);
				background-repeat: no-repeat;
				background-position: 0px 4px;
				font-weight: bold;
				}
				
				.products-holder ul li ul {
					margin: 3px 0px 10px 0px;
					padding: 0px;
					list-style-type: none;
					color: #ffffff;
					}
					
					.products-holder ul li ul li {
						margin: 0px;
						padding: 0px 0px 0px 8px;
						background-image: url(images/li-arrow2.gif);
						background-repeat: no-repeat;
						background-position: 0px 6px;
						font-weight: normal;
						font-size: 11px;
						}
		
	.content-holder {
		width: 475px;
		background-image: url(images/red-corner1.gif);
		background-repeat: no-repeat;
		padding: 30px 10px 10px 10px;
		}

		.content-holder p {
			margin: 5px 0px 10px 0px;
			}
			
	.content-holder-alt {
		width: 694px;
		background-image: url(images/red-corner1.gif);
		background-repeat: no-repeat;
		}

		.content-holder-alt p {
			margin: 5px 0px 10px 0px;
			}
			
		#red-corner2 {
			background-image: url(images/red-corner2.gif);
			background-repeat: no-repeat;
			background-position: top right;
			padding: 30px 10px 10px 10px;
			}
			
			#red-corner2 img {
				margin-bottom: 10px;
			}
				
	.contact-holder {
		width: 199px;
		background-image: url(images/red-corner2.gif);
		background-repeat: no-repeat;
		background-position: top right;
		}
		
		#contact-cont {
			float: right;
			display: inline;
			width: 191px;
			height: 320px;
			background-image: url(images/dots.gif);
			background-repeat: repeat-y;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 8px;
			}
			
			#contact-cont img {
				margin: 0px 0px 5px 0px;
				}
				
	.content-right {
		width: 7px;
		background-image: url(images/content-right-bg.gif);
		background-repeat: repeat-y;
		background-position: right;
		background-color: #ffffff;
		}
		
/* 
-----Footer-----
*/
		
#footer {
	width: 934px;
	height: 27px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	font-size: 11px;
	color: #f9001c;
	}
	
	#footer-left {
		width: 7px;
		height: 27px;
		background-image: url(images/footer-left.gif);
		background-repeat: no-repeat;
		float: left;
		display: inline;
		}
		
	#footer-copy {
		width: 455px;
		float: left;
		display: inline;
		padding: 5px 0px 0px 5px;
		}
		
	#footer-links {
		width: 455px;
		float: left;
		display: inline;
		text-align: right;
		padding: 5px 5px 0px 0px;
		}
		
		#footer-links a:link {
			color: #f9001c;
			text-decoration :none;
			}
			
		#footer-links a:visited {
			color: #f9001c;
			text-decoration :none;
			}
			
		#footer-links a:hover {
			color: #f9001c;
			text-decoration :underline;
			}
			
		#footer-links a:active {
			color: #f9001c;
			text-decoration :underline;
			}
		
	#footer-right {
		width: 7px;
		height: 27px;
		background-image: url(images/footer-right.gif);
		background-repeat: no-repeat;
		float: left;
		display: inline;
		}
		
.logo-img {
	border: solid 1px #000000;
	margin: 3px 5px 10px 0px;
	}

#links-desc {
	font-size: 11px;
	margin: 3px 0px 10px 0px;
	width: 605px;
	}