@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDD;
	background-image: url(images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#page-container {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#header {
		height: 125px;
}

#header-left {
	float: left;
	width: 350px;
	height: 125px;
}

#header-right {
}

#nav {
	position: relative;
	padding-top: 66px;
	font-family: "Times New Roman", Times, serif;
}
 
#nav ul {
	list-style-type: none;
	list-style: none;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing:0.15em;
	margin-top: 0px;
}
 
#nav ul li {
     float: right;
     position: relative;
	 text-align: center;
	 width: 105px;
	 margin-right: 5px;
}
 
#nav ul li a {
	display: block;
	text-decoration: none;
	color:#1c1f20;
	border:none;
	border-bottom:2px solid #1c1f20;
	padding-top: 0;
	padding-bottom: 5px;
}

#nav ul li a:hover {
	color: #000;
	border-color: #A7BBBE;
}
 
#nav ul li ul {
     display: none
}
 
#nav ul li:hover ul {
	display: block;
	position: absolute;
}
 
#nav ul li:hover ul li a {
	display:block;
	color:#ffffff;
	width: 150px;
	text-align: center;
	height: 20px;
	padding-top: 14px;
	padding-bottom: 6px;
	background-color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
 
#nav ul li:hover ul li a:hover {
	color:#fff;
	background-color: #666;
}


#front {
	width: 900px;
	height: 400px;
	margin: auto;
	background-image: url(images/front.jpg);
}

#main-front {
	width: 900px;
	height: 200px;
	margin: auto;
}

.divider {
	width: 900px;
	margin: auto;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.divider1 {
	width: 900px;
	margin: auto;
	height: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.front-content {
	width: 900px;
	padding-top: 15px;
}

.picture-content {
	width: 900px;
}

.front-content td.left {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}

.boxhead {
	margin-top: 8px;
	padding-left: 50px;
	padding-right: 10px;
	font-weight: 600;
}

.boxhead1 {
	margin-top: 8px;
	padding-left: 65px;
	padding-right: 10px;
	font-weight: 600;
}

.boxhead2 {
	margin-top: 8px;
	padding-left: 80px;
	font-weight: 600;
}

.boxtext {
	padding-left: 15px;
	padding-right: 10px;
	font-size: 15px;
}

.maintext {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	font-size: 15px;
	margin-top: 3px;
	padding-top: 5px;
}

#footer-top {
	width: 960px;
	margin: auto;
	background-color: #333;
	height: 4px;
}

#footer-main {
	width: 930px;
	background-color: #050505;
	text-transform:uppercase;
	letter-spacing:.05em;
	color: #CCC;
	padding-top: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	font-size: 10px;
	margin: auto;
}

.swepttable {
	text-align: center;
}

.mouldings td {
	padding-left: 10px;
	padding-right: 10px;
}

h3.pad {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 18px;
}

.middleheader {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;	
}

.frontlink {
	font-weight: bold;
}

.frontlink a, a:visited {
	text-decoration: none;
	color: #000;
}

.frontlink a:hover {
	text-decoration: none;
	color: #009;
}