/* 
--
--GENERIC STYLES
--
*/

body{
	
	font-size:12px;
	margin:0px;
	padding:0px;
}

.clear{
	clear:both;
	overflow:hidden;
}
.prop{
	float:right;
	
	overflow:hidden;
}
.min800px{
	height:1000px;
}


a{
	text-decoration:underline;
	font-weight: bold;
}

fieldset{
	border: none;
}
legend{
	font-size: 150%;
}
.contact-form{
	clear: both;
	margin-top: 20px;
}
dd{
	margin-left: 15px;
}



/*
--
--DOCUMENT BODY STRUCTURE
--
*/
#header{
	padding:0;
	font-size:28px;
	font-weight:normal;
	text-indent: -5000px;
	background:url(../../images/common/header.jpg) left top no-repeat;
	width:800px;
	margin:0px auto;
	
}
#header_container{
	background-image:url(../../images/common/header_back.jpg);
}
#footer{
	padding:25px 10px 25px 10px;
	font-size:10px;
	color:#969696;
	
	width:800px;
	margin:0px auto;
}
#mainbody{
	padding:0;
	width:800px;
	margin:0px auto;
}
#S_menubar{
	
}
#S_main{
	

	padding:2px 10px 40px 10px;
}

/*
--
--INNER STORE STYLES
--
*/


.S_mainbox {
	
	color: #333333;
}
.S_linkmap {
	
	color: #333333;
}
.S_itemtitle {
	
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.S_itemdescription {
	
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.S_header {
	
	font-size: 16px;
	font-weight: bold;
	color: #AD4C35;
	
}
.S_frontbox {
	
	font-size: 12px;
	color: #333333;
	border-bottom: dotted 1px #424242;
	padding: 10px 0px;
	
	
}
.S_frontbox_img{
	float:left;
	width:125px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #818181;
}
.S_frontbox a, .S_frontbox a:link, .S_frontbox a:active, .S_frontbox a:visited{
	font-size:14px;
}




.S_display_box{
	width:149px;
	padding:2px;
}

#S_linkmap{
	
	color:#5b0090;
	border-bottom:#969696 dashed 1px;
	border-top:#969696 dashed 1px;
	background-color:#FFFFDB;
	padding:7px 0px 7px 0px;
	
	margin:4px 0px 10px 0px;
}

#S_cat_description{
	color:#6C6C6C;
	margin-bottom:20px;
	margin-top:10px;
}
.S_item_description_box{
	width:310px;
	float:left;
}


#S_item_image_container{
	text-align:center; 
	margin-bottom:20px;
	font-size:110%;
	font-style:italic;
}
#S_item_image_container img{
	margin:5px;
}
#S_item_additional_images{
	padding:2px;
	border-bottom:1px dashed #2D2D2D;
	border-top:1px dashed #2D2D2D;
	background-color:#F9E0D8;
	font-weight:bold;
	color:#742917;
	margin-bottom:10px;
}
	
.S_item_thumb_container{
	float:left;
	width:125px;
	
	
	margin:2px;
	
	
}
.S_item_thumb_container:hover{
	cursor:pointer;
}


#S_cat_subcats{
	
	padding-left:10px;
	font-size:15px;
	list-style:none;
	
}
#S_cat_subcats li{
	
	padding:5px 0px;

}
#S_cat_subcats li a{
	font-size:15px;
}
#S_gallery_navigation{
	text-align: center;
}

/*
--
--MENU STYLES
--
*/


#S_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	display: list-item;
	background-color:#FFFFFF;
	
}

	
	
#S_menu ol {
	display: none;
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right:0px;
	padding-top:5px;
}



#S_menu li {

line-height: 25px;

}

#S_menu ol li {
	display:block;
	border-bottom: none;
	text-align: left;
	line-height: 5px;
	padding:0px;
	margin:0px;
}

#S_menu ol li a:before {
content: "- ";
}
#S_menu ol li a{
	line-height:20px;
}
#S_menu a{
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	outline: none;
	display:block;
	padding:0px 3px;
}

#S_menu a:hover, #S_menu a:visited:hover {

}

/*
--
--EVENT STYLES
--
*/

#events_list{
	list-style:none;
	padding:0 0 0 15px;
	margin:0;
	
}
#events_list li{
	padding:5px 0px 5px 5px;
}
#events_list h3{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:16px;
}










