body {
	margin: 15px;
	background: url(../images/body-bg.png) repeat-x top #6C5750;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
}


a:focus, a:hover, a:active { outline:none }

a {
	color: #898989;
	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}





form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: inset #000 1px;
	background: #BCB6B3;
	color: #000;
	font-size: 11px;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 2px;
}

select option {
	padding: 2px 6px;
}


button, input[type=button], input[type=submit], input[type=reset] {
	font-size: 11px;
	border: outset #000 1px;
	background-color: #555651;
	font-weight: bold;
	padding: 1px 4px;
	color: #fff;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
}

div#breadcrumbs a {

}

h1 { font-size: 22px; text-transform:lowercase; font-weight:lighter; }
h2 { font-size: 18px; text-transform:lowercase; font-weight:lighter; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}


/*******************************************************/

div#main {
	width: 780px;
	margin: 60px auto 20px auto;
}

.content-column-left {
	width: 210px;
	padding-right: 70px;
	padding-left: 20px;
}

.pagetext {
	line-height: 20px;
	color: white;
}



#innermenu {
	font-weight: bold;
}

#innermenu a {
	color: #973F1C;
}

#innermenu a:hover {
	color: #D17A2D;
}

div#pagefooter {
	margin: 20px 0px;
	background: #584942;
	color: #FBFCFC;
	font-size: 11px;
	padding: 4px 8px;
}
div#pagefooter a {
	color: #BCB6B3;
	text-decoration: none;
}
div#pagefooter a:hover {
	color: #fff;
}


/***************** mainmenu styles *********************/

div#mainmenu {
	background: url('../images/bg-main-menu.png');

	width: 180px;
	height: 285px;

	padding: 10px 0px;

}

div#mainmenu>div.menu-item {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
	padding: 5px 15px;
}



div#mainmenu>div.menu-item a {
	color: #C4C5C5;
	text-decoration: none;
}


div#mainmenu>div.menu-item:hover {
	background: url('../images/bg-main-menu-item-hover.png');
}




div#mainmenu>div.menu-item:hover a {
	color: #953A34;
}


div#mainmenu>div.my-account a {
	text-transform: uppercase;
	font-size: 12px;
	color: #7D2C27;
}









/****************************************/




/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}




/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#7F7F7F;
	border-bottom: dotted #7F7F7F 1px;
}

div.blog-post div.post-title {
	color: #7C7164;
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #CFCFCF 3px 4px 2px;
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}

/******** nav links ********/

div.navlinkbox, div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #7c7164 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover, div.navlinkboxon {
	color: #ffffff;
	background: #7c7164;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}



table.invoicetable {
	border-collapse: collapse;
}
table.invoicetable > tbody > tr > th, .invoicetable > tbody > tr > td.dark {
	background: url(../images/bg-dark-1.png);
}

table.invoicetable > tbody > tr > td, .invoicetable > tbody > tr > th {
	border: solid #A0815F 1px;
	padding: 1px 5px;
}





