@import url(lines.css);

#header
{
	width: 1024px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
}

body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: white;

    font-size: 12px; 
    color: #521212;  
    letter-spacing: 1px;
}

#topmenu
{
	padding-left: 0px;
}

.menu_images{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	padding-left: 5px;
	padding-right: 5px;

}

.images{padding-left: 30px; padding-bottom: 20px;}


.mark{	background-color: #fff4ea;}

#names{

    font-weight: bold;
}

#content-box
{

	width: 1024px;
	background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; 
    letter-spacing: 0px;
	line-height: 20px;

}

#pagename
{
    font-weight: bold;
    font-family: Century Gothic, Arial,sans-serif,Verdana;
    font-size: 18px; 
    letter-spacing: 0px;
    text-align: center;
}


a
{
	cursor: pointer;
	color: #521212;
	text-decoration: none;

}

a:hover{color: #E07070;}

#menu-box{
	border-right-style: solid;
	border-right-color: #e9bcbc;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #e9bcbc;
	border-left-width: 1px;
	max-width: 220px;
	width: 220px;
	vertical-align: top;
	height: 380px;
	margin-left: 40px;
	table-layout: fixed;
}
.menu-top{
	margin-left: 40px;
	background-image: url(/images/top-menu.png);
	height: 22px;
	width: 220px;
	background-repeat: no-repeat;
}

.menu-bottom{
	margin-left: 40px;
	background-image: url(/images/bottom-menu.png);
	height: 22px;
	width: 220px;
	background-repeat: no-repeat;
}

#main-window{
	width: 690px;
	table-layout: fixed;
	margin-left: 10px;

}

#desciption{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; 
    letter-spacing: 1px;

}


#footer
{

	width: 1024px;
	background-color: white;
	color: #9b9b9b;
	padding-top: 20px;
}
hr{color: #e9bcbc;}

img { -ms-interpolation-mode: bicubic; }


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#tocartdiv {
	position: fixed; left: 45%; bottom: 50%; z-index: 10000;
	background-color: #fff4ea;
	border: 1px solid #521212;
	color: #521212;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	padding: 20px 10px;
}

#vert_sep
{
	background-image: url(/images/vert_sep.jpg);
	background-position: center;
	background-repeat: repeat-y;

}

a.ovalbutton_small
{
font: 12px Arial;
color: #FFFFFF;
text-decoration: none;
   letter-spacing: 1px;
background: transparent url(/images/button_left_small.png) no-repeat top left;
display: block;
float: left;
line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 25px; /* Height of button background height */
padding-left: 20px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton_small, a:visited.ovalbutton_small, a:active.ovalbutton_small,a.ovalbutton_small{
color: #FFFFFF; /*button text color*/
}

a.ovalbutton_small span{
background: transparent url('/images/button_small.png') no-repeat top right;
display: block;
padding: 4px 20px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton
{
background: transparent url(/images/button_left.png) no-repeat top left;
display: block;
float: left;
font: 15px Arial;
line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 41px; /* Height of button background height */
padding-left: 30px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton,a.ovalbutton{
color: #ffffff; /*button text color*/
}

a.ovalbutton span{
background: transparent url('/images/button.png') no-repeat top right;
display: block;
padding: 4px 30px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}


.price{font: italic bold 14px Arial; }
.item_names{font: bolder 16px Arial; }
