body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: url(../images/bgBody.jpg) top repeat-x #669acc;
	font-size: 0.8em;
	line-height: 1.3;
	color: #333333;
	margin: auto;
	text-align: justify;
}
a {
	color:#1b3589;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#669acc;
	font-weight:bold;
	text-decoration:underline;
}
img {
	border: 0;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #336699;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0;
}
hr {
	width: 80%;
	height: 0px;
	border-top: 1px solid #669acc;
	margin: 20px 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear:both;
}


#container {
	width: 900px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	background-color: #ffffff;
	width: 850px;
	margin: auto;
	border: 6px solid #a9a9a9;
	height: 109px;
}


#banner {
	width: 850px;
	height: 196px;
	margin: auto;
	padding: 0;
	border: 6px solid #a9a9a9;
	background: url(../images/bgBanner.jpg);
}
#menu {
	width: 850px;
	border-left: 6px solid #a9a9a9;
	border-right: 6px solid #a9a9a9;
	height: 40px;
	background: url(../images/bgMenu.jpg) left repeat;
	margin: auto;
}

#content {
	background: #ffffff;
	width: 790px;
	margin: auto;
	padding: 10px 30px 30px 30px;
	border-left: 6px solid #a9a9a9;
	border-right: 6px solid #a9a9a9;
}
.box {
	width: 637px;
	background-color: #a4a4a4;
	margin: auto;
	padding: 0px 20px 0px 20px;
	overflow: visible;
}
.boxTop {
	width: 677px;
	height: 20px;
	background-image:url(../images/backgroundBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #a4a4a4;
	margin: auto;
}
.boxBottom {
	width: 677px;
	height: 20px;
	background-image:url(../images/backgroundBoxBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #a4a4a4;
	margin: auto;
}
.boxIndex1 {
	width: 228px;
	float:left;
	margin-right: 23px;
	padding: 15px 10px 0px 10px;
}
.boxIndex2 {
	width: 228px;
	float:left;
	margin-right: 23px;
	padding: 15px 10px 0px 10px;
}
.boxIndex3 {
	width: 228px;
	float:left;
	padding: 15px 10px 0px 10px;
}
.image {
	float:left;
	width: 280px;
	margin-right: 10px;
	text-align: center;
}
.text {
	float:right;
	width: 480px;
}
.textLeft {
	float: left;
	width: 230px;
}
.textRight {
	float: right;
	width: 230px;
}
.product {
	text-align: justify;
}

#footer {
	width: 850px;
	height: 70px;
	background: #ffffff;
	border: 6px solid #a9a9a9;
	margin: auto;
}
#footerLinks {
	float: left;
	margin: 10px 0 0 30px;
}


.break {
	width: 600px;
	height: 1px;
	background-image:url(../images/backgroundBreak.jpg);
	background-repeat: repeat-x;
	background-position:center;
	margin: auto;
}


.imgBorder {
	border: 2px solid #336699;
	margin-top: 5px;
}

.logoWightman {
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}

.headerText {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}

.productThumb {
	float: left;
	border: 2px solid #336699;
	margin-right: 10px;
	margin-top: 15px;
}

.photo {
	margin-bottom: 20px;
}

.optionTxt {
	float: left;
	width: 540px;
	margin-bottom: 10px;
}
.optionImg {
	float: right;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.contactLeft {
	float: left;
	width: 400px;
}
.contactRight {
	float: right;
	width: 350px;
}

/*** Spec Chart ***/

#specList {
	width: 700px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;	
}
.listHeader {
	border-bottom: 1px solid #555555;
	float: left;
	width: 700px
}

.listItem {
	border-bottom: 1px dotted #999999;
	float: left;
	width: 700px;
}
.colTitle {
	width: 200px;
	float: left;
	height: inherit;
	font-weight: bold;
	padding: 0 5px;
}

.colInfo {
	width: 460px;
	height: inherit;
	border-left: 1px dotted #999999;
	padding: 0 5px;
	float: left;
}

.contentIcon {
	float: right;
	margin: 10px;
}