body {
  font: .625em/1.8em Arial,Verdana,Helvetica,sans-serif;
  margin: 0;
  background: #006bab; 
  background:url(/assets/img/bg.gif) repeat;  

}
#container{
  width:950px;
  margin: 0 auto;
  padding:0;
  position:relative;
  font-size: 1.2em;
  color: #fff;
}
#content{
  margin: 0;
  padding: 0 0 0 0px;  
}

#nosto {width: 950px;float:left;border-bottom: 1px solid #fff;}

#nosto #left-col  {float:left;width:550px;margin-top:-15px;position:relative;}
#nosto #right-col  {float:left;width:400px;margin-top:-15px;position:relative;}
#nosto #left-col p  {font-size: 16px;}
#nosto #right-col p  {font-size: 14px;}
#nosto #right-col a,#nosto #right-col a:hover  {text-decoration: none;}
#nosto #right-col img {margin-right:20px;border:0;}

#content.loading {background: url(../img/loader.gif) 100% 20px no-repeat;}

h1 span{display:none;}

h2 {color: #fff;}

a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

select {
  max-width: 300px;
}

option.even {
  background: #efefef; 
}

#header h1 a{
  height: 95px;
  width: 369px;
  display: block;
  text-indent: -9999px;
  background:url(/assets/img/levyale-logo.png) no-repeat;
  margin-left: -15px;
  overflow: hidden;
}

* html #header h1 a, * html img.raise {
  behavior: url(/assets/iepngfix/iepngfix.htc);
}

#header p {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4em;
  width: 90%;
  margin: 15px 0 15px 0;
}

#header {
  padding-bottom: 20px;
}

#formelements form{
  float:left;
  margin-right:38px;
  color: #003f7e;
}

.off {
  display: none;
}

#albums, #stores{
  padding:30px 0 0 0;
  clear:both;
}

#albums ul{
  margin:0;
  padding:0 0 0 0px;
}

#albums li{
  float: left;
  list-style: none;
  width: 150px;
  margin: 0 40px 40px 0;
  height: 17em;
  line-height: 1.4em;
  position: relative;
}

* html #albums li {
  margin-right: 30px;
  height: 18em;
  overflow: hidden;
  width: 156px;
}

#albums li img{
  border: 3px solid #fff;
}

#albums li img.raise {
  border: 0;
  position: absolute;
  top: -15px;
  left: 115px;
}

#albums a.sel {
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 12;
	top: 3px;
	left: 3px;
	outline: none;
	background: url(/assets/iepngfix/blank.gif);
	text-indent: -9999px;
}

#albums a.sel:hover {
	background: url(../img/list-hover.png) top left no-repeat;
}

* html #albums a.sel:hover {
	background: url(../img/list-hover-ie.png) top left no-repeat;
}

#albums a.checked,#albums a.checked:hover {
	background: url(../img/list-selected.png) bottom right no-repeat;
}

* html #albums a.checked,* html #albums a.checked:hover {
	background: url(../img/list-selected-ie.png) bottom right no-repeat;
}

/*
#albums input {
	position: absolute;
	top: 130px;
}*/


#albums li strong, #albums li span {
	display: block;
	width: 156px;
}

#stores ul{
  margin:0;
  padding:0 0 0 20px;
  
}

#stores li{
  list-style: none;
  margin: 0 0 10px 0;
  }

#footer{
  padding: 20px 0 20px 0;
  clear:both;
  border-top: 1px solid #fff;
  margin-top: 40px;
}

#footer a {
  font-weight: normal;
}

#info {
	position: absolute;
	left: 950px;
	width: 100px;
	color: #fff;
}

#info a {
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}

#info a:hover {
	text-decoration: underline;
}

