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

body {
	margin: 0;
	padding: 0;
	background: /*url(../images/bkgd.jpg) repeat*/#030100;
}





/* ###### LAYOUT ###### */

#wrapper {
	margin: 0 auto;
	width: 1024px;
}

#wrapper.a { /* home, portfolio - 800px, 3 columns */
	background: url(../images/pagebkgd-a.jpg) no-repeat;
	height: 1306px;
}

#wrapper.b { /* contact - 1300px, 2 columns */
	background: url(../images/pagebkgd-b.jpg) no-repeat;
	height: 1306px;
}

#wrapper.c { /* faq - 1300px, 3 columns */
	background: url(../images/pagebkgd-c.jpg) no-repeat;
	height: 1306px;
}

#wrapper.d { /* about us - 900 px, 3 columns */
	background: url(../images/pagebkgd-d.jpg) no-repeat;
	height: 1306px;
}

#wrapper.e { /* portfolio display - 800px, 1 column */
	background: url(../images/pagebkgd-e.jpg) no-repeat;
	height: 1306px;
}

#wrapper.confirm { /* confirmation page after submitting contact form */
	background: url(../images/pagebkgd-confirm.jpg) no-repeat;
	height: 1306px;
}

#content {
	margin: 0 0 0 108px;
	padding: 117px 0 0 0;
}


#contents {
	margin: 20px 0 0 38px;
}

#bottomnav {
	width: 732px;
	margin: 0;
	padding: 0;
}




/* ###### TABLE LAYOUT ###### */

table.a {
	height: 305px;
}

table.b {
	height: 856px;
}

table.c {
	height: 856px;
}

table.d {
	height: 473px;
}

table.e {
	height: 305px;
}

td.quote{
	width: 145px;
	text-align: center;
}

td.rightimg {
	width: 198px;
}

td.text2 {
	width: 580px;
}

td.text3 {
	width: 385px;
}

div#text2 {
	margin: 10px 0 0 20px;
	width: 550px;
}

div#text3 {
	width: 350px;
	margin: 10px 0 0 20px;
}



#contact td {
	padding: 4px 0;
}

td.contacttext { /* contact form */
	width: 448px;
}

td.button {
	width: 36px;
	text-align: right;
}


#contact td#contact_a {
	/*float: left;*/
	border-right: 1px solid #000;
	padding: 0 15px 0 0;
	/*margin: 0 10px 0 0;*/
}

#contact td#contact_b {
	/*float: left;*/
	/*margin: 0 0 0 15px;*/
	padding: 0 0 0 15px;
	width: 180px;
}


#contact_a td.txt {
	text-align: right;
	padding-right: 20px;
}

#contact_a input.txt1,
#contact_a textarea.txt1 {
	background: 0 none;
	border: 1px solid #000;
}

form#contact hr {
	height: 1px;
	color: #8a7a67;
	background-color: #8a7a67;
	border: 0;
}


/* portfolio images */

td.mainimg img {
	width: 444px;
	height: 252px;
	border: 0 none;
	margin-right: 25px;
}

img.thm,
img.thm-bottom {
	margin-left: 12px;
}

img.thm {
	margin-bottom: 12px;
}

img.thm-bottom {
	margin-bottom: 0;
}




/* ###### TEXT FORMATTING ###### */

p,
ul,
form#contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

#bottomnav p {
	color: #8a7967;
	font-size: 7px;
	line-height: 13px;
	margin: 4px 0 6px;
	text-align: center;
}

p#copyright {
	color: #766753;
	font-size: 7px;
	text-align: right;
	margin: 13px 0 0;
	width: 742px;
}

ul {
	padding-left: 0px;
}

li {
	list-style-type: none;
}


.abouttext p,
.abouttext ul {
	font-size: 11px;
	line-height: 14px;
}

.abouttext ul {
	margin-top: 0;
	padding-left: 15px;
}

.abouttext p {
	margin-bottom: 8px;
}

.abouttext li {
	margin: 0 0 8px 0;
}

.faq p {
	line-height: 13px;
}

.faq li {
	/*list-style: none;
	background-image: url(../images/hyphenbullet.png) no-repeat 0 .5em;*/
	list-style-image: url(../images/hyphenbullet.png);
	list-style-position: outside;
}

p.faqright {
	width: 168px;
	margin-left: 22px;
	margin-bottom: /*40px*/61px;
	color: #766753;
}

.faqright a:link,
.faqright a:visited {
	color: #766753;
}

.center {
	text-align: center;
}

.top {
	margin-top: 0;
}

.bottom {
	margin-bottom: 0;
}

p.caption {
	font-size: 8px;
	color: #766753;
	display: none;
}

/* ###### LINK FORMATTING ###### */

#bottomnav a:link,
#bottomnav a:visited {
	text-decoration: none;
	color: #8a7967;
}

#bottomnav a:hover {
	text-decoration: underline;
}

#close {
	margin-top: 5px;
	margin-bottom: 0;
}
#close a:link,
#close a:visited {
	text-decoration: none;
	color: #8a7967;
}
#close a:hover {
	text-decoration: underline;
}


.noborder {
	border: 0 none;
	text-decoration: none;
}


#contact_b a:link,
#contact_b a:visited {
	color: #000;
}






/* ###### FLOAT/CLEAR ###### */

.clr {
	clear: both;
}
