/* 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;
}

.glasspage { line-height: 1.2em;
	margin: 0;
	padding: 0;
	clear:both; 
}

p { 	margin: 6px 0px 6px 0px;
}
.clear { clear:both; }
.right { float:right; }

.pf-links { width:15%;
  margin: 10px 10px 5px 0;
  padding: 4px;
  border: #ccc solid;
  border-width: 1px; 
  float:left; 
}
.pf-detail { width:80%;
  margin: 10px 10px 5px 0;
  padding: 4px;
  border: #ccc solid;
  border-width: 1px; 
  float:right; 
}
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: 0 3px;
	margin: 0 0 2px 0;
}
a:hover.button { color: #000;
	text-decoration: none;
	border: 1px solid #666;
	background: #fff;
	padding: 0 3px;
	margin: 0 0 2px 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: 0px;
}
#main { margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	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 0 0 200px;
	text-align: left;
	border: 0px solid #000;
}
.login {border: 0px solid #ccc;
	margin: 0;
	padding: 0 5px 0 0;
}
.spoff-header { 
  border: dotted #ccc;
  border-width: 0 0 1px 0;
  margin: 5px 10px;
  padding: 3px;
	background: #fff url('site/table-head.gif');
	background-repeat: repeat-x;
} 
.spoff { 
  float: left;
  border: dotted #ccc;
  border-width: 1px;
  width: 194px;
  margin: 8px 5px 0 0;
  padding: 3px;
}  
.wbg { font-size: 1em;
  font-weight:bold;
  border: dotted #ccc;
  border-width: 0 0 1px 0;
  margin: 0 0 4px 0;
  padding: 2px;
	background: #eee url('site/table-head.gif');
  white-space:nowrap; 
  overflow:hidden;
}
.pf { 
  float: left;
  border: dotted #ccc;
  border-width: 1px;
  width: 270px;
  height:365px;
  margin: 8px 5px 0 0;
  padding: 3px;
}  
.overflow-hide {
  height:170px;
  overflow:hidden;
  margin:0;
  padding:0;
} 
#bar { 	text-align: left;
	margin: 0 0 0 -200px;
	padding: 3px;
	width: 160px;
	text-align: left;
	border-right: 1px dotted #5D82A8;
}

.ba {
	padding:3px 4px 2px 10px;
	font-weight: normal;
	color:#999;
	display: block;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #fff; 
}


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

.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;	
}
      /*formats initial links end*/

      /*formats the initial list and the box*/
.ulTopNav li {
	font-size: 1em;
	line-height: 1.3em;
	list-style-type: none;
	margin:0px;
	margin-right:0px;
	padding:0px;
	position:relative;
}
      /*this one sticks them in a box and hides them*/
#nav li ul.pullout {
	/*display: none;*/
	padding-left: 0px;
	margin:0;
	top: 0;
	left: -500px;
	position:absolute;
		z-index: 100;
}
      /*this one makes the box pop out*/
#nav li:hover ul.pullout { 	top: -1px;
	left: 155px;
	position:absolute;
	width: 170px;
	background-color: #fff;
	border: solid #ccc;
	border-width: 1px 1px 1px 0;
	z-index: 100;
}
      /*formats the box links*/
#nav li li a {
	padding: 2px 4px 2px 10px;
	font-weight: normal;
	color:#666;	
	background-color: #eee;
	display: block;
	border: solid #eee;
	border-width: 0px 0px 0px 8px;
	margin: 1px;
}
#nav li li a:hover { font-weight: normal;
	color: orange;
	background-color: #eee;
	border: solid orange;
	border-width: 0px 0px 0px 8px;
	margin: 1px;
}
#nav li:hover ul.pullout .bar { background: #fff;
    padding: 2px; 
    border: 0px; }
/*********************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: 0;
	margin: 0;
	}
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: 25px 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;
	/*background-color: #eee; */
	width: 840px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}
#menu a { color: #999;
	font-size: 18px; 
	text-decoration: none;
	margin: 1px 0px 5px 0px;
	padding: 0px 12px 0px 12px;
}
#menu a:hover { color: #5D82A8;  
	text-decoration: none;
}
.active  { color: #5D82A8;
	font-size: 18px; 
	text-decoration: none;
	margin: 1px 0px 5px 0px;
	padding: 0px 11px 0px 12px;
	border: 0px solid black;
}
select { color: #5D82A8;
	font-weight: bold;
	background: #eee;
	border: 1px solid #999999;
}

/*******************************************
  **********************************************/