BODY
{
	background-color: Black;
	background-image: url('imgs/background.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0
	
}


#menubar
{	
	position: absolute;
	top: 247px;
	left: 0px;
	background: url('imgs/menuground.gif');
	height: 31px;	
	width: 100%;
	margin: 0;
	min-width: 650px;	
	
}

#menubar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: White;
	font-family: Tahoma;
	font-size: 10pt;				
}

#menubar a
{
	color: White;
	font-family: Tahoma;
	font-size: 10pt;	
	text-decoration: none;

}

#menubar a:hover
{
	
	text-decoration: underline;
}


#menubar li
{		
	margin: 0;		
	padding-top: 5px;
	padding-left: 30px;	
	padding-right: 30px;	
	float: left;		
	background: url('imgs/menudelim.gif') no-repeat right top;
	height: 31px;		
			
}

#menubar li.active
{		
	margin: 0;		
	padding-top: 5px;
	padding-left: 30px;	
	padding-right: 30px;	
	float: left;		
	background: url('imgs/menuactive.png') no-repeat right top;
	height: 31px;				
	color: White;
	font-weight: bold;
	text-decoration: underline;
}



#submenubar
{
	position: absolute;
	top: 278px;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	border-bottom: solid 1px black;
	height: 23px;
	background: url('imgs/submenuground.gif');
	color: White;
	margin: 0;
	z-index: 10;
	font-family: Tahoma;
	font-size: 10pt;
	
	
}


#submenubar ul
{	
	list-style: none;
	margin: 0px;
	padding: 0px;		
	margin-top: 2px;
	
}

#submenubar li
{
	display: inline;	
	margin: 0;
	padding: 0px 7px 0 7px;	
}

#submenubar li.active
{
	display: inline;	
	margin: 0;
	padding: 0px 7px 0 7px;
	text-decoration: underline;
	font-weight: bold;
	
}

#submenubar a
{
	color: White;
	font-family: Tahoma;
	font-size: 10pt;	
	text-decoration: none;

}

#submenubar a:hover
{
	
	text-decoration: underline;
}

#contentContainer
{	
	color: White;
	padding-top: 40px;		
	position: absolute;
	top: 278px;
	z-index: 1;
	left: 0px;
	width: 100%;
	min-width: 800px;
	background: url('imgs/contentground.gif') repeat-x;			
}

#content
{	
	text-align: justify;
	margin-left: 80px;	
	width: 900px;	
	margin-top: 30px;	
	min-height: 500px;	
	padding: 0;	
}

p
{
	color: #c0c0c0;
	text-align: justify;
	font-family: Verdana;
	font-size: 11pt;
	padding-bottom: 1em;	
	line-height: 1.2em;
}

p.footnote
{
	text-align: right;
	font-size: 8pt;
	color: #555555;
}

#footer
{
	border-top: 1px solid #555555;
	width: 100%;	
	font-size: 8pt;
	color: #333333;	
	font-family: Tahoma;	
	height: 55px;
	background-image: url('imgs/footbg.gif');	
} 
#footer a
{
		color: #333333;	
}

.in
{
	width: 80%; 
	margin: 0 auto; 
	text-align: left;
	padding-top: 20px;
}

h1
{
	font-family: Tahoma;
	width: 100%;
	border-bottom: solid 1px #A0A0A0;
	margin-bottom: 10px;
}

#content h2
{
	font-family: Tahoma;
	font-size: 14pt;
	border-bottom: solid 1px #A0A0A0;
	
}

#content h2.nounderline
{
	font-family: Tahoma;
	font-size: 14pt;
	border: 0px;	
}


a
{
	color: white;
}

a:hover
{
	color: white;	
	text-decoration: none;
}

#content ul
{
	color: #c0c0c0;
	text-align: justify;
	font-family: Verdana;
	font-size: 11pt;
	padding-bottom: 1em;	
	line-height: 1.2em;
	margin-left: 2em;
}

.hline
{
	width: 100%;
	border-bottom: 1px solid white;
}

select
{
	width: 150px;
	font-size: 9pt;
	font-family: Verdana;
}

option
{
	color: Black;
}

textarea
{
	font-size: 9pt;
	font-family: Verdana;	
}

input
{
	font-size: 9pt;
	font-family: Verdana;
}


td.leftt
{
	width: 220px;
	text-align: right;	
	padding-right: 10px;
	font-size: 9pt;
	font-family: Verdana;
	border-bottom: solid 1px white;
	
}

td.rightt
{
	font-size: 9pt;
	font-family: Verdana;
	padding-left: 10px;
	width: 70%;
	text-align: left;		
}


.left
{	
	float: left;
	width: 100px;
	font-size: 10pt;
	font-family: Verdana;	
	vertical-align: top;	
	text-align: right;
	padding-right: 15px;	
}

.row
{	
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a0a0a0;
	text-align: left;
}

.right
{
	padding-left: 15px;
	vertical-align: top;
	border-left: solid 1px #a0a0a0;	
	float: right;
	text-align: left;
	width: 450px;
}

.shortline
{
	width: 600px;
	border-bottom: solid 1px #a0a0a0;
	margin-bottom: 10px;
}

.form
{
	width: 600px;
	background-image: url('imgs/formbg.gif');
	padding: 10px 10px 10px 10px;	
	border: dotted 1px #777;		
	height: 250px;
	margin-bottom: 10px;	
}

.imageleft
{
	float: left; 
	margin-right: 10px; 
	border-right: 1px solid #777; 
	padding-right: 10px;
	margin-bottom: 10px;
}

.box
{
	width: 400px;
	min-height: 180px;
	height: 160px;
	background-image: url('imgs/formbg.gif');
	padding: 10px 10px 10px 10px;	
	border: dotted 1px #777;		
	overflow: hidden;
	margin-bottom: 20px;
	font-family: Arial;
	margin-right: 20px;
}

.boxSm
{
	width: 400px;
	margin-right: 20px;
	min-height: 130px;
	height: 130px;
	background-image: url('imgs/formbg.gif');
	padding: 10px 10px 10px 10px;	
	border: dotted 1px #777;		
	overflow: hidden;
	margin-bottom: 20px;
	font-family: Arial;
}

.boxSm p,
.box p
{
	font-family: Arial;
	font-size: 10pt;
}

.boxe
{
	width: 550px;
	background-image: url('imgs/formbg.gif');
	padding: 10px 10px 10px 10px;	
	border: dotted 1px #777;		
	overflow: auto;
	margin-bottom: 20px;
	font-size: 8pt;
}

.technical > .product
{
	font-size: 8pt;
}
.boxe > .product
{
	font-size: 9pt;
}

.box2
{
	width: 700px;
	background-image: url('imgs/formbg.gif');	
	padding: 10px 10px 10px 10px;	
	border: dotted 1px #777;		
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 20px;	
}
.center
{
	text-align: center; 
	width: 100%;
}

.errors
{
	font-family: Tahoma;
	font-size: 10pt;
	color: red; 
	width: 50%; 
	margin: 0 auto; 
	border: dotted 1px gray;
	background-color: #222222;
	padding: 3px;
	margin-top: 10px;
}

.notifications
{
	font-family: Tahoma;
	font-size: 10pt;
	color: green; 
	width: 50%; 
	margin: 0 auto; 
	border: dotted 1px gray;
	background-color: #222222;
	padding: 3px;
	margin-top: 10px;
}

.errorNotif
{
	font-family: Tahoma;
	font-size: 10pt;
	color: red; 	
	display: none;
}

.product
{
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
	color: White;
	text-align: left;
	
}

.invisible
{
	display: none;
}

.technical
{
	border-top: solid 1px #A0A0A0;	
	margin: 0px;				
}
.technical p
{
	padding: 0;
	margin: 0;
	padding-top: 1em;	
}

#layer
{
	position: absolute;
	top: 120px;
	width: 100%; 
	height: 100%; 	
	z-index: 103; 
	text-align: center;
}

#layerBlended
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	text-align: center;	
	background-color: Black;
}

#loading
{
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	padding-bottom: 10px;
}

.imageLeft
{
	float: left;
	margin-right: 30px;
}

.imageRight
{
	float: right;
	margin-left: 30px;
}

.brand
{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.details
{
	margin-top: 20px;
	color: white;
}

.toLeft
{
	float: left; 
	margin-right: 10px; 
	border-right: 1px solid #777; 
	padding-right: 10px;
	margin-bottom: 10px;	
	height: 160px;
}

.details p
{
	font-size: 9pt;
	color: white;
}

.frame
{
	background-image: url('imgs/formbg.gif');
	padding: 10px;
	border: solid 1px #808080;
	float: left;
	margin: 10px;
}

.frameEditor
{
	width: 100%;
	background-image: url('imgs/formbg.gif');
	padding: 10px;
	border: solid 1px #808080;	
	margin: 10px;
}


.frame > p
{
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0px;
}
