html, body {
	width:100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
        background-color:#000000;
}
body {
	font-family:Arial;
	font-size:12px;
	min-width: 990px;
        background-color:#000000;
        background-image: url(../images/bginside.jpg);
        background-repeat: repeat;
        background-position: top center;
	color: #ffffff;
}
body.home, body.page2, body.home5, body.page3 {
        background-image: url(../images/bghome.jpg);
        background-repeat: repeat;
        background-position: top center;
}


h1, h2, h3, h4, p, form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
#site_wrapper{
	width: 100%;
	min-width: 990px;
	padding-bottom: 0px;
	background-color: transparent; /* optional values: transparent (default), hexacolor */
	background-position: top center;
	background-repeat: repeat-y;
}
#site_wrapper.home,
#site_wrapper.page2 {
	width: 100%;
	padding-bottom: 0px;
	background-image: url(../images/bg_repeat_hp.jpg);
}
#site_wrapper.home5,
#site_wrapper.page3 {
	width: 100%;
	height: 100%;
	min-height: 588px;
	background-image: url(../images/bg_repeat_hp.jpg);
}
#site_wrapper_inner {
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
         min-height: 600px;
}
#site_wrapper.home #site_wrapper_inner, #site_wrapper.page2 #site_wrapper_inner{
	background-repeat: no-repeat;
}
#site_wrapper.home5 #site_wrapper_inner, #site_wrapper.page3 #site_wrapper_inner{
	height: 100%;
	background-repeat: no-repeat;
}
#site_wrapper.fixed_footer {
	position: relative;
	min-height: 100%;
}
#site {
	padding-top: 0px;
	position: relative;
	margin: 0 auto; /* this centers the site in the middle of the window, remove it to align the site to the left or right according to the site direction */
	width: 990px;
	z-index: 2;
	pointer-events: none;
}
#site.print {
        background-color:#ffffff;
	margin: 0;
	width: 75%;
}
#site.print #content h1 .button { /* the content buttons */
	padding: 0 2px;
	font-size: 14px;
	line-height: 20px;
	font-family:arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #ababab;
	text-decoration: none;

}
#site_wrapper.home #site_wrapper_inner #site, #site_wrapper.page2 #site_wrapper_inner #site {
	padding-top: 0px;
}
#site_wrapper.home5 #site_wrapper_inner #site, #site_wrapper.page3 #site_wrapper_inner #site {
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
}
/* start of news line style */
#news_line {
	margin: 0 10px; /* set the spacing around the element: [top and bottom]px [right and left]px */
	height: 18px;
	pointer-events: auto;
}
#news_line a {
	color: #7494a1;
	text-decoration: none;
}
#top_swf_container {
	margin-bottom: 0px;
	pointer-events: auto;
}
/* end of news line style */

/* start of google search style */
#google_search {
	position: absolute;
	top: 20px;
	width: 300px;
	z-index: 100;
	pointer-events: auto;
}
#google_search form input {
	border: solid 1px #b6a490;
}
#google_search form input.btn {
	background-color: #b6a490;
	color: #ffffff;
}
#cse-search-results {
	margin-top: 50px;
}
/* end of google search style */

/* start of main menu style */
#main_menu {
	position: absolute;
	top: 33px;
	width: 806px;
	height: 27px;
	z-index: 100;
	pointer-events: auto;
}
/* these set the style for all the menu items  */
#main_menu ul {
	margin: 0 0px;
	padding: 0;
	list-style: none;
}
#main_menu ul li {
	margin:0;
	padding:0 1px;
	position:relative;
}
#main_menu ul li.sep {
	padding:0;
	width: 19px;
	height: 20px;
}
#main_menu ul li.sep2 {
	padding:0;
	width: 290px;
	height: 23px;
}
#main_menu ul li.sep img {
	margin-top: 0px;
}

#main_menu ul li a:link,
#main_menu ul li a:visited {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
background-color: none;
}

#main_menu ul li:hover a,
#main_menu ul li a:hover,
#main_menu ul li a:active {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	color: #aa7f30;
background-color: none;
}
#main_menu ul li.sep2 a:link, #main_menu ul li.sep2 a:visited, #main_menu ul li.sep2 a:hover, #main_menu ul li.sep2 a:active  {
	background-color: transparent;
}

#main_menu ul li span.selected {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:arial;
	font-size:14px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
}
/* these set the style for all the sub menu items  */
#main_menu ul ul {
	position:absolute;
	top:20px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 4px;
	width: 80px;
	height: auto;
	list-style: none;
	/*background-image: url(../images/blank.gif);*/ /* optional values: none (default), url(path) */
	background-color: #ffffff;  /* optional values: transparent (default), hexacolor */
	filter:alpha(opacity=100); /* IE's opacity - optional values: 0 - 100*/
	opacity: 1;  /*FF opacity - optionalo values: 0 - 1 */
	display:none;
	z-index: 1000;
}
#main_menu ul li:hover ul {
	display:block;
}
#main_menu ul ul li {
	clear:both;
	width: 100%;
	padding: 5px 0px;
	font-family: Arial;
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li.first {
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li.last {
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li a:link,
#main_menu ul ul li a:visited {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
	line-height: 12px;
	color: #000000;
}
#main_menu ul ul li:hover a,
#main_menu ul ul li a:hover,
#main_menu ul ul li a:active {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	line-height: 12px;
	color: #aa7f30;
}
#main_menu ul ul li span.selected {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	background-color: #63b0fd;
	background-image: none; /* optional values: none (default), url(path)  */
}
/* end of main menu style */

/* start of group login style */
#group_login {
	position: absolute;
	top: 3px;
	height: 30px;
	z-index: 100;
	pointer-events: auto;
}
#group_login label {
	font-family: arial;
	font-size: 12px;
	color: #cccccc;
	vertical-align: bottom;
}
#group_login input.text {
	width: 55px;
	height: 8px;
	border: solid 1px #939393;
	background-color: #7494a1;
	font-family: arial;
	font-size: 10px;
	color: #7494a1;
	vertical-align: bottom;
}
#group_login input.btn {
	vertical-align: middle;
}
#group_login span.error {
	font-size: 12px;
	color: #ff0000;
}
/* end of group login style */

/* start of breadcrumbs menu style */
#breadcrumbs {
	margin-top: 1px;
	pointer-events: auto;
}
#breadcrumbs a {
	color: #7494a1;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #7494a1;
	font-weight: bold;
	text-decoration: underline;
}
/* end of breadcrumbs menu style */

/* start of home1 and inner pages style */
#main {
	pointer-events: none;
}
#side_block {
	margin-top: 8px;
	width: 100px;
	pointer-events: auto;
}
#content {
	position: relative;
	margin-top: 134px;
	width: 612px;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: #3b3b3b;
	text-align: justify;
	z-index: 10;
	pointer-events: auto;

}
#content .a{

	background-color: #ffffff;
}
#site.print #content {
	margin: 0;
	padding: 0;
}
#content h1 { /* the page title */
	margin-bottom: 10px;
	font-size: 20px;
	font-family:arial;
	line-height: 8px;
	font-weight: normal;
	color: #000000;
}
#content h1 .button { /* the content buttons */
	padding:0 2px;
	padding-bottom: 2px;
	font-size: 10px;
	line-height: 8px;
	font-family:arial;
	font-weight: normal;
	color: #ffffff;
	background-color: #ababab;
	text-decoration: none;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #8b4b30;
	text-decoration: none;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #7494a1;
	text-decoration: none;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #6b6b6d;
	text-decoration: underline;
}
#content a {
	font-size:13px;
	font-weight: bold;
	color: #aa7f30;
	text-decoration: underline;
}
#content a:hover {
	color: #f2f2f2;
	text-decoration: none;
}
#side_swf_container {
	margin-top: -10px;
	pointer-events: auto;
}
#main_swf_container {
	margin-top: 0px;
	z-index: 0;
	pointer-events: auto;
}
#iframe_wrapper {
	position: relative;
	pointer-events: auto;
}
/* end of home1 and inner pages style */

/* start of side menu style */
#side_menu {
	padding-top: 0px;
	width: 116px;
	margin-top: 0px;
}
/* these set the style for all the menu items  */
#side_menu ul {
	text-align:center;
	margin: 0;
	padding: 0;
	list-style: none; /*  optional values: none, disc, square (default) , decimal (1,2,3...), decimal-leading-zero (01,02,03...), lower-alpha (a,b,c), lower-roman (i,ii,iii...), upper-alpha (A,B,C...), upper-roman (I,II,III...)  */
}
#side_menu ul li.main {
	margin:0;
	margin-top: 6px;
	padding:0;
}
#side_menu ul li.main a:link,
#side_menu ul li.main a:visited {
	width: 116px;
	padding: 4px;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:15px;
	line-height: 18px;
	color: #2a0000;
	background-image: url(../Images/bg_menu.png); /* optional values: none, url(path)  */
        background-position: bottom center;
	background-repeat: no-repeat;
}

#side_menu ul li.main:hover {
	 /*background-image: url(../Images/side_menu_bg_mo.gif); *//* optional values: none, url(path)  */
}
#side_menu ul li.main:hover a,
#side_menu ul li.main a:hover,
#side_menu ul li.main a:active {
	width: 116px;
	padding: 4;
	line-height: 18px;
	display:block;
	text-decoration:none;
	font-size:15px;
	font-weight: normal;
	color: #ef5a00;
}
#side_menu ul li.main span.selected {
	background-image: url(../Images/side_menu_bg.gif); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
	width: 116px;
	line-height: 18px;
	padding: 4;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:15px;
	color: #2a0000;
}
/* these set the style for all the sub menu items  */
#side_menu ul li.main ul {
	margin-top: 10px;
}
#side_menu ul li.sub {
	margin:0;
	margin-bottom: 10px;
	padding:0;
	background-image: url(../Images/side_sub_menu_bg.gif); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
}
#side_menu ul li.sub a:link,
#side_menu ul li.sub a:visited {
	width: 116px;
	line-height: 14px;
	padding: 4;
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	color: #cc4d00;
}
#side_menu ul li.sub:hover {
	/*background-image: url(../Images/side_sub_menu_bg_mo.gif);*/ /* optional values: none, url(path)  */
}
#side_menu ul li.sub:hover a,
#side_menu ul li.sub a:hover,
#side_menu ul li.sub a:active {
	width: 116px;
	line-height: 14px;
	padding: 4;
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	color: #ef5a00;
}
#side_menu ul li.sub span.selected {
	background-image: url(../Images/side_sub_menu_bg.gif); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
	width: 116px;
	line-height: 14px;
	padding: 4;
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	color: #cc4d00;
}
/* end of side menu style */

/* start of news scroller style */
#news_scroller {
	text-align:center;
	margin-top: 18px;
margin-bottom: 12px;
	width: 114px;
}
#news_scroller h3.news_scroller a {
	font-size: 19px;
	font-weight: normal;
	color: #b38875;
	text-decoration: none;
}
#news_scroller #marqueecontainer, #news_scroller #marqueecontainer2 {
	position: relative;
	margin-top: 5px;
	width: 114px; /*marquee width */
	height: 90px; /*marquee height */
	overflow: hidden;
	/*border: 1px solid orange;*/
}
#news_scroller h4 {
	margin-bottom: 5px;
}
#news_scroller h4 a.scroller-title {
	text-align:center;
	font-size: 13px;
	color: #8b4b30;
	font-weight: bold;
	text-decoration:none;
}
#news_scroller a.scroller-text {
	font-size: 12px;
	color: #8b4b30;
	line-height: 20px;
	text-decoration:none;
}
/*end of news scroler style */

/* start of newsletter style */
#newsletter {
	margin-top: 18px;
	margin-bottom: 12px;
	width: 130px;
}
#newsletter h3 {
	margin-bottom: 12px;
	font-size: 16px;
	color: #8b4b30;
}
#newsletter input.text {
	margin-bottom: 12px;
	width: 128px;
	height: 18px;
	font-family: arial;
	font-size: 13px;
	border: solid 1px #6b6b6d;
}
#newsletter input.btn {
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
	background-color: #8b4b30;
	border: none;
	height: 20px;
	width: 52px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
#newsletter span.error {
	font-size: 12px;
	color: #ff0000;
}
/*end of newsletter style */

#main_swf_100_container, #top_swf_100_container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 0;
	pointer-events: none;
}
#top_swf_100_container {
	z-index: 1;
}
#main_swf_100_container2, #top_swf_100_container2 {
	margin: 0 auto;
	pointer-events: auto;
}

/* start of home2 style */
#main.home2 #content {
	margin-top: 10px;
	width: 525px;
}
#main.home2 #content h1 { /* the page title */
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	color: #C0AAA3;
}
/* end of home2 style */

/* start of home3 style */
#main.home3 #content {
	margin-top: 10px;
	width: 535px;
}
#main.home3 #content h1 { /* the page title */
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	color: #C0AAA3;
}
/* end of home3 style */

/* start of home4 and page2 style */
#main.home4, #main.page2 {
	position: relative;
}

#main.home4 #google_search, #main.page2 #google_search {
	position: relative;
	top: 50px;
}
#main.home4 #main_menu, #main.page2 #main_menu  {
	position: relative;
	top:33px;
}
#main.home4 #side_block, #main.page2 #side_block {
	position: relative;
	margin-top: 78px;
	z-index: 10;
}
#main.home4 #content, #main.page2 #content {
	margin-top: 40px;
	line-height: 20px;
	width: 131px;
	font-size: 12px;
	font-weight: normal;
	color: #3b3b3b;
	background-color: transparent;
	text-align: right;
}
#main.home4 #content h1, #main.page2 #content h1 { /* the page title */
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial;
	line-height: 17px;
	color: #3b3b3b;
}
#main.home4 #main_swf_container, #main.page2 #main_swf_container {
	float: none;
	position: absolute;
	top: 0;
	margin-top: 0px;
}
/* end of home4 style */

/* start of home5 and page3 style */
#main.home5, #main.page3 {
	position: relative;
	top: 0;
	margin: 0 auto;
}

#main.home5 #content, #main.page3 #content {
	margin-top: 0px;
	line-height: 17px;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #6b6b6d;
}
#main.home5 #content h1, #main.page3 #content h1 { /* the page title */
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial;
	line-height: 19px;
	color: #01278a;
}
#site_wrapper.home5 #main_swf_container, #site_wrapper.page3 #main_swf_container {
	float: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 0px;
}
#site_wrapper.home5 #main_swf_100_container2, #site_wrapper.page3 #main_swf_100_container2 {
	width: 100%;
	height: 100%;
}
/* end of home5 style */

/* start of slides page style */
#content.slides {
	width: 880px;
}
#content .a {
	width: 256px;
}
#content .b {
	width: 614px;
}
#page_slides {
	margin-top: 0px;
	text-align: center;
	width: 614 px;
	background-color: transparent;
}
#page_slides img.next, #page_slides img.prev {
	margin-top: 108px;
	width: 44px;
	height: 84px;
}
#page_slides #previewPane {
	margin: 0 auto;
	width: 525px;
	text-align: center;
}
#page_slides #previewPane .imgw {
	display: inline;
	margin: 0 auto;
}
#page_slides #previewPane .img {
	position: absolute;
	overflow: hidden;
}
#page_slides #previewPane .img img {
	position: relative;
	border: 0px solid #cccccc;
}
#page_slides #previewPane .img img.frame, #page_slides #previewPane img.frame2 {
	position: absolute;
	top: 0px;
	height: 450px;
	border: none;
	z-index: 1;
}
#page_slides #previewPane .img img.frame {
	right: 0px;
	width: 260px;
}
#page_slides #previewPane img.frame2 {
	left: 0px;
	width: 260px;
}
#page_slides #waitMessage{
	display:none;
	position:relative;
	z-index:10;
}
#page_slides #largeImageCaption{
	padding-top: 20px;
	margin: 0 auto;
	width: 525px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
        color: #979797;
}
#page_slides #largeImagetitle{
	padding-top: 7px;
	margin: 0 auto;
	width: 525px;
	font-weight: bold;
	text-align: center;
    color: #6b6b6d;
}
/* end of slides page style */

/* start of category page style */
#page_category {
	margin-top: 50px;
	width: 110%;
}
#page_category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page_category ul li {
	margin-bottom: 35px;
	width: 33.3%;
	text-align: center;
	background-image: none;
}
#page_category ul li div.title {
	margin: 0 auto;
	height: 40px;
	line-height: 20px;
}
#page_category ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #8b4b30;
	text-decoration: none;
}
#page_category ul li a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #8b4b30;
	text-decoration: none;
}
#page_category ul li div.pic_wrapper { /* fix for ff not accepting margin: 0 auto; on table-cell elements */
	margin: 0 auto;
	width: 166px;
	height: 166px;
	background-color: White;
	border: solid 1px #cccccc;
}
#page_category ul li div.pic_wrapper:hover{
	border: solid 1px #cccccc;
}
#page_category ul li div.pic{
	display: table-cell;
	width: 166px;
	height: 166px;
	line-height: 166px;
	vertical-align: middle;
}
#page_category ul li div.pic a, #page_category ul li div.pic a:hover {
	font-weight: normal;
	font-size: 14px;
}
#page_category ul li div.pic img {
	margin: 0px;
	vertical-align: middle;
}
/* end of category page style */

/* start of catalog page style */
#page_catalog {
	margin-top: 15px;
	width: 104%;
}
#page_catalog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page_catalog ul li {
	margin-bottom: 14px;
	width: 33.3%;
	text-align: center;
	background-image: none;
}
#page_catalog ul li div.details {
	margin: 0 auto;
	height: 49px;
	font-size: 12px;
	line-height: 14px;
	color: #6b6b6d;
}
#page_catalog ul li div.details .title {
	font-size: 12px;
	color: #6b6b6d;
}
#page_catalog ul li div.details .price {
	font-weight: bold;
	font-size: 15px;
	color: #8b4b30;
}
#page_catalog ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #8b4b30;
	text-decoration: none;
}
#page_catalog ul li a:hover {
	font-size: 14px;
	font-weight: noraml;
	color: #8b4b30;
	text-decoration: none;
}
#page_catalog ul li div.pic_wrapper { /* fix for ff not accepting margin: 0 auto; on table-cell elements */
	margin: 0 auto;
	width: 166px;
	height: 166px;
	background-color: White;
	border: solid 1px #cccccc;
}
#page_catalog ul li div.pic_wrapper:hover{
	border: solid 1px #cccccc;
}
#page_catalog ul li div.pic{
	display: table-cell;
	width: 166px;
	height: 166px;
	line-height: 166px;
	vertical-align: middle;
}
#page_catalog ul li div.pic img {
	margin: 0px;
	vertical-align: middle;
}
#page_catalog #paging {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #6b6b6d;
	font-weight: bold;
}
#page_catalog #paging .selected {
	padding: 4px;
	color: #ffffff;
	Background-color: #8b4b30;
}
#page_catalog #paging a {
	padding: 4px;
	color: #6b6b6d;
	text-decoration: underline;
}
#page_catalog #paging a:hover {
	padding: 4px;
	color: #6b6b6d;
	text-decoration: none;
}
/* end of catalog page style */

/* start of gallery page style */
#page_gallery {
	margin-top: 10px;
background-image: none;
}
#page_gallery #previewPane {
	width: 494px;
}
#page_gallery #previewPane .img {
	position: relative;
	overflow: hidden;
}
#page_gallery #previewPane .img img {
	/*width: 491px;*/
	position: relative;
	border: 1px solid #cccccc;
}
#page_gallery #previewPane .img img.frame, #page_gallery #previewPane img.frame2 {
	position: absolute;
	top: 0px;
	height: 433px;
	border: none;
	z-index: 1;
}
#page_gallery #previewPane .img img.frame {
	right: 0px;
	width: 158px;
}
#page_gallery #previewPane img.frame2 {
	left: 0px;
	width: 177px;
}
#page_gallery #waitMessage{
	display:none;
	position:relative;
	z-index:10;
}
#page_gallery #largeimageorder {
	margin-top: 7px;
	width: 32%;
	font-size: 14px;
	color: #6b6b6d;
}
#page_gallery #largeimageorder a {
	display: inline-block;
	/*display: block;
	width: 100%;*/
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-decoration: none;
	background-color: #8b4b30;
}
#page_gallery #largeimageorder .price {
	margin-top: 2px;
	font-weight: bold;
}
#page_gallery .details {
	margin-top: 7px;
	width: 66%;
}
#page_gallery .details #largeImageCaption{
}
#page_gallery .details #largeImagetitle{
	font-weight: bold;
	line-height: 12px;
	color: #6b6b6d;
}
#page_gallery #theImages {
	width: 120px;
	background-color: #none;

}
#page_gallery #theImages.wide {
	width: 400px;
	background-color: #none;

}
#page_gallery #theImages div {
	position: relative;
	margin-bottom: 2px;
}
#page_gallery #theImages a img {
	filter: alpha(opacity=60);
	opacity: 0.60;
	cursor:pointer;
	border: 1px solid #cccccc;
}
#page_gallery #theImages a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}
#page_gallery #theImages a img.frame {
	position: absolute;
	top: 0px;
	filter: none;
	opacity: 1;
	z-index: 1;
}
#page_gallery #theImages .imageCaption, #page_gallery #theImages .imageTitle, #page_gallery #theImages .imageAlt, #page_gallery #theImages .imageOrder {
	display:none;
}
#page_gallery #paging {
	clear: both;
	font-size: 12px;
	color: #6b6b6d;
	font-weight: bold;
}
#page_gallery #paging .selected {
	padding: 4px;
	color: #ffffff;
	Background-color: #8b4b30;
}
#page_gallery #paging a {
	padding: 4px;
	color: #6b6b6d;
	text-decoration: underline;
}
#page_gallery #paging a:hover {
	padding: 4px;
	color: #6b6b6d;
	text-decoration: none;
}
/* end of gallery page style */

/* start of flash-galery page style */
#page_flash-galery {
}
/* end of flash-galery page style */

/* start of reports page style */
#content #page_reports{
	background-color: #ffffff;
}
#page_reports {
        padding: 10px;
	margin-top: 15px;
	width: 102%;
}
#page_reports .item, #page_reports .item2 {
position: relative;
background-image: none;
	padding: 0px;

}
#main.home4 #page_reports .item, #main.home4 #page_reports .item2 {
background-image: none;
}
#main.page2 #page_reports .item, #main.page2 #page_reports .item2 {
background-image: none;
}
#page_reports .item, #main.home4 #page_reports .item, #main.page2 #page_reports .item {
	width: 100%;
       background-image: url(../images/bg_reports.png);
       background-repeat: no-repeat;
        background-position: top right;
}
#page_reports .item2, #main.home4 #page_reports .item2, #main.page2 #page_reports .item2 {
	width: 280px;
       background-image: url(../images/bg_reports2.png);
       background-repeat: no-repeat;
        background-position: top right;
}

#page_reports .item .pic {
	width: 30%;
	text-align: center;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#page_reports .item .p {
	padding: 0px;
	width: 70%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#page_reports .item .p100 {
	padding: 0px;
}
#page_reports .item .sound,
#page_reports .item2 .sound {
	position: absolute;
	bottom: 0;
	width: 81px;
	height: 19px;
	overflow: hidden;
}
#page_reports .item .sound object,
#page_reports .item .sound embed,
#page_reports .item2 .sound object,
#page_reports .item2 .sound embed {
	clear: both;
	position: relative;
	top: -3px;
	width: 81px;
	height: 25px;
}
#page_reports .item2 .pic {
}
#page_reports .item2 .p {
}
#page_reports .item img, #page_reports .item2 img {
	margin: 2px;
	border: solid 0px #ff6d25;
}
#page_reports .item a, #page_reports .item2 a {
	font-size: 12px;
	color: #aa7f30;
	font-weight: bold;
	text-decoration: none;
}
#page_reports .item h2 a, #page_reports .item2 h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #8e8e8e;
	text-decoration: none;
}
#page_reports .item2 a.desc {
	font-size: 12px;
	color: #6b6b6d;
	font-weight: normal;
	text-decoration: none;
}
#page_reports .spacer {
	clear: both;
	height: 20px;
        background-image: url(../images/spacer.gif);
}
#page_reports .spacer_ver {
	width: 20px;
	height: 1px;
}
#page_reports #paging {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #4e4d4d;
	font-weight: bold;
}
#page_reports #paging .selected {
	padding: 4px;
	color: #ffffff;
	Background-color: #8b4b30;
}
#page_reports #paging a {
	padding: 4px;
	color: #6b6b6d;
	text-decoration: underline;
}
#page_reports #paging a:hover {
	padding: 4px;
	color: #6b6b6d;
	text-decoration: none;
}
/* end of reports page style */

/* start of scroll page style */
#page_scroll .pics{
	margin-top: -3px;
	margin-bottom: 5px;
	width: 166px;

}
#page_scroll .pics .item {
	margin-top: 10px;
	text-align: center;
background-image: none
}
#page_scroll .pics .item img {
	border: 1px solid #cccccc;
}
#page_scroll .pics .item a {
	font-size: 12px;
	color: #8b4b30;
	font-weight: normal;
	text-decoration: none;
}
/* end of scroll page style */

/* start of video page style */
#page_video {
	padding-top: 30px;
}
#page_video .vid{
	width: 480px;
	background-color: #7494a1;
	border: solid 1px #947BA5;
	text-align: center;
}
#page_video .list{
	width: 100px;
}
#page_video .list .item {
	margin-bottom: 10px;
}
#page_video .list .item img {
}
#page_video .list .item a {
	color: #d6d6d6;
	font-weight: normal;
	text-decoration: none;
}
/* end of video page style */

/* start of photo page style */
#page_photo {

}
#page_photo a {
	font-size:12px;
	font-weight: bold;
	color: #aa7f30;
	text-decoration: underline;
}
#page_photo a:hover {
	font-size:12px;
	font-weight: bold;
	color: #8b4b30;
	text-decoration: none;
}
#page_photo h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-family:arial;
	font-weight: bold;
	color: #929292;
}
#page_photo h2 .button { /* the content buttons */
	padding: 0 2px;
	font-size: 10px;
	line-height: 10px;
	font-family:arial;
	font-weight: normal;
	color: #ffffff;
	background-color: #ababab;
	text-decoration: none;
}
#page_photo .sound {
	position: relative;
	width: 81px;
	height: 19px;
	overflow: hidden;
	vertical-align: middle;
}
#page_photo .sound object,
#page_photo .sound embed {
	position: relative;
	top: -3px;
	width: 81px;
	height: 25px;
}
#page_photo .pic {
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #cccccc;
}
#page_photo .details {
	width: 100%;
}
#page_photo .buy {
	width: 100%;
	text-align: center;
}
#page_photo .buy .price {
	color: #8b4b30;
	font-size: 14px;
	font-weight: bold;
}
#page_photo .buy a {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #ffffff;
	text-decoration: none;
	background-color: #8b4b30;
}
#page_photo .buy a:hover {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #ffffff;
	text-decoration: none;
	background-color: #8b4b30;
}
/* end of photo page style */

/* start of monologs page style */
#page_monologs {
	margin-top: 10px;
}
#page_monologs table tr th { /*table header*/
	background-color: #d0ac9e;
	color: #7494a1;
	font-weight: bold;
}
#page_monologs table tr td { /*table data*/
	border-bottom: solid 1px #d0ac9e;
}
#page_monologs #paging {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #d6d6d6;
	font-weight: bold;
}
#page_monologs #paging .selected {
	padding: 4px;
	color: #7494a1;
	Background-color: #d6d6d6;
}
#page_monologs #paging a {
	padding: 4px;
	color: #7494a1;
	text-decoration: underline;
}
#page_monologs #paging a:hover {
	padding: 4px;
	color: #7494a1;
	text-decoration: none;
}
/* end of reports page style */

/* start of contact form style */
fieldset {
	font-weight: normal;
}
fieldset.auth {
	text-align: center;
}
fieldset legend {
	margin-bottom: 21px;
	color:#aa7f30;
}
fieldset.auth legend {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color:#aa7f30;
	text-align: center;
}
fieldset label {
	display: block;
	font-weight: bold;
	width: 100px;
}
fieldset label.checkbox {
	width: 120px;
}
fieldset input.text_field, fieldset input.short_text_field, fieldset textarea {
	margin-bottom: 12px;
	width: 200px;
	height: 18px;
	border: solid 1px #6b6b6d;
}
fieldset input.short_text_field {
	width: 100px;
}
fieldset textarea {
	height: 62px;
	overflow: auto;
}
fieldset.auth input.text_field, fieldset.auth input.short_text_field, fieldset.auth textarea {
	width: 100%;
	border: none;
	background: transparent;
	text-align: center;
}
fieldset input.button {
	font-size: 13px;
	color: #ffffff;
	background-color: #959595;
	border: none;
	height: 20px;
	width: 52px;
	font-weight: bold;
}
span.error {
	font-weight: normal;
	color: #ff0000;
}
/* end of contact form style */

/* start of quick contact form style */
#quick_contact fieldset {
	margin: 0 auto;
	width: 163px;
	height: 110px;
	padding: 0px 2px;
	background-image: url(../images/quick_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #9c6c45;
}
#quick_contact.auth fieldset {
	height: 110px;
	text-align: center;
}
#quick_contact fieldset .title {
	display: inline-block;
	padding: 5px 10px;
	color:#000000;
	text-align: right;
}
#quick_contact fieldset .title_auth {
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#ff0000;
	text-align: center;
}
#quick_contact fieldset label {
	font-weight: normal;
	width: 50px;
	color: #000000;
}
#quick_contact fieldset input.text_field {
	margin-bottom: 5px;
	width: 85px;
	height: 14px;
	border: solid 1px #e2e9f1;
	border-top: solid 1px #aaadb4;
}
#quick_contact fieldset input.text_field_auth {
	margin-bottom: 5px;
	width: 100%;
	height: 14px;
	border: none;
	background: transparent;
	text-align: center;
}
#quick_contact fieldset input.button,
#quick_contact fieldset input.button_auth {
padding: 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #cba769;
	border: none;
	height: 15px;
	width: 34px;
	font-weight: normal;
}
/* end of quick contact form style */

/* start of shopping cart style */
table.cart {
	width: 90%;
}
table.cart tr.titles {
	background-color: #878359;
	font-weight: bold;
	color: #ffffff;
}
table.cart tr.products {

	background-color: transparent;
	color: #6b6b6d;
}
table.cart tr td {
	padding: 5px;
}
table.cart tr.products td {
	padding-top: 10px;
}
table.cart tr.products td hr {
	color: #6b6b6d;
	height: 1px;
}
table.cart tr.products td input.qty {
	border: solid 1px  #6b6b6d;
	font-size: 12px;
}
table.cart tr.products td input.update {
	background-color:  #8b4b30;
	border: solid 1px  #6b6b6d;
	font-family: arial;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
table.cart tr.products td a {
	font-size:12px;
	font-weight: bold;
	color: #6b6b6d;
	text-decoration: underline;
}
table.cart tr.products td a:hover {
	font-size:12px;
	font-weight: bold;
	color: #6b6b6d;
	text-decoration: none;
}
table.cart tr.products td.shipping {
	font-weight: bold;
}
table.cart tr.products td.shipping select {
	font-size: 12px;
}
#page_catalog a.shop-go {
	display: inline-block;
	padding: 2px;
	font-size:12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #8b4b30;
}
#page_catalog a.shop-go:hover {
	padding: 2px;
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #8b4b30;
}
/* end of shopping cart style */

/* start of footer style */
#footer_fixed {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 30px;
	z-index: 10;
}
#footer_spacer {
	height: 100px;
}
#footer {
	clear: both;
	margin: 4px auto;
	padding: 0 10px;
	width: 970px;
	font-size: 12px;
	font-weight: normal;
	color: #464646;
	text-align: center;
	pointer-events: auto;
}
#footer a {
	font-size:12px;
	font-weight: normal;
	color: #f16000;
	text-decoration: underline;
}
#credit {
	font-size: 12px;
	font-weight: normal;
	color: #ff6000;
	pointer-events: auto;
}
#credit a {
	font-size: 11px;
	font-weight: normal;
	color: #ff6000;
	text-decoration: underline;
}
#bottom_text {
	margin: 20px auto;
	width: 990px;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	color: #6b6b6d;
	pointer-events: auto;
}
#bottom_menu {
	margin: 20px auto;
	width: 990px;
	text-align: center;
	line-height: 20px;
	pointer-events: auto;
}
#bottom_menu a {
	font-size:12px;
	color: #8b4b30;
	text-decoration: none;
}
#bottom_menu a:hover {
	text-decoration: underline;
}
/* end of footer style */

.clearboth {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
