@charset "utf-8";
body  {
	background-repeat: repeat;
	color: #C0C0C0;
	background-image: url(Img/wallpaper4.jpg);
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#container  {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
	text-align: center;
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: -3;
} 
#header  {
	background-image: url(Img/images/border.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 200px;

} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F0F0F0;
}
#sidebar1/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
  {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* top and bottom padding create visual space within this div  */
	padding-top: 7px;
	padding-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(Img/images/sidebar1_bg.png);
	margin-top: 55px;
	background-repeat: no-repeat;
}
#sidebar2  {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* since this element is floated, a width must be given */
	background: #000000; /* top and bottom padding create visual space within this div */
	text-align: right;
	margin-top: 80px;
	padding: 0;
	height: 100%;
}
#sidebar1  h3, #sidebar2 p, #sidebar2  h3    {
	COLOR: #C0C0C0;
	font-weight: normal;
	font-family: "AGaramond LT";
	font-size: 14px;
	text-align: left;
}


#sidebar1  p  {
	COLOR: #666;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	font-style: italic;
}


#mainContentGallery/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	COLOR: #C0C0C0;
	font-weight: normal;
	margin-top: 55px;
	margin-bottom: 10px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-family: "AGaramond LT";
	font-size: 14px;
	font-style: normal;
	background-image: url(picts/gallery_bgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainGallery {
	COLOR: #C0C0C0;
	font-weight: normal;
	margin-top: 55px;
	margin-bottom: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-family: "AGaramond LT";
	font-size: 14px;
	font-style: normal;
	background-image: url(Img/images/main_cont_bg_3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}



#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	COLOR: #C0C0C0;
	font-weight: normal;
	margin-top: 55px;
	margin-bottom: 10px;
	padding-top: 0px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	text-align: left;
	width: 600px;
	font-family: "AGaramond LT";
	font-size: 14px;
	font-style: normal;
	background-image: url(Img/images/main_cont_bg_3.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#footer  {
	padding-top: 40px;

} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

TABLE 		{
	font-weight: normal;
}

.title 		{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.subtitle 	{
	COLOR: #FFFFFF;
	letter-spacing: 4px
}

.smalltitle 	{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; font-weight: bold; letter-spacing: 4px }

.picturetitle 	{ COLOR: #FFFFFF; FONT: 9px verdana, arial, sans-serif; font-weight: bold }

.phonetitle 	{ color: #FFFFFF; font: 11px verdana, arial, sans-serif; font-weight: bold }

.poptitle	{ color: #FFFFFF; font: 11px verdana, arial, sans-serif; font-weight: bold }

.hilite		{ COLOR: #CCFF99 }

.just 		{text-align: justify;}


 /* POPUP CODE */


#ZOOM 			{ LEFT: 20px; POSITION: absolute; TOP: 20px; }

#slidenumber_loc	{ RIGHT: 20px; POSITION: absolute; TOP: 20px; white-space: nowrap }

.slide_text		{ COLOR: #FFFFFF; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.slide_hilite 		{ COLOR: #C0C0C0; }



body a:link { text-decoration: none; color: #bd9b68; }

body a:visited	{ text-decoration: none; color: #bd9b68; }

body a:active	{ text-decoration: none; color: #c2c2c2; }

body a:hover		{ text-decoration: none; color: #787878; }



/* IMAGE MOUSEOVERS */


.image-border		{
	LEFT: 0px;
	position: relative;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #503E28;
	border-right-color: #503E28;
	border-bottom-color: #503E28;
	border-left-color: #503E28;
}

.image-borderon		{ LEFT: 2px; position: relative; top: 2px; border: #FFFFFF 1px solid; }

.rollover 		{



}

.rolloverborder 		{
	background-color: #999999;
	border: 2px solid 402d14;
}

.rolloveron 		{
	filter:gray;
}


.hidden     {color:#38E963}

 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none }
}





 /* START FOOTER LINK COLORS */


a.footerlink:link	{
	color: bd9b68;
	text-decoration: none
}

a.footerlink:visited	{
	color: bd9b68;
	text-decoration: none
}

a.footerlink:active	{
	color: bd9b68;
	text-decoration: none
}

a.footerlink:hover	{ color: #666666; text-decoration: none }

.copyright 	{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }




/* START BUTTON AND FORMS CODE */



.button { 	background-image: url("picts/button.gif");
		background-color:#000000;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #999999;
		font-size: 8pt;
		height: 21px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #999999 1px solid; }

.buttonon { background-image: url("picts/buttonon.gif");
		background-color:#000000;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 21px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #FFFFFF 1px solid; }

.button-popups { background-image: url("picts/button-popups.gif");
		background-color:#000000;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #999999;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #999999 1px solid; }


.buttonon-popups { background-image: url("picts/buttonon-popups.gif");
		background-color:#000000;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #FFFFFF 1px solid; }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid}


.textarea	{
	FONT: 13px arial, verdana, sans-serif;
	background-image: url(picts/shadeform_400pcx.gif);
	text-align: left;
	WIDTH: 400px;
	HEIGHT: 100px;
	BORDER: #000000 1px solid;
}
.textareaother {
	border: #000000 1px solid;
	width: 400px;
	height: 50px;
	background-image: url(picts/shadeform_400pcx.gif);
}

.textareaother2 {
	border: #000000 1px solid;
	width: 400px;
	height: 150px;
	background-image: url(picts/shadeform_400pcx.gif);
}
.dropdown 	{
	COLOR: #333333;
	WIDTH: 400px;
	FONT: 11px verdana, arial, sans-serif
}


.searchbutton 	{background-image: url("picts/button.gif");
		background-color:#000000;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #999999;
		font-size: 8pt;
		height: 20px;
		width: 35px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #999999 1px solid }


.searchform 	{ background-image: url("picts/shadeform.gif"); WIDTH: 100PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif; BORDER: #000000 1px solid }


.searchdrop	{ WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, verdana, sans-serif }



 /* CODE FOR THE SHOPPING CART */



.price 		{ COLOR: #99FFCC; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }



.cartdropdown 	{ COLOR: #000000;
		WIDTH: 130PX;
		FONT: 10px arial, verdana, sans-serif;
		margin: 3px; }





 /* START THE CODE FOR THE MENUS */



.menutable 	{ background-image: url("picts/background-menu.gif");
		height: 20px;
		border-collapse: collapse; }



/* my main menu made of lusterstone background image starts here */

.menumain	{
	font-family: "Book Antiqua";
	font-size: 14px;
	letter-spacing: 1px;
	height: 32px;
	width: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right: 0px;
	cursor:hand;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	display: block;
		  
		  }  
	
a.menumain:link 	{
	background-image: url(picts/mainmenu_normal_small.gif);
	background-color:#000000;
	color: #000000;
}


a.menumain:visited 	{
	background-image: url("picts/mainmenu_normal_small.gif");
	background-color:#000000;
	color: #000000;
}


a.menumain:active 	{  background-image: url("picts/mainmenu_normal_small.gif");
		   background-color:#000000;
		   color: #151450; }


a.menumain:hover 	{  background-image: url("picts/mainmenu_hover_small.gif");
		   background-color:#000000;
		   color: #000000; }
		   


/* my menu ends */




.menu		{ font-family: verdana, arial, helvetica, sans;
		  font-size: 12px;
		  letter-spacing: 0px;
		  height: 18px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 5px;
		  padding-right: 5px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 13px;
		  display: block;
		  white-space: nowrap;
		  border: #999999 0px solid; }


a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #999999;}


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #999999; }


a.menu:active 	{  background-image: url("picts/menu.gif");
		   background-color:#000000;
		   color: #999999; }


a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#333333;
		   color: #F0F0F0; }



 /* GALLERY NAV MENU */




.menu-nav	{
	font-family: verdana, arial, helvetica, sans;
	font-size: 10px;
	letter-spacing: 0px;
	height: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 1px;
	margin-top: 1px;
	cursor:hand;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
	display: block;
	white-space: nowrap;
	border: #999999 0px solid;
	
}
		  
		  

a.menu-nav:link 	{ background-image: url("picts/menu-nav-long.gif");
		  background-color:#000000;
		  color: #000000;}


a.menu-nav:visited 	{ background-image: url("picts/menu-nav-long.gif");
		  background-color:#000000;
		  color: #000000; }


a.menu-nav:active 	{  background-image: url("picts/menuon-nav.gif");
		   background-color:#000000;
		   color: #151450; }


a.menu-nav:hover 	{  background-image: url("picts/menuon-nav.gif");
		   background-color:#000000;
		   color: #000000; }
.subtitleLarge {
	COLOR: #bd9b68;
	FONT: bold 18px "Maiandra GD";
	letter-spacing: 4px;
}
.subtitlesmall {
	COLOR: #FFFFFF;
	FONT: bold normal 12px/normal "Maiandra GD";
	letter-spacing: 1px;
	white-space: normal;
	text-transform: lowercase;

}
.subtitleMedium {

COLOR: #FFFFFF; FONT: bold 16px "Maiandra GD"; letter-spacing: 4px
}







.sideboxheader {

letter-spacing: 4px
background-image: url(picts/shadow-header.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	background-image: url(picts/shadow-header.gif);
	width: 200px;
	font-family: "Maiandra GD";
	font-size: 16px;
	font-weight: bold;
	color: c0c0c0;
}


.hidden {
	font-size: xx-small;
	color: #000000;
}
.sidebox {
	width: 220px;
	text-align: left;
	margin-bottom: 40px;
	padding-left: 15px;
}


.sideboxtext {
	text-align: left;
}
.sitemap {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #8C8C8C;
}
.headermenu {
	text-align: center;
	padding-bottom: 10px;
}
#sidebar1 h1 {
	font-family: "AGaramond LT";
	font-size: 16px;
	font-weight: bold;
	background-color: #CDCDE2;
}
}
.itallic {
	font-style: italic;
	text-align: right;
}
#precontainer {
	background-image: url(Img/images/precontainer.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: -5;
}
#overcontainer {
	width: 1000px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(Img/images/fadadsides4.png);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: -4;
}
#mainContent   p   {
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
	margin-bottom: 0px;
	background-image: url(Img/images/paragraph-background.png);
	/* [disabled]margin-top: -10px; */
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}



#mainContent  h1, #mainContentGallery h1 {
	font-family: "AGaramond LT";
	font-size: 20px;
	color: #6c471d;
	font-weight: bolder;
	letter-spacing: 4px;
}




#mainContent h2 {
	font-family: "AGaramond LT";
	font-size: 16px;
	color: #6c471d;
}
#mainContent   h3   {
	background-image: url(Img/images/title2_bg.jpg);
	background-repeat: no-repeat;
	font-family: "AGaramond LT";
	font-size: 22px;
	color: #6c471d;
	font-weight: normal;
	letter-spacing: 10px;
	height: 39px;
	line-height: 44px;
	text-align: center;
	padding-bottom: 30px;
	background-position: center top;
}

#flashcontainer {
	height: 340px;
	width: 840px;
	background-image: url(Img/images/flashcontainer.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#flashcontainer  p, flashtextholder p {
	border: 1px solid #402d14;
	text-align: left;
	width: 194px;
	margin-right: 35px;
	float: right;
	background-image: url(Img/images/flashcontainer_p_bg.png);
	background-repeat: repeat;
}
#mainContentGallery h3 , #mainGallery h3{
	background-image: url(Img/images/title_bg_gallery.jpg);
	background-repeat: no-repeat;
	font-family: "AGaramond LT";
	font-size: 22px;
	color: #6c471d;
	font-weight: normal;
	letter-spacing: 10px;
	height: 39px;
	line-height: 44px;
	text-align: center;
	padding-bottom: 30px;
	background-position: center top;
}
#mainContentGallery p {
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
	background-image: none;
	color: #666;
	width: 720px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;

}


#mainGallery h1{
	padding-bottom: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	line-height: 30px;
}

#mainGallery h2{
	padding-bottom: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
}

#mainGallery h4{
	margin-bottom: 0px;
	margin-top: 0px;
	color: #5E471D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 20px;
}

#mainGallery   p   {
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: -10px;
	color: #6F6F6F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#flashcontainer  h1, #flashtextholder h1 {
	font-family: "AGaramond LT";
	font-size: 18px;
	color: #6c471d;
}
#flashcontainerholder {
	text-align: center;
	margin-right: auto;
	border: 1px solid #402d14;
	float: left;
}
#flashtextholder  {
	text-align: left;
	margin-bottom: inherit;
	margin-left: 10px;
}
#flashcontainermargins {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.border {
	border: 1px solid #6c471d;
}
.searchbutton {
	background-image: url("picts/button.gif");
	background-color:#000000;
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: #999999;
	font-size: 8pt;
	height: 21px;
	width: 100px;
	cursor:hand;
	font-weight: bold;
	text-align: center;
	BORDER: #6c471d 1px solid;
}
.menu_bg {
	background-image: url(Img/images/menu_bg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	text-align: center;
	width: 100%;
	position: static;
}
.pictureframe {
	background-attachment: fixed;
	background-image: url(Img/pic_bgr.png);
	background-repeat: no-repeat;
	text-align: left;
}
#precontainer #overcontainer #container #mainGallery h3 em {
	font-family: P22 Cezanne Regular;
}
#precontainer #overcontainer #container #mainGallery div h4 {
	font-family: P22 Cezanne Regular;
}
#precontainer #overcontainer #container #mainGallery div h4 {
	font-family: Roman Caps, Sloop;
}

