/****************************/
/* Cascading Style Sheet    */
/* Copyright 2005           */
/* Interact Media Solutions */
/****************************/

a {
text-decoration: none;
color: #6a8dba;
}

a:hover {
color: #e0e0e0
}

hr.pagetop {
	color: #004e3a;
	background-color: #004e3a;
	height: 3px;
top: -5px;
}


div.gallery {
	min-height: 85px;
	height: auto !important;
	height: 85px;
}

h3.galheading {
margin: 0px 0px 5px 0px;
}

.smallest {
	font-size: smallest;
}

#galdisplay {
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

img.admingallery {
margin: 20px 13px 0px 13px;
border: none;
}

p.admingallery {
	font-size: x-small;
	margin: 0px 0px 0px 0px;
	clear: both;
}

a.admingallery {
	font-size: x-small;
}

#galpicture {
margin: 15px 0px 5px 0px;
}

#galpicture img {
	vertical-align:middle;
}

table.left-align {
	text-algin: left;
	margin-left:auto; 
	margin-right:auto;
}

table.galnavbuttons {
	text-algin: center;
	margin-left:auto; 
	margin-right:auto;
}

#header {
	clear: both;
	
	position: absolute;
	left: 2px;
	top: 0px;
	background-color: #3b2fb2;
	min-height: 93px;
	max-height: 93px;
	height: auto !important;
	height: 93px;
	/*background-image: url(/images/rock112-2.jpg);*/
	background-repeat: repeat-x;
	background-position: -3px 8px;

}
img.logo {
	background: white;
	border: none;	
	height: 105px;
	width: 402px;
	position: absolute;
	top: 8px;
	left: 8px;
}
#logo {
	border: none;	
	position: absolute;
	top: 8px;
	left: 8px;
z-index: 1;
}
#interactlogo {
	border: none;	
	position: absolute;
	top: 4px;
	left: 8px;
	width: 299px;
background: white;
}
object.logo {
	background: white;
	border: none;	
	height: 105px;
	width: 402px;
	position: absolute;
	top: 8px;
	left: 8px;
}

#topnav {
	float: right;
	margin: 65px 5px 5px 5px;

}
#topnav a {
	text-decoration: none;
	color: #090533;
	margin: 0px 5px 0px 5px;
}
#topnav a:hover {
	text-decoration: none;
	color: #A19E8F;
	margin: 0px 5px 0px 5px;
}
img.right {
	float: right;
	clear: none;
}
img.left {
	float: left;
	clear: none;
	margin: 0px 10px 0px 0px;
}
img.imgheading {
	border: none;
	position: relative;
	top: 16px;
}
img.imgheading:hover {
	border: none;
	position: relative;
	top: 17px;
}
#leftnav {
	position: absolute;
	background-color: #3b2fb2;
	top: 130px;
	left: 17px;
	font-family: arial;

	/*background-image: url(/images/rock112-3.jpg);*/
z-index: 0;

}
ul.navbar {
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
	float: left;
	top: 2em;
	left: 1em;
	width: 150px; 
}
ul.navbar li {
	/*background-color: #A19E8F;
	color: #090533;*/
	padding: .075em;
}

ul.navbar li:hover {
	color: #090533;
}

ul.navbar a {
	/*background-color: #A19E8F;
	background: #A19E8F;*/
	text-decoration: none;
	width: 100%;
	min-width: 100%;
	color: #999a5b;
}

ul.navbar a:hover {
	background-color: #999a5b;
	background: #999a5b;
	display: block;
	text-decoration: italic;
	width: 100%;
	min-width: 100%;
	color: #3b2fb2;
}

ul.navbar hr {
	color: #251171;
	background-color: #251171;
}

ul.subnav {
	list-style-type: none;
	font-weight: normal;
}
ul.subnav a {
	/*background-color: #A19E8F;
	background: #A19E8F;*/
	text-decoration: none;
	width: 100%;
	min-width: 100%;
	font-style: italic;
	font-weight: normal;
	color: #051d59;
}
ul.subnav a:hover {
	background-color: #e0e0e0;
	background: #e0e0e0;
	display: block;
	text-decoration: italic;
	font-weight: normal;
	width: 100%;
	min-width: 100%;
	color: #051d59;
}
#page {
max-width: 922px;
background-color: #3b2fb2;
	min-width: 500px;
	 /* dynamic expression to emulate min-width in ie*/
	width:expression(document.body.clientWidth < 550? "500px" : "100%" ); 
	/*background-image: URL(/images/rock.jpg);*/
	background-repeat: repeat-y;	
}


#mainpage {
	background-color: white;
	height: auto !important;
	height: 650px;
	min-width: 740px;
	min-height: 600px;
	max-width: 740px;
	margin: 5px 0px 5px 170px;
	padding:  120px 10px 10px 10px;
	width:expression(document.body.clientWidth > (1000/12) * 
	parseInt(document.body.currentStyle.fontSize)?
        "60em":
        "auto" );
	color: black;
	clear: none;
	text-decoration: none;
	text-align: left;
}
.floatclear {
 display:inline-block;
width:100%;
}
/* Hide from IE-mac \*/
* html .floatclear {
 height:1%;
 width:auto;
 }
.floatclear {
 display:table;
  }
 /* End hide from IE-mac */


#logon {
	background: white;
	border: 3px solid #98937B;
	width: 315px;
	min-width: 315px;
	padding: 5px 20px 5px 20px;
	margin: 175px 0px 0px 0px;
	height: auto !important;
	height: 220px;
	min-height: 220px;
}

a.email {
	text-decoration: none;
	color: black;
}
a.email:hover {
	text-decoration: none;
	color: #090533;
}
	img.email {
	border: none;
}
#footer {
	font-size: x-small;
	padding: 0px 0px 0px 340px;
}
img.validator{
	border: none;
}
.smallfont {
	font-size: small;
}


.xsmall {
font-size: x-small;
}
.smaller{
font-size: smaller;
}
#payment {
text-align: justify;
width: 200px;
font-size: smaller;
font-weight: bold;
border: 1px solid #000;
padding: 5px 5px 5px 5px;
margin: 10px 0px 10px 10px;
}

#inventorypage {
width: 600px;
}

#Inv_quickview {
float: right;
border: 2px solid #000;
width: 180px;
background: #f0f0f0;
}

#Inv_description {
width: 400px;
}

#Inv_images {
clear: right;
margin: 10px 12px 10px 10px;
text-align: center;
float: right;
width: 125px;
}

img.invpictures {
border: none;
margin: 5px 3px 0px 3px;

}

.noborder {
border: none;
}

img.selectedborder {
border: 3px solid #6a8dba;
margin: 0px 10px 0px 10px;
}

#galthumblist {
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 123px;
	width: 540px;
	overflow: auto;
}
img.gallerythumb {
	float: left;
	border: none;
	clear: none;
	margin: 0px 10px 0px 0px;
}
img.gallerythumbpictures {
	border: none;
	margin: 0px 3px 0px 3px;
}