/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}

body 
{ 
  text-align: center; 
  background: #86c5ce; /* med blue */  
  color: #394379; /* dark blue */
  font-family: tahoma, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

#container
{
  width: 1024px;
  border: 4px solid #394379; /* dark blue */
  margin: 0px auto 0px auto;
  /*background: #d8eff2; /* light blue */
  background: #ffffff; /* white */

}

/* float banner so that buttons below are tight to the banner */
#bannerdiv
{
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  width: 1024px;
  height: 79px;
  background: url(../images/banner.jpg) top left no-repeat;
  text-align: right;
}

#bannerdiv a.homelink
{
  float: left;
  text-decoration: none;
	display: block;
	text-align: center;
	line-height: 79px;
	height: 79px;
	width: 366px;
	margin: 0px 0px;
	background: url(../images/banner.jpg) top left no-repeat;
}

#bannerdiv input
{
  color: #394379; /* dark blue */
  font-size: .6em;
}

#bannerdiv form
{
  margin: 4px 6px 0px 0px;
}

#bannerdiv #advsearch
{
  background: #86c5ce; /* med blue */
  border: 1px solid #394379; /* dark blue */
  padding: 0px 4px 3px 4px;
  margin: 3px 0px 0px 908px;
}

#bannerdiv #advsearch a
{
  font-size: .7em;
  color: #ffffff;
  text-decoration: none;
}

#bannerdiv #advsearch a:hover
{
  color: #394379; /* dark blue */
}


div#navcontainer 
{
  background: #394379; /* dark blue */
  height: 36px;
  position: relative;
  float: left;
  display: inline;
  width: 1024px;
  text-align: center;
  border-bottom: 0px solid #394379; /* dark blue */
} 

/* for IE6 only */
* html div div#navcontainer
{
  height: 31px;
  padding-bottom: 5px;
}

ul#nav {
  float: left;
  display: inline;
	padding: 0;
	margin-left: 20px;
	list-style: none;
	width: 1004px;
}

ul#nav li {
	float: left;
	display: inline;
	margin: 0px 38px;
}

ul#nav li.cart {
  margin-left: 10px;
}

ul#nav li.cart img
{
  padding: 10px 5px 0px 0px;
  border: none;
}

ul#nav li a
{
  text-decoration: none;
  color: #ffffff; /* white */
	display: inline;
	text-align: center;
	line-height: 36px;
	font-size: .8em;
	font-weight: normal;
}


/* for IE6 only */
* html div div#navcontainer ul#nav li a
{
  line-height: 31px;
}

ul#nav li a:hover
{
  color: #86c5ce; /* med blue */
}

ul#nav li a.selected
{
  color: #86c5ce; /* med blue */
}

#bottomcontainer
{
  padding-top: 15px;
}

#leftnav  
{ 
  float: left;
  width: 158px;
  /* fixes IE Double Margin Float bug */ 
  display: inline; 
  margin-left: 10px;
  margin-bottom: 10px;
  border-right: 0px solid #394379; /* dark blue */
}

#leftnav ul li
{
  list-style-type: none; 
  text-align: left;
  font-size: .7em; 
  padding: 0px 0px 4px 5px;
  margin: 0px;
}

/* for IE6 only */
* html div div#leftnav ul li
{
  padding-bottom: 0px;
}

#leftnav ul li.header
{
  font-size: .9em;
  font-weight: bold;
  padding-top: 4px;
  padding-left: 0px;
  font-family: tahoma, sans-serif;
/*  font-family: garamond, serif;*/
}

#leftnav ul li.singleheader
{
  font-size: .9em;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 0px;
  font-family: tahoma, sans-serif;
/*  font-family: garamond, serif;*/
}


#leftnav ul li a
{
  color: #0f7a88; /* turquoise blue */
  text-decoration: none;
}

#leftnav ul li a:hover
{
  color: #bc1c5d; /* magenta */
}

div#mainstorecontent, div#basecontent
{
  float: left;
  width: 822px;
  margin: 0px 0px 15px 0px;
  padding-left: 20px;
}

div#basecontent ul
{
  font-size: .9em;
  text-align: left;
  margin: 0px 0px 10px 30px;
}

div#basecontent p.links a
{
  text-decoration: none;
  font-size: .9em;
  text-align: center;
}

div#basecontent p.originaltext
{
  font-size: .9em;
  text-align: left;
  padding: 0px 15px 10px 0px;
}

div#basecontent p.green
{
  color: #366627; /* green */
}

div#basecontent p.originaltext a, ul li a
{
  color: #bc1c5d; /* magenta */ 
  text-decoration: none;
}

div#basecontent p.originaltext a:hover, ul li a:hover
{
  color: #394379; /* dark blue */
}

div#basecontent p.originaltext a.nohover:hover
{
  color: #bc1c5d; /* magenta */ 
}

div#basecontent p.links a
{
  color: #394379; /* dark blue */
}

div#basecontent p.links a:hover
{
  color: #366627; /* green */
}

div#basecontent p.eventlinks a
{ 
  font-size: .9em;
  text-decoration: none;
  font-weight: bold;
  color: #bc1c5d; /* magenta */ 
}

div#basecontent p.eventlinks a:hover
{
  color: #366627; /* green */
}

div#basecontent p.eventlinks a.selected
{
  color: #366627; /* green */
}


div#basecontent p.links
{
  margin-right: 10px;
}


div#basecontent img.baseimg
{
  border: 1px solid #394379; /* dark blue */
  float: right;
  margin: 0px 20px 10px 20px; 
}

div#basecontent img.baseimgleft
{
  border: 1px solid #394379; /* dark blue */
  float: left;
  margin: 0px 20px 10px 0px; 
}


div#basecontent img.eventimg
{
  border: 1px solid #394379; /* dark blue */
  float: left;
  margin: 0px 20px 10px 0px; 
}


div#basecontent img.pressimg
{
  border: 1px solid #394379; /* dark blue */
  float: left;
  margin: 0px 20px 10px 0px; 
}

div#basecontent div.press
{
  border-bottom: 4px double #394379; /* dark blue */
  padding-bottom: 10px;
  margin-bottom: 20px;
}


div#basecontent div#map
{
  border: 1px solid #394379; /* dark blue */
  float: right;
  margin: 0px 20px 10px 20px;   
}

div#basecontent h4.original
{
  padding: 0px 0px 10px 0px;
  color: #394379; /* dark blue */ 
}

div#center
{
  float: left;
  width: 564px;
  margin: 0px 0px 15px 0px;
  padding-left: 0px;
  border-left: 0px solid #394379; /* dark blue */
}

div.paella
{
  float: right;
  width: 250px;
  margin: 0px 20px 10px 20px;
}

div.paella img
{
  border: 1px solid #394379; /* dark blue */
}

div.paella p
{
  width: 250px;
  margin: 0px;
  font-size: .8em;
}


h1
{
  background: #394379; /* dark blue */  
  color: #ffffff; /* white */  
  line-height: 25px;
  font-size: 1em;
  font-weight: bold;  
  text-align: left;
  padding-left: 5px;
  margin-bottom: 15px;
  margin-right: 15px;
}

h1.green
{
  background: #366627; /* green */
  font-size: 1em;
}

h2
{
  background: #c04e7c; /* medium magenta */
  color: #ffffff; /* white */
  line-height: 25px;
  font-size: 1em;
  font-weight: bold;    
  text-align: left;
  padding-left: 5px;
  margin-bottom: 10px;
  margin-right: 0px;
}

h3
{
  background: #86c5ce; /* med blue */
  color: #ffffff; /* white */
  line-height: 25px;
  font-size: 1em;  
  font-weight: bold;  
  text-align: left;  
  padding-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: -5px;
}

h3.submenu
{
  margin-top: 15px;
}

h4
{
  font-size: .8em;
  text-align: left;
  color: #bc1c5d; /* magenta */
  padding: 5px 0px;
}



div.category
{
  margin: 0px 15px 15px 0px;
  padding: 5px 0px 10px 0px;
  float: left;
  width: 169px;
  height: 160px;
  text-align: center;
  background: #ffffff; /* white */
  border: 1px solid #b8b4b4;

}

div.category img
{
  border: none;
}

div.category p a
{
  text-align: center;
  text-decoration: none;
  color: #394379; /* dark blue */
  font-size: .8em;
}

div.category p a:hover
{
  color: #bc1c5d; /* magenta */
}

div#rightcol
{
  float: left;
  width: 256px;
  margin: 0px; 
  padding: 0px 0px 0px 0px; 
}


div#rightcol p
{
  font-size: .9em;
  text-align: left;
  color: #bc1c5d; /* magenta */
}

div#rightcol p a
{
  color: #394379; /* dark blue */
  text-decoration: none;
}

div#rightcol p a:hover
{
  color: #bc1c5d; /* magenta */ 
}

div#rightcol ul
{
  color: #bc1c5d; /* magenta */
}

div#rightcol h4.eventhead 
{
  text-align:center;
  font-size:.9em;
}

div#rightcol h4.eventhead a
{
  color: #bc1c5d; /* magenta */
  text-decoration: none;
}

div#rightcol h4.eventhead a:hover
{
  color: #394379; /* dark blue */  
}

div#rightcol h4.eventlink 
{
  text-align:center;
  font-size:.9em;
  padding-bottom:10px;
}

div#rightcol h4.eventlink a
{
  color: #394379; /* dark blue */  
  text-decoration: none;
}

div#rightcol h4.eventlink a:hover
{
  color: #bc1c5d; /* magenta */
}


#flash, #eventextra
{
  margin: 10px 0px;
  border: 1px solid #bc1c5d; /* magenta */
}



div#footer
{
  margin-top: 3px;
}

p.foottext
{
  color: #394379; /* dark blue */
  font-size: .7em;
  padding-top: 3px;
}

p.foottext a
{
  text-decoration: none;
  color: #bc1c5d; /* magenta */
}

p.foottext a:hover
{
  color: #394379; /* dark blue */  
}


