* {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

body {
	font-size: 100%;
	background: white/*url(images/stripe.png) repeat*/;
}

p {
	font: 1.1em Tahoma, sans-serif;
	color: 	#0F0F4C;
	margin-top: 12px;
}

li {
	font: 1.1em Tahoma, sans-serif;
	color: 	#0F0F4C;
	margin-top: 10px;
}


h1 {
	font: 1.8em Tahoma, sans-serif;
	color: #05051A;
	margin-top: 10px;
	/*margin-bottom: 6px;*/
	margin-left: 12px;
}

h2 {
	font: 1.5em Tahoma, sans-serif, bold;
	color: #05051A;
	margin-top: 12px;
}

h3, h4, h5 {
	font: 1.4em Tahoma, sans-serif, bold;
	color: #05051A;
	margin-top: 10px;
}

ul {
	margin-left: 25px;
}

ol {
	margin-left: 25px;
}

img {
	border: none;
}

/*Main Page Structure Elements IDs Style*/

#page-wrap {
	background: white;
	min-width: 540px;
	max-width: 1250px;
	margin: 10px auto;
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: /*url(images/left-sidebar.gif) repeat-y*/ white;
	padding-left: 150px; /* was 250px*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 6px;
}
	
#header {
	background: #EBFFF5 /*#267f23*/;
	text-align: center;
	border: 20px;
}

#alternative-header {
	background: #EBFFF5 /*#267f23*/;
	height: 62px;
	border: 20px;
}

#mini-banner {
	background: #EBFFF5 /*#267f23*/;
	width: 200px;
	text-align: center;
	float: left;
	border: 5px;
}

#topnavmenu {
	background: #EBFFF5;
	padding-left: 215px;
	padding-top: 12px;
}

#view-cart.topnav{
	float:right;
	margin-right:50px;
}

#left-sidebar {
	width: 120px; /* was 200px*/
	float: left;
	padding-top: 0px;	
	padding-right: 15px;
	padding-left: 15px;
	background: #EBFFF5;
}

#footer {
	background: #EBFFF5 /*#267f23*/;
	text-align: center;
	padding: 5px 40px 20px;
	height:52px;
}

#copyright {
	padding: 0px 20px;
	float:left;
}


/*Image Gallery Classes*/
div.img
  {
  margin:2px;
  border:1px solid #ccffff;/*#99ccff #EBFFF5;*/
  padding:5px;
  height:auto;
  width: 540px;
  float:left;
  text-align:left;
  background-color:#EBFFF5;/*#efffff;*/
  }

div.img h1, h2, h3, h4, p
  {
  margin:0px;
  padding:0px;
  }

div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  float:left;
  }
div.img a
 {
  text-decoration:none;
  }  
div.img:hover
  {
   background-color: #ccffe6;/*#e6fff7;*/
  }    
  
/*div.img a:hover img
  {
  border:1px solid #0000ff;
  }
  */
  
div.none h1, h2, h3, h4, p
  {
	margin-top:10px;
  }

  
div.desc
  {
  text-align:center;
  font-size:0.8em;
  font-weight:normal;
  width:170px;
  margin:2px;
  }

  /*Navigation lists*/

nav ul
{
 list-style-type:none;
 margin-left: 0;
 }
nav li
{
/*font-size:1.6em;*/
 } 
nav a
{
text-decoration:none;
color: #05051A;
}
nav a:visited
{
text-decoration:none;
}
nav a:hover
{
text-decoration:underline;
}
nav a:active
{
background-color:#D1A3FF;
}
nav a :active
{
background-color:#D1A3FF;
}
/* Main Navigation menu styles*/
ul.topnavmenu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.topnav
{
float:left;
margin:0;
font-size:0.8em;
}
.topnavitem
{
border: 2px outset #EBFFF5;
padding:4px;
}
a.topnavitem:link,a.topnavitem:visited 
{
display:block;
width:100px;
font-weight:bold;
color:#FFFFFF;
background-color:rgb(0, 153, 255)/*#98bf21*/;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}
a.topnavitem:hover
{
border: 2px inset/*#7A991A*/;
}
a.topnavitem:active 
{
background-color:#D1A3FF/*#98bf21*/;
}
.footernavitem
{
float:right;
padding: 0px 20px;
}

/*Browse Sidebar*/
.browse
{
display:block;
border-radius: 3px;
border-bottom: 1px solid rgb(0, 153, 255);
padding-left:15px;
text-align:left;
}

/* Item Showcase */
#item-showcase-visual
{
float:left;
display:block;
}
#item-showcase-text
{
font-size: 1.2em;
padding-top: 10px;
padding-left: 620px;
display:block;
}

.item-image
{
width:570px;
float:left;
}
.item-thumbnail
{
width:100px;
}
.gallery-thumbnail
{
display:block;
clear:left;
}