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

/**  links  **/

a:link, a:visited, a:active {
	color: #ae0f30;
	text-decoration: none;
}
a:hover {
	color: #ae0f30;
	text-decoration: underline;
}
a.links-contact {
	color: #D6CBB5;
	text-decoration: none;
}
a.links-contact:hover {
	color: #D6CBB5;
	text-decoration: underline;
}
a.links-section {
	color: #9D243D;
	font-weight: bold;
	text-decoration: none;
}

/**  layout  **/

td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	color: #000000;
	line-height: 122%;
}
td.top {
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(../images/layout/left_page_fade.gif);
	background-repeat: repeat-y;
}
td.bottom {
	vertical-align: bottom;
	background-color: #FFFFFF;
	background-image: url(../images/layout/left_page_fade.gif);
	background-repeat: repeat-y;
}
td.right {
	text-align: right;
}
td.verticalAlign {
	vertical-align: top;
}
td.SideLeftColumn {
	width: 8px;
	vertical-align: top;
	background-image: url(../images/layout/side_left.gif);
	background-repeat: repeat-y;
}
td.SideRightColumn {
	width: 8px;
	vertical-align: top;
	background-image: url(../images/layout/side_right.gif);
	background-repeat: repeat-y;
}
td.MainArea {
	padding: 0 8px 0 8px;
}

td.center {
	text-align: center;
}

/**  home flash area  **/

td.homeCopy {
	vertical-align: top;
	padding: 20px;
}

/**  GALLERY -- section  **/

td.sectionLeft {
	vertical-align: top;
}
td.sectionLeftcopy {
	width: 400px;
	padding: 5px 10px 0px 0px;
	vertical-align: top;
}
td.sectionRight {
	vertical-align: top;
}
td.sectionDisplay{
	padding: 7px;
	background-color: #F1E9D7;
	border-bottom: 1px solid #CAC0AA;
}
td.secProdLeft {
	padding: 0px 10px 10px 0px;
	vertical-align: top;
}
td.secProdRight {
	padding: 5px 0px 0px 10px;
	border-left: 1px solid #B5934D;
	border-right: 1px solid #B5934D;
	vertical-align: top;
	width: 180px;
	background-color: #E8DABC;
}
td.secSpacerCol {
	width: 10px;
}

/**  TESTIMONIALS -- section  **/

td.testimonialsCopy {
	background-color: #F1E9D7;
	padding: 7px;
	border-bottom: 1px solid #CAC0AA;
}

/**  footer  **/

td.FooterMain {
	padding: 0 8px 0 8px;
}
td.FooterCredits {
	font-size: 12px;
	text-align: center;
	padding: 7px 0 7px 0;
	background-color: #920D28;
	color: #FFFFFF;
}
td.FooterCredits a:link, td.FooterCredits a:visited, td.FooterCredits a:active {
	color: #ebdfc7;
}
td.FooterCredits a:hover {
	color: #ebdfc7;
}

/**  form fields  **/

.textbox {
	height: 22px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	border: solid #E3D9C4 1px;
	font-size: 85%;
	padding: 2px;
}
.button {
	width: 70px;
	border: solid #E3D9C4 1px;
	background-color: #F1E9D7;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
}
.buttonReset {
	width: 70px;
	border: solid #E3D9C4 1px;
	background-color: #F1E9D7;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.messagefield {
	width: 300px;
	height: 80px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	border: solid #E3D9C4 1px;
	padding: 2px;
}
form {
	margin:0px;
	padding:0px;
}
.input {
	padding:3px;
	width: 300px;
	height: 22px;
	border:1px solid #E3D9C4;
	font-family:Tahoma, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3C4044;
}
textarea {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	padding:3px;
	border:1px solid #E3D9C4;
	font-family:Tahoma, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3C4044;
}
.error-text {
	padding-left: 7px;
	font-family:Tahoma, Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dd0000;
}
.text-red {
	color:#dd0000;
}


/** div  **/

div.imageLeft {
	width: 406px;
	float: left;
	clear: right;
}

div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
