html, body {
	width:100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
        background-image: url(../images/bg.jpg);
        background-repeat: repeat;
        background-position: top center;
}
body {
	font-family:Lucida Sans Unicode;
	letter-spacing:0.5px;
	font-size:13px;
	min-width: 990px;
        background-color:#ffffff;
        background-image: url(../images/bg.jpg);
        background-repeat: repeat;
        background-position: top center;
	color: #ffffff;
}
body.lightbox {
	min-width: 100%;
	height: 580px;
        background-color:#ffffff;
}
body.home, body.page2, body.home5, body.page3 {
        background-image: url(../images/bg.jpg);
        background-repeat: repeat;
        background-position: top center;
}


h1, h2, h3, h4, p, form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}



#site_wrapper{
	min-height: 650px;
	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: 650px;
	background-image: url(../images/bg_repeat_hp.jpg);
}
#site_wrapper_inner {
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#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 {
	min-height: 650px;
	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: 13px;
	line-height: 20px;
	font-family:Lucida Sans Unicode;
	font-weight: bold;
	color: #ffffff;
	background-color: #beab98;
	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 {
	position: absolute;
	top: 200px;
	width: 600px;
	height: 18px;
	pointer-events: auto;
	overflow: hidden;
	color: #ffffff;
	font-weight: normal;
}
.home #news_line {
	top: 430px;
}

#news_line h3 {
	height: 100%;
	font-size: 13px;
	color: #999999;
	font-weight: normal;
}
#news_line h3 a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#news_line ul.newsticker {
	height: 100%;
	list-style: none;
	z-index: 0;
	font-weight: normal
}
#news_line ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#news_line #news_anime {
	position: absolute;
	top: -6px;
	width: 600px;
	height: 30px;
	pointer-events: none;
	z-index: 10;
	font-weight: normal;
}
#top_swf_container {
	margin-bottom: 0px;
	pointer-events: auto;
	font-weight: normal;
}
/* end of news line style */

/* start of google search style */
#google_search {
	position: absolute;
	top: 7px;
	width: 160px;
	z-index: 100;
	pointer-events: auto;
}
#google_search form input {
	width: 100px;
	border: solid 0px #b6a490;
}
#google_search form input.btn {
	pointer-events: auto;
	width: 45px;
	background-color: #b6a490;
	color: #ffffff;
	cursor: pointer;
}
#cse-search-results {
	margin-top: 40px;
}
/* end of google search style */

/* start of main menu style */
#main_menu {
	font-family: Lucida Sans Unicode;
	letter-spacing:0.5px;
	position: absolute;
	top: 0px;
	width: 680px;
	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: 25px;
	height: 20px;
}
#main_menu ul li.sep2 {
	padding:0;
	width: 206px;
	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-decoration:none;

 	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
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-decoration:none;

 	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	color: #ff7835;
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-decoration:none;

 	font-size:13px;
	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:10px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 4px;
	width: 100px;
	height: auto;
	list-style: none;


	filter:alpha(opacity=100); /* IE's opacity - optional values: 0 - 100*/
	opacity: 1;  /*FF opacity - optionalo values: 0 - 1 */
	display:none;
	z-index: 1000;
	background-color: #4e0000;
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	/*width: 95px;
	height: auto;*/
	list-style: none;
	background-color: #4e0000;

}

#main_menu ul li:hover ul,
.dropmenudiv li:hover ul {
	display:block;
}
#main_menu ul ul li,
.dropmenudiv ul li {
	clear:both;
	width: 100%;
	padding: 5px 0px;
 
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li.first, 
.dropmenudiv ul li.first{
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li.last 
.dropmenudiv 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,
.dropmenudiv ul li a:link,
.dropmenudiv ul li a:visited {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
	line-height: 16px;
	font-family:Lucida Sans Unicode;
	color: #ffffff;
}
#main_menu ul ul li:hover a,
#main_menu ul ul li a:hover,
#main_menu ul ul li a:active, 
.dropmenudiv ul li:hover a,
.dropmenudiv ul li a:hover,
.dropmenudiv ul li a:active{
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	line-height: 16px;
	color: #ffb31f;
}
#main_menu ul ul li span.selected,
.dropmenudiv ul li span.selected {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
 	font-size:13px;
	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-size: 13px;
	color: #cccccc;
	vertical-align: bottom;
}
#group_login input.text {
	width: 55px;
	height: 8px;
	border: solid 1px #939393;
	background-color: #7494a1;
 
	font-size: 10px;
	color: #7494a1;
	vertical-align: bottom;
}
#group_login input.btn {
	vertical-align: middle;
}
#group_login span.error {
	font-size: 13px;
	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: 0px;
	width: 98px;
	pointer-events: auto;
}
#content {
	position: relative;
	margin-top: 94px;
	width: 740px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	z-index: 10;
	pointer-events: auto;
}
body.lightbox #content {
	margin: 0px auto;
	width: 380px;

}
#site.print #content {
	margin: 0;
	padding: 0;
}
#content h1 { /* the page title */
	margin-bottom: 14px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 26px;
	font-family: Lucida Sans Unicode;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing:1px;

	filter:alpha(opacity=60); /* IE's opacity - optional values: 0 - 100*/
	opacity: 0.6;  /*FF opacity - optionalo values: 0 - 1 */
}
#content h1 .button { /* the content buttons */
	padding: 0 2px;
	font-size: 10px;
	line-height: 10px;
	font-family:Lucida Sans Unicode;
	font-weight: normal;
	color: #6e6e6e;

	text-decoration: none;
}
#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #e7d7e1;
	text-decoration: none;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #7494a1;
	text-decoration: none;
}
#content h4 {
	font-size: 13px;
	font-weight: bold;
	color: #6b6b6d;
	text-decoration: underline;
}
#content a {
 	font-size:13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
#content a:hover {
	color: #aea4ad;
	text-decoration: none;
}
#side_swf_container {
	margin-top: 1px;
	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 {
	text-align: left;
	padding-top:  13px;
	width: 152px;
	margin-top: 100px;
}
/* these set the style for all the menu items  */
#side_menu ul {

	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...)  */
}

.dropmenudiv_side 
{
	filter: none;
}

.dropmenudiv_side ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#side_menu ul li.main {
	margin:0;
	margin-top: 20px;
	padding:0;
}
#side_menu ul li.main a:link,
#side_menu ul li.main a:visited, 
.dropmenudiv_side a:link,
.dropmenudiv_side a:visited 
{
	margin-top: 20px;
	width: 152px;
	padding: 0px;
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	line-height: 30px;
	color: #ffede4;
	background-image: url(../Images/bg_menu.png); /* optional values: none, url(path)  */
    background-position: bottom center;
	background-repeat: no-repeat;
	text-align: left;
}

#side_menu ul li.main:hover {
}
#side_menu ul li.main:hover a,
#side_menu ul li.main a:hover,
#side_menu ul li.main a:active, 
.dropmenudiv_side a:hover,
.dropmenudiv_side a:active 
{
	width: 152px;
	padding: 0;
	margin-top: 20px;
	line-height: 30px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	color: #ff7835;
	text-align: left;
}
#side_menu ul li.main span.selected,
.dropmenudiv_side span.selected {


	width: 95px;
	line-height: 30px;
	padding: 0;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:15px;
	color: #ef5a00
}
/* these set the style for all the sub menu items  */
#side_menu ul li.main ul ,.dropmenudiv_side ul{
	margin-top: -5px;
	background-color: #ffffff;
	border: solid 1px #f9a245;	
}
#side_menu ul li.sub ,.dropmenudiv_side ul li.sub{
	
	margin:0;
	margin-bottom: 0px;
	padding:0;
	
	background-image: none; /* optional values: none, url(path)  */
	background-repeat: no-repeat;
}
#side_menu ul li.sub a:link,
#side_menu ul li.sub a:visited, 
.dropmenudiv_side ul li.sub a:link,
.dropmenudiv_side ul li.sub a:visited {
	width: 98px;
	line-height: 20px;
	padding: 4;
	display:block;
	text-decoration:none;
	font-weight: normal;
 	font-size:13px;
	color: #434343;
}
#side_menu ul li.sub:hover,
.dropmenudiv_side 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, 
.dropmenudiv_side ul li.sub:hover a,
.dropmenudiv_side ul li.sub a:hover,
.dropmenudiv_side ul li.sub a:active 
{
	width: 98px;
	line-height: 20px;
	padding: 4;
	display:block;
	text-decoration:none;
	font-weight: normal;
 	font-size:13px;
	color: #f9a245;
}
#side_menu ul li.sub span.selected, 
.dropmenudiv_side ul li.sub span.selected 
{

	background-color: #efede9;
	width: 98px;
	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 {
	position: relative;
	margin-top: 18px;
	margin-bottom: 13px;
	width: 96px;
	height: 50px;
}
#news_scroller h3.news_scroller a {
	font-size: 10px;
	font-weight: normal;
	color: #b38875;
	text-decoration: none;
}
#news_scroller ul.newsticker {
	width: 100%;
	height: 100%;
	list-style: none;
	z-index: 0;
}
#news_scroller h4 {
	margin-top: 3px;
	text-align:right;
	margin-bottom: 5px;
}
#news_scroller h4 a.scroller-title {
	text-align:right;
	font-size: 13px;
	color: #087aed;
	font-weight: bold;
	text-decoration:none;
}
#news_scroller a.scroller-text {
	font-size: 13px;
	color: #4a4a4a;
	line-height: 20px;
	text-decoration:none;
}
#news_scroller #news_side_anime {
	position: absolute;
	top: 0;
	width: 96px;
	height: 50px;
	pointer-events: none;
	z-index: 10;
}
/*end of news scroler style */

/* start of newsletter style */
#newsletter {
	margin-top: 18px;
	margin-bottom: 13px;
	width: 130px;
}
#newsletter h3 {
	margin-bottom: 13px;
	font-size: 16px;
	color: #aea4ad;
}
#newsletter input.text {
	margin-bottom: 13px;
	width: 128px;
	height: 18px;
 
	font-size: 13px;
	border: solid 1px #6b6b6d;
}
#newsletter input.btn {
 
	font-size: 13px;
	color: #ffffff;
	background-color: #aea4ad;
	border: none;
	height: 20px;
	width: 52px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
#newsletter span.error {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}
/*end of newsletter style */

/* start of banners style */
#banners {
	margin-top: 38px;
	margin-bottom: 13px;
}
/*end of banners 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 #side_block, #main.page2 #side_block {
	position: relative;
	margin-top: 8px;
	z-index: 10;
}
#main.home4 #side_menu, #main.page2 #side_menu {
	padding-top:  15px;
	margin-top: 40px;
}
#main.home4 #content, #main.page2 #content {
	margin-top: 222px;
	width: 230px;
        text-align: right;
}
#main.home4 #content h1, #main.page2 #content h1 { /* the page title */
	padding-bottom: 0px;
	font-size: 13px;
	padding-right: 0px;
        text-align: right;
        background-image:none;
	color: #d2cdd0;
	margin-bottom: 0px;
}
#main.home4 #main_swf_container, #main.page2 #main_swf_container {
	float: none;
	position: absolute;
	top: 0;
	margin-top: 0px;
}

#main_side_block 
{
	margin-top: 0px;
	z-index: 0;
	pointer-events: auto;

}

#main_side_block #side_menu 
{
	padding-top:  0;
}

#main_side_block #news_scroller 
{
	margin-top: 340px;
}

#main_side_block #news_scroller ul.newsticker
{
	padding: 0;
	margin: 0;
}



/* 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: 13px;
	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:Lucida Sans Unicode;
	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 */
#page_slides {
	width: 120%;
	margin-top: 20px;
	text-align: center;
	width: 618 px;
	height: 510px;
        background-image: url(../images/bg_slides.png);
        background-repeat: no-repeat;
        background-position: top center;
}
#page_slides a{
	color: #e1d5de;
	text-align: left;
}
#page_slides img.next, #page_slides img.prev {
	margin-top: 50px;
	width: 58px;
	height: 120px;
}
#page_slides img.next:hover, #page_slides img.prev:hover{
	filter:alpha(opacity=50); /* IE's opacity - optional values: 0 - 100*/
	opacity: 0.5;  /*FF opacity - optionalo values: 0 - 1 */
}
#page_slides #previewPane {
	margin: 0 auto;
	width: 618px;
	text-align: center;
}
#page_slides #previewPane .imgw {
	display: inline;
	margin: 0 auto;
}
#page_slides #previewPane .img {
	margin-top: 13px;
	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: 270px;
}
#page_slides #previewPane img.frame2 {
	left: 0px;
	width: 270px;
}
#page_slides #waitMessage{
	display:none;
	position:relative;
	z-index:10;
}
#page_slides #largeImageCaption{
	margin: 0 auto;
	width: 618px;
}
#page_slides #largeImagetitle{
	padding-top: 17px;
	margin: 0 auto;
	width: 618px;
	font-weight: bold;
	text-align: center;
    color: #e7dce4;
}
/* 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: #aea4ad;
	text-decoration: none;
}
#page_category ul li a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #aea4ad;
	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: 103px;
	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: 13px;
}
#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: 111%;
}
#page_catalog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page_catalog ul li {
	padding-top: 20px;
	margin-bottom: 14px;
	width: 25%;
	text-align: center;
        background-image: url(../images/bg_catalog.jpg);
        background-repeat: no-repeat;
        background-position: top center;

}
#page_catalog ul li div.details {
	margin: 0 auto;
	height: 30px;
	font-size: 13px;
	line-height: 14px;
	color: #6b6b6d;
}
#page_catalog ul li div.details .title {
	font-size: 13px;
	color: #e4dde4;

}
#page_catalog ul li div.details .price {
	font-weight: bold;
	font-size: 13px;
	color: #aea4ad;
}
#page_catalog ul li a {
	font-size: 13px;
	font-weight: normal;
	color: #aea4ad;
	text-decoration: none;
}
#page_catalog ul li a:hover {
	font-size: 13px;
	font-weight: noraml;
	color: #aea4ad;
	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: 103px;
	height: 103px;
	border: solid 1px #6c5c68;
	margin-bottom: 8px;
}
#page_catalog ul li div.pic_wrapper:hover{
	border: solid 1px #b9acb6;
}
#page_catalog ul li div.pic{
	display: table-cell;
	width: 103px;
	height: 103px;
	line-height: 103px;
	vertical-align: middle;

}
#page_catalog ul li div.pic img {
	margin: 0px;
	vertical-align: middle;
	width: 103px;
	height: 103px;
}
#page_catalog #paging {
	clear: both;
	text-align: center;
	font-size: 13px;
	color: #6b6b6d;
	font-weight: bold;
}
#page_catalog #paging .selected {
	padding: 4px;
	color: #ffffff;
	Background-color: #aea4ad;
}
#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;
	width: 120%;
        background-image: url(../images/bg_gallery.png);
        background-repeat: no-repeat;
        background-position: top left;
}
#page_gallery #previewPane {
	width: 654px;
	height: 470px;
}
#page_gallery #previewPane .img {
	position: relative;
	overflow: hidden;


}
#page_gallery #previewPane .img img {
	position: relative;
	border: 0px solid #cccccc;
	height: 454px;
	width: 454px;

}
#page_gallery #previewPane .img img.frame, #page_gallery #previewPane img.frame2 {
	position: absolute;
	top: 0px;
	height: 454px;
	border: none;
	z-index: 1;
}
#page_gallery #previewPane .img img.frame {
	right: 0px;
	width: 158px;
}
#page_gallery #previewPane img.frame2 {
	left: 0px;
	width: 250px;
}
#page_gallery #waitMessage{
	display:none;
	position:relative;
	z-index:10;
}

#page_gallery #largeimageorder {
	margin-top: 7px;
	/* width: 32%; */
	font-size: 13px;
	color: #6b6b6d;
}

#page_gallery #largeimageorder a {
	display: inline-block;
	/*display: block;
	width: 100%;*/
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-decoration: none;
	background-color: #aea4ad;
}
#page_gallery #largeimageorder .price {
	margin-top: 2px;
	font-weight: bold;
}

#page_gallery .details {
	margin-top: 0px;
	width: 150px;
}

#page_gallery .details #largeImageCaption{
}
#page_gallery .details #largeImagetitle{
	font-weight: bold;
	line-height: 13px;
	color: #ffffff;
}
#page_gallery #theImages {
	width: 150px;
	background-color: #none;

}
#page_gallery #theImages.wide {
	width: 454px;
	background-color: #none;

}
#page_gallery #theImages div {
	position: relative;
	margin-bottom: 5px;
}
#page_gallery #theImages a img {
	filter: alpha(opacity=60);
	opacity: 0.60;
	cursor:pointer;
	border: 0px 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 .imageLink,
#page_gallery #theImages .imageOrder {
	display:none;
}
#page_gallery #paging {
	clear: both;
	font-size: 13px;
	color: #6b6b6d;
	font-weight: bold;
}
#page_gallery #paging .selected {
	padding: 4px;
	color: #ffffff;
	Background-color: #aea4ad;
}
#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 */
#page_reports {
	width: 105%;
        padding: 5px;
	margin-top: 5px;
}
#page_reports .item, #page_reports .item2 {
position: relative;
background-image: none;
	padding: 0px;

}
#main.home4 #page_reports, #main.page2 #page_reports {
	width: 105%;
}
#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 {
	padding: 13px;
	width: 305px;
       background-image: url(../images/bg_reports2.jpg);
       background-repeat: no-repeat;
        background-position: top right;
}

#page_reports .item2 .pic {
	width: 103px;
	text-align: center;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#page_reports .item2 .p {
	padding: 0px;
	width: 194px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#page_reports .item .p {
	width: 320px;
	padding: 0px;
}
#page_reports .item .p100 {
	width: 200px;
	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 {
    box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
}
#page_reports .item2 .p {
    box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
}
#page_reports .item img, #page_reports .item2 img {
	margin: 2px;
	border: solid 0px #ff6d25;

	height: 103px;
}
#page_reports .item a, #page_reports .item2 a {
	font-size: 13px;
	color: #ff9f4a;
	font-weight: normal;
	text-decoration: none;
}
#page_reports .item h2 a, #page_reports .item2 h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #ff9f4a;
	text-decoration: none;
}
#page_reports .item2 a.desc {
	font-size: 13px;
	color: #ffffff;
	letter-spacing:0px;
	font-weight: normal;
	text-decoration: none;
}
#page_reports .buy {
	display: inline-block;
}
#page_reports .buy .price {
	color: #c29700;
	font-size: 17px;
	font-weight: bold;
}
#page_reports .buy a {
	font-size: 13px;
	color: #ff9f4a;
	font-weight: normal;
	display:inline-block;
	text-decoration:none;
	line-height: 15px;
	background-image: url(../Images/add_basket.png); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
}
#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: 13px;
	color: #4e4d4d;
	font-weight: bold;
}
#page_reports #paging .selected {
	padding: 4px;
	color: #ffffff;
	Background-color: #aea4ad;
}
#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: 14px;
	width: 293px;

}
#page_scroll .pics .item {
	padding: 15px;
	margin-top: -10px;
	text-align: center;
       background-image: url(../images/bg_scroll.jpg);
        background-repeat: no-repeat;
        background-position: top left;

}
#page_scroll .pics .item img {
	border: 0px solid #cccccc;
}
#page_scroll .pics .item a {
	font-size: 13px;
	color: #aea4ad;
	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:13px;
	font-weight: normal;
	color: #e1d5de;
	text-decoration: underline;
}
#page_photo a:hover {
 	font-size:13px;
	font-weight: normal;
	color: #b1a2ac;
	text-decoration: none;
}
#page_photo h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-family:Lucida Sans Unicode;
	font-weight: normal;
	color: #e7d7e1;
}
#page_photo h2 .button { /* the content buttons */
	padding: 0 2px;
	font-size: 10px;
	line-height: 10px;
	font-family:Lucida Sans Unicode;
	font-weight: normal;
	color: #ffffff;
	background-color: #beab98;
	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 {
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 0px #cccccc;
        background-image: url(../images/bg_photo.jpg);
        background-repeat: no-repeat;
        background-position: top center;
}
#page_photo .details {
	min-height: 1px;
	width: 100%;
}
#page_photo .buy {
	margin: 10px 0;
	width: 100%;
	text-align: center;
}
#page_photo .buy .price {
	color: #c29700;
	font-size: 17px;
	font-weight: bold;
}
#page_photo .buy a {
	font-size: 13px;
	color: #ba8e00;
	font-weight: bold;
	display:inline-block;
	text-decoration:none;
	line-height: 22px;
	 background-image: url(../Images/add_basket.png); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
}

/* replies */

 .replies_msg {
  display: block;
  margin: 0px;
  font-weight: normal;
	color: #ff0000;
}
 .reply_container {
  margin-top: 5px;
}
 .reply_name {
  width:100px;
  background-color:#ffffff;
  padding:5px;
  margin-bottom:5px;
}
 .reply_content {
  width:210px;
  height:100px;
  background-color:#fbe6ca;
  padding:5px;
  margin-bottom:5px;
}

/* 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: 13px;
	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 quick contact form style */
#quick_contact  {
    margin-top: 25px;
	width: 93px;
	height: 300px;
	padding: 0px 2px;
	
	background-repeat: no-repeat;
	background-position: top center;
}

#quick_contact.auth  {
	
}

#quick_contact table.auth_table {
	width: 500px;
	border: solid #ffc600 3px;
	margin-top: 20px;
}

#quick_contact table.auth_table tr td
{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

#quick_contact table.auth_table tr td.td_title
{
	width: 120px;
}

#quick_contact.auth  input.text_field, 
	#quick_contact.auth  input.short_text_field, 
	#quick_contact.auth  input.checkbox, 
	#quick_contact.auth  textarea {
	width: 100%;
	border: none;
	background: transparent;
	text-align: center;
}

#quick_contact  .auth_title {
	font-family:ARIAL;
	font-size: 27px;
	font-weight: bold;
	color:#ffc600;
	text-align: center;
	line-height: 40px;
}

#quick_contact  .row_title 
{
	font-weight: bold;
}

#quick_contact a.button_auth {
	background-color:#ffc600;
	display:inline-block;
	color:#32252f;
	font-family:Lucida Sans Unicode;
	font-size:22px;
	font-weight:bold;
	padding:0px 20px;
	text-decoration:none;
}
#quick_contact a.button_auth:hover {
	background-color:#f9a245;
}
#quick_contact a.button_auth:active {
	position:relative;
	top:1px;
}

#quick_contact a.cancel_button_auth {

	display:inline-block;
	color:#f9a245;
	font-family:Lucida Sans Unicode;
 	font-size:13px;
	font-weight:normal;
	padding:0px 0px;
	text-decoration:underline;
}
#quick_contact a.cancel_button_auth:hover {
	background-color:#ffffff;
}
#quick_contact a.cancel_button_auth:active {
	position:relative;
	top:1px;
}

#quick_contact  input.text_field_auth {
	margin-bottom: 5px;
	width: 100%;
	height: 14px;
	border: none;
	background: transparent;
	text-align: center;
}

#quick_contact  .titleImg 
{
	background-image: url(../images/quick_bg.png);
	height: 20px;
	width: 100px;
	display: inline-block;
	color:#787878;
}

#quick_contact  .title 
{
	width: 100px;
	display: inline-block;
	color:#787878;
}

#quick_contact  label {
	font-weight: normal;
	width: 0px;
	color: #787878;
}


#quick_contact  input.button{
	padding: 0;
	font-family:Lucida Sans Unicode;
	font-size: 13px;
	color: #392c36;
	background-color: #978a71;
	border: none;
	height: 18px;
	width: 93px;
	font-weight: bold;
	border: solid 1px #ffffff;
}

#quick_contact  input.text_field,  textarea {
	margin-bottom: 5px;
	width: 93px;
	height: 14px;
	border: solid 1px #e2e9f1;
	border-top: solid 1px #aaadb4;
 
	font-size: 13px;
}


#quick_contact  textarea {
	height: 45px;
	overflow: auto;
	margin-bottom: 5px;
	width: 93px;
	border: solid 1px #e2e9f1;
	border-top: solid 1px #aaadb4;
}

.text-label {
    color: #787878;
    font-weight: normal;
}

/* end of quick contact form style */
/* start of contact form style */
fieldset {
	font-weight: normal;
}
fieldset.auth {
	text-align: center;
}
fieldset legend {
	margin-bottom: 21px;
	color:#f9a245;
}
fieldset.auth legend {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color:#f9a245;
	text-align: center;
}
fieldset label {
	display: block;
	font-weight: bold;
	width: 100px;
}

fieldset label.small {
width: 40px;
}

fieldset label.checkbox {
	font-weight: normal;
	width: auto;
}

fieldset input.text_field, fieldset input.short_text_field, fieldset textarea {
	margin-bottom: 13px;
	width: 200px;
	height: 18px;
	border: solid 1px #6b6b6d;
}
fieldset input.short_text_field {
	width: 55px;
}
fieldset textarea {
	width: 200px;
	height: 62px;
	margin-bottom: 5px;
	border: solid 1px #6b6b6d;
	border-top: solid 1px #6b6b6d;
}
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 {
	margin-top: 7px;
	font-size: 13px;
	color: #3a2d36;
	background-color: #f9a245;
	border: none;
	height: 20px;
	width: 119px;
	font-weight: bold;
	font-family:Lucida Sans Unicode;
}
span.error {
	font-weight: normal;
	font-size: 13px;
	color: #ff0000;
}
/* end of contact form style */

/* start of shopping cart style */
table.cart {
	width: 90%;
}
table.cart tr.titles {
	background-color: #f6b5d7;
	font-weight: bold;
	color: #392c36;
}
table.cart tr.products {

	background-color: transparent;
	color: #4f2900;
}
table.cart tr td {
	padding: 5px;
}
table.cart tr.products td {
	padding-top: 10px;
}
table.cart tr.products td hr {
	color: #4f2900;
	height: 1px;
}
table.cart tr.products td input.qty {
	border: solid 1px  #5b9cde;
	font-size: 13px;
}
table.cart tr.products td input.update {
	background-color:  #5b9cde;
	border: solid 1px  #5b9cde;
 
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}
table.cart tr.products td a {
 	font-size:13px;
	font-weight: bold;
	color: #4f2900;
	text-decoration: underline;
}
table.cart tr.products td a:hover {
 	font-size:13px;
	font-weight: bold;
	color: #4f2900;
	text-decoration: none;
}
table.cart tr.products td.shipping {
	font-weight: bold;
}
table.cart tr.products td.shipping select {
	font-size: 13px;
}
#page_catalog a.shop-go {
	display: inline-block;
	padding: 2px;
 	font-size:13px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #5b9cde;
}
#page_catalog a.shop-go:hover {
	padding: 2px;
 	font-size:13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #5b9cde;
}
#page_catalog input.shop-go {
	display: inline-block;
	padding: 1px;
	background-color:  #5b9cde;
	border: 0;
 
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	cursor: pointer;
}
/* 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: 0px;
}
#footer {
	top: -50px;
	clear: both;
	margin: 4px auto;
	padding: 0 10px;
	width: 970px;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	pointer-events: auto;
}
#footer a {
 	font-size:13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
#credit {
	font-size: 13px;
	font-weight: normal;
	color: #ffba00;
	pointer-events: auto;
}
#credit a {
	font-size: 13px;
	font-weight: normal;
	color: #ffba00;
	text-decoration: underline;
}
#bottom_text {
	margin: 20px auto;
	width: 990px;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	color: #cccccc;
	pointer-events: auto;
}
#bottom_menu {
	margin: 20px auto;
	width: 990px;
	text-align: center;
	line-height: 20px;
	pointer-events: auto;
}
#bottom_menu a {
 	font-size:13px;
	color: #aea4ad;
	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;
}
