/* Wire Frame 2 Template - 
Three row layout with header footer and main page areas 
with horixonal navigation bar */

body {
	font-family: Verdanna, sans-serif;
	font-size: 95%;
}
p {
	margin: 6px 2px 10px 2px;
	text-align: justify;
	font-size: 90%;
}

i {
	font-style: italic;
}

h1,h2,h3 {
	color: #697394;
}
h1{
	font-size: 105%;
	font-weight: bold;
	margin: 2px 0 4px 0;
	padding-bottom: 2px;
	border: 0;
	border-bottom: 2px;
	border-color: #697394;
	border-style: solid;
}
h2{
	font-size: 100%;
	font-weight: bold;
	margin: 2px 0 2px 0;
	text-decoration: none;
}
.h2style {
	padding: 2px 0 2px 0;
}
h3{
	font-size: 90%;
	font-weight: bold;
	margin: 2px 0 1px 2px;
	text-decoration: underline;
}

a,a:active,a:visited {
	color: #697394;
	text-decoration: underline;
}
a:hover {
	color: #406F37;
	text-decoration: none;
}

/* Page Wrapper */
#wrapper {
	width: 760px;
	margin: 15px auto 0px auto;
	border: 1px solid silver;
}
hr {
	background-color: #406F37;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
/* Page Header */
#header {
	border: 0px;
	border-color: silver;
	border-style: dashed;
	text-align: right;
}

/* Primary Navigation */
#primary_navigation {
	font-family: arial, sans-serif;
	border: 3px;
	border-left: 0;
	border-right: 0;
	border-color: #406F37;
	border-style: solid;
	text-align: right;
	font-size: 105%;
	padding: 5px 0 5px 0;
	font-weight: bold;
	color: white;
	background-image: url(../images/web_components/nav_back1.gif);
	background-repeat: repeat-x repeat-y;
}
#primary_navigation a{
	text-decoration: none;
	color: white;
}
#primary_navigation a:hover{
	font-size: 100%;
	color: #697394;
}
#primary_navigation ul {
	padding: 0 10px 0 0px;
}
#primary_navigation li{
	display: inline;
	padding-left: 3px;
}

#main_image img {
	border: 0px;
	border-bottom: 3px;
	border-color: #406F37;
	border-style: solid;
}

/* Main Content area of the page */
#main_page {
	margin-top: -3px;
	border: 0px;
	border-color: red;
	border-style: dotted;
}

#main_page #left_column {
	border: 0px;
	border-right: 3px;
	border-color: #406F37;
	border-style: solid;
	padding: 5px 6px 4px 6px;
	width: 514px;
	float: left;
}

#main_page #right_column {
	padding: 5px 3px 4px 0;
	width: 220px;
	float: right;
}

#gallery_center {
	margin: 25px auto 25px auto;
	width: 700px;
	padding: 0 3px 0 3px;
	border: 0px solid red;
}
.category_spacer {
	float: left;
}

.gallery_category {
	width: 150px;
	text-align: center;
	min-height: 158px;
	padding: 2px;
	float: left;
	background-image: url(../images/web_components/nav_back1.gif);
	background-repeat: repeat-x repeat-y;
	background-color: white;
	border: 1px solid silver;
}

.gallery_category .text_link{
	height: 42px;
	margin: 0px 0 0 0 ;
	padding: 1px 1px 0 1px;
	background-color: white;
}

#gallery_center p{
	text-align: center;
	background-color: white;
}

#category_left_column {
	border: 0px;
	margin: 10px 0 5px 3px;
	padding: 2px;
	width: 470px;
	float: left;
	border: 0px solid red;
}

#main_image_area {
	margin: 9px 2px 5px 0;
	text-align: center;
	vertical-align: center;
	border: 1px solid silver;
	width: 465px;
	height: 362px;
	padding: 1px;
	padding-top: 6px;
	padding-bottom: 4px;
}

#image_background {
	border: 1px solid silver;
	font-size: 90%;
	width: 465px;
	padding: 1px;
	padding-top: 0px;
	float: left;
	height: 95px;
}

#image_details {
	border: 1px solid silver;
	font-size: 90%;
	margin-right: 1px;
	width: 230px;
	float: right;
	height: 60px;
}

#category_right_column {
	margin: 15px 4px 7px  0;
	border: 0px solid red;
	padding: 6px 0px px 0px;
	text-align: right;
	font-size: 80%;
	float: right;
}

#category_right_column_framer {
	text-align: left;
	margin: 6px 0 0 0;
	padding: 0px 0px 0px 0px;
	width: 271px;
	border: 1px solid silver;
	height: 474px;
	overflow: scroll;
	overflow-x:hidden;
}

#image_thumbnail_area {
	text-align:center;
	margin-top: 3px;
	padding: 0px 0 3px 0px;
	border: 0px solid green;
	width: 255px;

}
.thumbnail_object{
	padding-top: 1px;
	background-image: url(../images/web_components/nav_back1.gif);
	background-repeat: repeat;
	border: 1px solid silver;
	width: 77px;
	float: left;
	margin: 3px;
}

.thumbnail_object img {
	cursor: pointer;
}

.thumbnail_object p {
	margin: 0;
	background-color: white;
	text-align: center;
	font-size: 85%;
}

#image_thumbnail_area img{
	margin: 0px;
}
.clearer{
	clear: both;
}
table {
	font-size: 85%;
	margin: 3px;
	text-align: center;
}

td {
	text-align: center;
}
b {
	font-weight: bold;
}
.small_link {
	font-size: 75%;
}

/* Page Footer */
#footer {
	border: 0px;
	border-top: 3px;
	border-color: #406F37;
	border-style: solid;
	font-size: 85%;
	padding: 3px 2px 2px 3px;
	margin-bottom: 2px;
}

#footer_nav {
	text-align: center;
	margin: 2px
	padding 2px 0 2px 0;
}

#footer_nav li{
	display: inline;
	font-weight: bold;
}
#copyright {
	width: 760px;
	margin: 0 auto 0 auto;
	font-size: 75%;
	text-align: right;
	padding-right: 2px;
}
.address{
	font-size: 88%;
	margin: 0;
	padding: 0;
}
.no_format a{
	text-decoration: none;
	color: black;
}
.testimonial {
	padding-left: 4%;
	font-size: 76%;
	width: 92%;
}
