/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 10;
	background: #FCFCD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #663300;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

dt, dd {
	line-height: 167%;
	font-size: 100%;
}

p, {

	line-height: 125%;
	font-size: 100%;
	line-break: strict;
}

a:link {
	color: #653D15;
}

a:hover {
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color: #8B6125;
}


/* MENU */

#menu {
	float: center;
}

#menu ul {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a:link {
	color: #FCFCD7;
}

#menu a:visited {
	color: #FCFCD7;
}

#menu a {
	float: center;
	padding: 0 5px;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #653D15;
	color: #b6925e;
}

#menu .active a {
}




/* Photos */


.photo_img {
	vertical-align: bottom;	
	margin: 4px 3px 4px 3px;
	padding: 0px;
	border-style: solid;
	border-width: 3px;
	border-color: #653D15;
	display: inline-block;
}

.photo_std {
	vertical-align: bottom;	
	margin: 4px 4px 4px 4px;
	padding: 0px;
	border-width: 3px;
	display: inline-block;
}

.photo_default {
	vertical-align: bottom;	
	margin: 4px 4px 4px 4px;
	padding: 2px;
	border-width: 0px;
	display: inline-block;
}

.caption { 
	font-size: 80%;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
	font-style: italic;
}

/* TABLES */


.header_table {
	border: 0px #fff solid;

}

.header_table_menu {
	font-weight: bold;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-size: 14px;
	color: #ffffff;
	background: #653D15;
	text-align: center;
}

.main_table {
	border: 1px #333 solid;

}

.main_table_menu {
	font-weight: bold;
	border-right: 1px solid #333;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #663300;
	text-align: left;
	vertical-align: top;
}

.main_table_nav {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #663300;
	text-align: left;
	vertical-align: top;
}

.main_table_area {
	font-weight: normal;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 12px;
	vertical-align: top;
}


.product_table {
	border: 0px #333 solid;
}

.product_table_desc {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom: 8px;
}

.product_table2 {
	border: 1px #333 solid;
	border-style: collapse;
	border-width: 0
}

.product_table2_desc {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #b6925e;
	width: 325px;
	text-align: center;


}
.product_table2_body {
	font-size: 9pt;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-style: none;
	vertical-align: top;
}

.product_table2_lft {
	font-size: 9pt;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	width: 125px;
	border-style: none;
	vertical-align: top;
}

.product_table2_rt {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	width: 200px;
}

.product_table2_prc {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	text-align: right;
	vertical-align: middle;
}

.product_table2_prc2 {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: middle;
}

.about_photo_table {
	font-size: 9pt;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-style: none;
	vertical-align: top;
	line-break: normal;

}

.about_table {
	font-weight: normal;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 12px;
	vertical-align: top;
}


.copyright {
	text-align: center;
	line-height: 200%;
	text-decoration: none;
	font-size: 9pt;

}

.form {
    padding: 4px;
    color: #000000;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}