* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #0033FF;
	background-image: url(../images/slizer.jpg);
	}
		
h1 {
	float: left;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	}

h2 {
	color: #000000;
	font-family: "Stencil Std";
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	}
	
h3 {
	color: #1c3f95;
	font-family: "Lucida Sans";
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 4px;
	}
	
	h3 a {
		color:#1c3f95;
		text-decoration: underline;
		}

	h3 a:hover {
		color:#1c3f95;
		text-decoration: none;
		}
	
p {
	font-family:"Lucida Sans";
	font-size: 14px;
	line-height: 18px;
	text-align:left;
	color: #000;
	margin-bottom: 10px;
	}
			p a {
				color:#1c3f95;
				text-decoration: underline;
				}
		
			p a:hover {
				color:#1c3f95;
				text-decoration: none;
				}
	
			
.clear {
	clear: both;
	height: 0;
	}

#header {
	width: 900px;
	height: auto;
	margin: 25px auto 10px auto;
	}
	
	#utilities {
		float: right;
		}
	
	#utilities li {
		height: 12px;
		display: inline;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: 100;
		color:white;
		margin-left: 20px;
		text-align: center;
		}
		
		#utilities li a {
			color:white;
			text-decoration: none;
			}
			
		#utilities li a:hover {
	color:#00CCFF;
	text-decoration: underline;
			}
		
		#utilities form {
			text-align: right;
			}
	
#navigation {
	width: 900px;
	height: auto;
	margin: 10px auto 0px auto;
	background-color:#000000;
	border-bottom: solid white 1px;
	}
	
	#mainmenu {
		height: 21px;
		padding-top: 7px;

		
		}
	
	#mainmenu li {
	width: 179px;
	float: left;
	list-style-type: none;
	font-family: "Stencil Std";
	font-size: 12px;
	font-weight: 900;
	color:#FFF;
	text-align: center;
		}
		
		#mainmenu li a {
			color:#ffffff;
			text-decoration: none;
			}
			
		#mainmenu li a:hover {
	color:#FF0000;
	text-decoration: underline;
			}



			
#middle {
	width: 900px;
	margin: 0px auto 10px auto;
	height: auto;
	background-color:0095f9;
	}
	
	
	#left {
	float: left;
	width: 150px;
	padding: 20px;
		}
		
		#submenu {
	width: 150px;
			}
		
		#submenu li {
	list-style-type: none;
	font-family: "Lucida Sans";
	font-size: 14px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#000000;
	width: 150px;
	border-bottom: 1px solid #0095f9;
	padding-left: 20px;
			}
			
			#submenu li a {
	color:#FFFFFF;
	text-decoration: none;
				}
				
			#submenu li a:hover {
	color:#FF0000;
	text-decoration: underline;
				}			
			
	#right {
		float: right;
		width: 650px;
		padding: 20px;
		}
		
		#trailmenu {
			padding-left:20px;
			}
		
		#trailmenu li {
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#004d7e;
	color: #004d7e;
			}
			
			#trailmenu li a {
	color:#FFFFFF;
	text-decoration: none;
				}
				
			#trailmenu li a:hover {
	color:#000099;
	text-decoration: underline;
				}
	#buttons{
	float: right;

}
.contact_form{width: 275px;
	height: 650px;
	float: left;
	padding: 20px;
}			
		.product-category {
	width: 620px;
	height: 310px;
	float: left;
	padding: 20px;
	background-color: #000000;
				}
				
				.product-category h2 {
					color:#000;
					}
				
				.product-category h2 a {
					color:#000;
					text-decoration: none;
					}
				
				.product-category h2 a:hover {
					color:#000;
					text-decoration: underline;
					}
		
				.product-category p {
	color:#FFFFFF;
					}
				
				.product-category p a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
					}
				
				.product-category p a:hover {
	color:#FF0000;
	text-decoration: underline;
					}

				.product-category img {
					float: left;
					margin-right: 10px;
					}
		
		.product-list {
	width: 275px;
	height: 135px;
	float: left;
	padding: 20px;
	border: solid #3f3f3f 1px;
	background-color: #E5E5E5;
			}
			
			
				.product-list h2 {
					color:#000;
					}
				
				.product-list h2 a {
					color:#000;
					text-decoration: none;
					}
				
				.product-list h2 a:hover {
					color:#000;
					text-decoration: underline;
					}
		
				.product-list p {
					color:#000;
					}
				
				.product-list p a {
					color:#000;
					text-decoration: none;
					}
				
				.product-list p a:hover {
					color:#000;
					text-decoration: underline;
					}		
					
			.product-list img {
				float: left;
				margin-right: 10px;
				}
				
		.product-detail {
	padding: 45px;
	background-color: #e5e5e5;
			}
			
			
			.product-detail img {
				float: left;
				margin-right: 10px;
				}
				
				.detail-price {
					font-size:14px;
					font-weight:900;
					}
		
#footer {
	width: 860px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 20px;
	border-top: 1px solid white;
	}
	
	#footer p {
	font-size:10px;
	color:#FFFFFF;
	text-align: center;
		}
		
		#footer a {
				color:#FFF;
				text-decoration: underline;
				}
				
		#footer a:hover {
	color:#01273E;
	text-decoration: none;
				}

