@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(images/sliced/body-BG.jpg);
	background-repeat:repeat-x;
	height:175px;
	font-family:Tahoma, Geneva, sans-serif;
	}  

.wrapper {
	width:960px;
	margin:auto;
	}
	
.header {
	width:960px;
	float:left;
	background-image:url(images/sliced/header-BG.jpg);
	background-repeat:no-repeat;
	}
	
.logo {
	width:580px;
	float:left;
	}
 
.content {
	width:960px;
	float:left;
	clear:both;
	padding-bottom:10px;
	}
	
.footer-BG {
	background-image:url(images/sliced/footer-bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	display:block;
	}
	
.footer {
	width:960px;
	height:71px;
	margin:auto;
	padding-top:20px;
	text-align:center;
	background-image:url(images/sliced/footer.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	color:#FFF;
	line-height:1.2em;
	}
	
.footer a {
	color:#FFF;
	text-decoration:underline;
	}
	
h1 {
	font-weight:bold;
	color:#4D6B72;
	font-size:1.6em;
	}

h2 {
	font-weight:bold;
	color:#95B1B9;
	font-size:1.4em;
	border-bottom:3px solid #95B1B9;
	}
	
.productimg {
	text-align:center;
	width:100%;
	}
	
.productimg img {

	}
		
.submenu {
	width:280px;
	margin:10px 10px 0px 0px;
	padding:10px;
	float:left;
	background-color: #95B1B9;
	border-top:3px solid #577982;
	border-bottom:3px solid #577982;
	}
	
.submenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
.submenu ul li {
	margin:0px;
	padding:0px;
	}
	
.submenu ul li a {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	}

.submenu ul li a:hover {
	color: #577982;
	}
	
.productcontent {
	width: 650px;
	float:left;
	}
	
.productcontent ul li {
	color:#666;
	font-size:.8em;
	}
	
#contactform {
	border:10px solid #577982;
	background:#B8CED3;
	padding:20px;
	}

form#contactform  label {
	width:200px;
	display:inline-block;
	}
	

