/* universal style */
body 	{ font-family: "trebuchet ms", verdana, helvetica, sans-serif; 
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: left;
}

#admin-access {position: absolute;
	left: 0;
	bottom: 1px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
p { line-height: 1.3em;
	margin: 6px 0px 6px 0px;
	padding: 0 0 3px 0;
}

a { 	color: #666;
	text-decoration: none;
}
a:hover { color: #000;
	text-decoration: none;
}
a.button { 	color: #666;
	text-decoration: none;
  font-weight: bold;
	border: 1px solid #666;
	background:  url('../site/table-head.gif');
	padding: 2px 3px;
	margin: 0;
}
a:hover.button { color: #ccc;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px 3px;
	margin: 0;
}

/***************************
********************************/
img { border: 0; }
table { border-collapse: collapse; }
.nowrap img {	margin: -2px;
	padding: 0px; }
.topnav { cursor: help; }
.largescript { font-size: 1.2em; }
tr .head { background: #fff;
	border: dotted #ccc;
	border-width: 0 0 1px 0;
}
tr .line-top { background: #fff;
	border: dotted #ccc;
	border-width: 1px 0 0 0;
}
tr .table-head { 
	background-image: url('../site/table-head.gif');
	height: 25px;
}
table .padded td{
	padding: 3px;
}
#main { 
	margin: 0 0 0 40px;
	text-align: center;
	width: 950px;
	background-image: url('../site/background.jpg');
	border: 1px solid #fff;
}
#content { margin: 0 40px 0 50px;
	text-align: left;
	border: 0px solid #000;
}
#shop-content { 
	margin: 0 40px 0 50px;
	padding: 0;
	text-align: left;
	border: 0px solid #000;
}
.login {border: 0px solid #ccc;
	margin: 0;
	padding: 0 5px 0 0;
}

#bar { 	text-align: left;
	margin: 0px 20px 0px 0px;
	padding: 3px 10px 3px 3px;
	width: 150px;
	text-align: left;
	border-right: 1px dotted #5D82A8;
}

.bar {
	padding:0px 4px 0px 10px;
	font-weight: normal;
	color:#999;
	display: block;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #fff; 
}
/********************glass categories *************************/
.ulTopNav {
	margin:0px;
	padding:0px;
	margin:0 0 0 -5px;
	width: 160px;
	border-top: 1px solid #DED6D6;
}
      /*formats the initial links*/
a.topnavlink:link,
a.topnavlink:visited {
	color: #666;
	margin:0px;
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 3px;
	border: solid #ccc;
	border-width: 0 0 1px 0;
	/*background-color: #fff;*/
	width: 157px;
}
a.topnavlink:hover,
a.topnavlink:active,
a.topnavlink:visited:hover {
	margin-top:0px;
	padding: 2px 0px 2px 3px;
	width: 157px;
	display: block;	
	color: orange;
	border-top: 0px solid #ccc;
	background-color: #eee;	
}
/********************glass categories end*************************/

/************************here comes the pop-out-boxes*******************/

div#menu2 * {
  cursor: pointer; /*because IE displays the text cursor 
if the link is inactive*/
}
table { border-collapse: collapse; }

div#menu1 {
	margin: 0;
	padding: 1px 0 1px 0px;
   width: 150px;
   white-space: nowrap;
	overflow: hidden;
   border-top: 1px solid #ccc;
   border-left: 8px solid #fff;
}
div#menu1 .a { 
	font-size: 12px;
   color: #666;
   text-decoration: none;
	padding: 1px 0px;
	margin: 0;
	border: 0px solid #000;
}
div#menu1 .a:hover, div#menu1 div.menuitem:hover {
	background: #fff;
   /*border-left: 8px solid #eee;*/
   color: orange;
	font-weight: bold;
}/*formats glass-link*/


div#menu2 {
	margin: 0;
	padding: 1px 0 1px 0px;
   width: 150px;
   white-space: nowrap;
	overflow: hidden;
   border-top: 1px solid #ccc;
   border-left: 8px solid #fff;
	/*border-width: 1px 0px 0px 0px;*/
}/*does the original formatting*/

div#menu2 .a { 
	font-size: 12px;
   color: #666;
   text-decoration: none;
	padding: 1px 150px 1px 0px;
	margin: 0;
}/*formats the link*/

div#menu2 .a table {
   position: absolute;
   left: -600px;
}/*this is the table way off to the left*/

div#menu2 .a:hover, div#menu2 div.menuitem:hover {
	background: #fff;
   /*border-left: 8px solid #eee;*/
   color: orange;
	font-weight: bold;
}

div#menu2 .a:hover table, div#menu2 div.menuitem:hover table {
   background: #eeefef;
   border: solid #ccc;
	border-width: 1px 1px 0 1px;
   display: block;
   position: absolute;
	left: 280px;
	margin-top: -1px;
   white-space: nowrap;
}/*formats the pop-out-table*/

div#menu2 .a:hover table a, div#menu2 div.menuitem:hover table a {
	font-size: 12px;
   background: #EEEFEF;
   border: solid #ccc;
	border-width: 0px 0px 1px 1px;
   border-left: 1px solid #fff;
   color: #999;
   display: block;
   padding: 1px 0 1px 5px;
	margin: 0px;
	width: 150px;
   text-decoration: none;
   white-space: nowrap;/*stops the hidden tables overlapping*/
   z-index: 1000;   
}

div#menu2 .a:hover table a:hover, div#menu2 div.menuitem:hover table a:hover {
   border-left: 1px solid #fff;
   border-bottom: 1px solid #ccc;
   color: orange;
   background: #fff;
   font-weight: bold;
   display: block;
   padding: 1px 0 1px 5px;
   margin: 0px;
   width: 150px;
   text-decoration: none;
   z-index: 1000;
}
td {
   border-width: 0;
   padding: 0;
}
table.bottom-border {    border: solid #ccc;
	border-width: 0 0 1px 0;
}

.menuitem {
   margin: 0;
   padding: 0;
}
#other {
  height: auto;
  visibility: visible;
}
/*********************here comes the pop-out-boxes END*******************/

.line { border-top: 1px solid #ccc;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}
.line-full { border-top: 1px solid #ccc;
	text-align: center;
	margin: 0 0 3px 0;
}
.error-text { color: orange;
	font-weight: bold; 
}

h1 { font-size: 1.5em;
	color: #5D82A8;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 0px;
}
h2 {  	font-size: 12px;
	font-weight: bold;
	color: #5D82A8;  
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
h3 { 	font-size: 1.2em;
  margin: 5px 0 8px 0;
	padding: 0;
}	
h4 {  	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #5D82A8;  
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	}
#footer { margin: auto;
	margin-top: -1px;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	width: 950px;
	height: 40px;
	background-image: url('../site/footer-bg.jpg');
	background-repeat: no-repeat;
	padding: 20px 0px 5px 0px;
	border: 0px solid orange;
	z-index: 3;
}
#logo { text-align: left;
	margin: 20px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	border: 0px solid black;
	}

#menu { height: 25px;
	margin: auto;
	margin-top: 16px;
	width: 840px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	}
#menu a { color: #999;
	font-size: 18px;
	background-color: #fff;  
	text-decoration: none;
	margin: 1px 0px 5px 0px;
	padding: 0px 12px 0px 12px;
}
#menu a:hover { color: #5D82A8;  
	text-decoration: none;
}
select { color: #5D82A8;
	font-weight: bold;
	background: #eee;
	border: 1px solid #999999;
}
input.white { background: #fff;
	border: 1px solid #5D82A8;
	margin: 0 0 2px 0;}
/*******************************************
  **********************************************/