/* CSS Document */
/* Shubette style sheet for http://www.shubette.com */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,body {
	height: 100%; /* needed for container min-height */
	min-width: 100%;
	max-height:100%; /* fix height for other browsers */
}

body {
	font-size: 76%;
	/* MSIE 5 doesn't center based on auto left/right margins, 
    but 'text-align:center' does center top-level divs: */
	text-align: center;
  	/* Specify a min-width for the body as wide as the 'wrapper'
    element itself. This prevents negative (i.e. inaccessible)
    left-margins in narrow browser windows when using 
    Navigator 6+/Mozilla on Win32: */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background-color: #000;
}

/* FORMS - ALL CSS FOR FORMS AND FORM ELEMENTS BELOW */
#catalogue form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color:#ccc;
  margin: 0 0 1em 0;
  padding: 0;
  float: left;
  display: inline;
  width: 100%;
  
}

#catalogue form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 0 0 1em 0;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#catalogue form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 30%; 
	padding: 0; 
	margin: 0.5em 0 0 1em; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

#catalogue form fieldset legend {
	color:#ccc;
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#seccode {
  width: 100px;
}

#img_seccode {
	border: 1px solid #CCC;
  margin:0.5em 0 0 1em;
  vertical-align: top;
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000;
	background-color: #FFF;
	border: 1px solid #CCC; 
	width:50%;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0.5em 0 0 1em; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 0.5em 30%; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */
form .button{width: 6em; background-color:#000; color:#ccc;} /* uses class instead of div, more efficient */


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.5em;
}

a {
	color: #ccc;
}

a:hover {
	text-decoration: none;
}

/* Horizontal rule style */
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-bottom: 1em;
	/*clear: both;*/
}

#container {
	text-align: left;
	width: 100%;
  min-width: 890px;
	height: 600px;
	position:absolute;
	top:50%;
	right: 0;
	margin:-300px auto auto 0;	
}

#header {
	text-align: center;
  padding: 6px 0 14px 0;
}

#content {
	height: 500px;
}

#content p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

#footer {
  padding-top: 20px;
	width: 100%;
	height: 25px;
	background: #000 url(../images/nav_bground.gif) repeat-x left bottom;
  text-align: center;
}

#nav {
  width: 772px;
  margin: 0 auto;
}

ul {
	list-style: none;
}

ul li {
  float: left;
}

ul a {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
	border-left: 1px solid #000000;
  text-transform: lowercase;
  padding: 0 6px 0 6px;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover {
  background: #000 url(../images/nav_bground_h.gif) repeat-x left bottom;
}

#collection_menu_parent {
  position: relative;
}
#collection_menu {
  position: absolute;
  top: -100px;
  left: -999em;
}
#nav ul li.sfhover ul ul, #nav ul li.sfhover ul ul ul, #nav ul li.sfhover ul ul ul ul {
	left: -999em;
}
#nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul li li li.sfhover ul, #nav ul li li li li.sfhover ul {
	left: 0;
}
#collection_menu_parent:hover ul {
  left: auto;
}
#collection_menu li {
  clear: left;
}
#collection_menu li a {
  display: block;
	width: 10em;
	background: #000 url(../images/nav_bground.gif) repeat-x left bottom;
}
.last {
	border-right: 1px solid #000;
}

#columncontainer {
	width: 80%;
	float: left;
	display: inline;
	margin: 0 10%;
}

#columnleft {
	width: 48%;
	margin-right: 2%;
	float: left;
	display: inline;
}

#columnright {
	width: 48%;
	float: right;
}

#map {
	width: 100%;
	height: 30em;
	margin-bottom: 1em;
}

#textwindow {
   width: 100%;
   height: 30em;
   overflow: auto;
   margin: 0 0 2em 0;
   padding: 0 .5em 0 0;
}
#imageright {
  width: 358px;
  height: 333px;
  background: url(../images/company-splash.jpg) no-repeat left top;
  margin-top: 16px;
	float: right;
}
#home {
/*	background: url(../images/home_page_bg.jpg) no-repeat center center;*/
	width: 100%;
	height: 100%;
  text-align: center;
}
#collectioncontainer {
	width: 100%;
	height: 500px;
	text-align: center;
}
.error {
  font-weight: bold;
  color: #FF0000;
}