/* CSS Document */

body {
	color:#FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bg-maroon-burst.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0pt;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
BODY	{ SCROLLBAR-BASE-COLOR: #333333; }



a:link		{
	color: #F7F4F0;
	font-weight: bold;
	text-decoration: none
}

a:visited	{
	color: #E0D9C9;
	font-weight: bold;
	text-decoration: none
}

a:active	{ color: #B8A77F; font-weight: bold; text-decoration: none }

a:hover		{ color: #999999; font-weight: bold; text-decoration: none }

a img 		{border: none; }
	

 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #666666; FONT: 11px geneva, verdana, arial, sans-serif }

.title		{ COLOR: #990000; FONT: bold 15px geneva, verdana, arial, sans-serif}

.subtitle	{ COLOR: #999999; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold }

.smalltitle 	{ COLOR: #FF9933; FONT: normal 11px verdana, arial, sans-serif}

.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.picturecomments{ COLOR: #666666; FONT: 10px geneva, verdana, arial, sans-serif }

.picturetitle 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold }

.price	 	{ COLOR: #CC6600; FONT: 12px verdana, arial, sans-serif; font-weight: bold }

.biglink 	{ FONT: italic bold normal 12px verdana, arial, sans-serif; TEXT-DECORATION: none; color: #660000}

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }

.just 		{text-align: justify;}

.copytext	{ COLOR: #FF9900; FONT: 10px geneva, verdana, arial, sans-serif }

.menutrans 	{ filter:alpha(opacity=50) }


.button-popups { background-image: url("picts/popbutton.gif");
		FONT: 11px verdana, arial, sans-serif;
		font-weight: bold;
		letter-spacing: 0px;
		color: #999999;
		WIDTH: 100%;
		HEIGHT: 21PX;
		cursor:hand;
		BORDER: #003399 0px solid;
		background-color:#FFFFFF; }

.buttonon-popups { background-image: url("picts/popbuttonon.gif");
		  FONT: 11px verdana, arial, sans-serif;
		  font-weight: bold;
		  letter-spacing: 0px;
		  color: #3D5A7B;
		  WIDTH: 100%;
		  HEIGHT: 21PX;
		  cursor:hand;
		  BORDER: #003399 0px solid;
		  background-color:#FFFFFF; }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		color: #bcad86;
		background-color: #2F160E;
		text-align: left;
		WIDTH: 250PX;
		BORDER: #bcad86 1px solid}


.dropdown {	background-color: #2F160E;
		WIDTH: 250PX;
		FONT: 13px geneva, verdana, arial, sans-serif;
		color: #bcad86;
		BORDER: #bcad86 1px solid}


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		color: #bcad86;	
		background-color: #2F160E;
		text-align: left;
		WIDTH: 250PX;
		BORDER: #bcad86 1px solid}

.submitbutton { FONT: 11px verdana, arial, sans-serif;
		font-weight: bold;
		letter-spacing: 0px;
		color: #bcad86;
		WIDTH: 150PX;
		HEIGHT: 23PX;
		cursor:hand;
		BORDER: #bcad86 1px solid;
		background-color:#2F160E; }

.submitbuttonon { FONT: 11px verdana, arial, sans-serif;
		  font-weight: bold;
		  letter-spacing: 0px;
		  color: #bcad86;
		  WIDTH: 150PX;
		  HEIGHT: 23PX;
		  cursor:hand;
		  BORDER: #bcad86 1px solid;
		  background-color:#2F160E; }


.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		FONT: 11px arial, georgia, "Times New Roman", sans-serif;
		BORDER: #000000 1px solid;}



.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }


.searchbutton { FONT-FAMILY: arial, verdana, helvetica, sans;
		font-size: 9pt;
		width: 36px }



 /* MOUSEOVER MESSAGE CODE */


.divstyle {	position:absolute;
		border: #000000 0px solid;
		width:90;
		padding: 0px;
		top:0;
		left:0 }

.pstyletitle{
	postion:absolute;
	color:white;
	height:18;
	font-size:10px;
	padding: 2px;
	font-family:verdana, arial;
	font-weight: normal;
	background-color: #666666;
}


.pstylebody {	postion:absolute;
		background:#3D5A7B;
		color:white;
		font-size:10px;
		font-family:verdana, arial;
		font-weight: bold; }


 /* CODE FOR THE SHOPPING CART BUTTONS */

.rollover 	{ }

.rolloveron 	{ Filter: Alpha(Opacity=70) }



 /* START THE CODE FOR THE MENUS */




#menulocation { LEFT: 15px; WIDTH: 154px; POSITION: absolute; TOP: 160px; padding:0px 0px; white-space:nowrap; }


.menu		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 8pt;
		  height: 28px;
		  width: 154px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 21pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }


a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#3D5A7B;
		  color: #FFFFFF; }


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#3D5A7B;
		  color: #FFFFFF; }


a.menu:active 	{ background-image: url("picts/menu.gif");
		  background-color:#FFFFFF;
		  color: #990000; }


a.menu:hover 	{ background-image: url("picts/menuon.gif");
		  background-color:#FFFFFF;
		  color: #990000; }


.basictext {  font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 11px; 
			 color: #C5B079; 
			 font-weight: bold}


.contacttext {  font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			font-weight: bold; 
			color: #FFFFFF}


.arttitles {  font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: bold; 
			color: #FFCC99; 
			font-style: normal; 
			line-height: normal}


.artdesc {  font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			font-weight: normal; 
			color: #FFFFFF}


.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 9px; 
			font-style: normal; 
			font-weight: normal; 
			color: #C5B079}


.boldcreme {  font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-style: normal; 
			font-weight: bold; 
			color: #FFCC99}
.navstyle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FFFFFF}
.navstyleleft { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #FFFFFF }
.nav_line {  color: #999999}
.galllery_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #333333}
.galllery_title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666}
.links_title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.bplist {  list-style-position: inside; list-style-image: url(images/bp.gif); list-style-type: circle}
.poptitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF}
.poptext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #FFFFFF }
.poplink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #FFFFFF }
.tabletitle {
postion:absolute;
		background:#000000;
		color:white;
		height:18;
		font-size:10px;
		padding: 2px;
		font-family:verdana, arial;
		font-weight: bold;
}
.pstyletitleSub {

	postion:absolute;
	color:white;
	height:18;
	font-size:10px;
	padding: 2px;
	font-family:verdana, arial;
	font-weight: normal;
	background-color: #333333;
}
