body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 122%;
	margin: 0px;
	border: 0px;
	background-color: #48583D;	
}

/**  links  **/

a.links-footer {
	color: #242C1E;
	text-decoration: none;
}
a.links-footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.links-general, a.links-general:hover {
	color: #48583D;
	font-weight: bold;
	text-decoration: none;
}
a.links-section {
	color: #0182B6;
	font-weight: bold;
	text-decoration: none;
}
a.links-product {
	color: #024186;
	font-weight: bold;
	text-decoration: none;
}
a.links-news {
	color: #636466;
	font-weight: bold;
	text-decoration: none;
}

/**  font  **/

.bold {
	font-weight: bold;
}

/**  layout  **/

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 122%;
}
#top {
	vertical-align: top;
	background-color: #FFFFFF;
}
#bottom {
	vertical-align: bottom;
	background-color: #FFFFFF;
}
#topLeft {
	vertical-align: top;
	width: 7px;
	background-image: url(../images/layout/side_left.gif);
	background-repeat: repeat-y;
}
#topRight {
	vertical-align: top;
	width: 7px;
	background-image: url(../images/layout/side_right.gif);
	background-repeat: repeat-y;
}
#bottomLeft {
	vertical-align: bottom;
	width: 7px;
	background-image: url(../images/layout/side_left.gif);
	background-repeat: repeat-y;
}
#bottomRight {
	vertical-align: bottom;
	width: 7px;
	background-image: url(../images/layout/side_right.gif);
	background-repeat: repeat-y;
}
#bottomFooter {
	vertical-align: bottom;
}
td.mainArea {
	padding: 18px 14px 18px 14px;
	vertical-align: top;
}
td.right {
	text-align: right;
}
td.footerCopy {
	text-align: center;
	color: #242C1E;
	padding: 0 0 8px 0;
}
img.swapImage {
	padding-left: 7px;
}

/**  gallery  **/

td.gallerySecImg {
	padding: 5px;
	background-color: #48583D;
}
img.galleryImg {
	border: 1px solid #FFFFFF;
}
td.galleryListing {
	padding: 0 5px 10px 5px;
}

img.imageBorder {
	border: 5px solid #48583D;
}

/**  titles  **/

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.3em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
}

/**  news  **/

td.newsTitle {
	padding: 0 0 5px 0;
}
td.newsCopy {
	border-top: 1px solid #A4AE98;
	padding: 5px 0 10px 0;
}

/**  contact form  **/

td.contactLeft {
	padding: 3px 10px 0px 0px;
	vertical-align: top;
}
td.contactRight {
	padding: 0px 0px 0px 7px;
}
td.contactSpacer {
	line-height: 5px;
}
td.contactBodyLeft {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 220px;
}
td.contactBodyRight {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
input.textBox {
	width: 200px;
	height: 20px;
	border: 1px solid #A4AE98;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}

textarea.messageField {
	width: 200px;
	height: 60px;
	border: 1px solid #A4AE98;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
select.selectbox {
	width: 150px;
	height: 22px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #A4AE98;
	background-color: #FFFFFF;
	font-size: 80%;
	padding: 1px;
	margin-left: 3px;
}
input.button {
	width: 60px;
	height: 30px;
	border: 1px solid #A4AE98;
	background-color: #E2E8D5;
	font-size: 80%;
}

/** div  **/

#wrapper {
position: relative;
width: 765px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}