/*--- Products CSS ---*/
* { padding: 0; margin: 0; }
body {
	font-family: Calibri, Verdana, Candara;
	font-size: 13px;
	background-color: #256DC5;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#header {
	width: 770px;
	color: #000;
	height: 62px;
	overflow: hidden;
	background-color: #fff;
	border:3px solid #ED9E1F;
}
#content {
	background-color:#fff;
	width: 770px;
	color: #000;
	overflow: scroll;
	height: 450px;
	margin-top: 20px;
	border:3px solid #ED9E1F;
}
/*--- NAVIGATION ---*/
#navigation{
	background:url('../images/pages/nav-bg.gif') repeat-x;
	height:32px;
	margin:0 auto;
	width:auto;
}
#navigation ul{
	height:32px;
	line-height:32px;
}
#navigation ul li{
	display:inline;
}
#navigation ul li a,
#navigation ul li a:visited {
	display:block;
	text-decoration:none;
	float:left;
	color:#fff;
	font-weight:normal;
	padding-left:16px;
	padding-right:16px;
	padding-top:0;
	padding-bottom:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navigation ul li a:hover{
	background:url('../images/pages/nav-hover.gif') repeat-x;
}
/*SUBLINKS*/
#sublinks{
	width:auto;
	margin:0 auto;
	background:#fff;
	height:30px;
	font-size:11px
}	
#sublinks ul{
	height:32px;
	line-height:31px;	
}
#sublinks ul li{
	display:inline;
}
#sublinks ul li a,
#sublinks ul li a:visited {
	padding:0 20px;
	display:block;
	text-decoration:none;
	float:left;
	color:#000;
}
#sublinks ul li a:hover{
	text-decoration: underline;
	background-color: #ED9E1F;
}
/*SUBMENU*/
#s2, #s3{display:none;}
/*--- GLIDER CSS ---*/
div.scroller {
	/* modify width and height of scrolling section if necessary*/		
	width: 753px;
	height: 500%;
	overflow: hidden;
	background-color: #FFFFFF;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)*/		
	width:753px;
	height:100%;
	overflow:hidden;
	float:left;
	padding-top: 1em;
}
div.scroller div.scrollcontent {
	width: 10000px;
}
/*Sections*/
div#section1 {
	background-color: #fff;
}
div#section2 {
	background-color: #fff;
}
div#section3 {
	background-color: #fff;
}
div#section4 {
	background-color: #fff;
}
div#section5 {
	background-color: #fff;
}
div#section6 {
	background-color: #fff;
}
/*--- PICTURE PRESENTATION CSS ---*/
img { 
	border: 0;
}
td {
	vertical-align: top;
	background-color: #fff;
}
div.header {
	padding: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #fff;
	background-color: #fff;
	background-repeat: repeat-x;
}
div.center {
	text-align: left;
}
table.container {
	margin: 30px auto;
	background-color: #fff;
}
table.dia {
	margin: 5px;
	width: 100px;
	height: 100px;

	border-collapse: collapse;
	background-color: #fff;
}
div.smalldesc {
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
	font-family: Verdana;
}
table.dia td {
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
}
table.dia img { 
	display: block;
	margin: auto; 
}
table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
/*--- FIREFOX DOTTED BOARDER FIX ---*/
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
