@charset "UTF-8";


/* pushes the page to the full capacity of the viewing area */
	html, body {
	   margin:0;
	   padding:0;
	   background-repeat:no-repeat;
	   background-attachment:fixed;
	   background-color:#000000;	   
	   overflow-x:hidden;
	}
	
	/* prepares the background image to full capacity of the viewing area */
	#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
	
	/* places the content ontop of the background image */
	#content {position:absolute; top:0px; width:100%; height:100%; z-index:1;}
	
	#page-background {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1}
	
	<!--[if IE 6]-->

	/* some css fixes for IE browsers */	
	#bg {position:absolute; z-index:-1;}
	
	img.alignleft {float:left; margin:0 2em 1em 0}
	img.alignbullet {float:left; margin:0 0.5em 0.5em 0}
	img.alignright {float:right; margin:0 0 0 2em}
	
	#index{
		position:relative;
		top:0px;
		margin-right:60px;
		height:100%;
		width:95%;
		z-index:100;	
	}	
	
	#whttxt {
		font-size:13px;
		line-height:1.5em;
		padding-right:20px;
		letter-spacing:0.05em;
		color: #ffffff;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}
	
	#whttxtnorm {
		font-size:12px;
		color: #ffffff;
		line-height:1.5em;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}
	
	#whttxtnormsm {
		font-size:10px;
		color: #ffffff;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}


	#whttxtmed {
		font-size:14px;
		color: #ffffff;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}
	
	
	#orgtxtbg {
		font-size:16px;
		color: #FF4400;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}
	
	#orgtxtmed {
		font-size:13px;
		color: #FF4400;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}
	
	
	#grytxtmed {
		font-size:13px;
		color: #999;
		letter-spacing:0.05em;
		line-height:1.5em;
		font-family:Helvetica, Arial, sans-serif;
		text-decoration:none;
	}
	
	

ul {
	list-style: none;
}


/*TABLES*/

#orgtable {

	padding: 10px;
	background-image:url(../images/blkbg.png);
	border: none;
	border-radius: 10px;

	/* Border-radius not implemented yet */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}	




/*NAVIGATION MENU CSS*/

ol {
	list-style: decimal;
	font-size: 24px;
	width: 400px;
	padding: 30px 0 0 60px;
	margin: 0 auto;
}

ul#navigation {
	height: 30px;
	padding: 5px 20px 0 5px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

ul#navigation li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
	width: 145px;
	margin: 0 5px 0 0;
	background-color: #b84900;
	/*border: solid 1px #415F9D;*/
	border: none;
	position: relative;
	z-index: 1;
}

ul#navigation li.selected {
	z-index: 3;
}

ul#navigation li.shadow {
	width: 66%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	right: 20;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-align: center;
	width: 145px;
	height: 40px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0px;
	outline: none;
	float: right;
	background: #FF4400;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

ul#navigation li a:hover {
	background-color: #C73200;
}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #2B477D;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #f2f2f2;
}



/*   SCROLLING PRODUCTS CSS */

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 190px;
  width: 740px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 200px;
  /* Max width here, for users without Javascript */
  width: 2500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 10px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size:10px;
  color: #fff;
  font-family:Helvetica, Arial, sans-serif;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
/*  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;*/
}
.sc_menu a:hover img {
  filter:alpha(opacity=30);
  opacity: 0.3;
}
