/* Defaults */
body {	
	background: #2A66A4 url(/images/bg.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Garamond, Helvetica, sans-serif;
	font-size: small;
	color: #333333; 
	margin-top:8%;
}

h1 {}

img { 
	border:none;
	padding: 0px;
	margin: 0px;
}

p, ol, ul, dl, blockquote {}

a {color: #1B4978;}
a:hover {text-decoration: none; color: #C0C0C0;}

/* Header */

#header {}

/* Menu */    

#menu {
	width: 772px;
	height: 35px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 193px;
	padding: 5px 0px 5px 0px ;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 4px;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #1B4978;
              color: #FFF;
}

/* Content & tabbed Layers */

#content {
	background: #EEEEEE;
	width: 772px; 
	height: 404px;
	margin: 0px auto;
	padding: 1px 0px 0px 0px;
}

#colOne { float: right; position: absolute; margin-left : 260px; }
#colOne p { font: normal 16px/21px Trebuchet MS, "Arial", Garamond, Helvetica, sans-serif; padding-right: 10px; text-align: left; }
#colOne li { font: normal 14px/22px  "Arial", Garamond, Helvetica, sans-serif, Trebuchet MS ; text-align: left; }	

#colTwo { float: left; margin: 0px; padding: 0px; }

#colTwo .left {
	position:absolute;
	visibility: hidden;
	width: 250px;
	height: 403px;
	background-color: #4D6680;
}

#content .product { 
	position:absolute; 
	visibility:hidden;
	width: 510px;
	height: 403px;
	overflow: auto;
}

#colTwo ul { margin-left: 0px; padding-left: 0px; list-style-position: inside; list-style:none; }
#colTwo li { padding-bottom: 1px; }
#colTwo li:hover { cursor: pointer; cursor: hand; }

#colTwo h3 {
	background-color: #B2D4F7;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 5px;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
}

#colTwo h3:hover {
	background-color: #4D6680;
	color: #EDF2F8;
}

#content .abouts
	{  
	position:absolute;
	visibility:hidden;
	width: 705px;
	height: 240px;
	margin-top: -250px;
	margin-left: 31px;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	border: 1px solid black;
}

/* Footer */

#footer {width: 772px; margin: 0px auto; padding: 0px 0px 0.1px 0px; height: 13px; background: #EEEEEE;}
#footer p {margin: 0px;text-align: right;font-size: 10px;color: #999999;}

/* Language flag and a stolen Shadow  */
#lg { position: absolute; z-index: 1; margin-top: -22px; margin-left: -18px}
#shadow { position: absolute; margin-top:-48px; margin-left:-14px; z-index:-1; width:800px; height:480px;}

/*  Scrollbar Container -- */

#container {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 650px;
	height: 220px;
	background: #EEE;
	overflow: hidden;
	border: 1px solid #666;
}

#content_ {
	position: relative;
	width: 625px;
	left: 15px;
}

#content_  p {
	margin-top: 10px;
	font: normal 20px/24px "Trebuchet MS", Arial, Garamond, Helvetica, sans-serif;
}

#scrollArea {
	position: absolute;
	left: 670px;
	top: 10px;
	height: 220px;
	width: 15px;
	border: 1px solid #666;
	overflow: hidden;
}

#scroller {
	position: absolute;
	top: -1px;
	width: 15px;
	background: #AAA;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}



/* Motion Container Gallery  (intro)*/

#motioncontainer { margin:0 auto; width: 95%; height: 143px;background-color: #EEEEEE; }
#motioncontainer a img {padding: 10px;vertical-align: middle;border: 0px ;}
#motioncontainer a:hover img {border: 0px ;}
#statusdiv {background-color: #F1F2F3;font-size: 25px;border: 1px solid black;padding: 0px;position: absolute; left: -300px;visibility: hidden;}
#motioncontainer a:hover {color: red; /* overcome IEEEEE bug */}

/* Form */
legend { text-align: left; font-size: 18px; }
label {  font-size: 20px; text-align: left;}
button {font-size:35px; margin-top: 25px; margin-left:170px; position:absolute; padding: 45px 20px ;}