body {
	margin: 0px;
	padding: 0px;
    background-color: #B0B0B0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	height:100%;
	margin-bottom:10px;
	font-color:#fff;
}

hr
{	
	border-top-style:solid none none;
	border-top-color: #999999;
	margin:0px;
	padding:0px;
}

.bold
{
font-weight:bold;
}

p
{
	margin-top:1em;
	margin-bottom:1em;
}

h2,h5,h4,h3
{
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#000;
	font-variant: small-caps;
	font-weight:bold;
	color:#666666;
}

h2
{
	font-size:1.7em;
	font-weight:bold;
}

h3
{
	font-size:1.5em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
}


h4
{
	font-size:1.2em;
}

h5
{
	font-size:1em;
}

.home_contact_question
{
padding-right:7px;
border:none;
}

ul.no-bullet
{
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
}

/*Header------------------------------------------*/
#wrap_header {
   width: 100%;
}

#wrap_header ul li {
	display: inline;
	text-align: center;
	margin-right: 5px;	
}

#wrap_header ul
{
	list-style-type: none;
	margin: 0; padding: 0 0 0 10px;
	text-transform:uppercase;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-color:color:#666666;
}

#header {
	background:  url("../images/header-bg.png") no-repeat scroll 0 0 transparent;
	background-color: #fff;
	background-color:#F1F1F1;
	width: 1050px;
	height:120px;
	margin:0 auto;
	padding-top:0px;
	vertical-align: middle;	
	
}

#logo {
	display:block;
	float:left;	
	width:140px;
	height:140px;	
	position:relative;
	margin-left:20px;
	background:  url("../images/logo.jpg") no-repeat scroll 0 0 transparent;
}



#label {
	display:inline;
	float:right;
	margin-top:-18px;	
	padding-top:5px;
}

#search {
	margin-top:10px;
	display: block;
	float:right;
	margin-right:3px;
	
}


#languages {
	margin-top:10px;
	width: 92px;
	height:10px;
	background-position:right bottom;	
	float:left;	
	margin-left:10px;
}

#languages a {
	color:#666666;
	font-weight:bold;
	
}
#languages a:hover {
	color: #000;

}

#contacts
{
	float:right;
	margin-top:10px;
}

#contacts a {
	color:#666666;
	font-weight:bold;
	
}
#contacts a:hover {
	color: #000;

}

/*Upper menu-----------------------------------------*/
#menu {
	/*background:  url("../images/version3.png") repeat scroll 0 0 transparent;*/
	background:  url("../images/menu-bg.png") no-repeat scroll 0 0 transparent;
	background-color:#F1F1F1;
	width: 1050px;
	height:40px;
	margin:0 auto;
	padding-top: 0px;
	border:0px solid;
	

	
}

#menu ul {  list-style: outside; padding: 0.5em 0 1em 2em; }
#menu ul ul {  padding: 0 0 0 2em; }
#menu ul li { background: url() no-repeat 0 6px; padding-left: 16px;text-transform:uppercase;font-family:Georgia,utopia,serif;}
#menu ul.nav-2 li.alarm{ background:url("../images/li.png") no-repeat scroll 120px 6px;}

/* ----------------------- nav ------------------------- */
/* --- 1. level --- */
#menu .nav-1,
#menu .nav-2,
#menu .nav-3 { position: absolute; list-style: none; background: #F1F1F1; padding: 0; }

#menu .nav-2,
#menu .nav-3 {
	display: none;
	width: 142px;
	border-bottom: 0 solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#menu .nav-3 { margin-top: 2px; }

#menu .nav-1 a,
#menu .nav-2 a,
#menu .nav-3 a { position: relative; }

#menu .nav-1 {  z-index: 100; padding: 0; background: none; padding-left:130px; margin-top:6px; }
#menu .nav-1 li { float: left; position: relative; padding: 0; background: none;padding-left:35px; }
#menu .nav-1 a { font-size:15px;font-weight:bold; display: block; min-width: 75px; border-bottom: 0px solid #D2D2D2; text-align: center; margin-left: 10px; padding-bottom: 3px; color: #666666; text-decoration: none; font-family: Georgia, "New York CE", utopia, serif; }
#menu .nav-1 a:hover, #menu .nav-1 li:hover a { 
color:#000000;
}
#menu .nav-1 li.selected a { border-bottom: 5px solid #f58220; }

/* --- 2. level --- */
#menu .nav-1 li:hover .nav-2 { display: block; }
#menu .nav-1 li:hover ul a { border-top: 1px solid #F1F1F1; border-bottom: 1px solid #F1F1F1; }

#menu .nav-2 { top: 20px; left: 43px; z-index: 110; width: 142px; background-color:#F1F1F1;  }
#menu .nav-2 li { border-bottom: 1px solid #000; position: relative;padding-left:0px; }
#menu .nav-2 a { text-transform:none;display: block;
 min-width: 110px;
 margin: 2px;
 padding: 1px 18px 1px 10px;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 color: #666666;
 text-decoration: none;
 font-variant: normal;
 font-size: 10px;
 text-align: left;
 font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; }
#menu .nav-2 a:hover, #menu .nav-2 li:hover a { background: #B0B0B0; color: #000; border-top: 1px solid #fb712b; border-bottom: 1px solid #fb712b; }
#menu .nav-2 a span { position: absolute; top: 8px; right: 8px; display: block; width: 8px; height: 10px;  no-repeat 0 -50px }
#menu .nav-2 a:hover span, #menu .nav-2 li:hover a span { background-position: 0 0; }

/* --- 3. level --- */
#menu .nav-2 li:hover .nav-3 { display: block; }
#menu .nav-2 li:hover ul a { background-color:#F1F1F1;  color: #000; }
#menu .nav-2 li:hover ul a span { background-position: 0 -50px; }

#menu .nav-3 { top: -3px; left: 141px; z-index: 120;   }
#menu .nav-3 a:hover { background: #B0B0B0 !important; color: #000 !important; border-top: 1px solid #fff !important; border-bottom: 1px solid #fff !important; }
#menu .nav-3 a:hover span { background-position: 0 0 !important; }

#menu .item-1-5 ul ul { left: -136px; }

/*---------------------------------------------*/
/*Path-----------------------------------------*/
#path {
	background: #CCCCCC;
	width: 960px;
	height:30px;
	margin:0 auto;
	padding-top:12px;
	font-size: 10px;	
}
#path a {
	color: #000000;
}


#path a:hover {
	text-decoration: none;	
}

#path .current {
	color: #000000;
	font-weight: bold;
	list-style-type: square;
}

#path ul
{
	list-style-type: square;
	margin: 0;
}


#path-in
{
	padding: 0 0 0 5px;
	padding-top:5px;
	background-color:#F1F1F1;
	width:925px;
	margin-left:15px;
	padding-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

#path ul li {
	display: inline;
	margin-right: 0px;	
	text-align: center;
	list-style-position: inside;
}

/*---------------------------------------------*/
/*Content-----------------------------------------*/
#wrap_main {
	clear:both;
	/*border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFF00;*/	
		
}

#main {
	width: 1050px;
	margin:0 auto;
	height:480px;
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;	
	padding-bottom:10px;
	padding-top:10px;
	background:url("../images/main-bg2.png") no-repeat scroll 0 0 transparent;
	background-color:#FBFBFB;
	position:relative;
	z-index:1;
}

#main_no_bg {
	width: 1050px;
	margin:0 auto;
	height:600px;
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;	
	padding-bottom:10px;
	padding-top:10px;	
	background-color: #FBFBFB;
	position:relative;
	z-index:1;
	background:url("../images/main-no-bg.png") no-repeat scroll 0 0 transparent;
	background-color:#FBFBFB;	
}

#main_not_found {
	width: 1050px;
	margin:0 auto;
	height:350px;
	overflow:hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;	
	padding-bottom:10px;
	padding-top:10px;	
	background-color: #FBFBFB;
	position:relative;
	z-index:1;
	background-color:#FBFBFB;	
	text-align:center;
}

#main2 {
	width: 800px;
	margin:0 auto;
	height:480px;
	padding-bottom:10px;
	padding-top:10px;
	background:url("../images/main-bg3.png") no-repeat scroll 0 0 transparent;	
	position:absolute;
	z-index:2;
	right:125px;
}


/*Left Menu -----------------------------------------*/

#menu_left span.a1 {
background:url("../images/menu-corner-a1.png") no-repeat scroll 0 0 transparent;
left:0;
top:0;
}

#menu_left span.a2 {
background:url("../images/menu-corner-a2.png") no-repeat scroll 0 0 transparent;
right:0;
top:0;
}

#menu_left span.b1 {
background:url("../images/menu-corner-b1.png") no-repeat scroll 0 0 transparent;
bottom:0;
left:0;
}

#menu_left span.b2 {
background:url("../images/menu-corner-b2.png") no-repeat scroll 0 0 transparent;
bottom:0;
right:0;
}

#menu_left span.cor {
display:block;
font-size:0;
height:8px;
line-height:0;
position:absolute;
width:8px;
}


#leftcol {
	float: left;
	width:270px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left:10px;
	background-color: #FBFBFB;	
	border-color:#666666;
	padding-bottom:10px;
	position:relative;
	
}

#leftcol_hidden
{	
	display:none;
}

#menu_left
{
	height:450px;	
	font-size: 8pt;
	text-align: center;
	vertical-align: top;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;
	text-align:justify;
	padding-left:4px;
	width:270px;
		
}

#menu_left li.selected  {
	background-color:  #FFCC00;
	font-weight: bold;		
	border-bottom: 1px solid #000000;
	text-align:left;	
}

#menu_left li.selected a  {
	padding-top:2px;
	padding-bottom:2px;
	color: #000;	
	padding-left:15px;
	background:url("../images/arrow2.png") no-repeat scroll 0 0 transparent;	
	
}

#menu_left li.lev2  {
	background-color: #fff;
	border-bottom: 1px solid #000000;	
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;	
	
}

#menu_left li.lev2 a  {	
	color:#000000;
	padding-left:15px;
	background:url("../images/arrow.png") no-repeat scroll 0 0 transparent;	
	font-size:11px;
}

#menu_left li.selected a:hover  {	
	color:#000000;
}



#menu_left li.lev1  {
	background-color: #F1F1F1;
	border-bottom: 1px solid #000000;	
	display:block;	
	color:#000000;
	
}

#menu_left li.lev1 a.selected{
	background:none;
	color:#000000;
}

#menu_left li.lev1 a  {	
	color:#000000;
	padding-left:45px;
	text-align:left;	
}


#menu_left li a {
	text-decoration: none;
	display:block;
}

#menu_left li a:hover {
	
	text-decoration:underline;
	
}

#menu_left ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 0px;
}

#menu_left ul li {
	text-align: center;
}

#menu_left li ul {
	text-align: center;
	display: none;
}

#menu_left li.selected ul 
{
	background-color: #F1F1F1;	
	display: block;
	font-weight: normal;
}

#menu_left li.selected ul li
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#menu_left li.selected ul li a:hover
{
	color: #6699FF;	
}

#menu_left li.selected ul li a
{
	color:#000000;
	background:none;	
}

#menu_left li.selected ul li a.selected
{
	color:#000000;
	background:none;	
	padding-left:45px;
	font-size:11px;
}

#menu_left li.selected ul li.selected
{
	background-color: #F1F1F1;	
	display: block;	
}

.menu_header
{	
	margin-bottom: 0px;
	background-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 2px;	
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	font-family:Georgia, Arial, Helvetica, sans-serif;	
}

.menu_header a
{
	text-decoration:none;
	display:block;
	border-color: #000000;
	border-width: 5px;
	color:#fff;
	font-variant:small-caps;
	
}
 /*----------------------------------------------*/

#content-in {
/*border:1px solid #C1C3C5;*/
height:600px;
overflow:hidden;
position:relative;
padding-top:10px;
}

#content {
	float: left;
	width: 748px;
	border: 0px solid #EAEAEA;
	margin-top: 3px;
	margin-left:10px;
	
	/*background-color: #fff;*/
}

#content_full {
	float: left;
	width:918px;	
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 9pt;
	background-color: #F1F1F1;	
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:8px;
}

input
{
	font-size: 9pt;
	border: 1px solid #999999;
	background:#F1F1F1;
	display:inline;
}

textarea
{
	font-size: 9pt;
	border: 1px solid #999999;
	background-color:#F1F1F1;
}

select
{
	font-size: 9pt;
	border: thin solid #000000;
}

select option
{
	font-size: 9pt;
	border: thin solid #000000;
}

#content a
{
	color: #2D71FF;
}

#content a:hover {
	color: #999999;
}

#content_full a
{
	color: #2D71FF;
	
}

#content_full a:hover {
	color: #999999;
}



#content .list-display td {
	
	padding-right: 9pt;
}

#main_image
{
	float: left;	
	margin-right:6px;
}

#synopsis
{
	/*border-top-color: #666666;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;*/
}

/*Footer-------------------------------------------*/
#wrap_footer {
	
	clear: both;
	width: 100%;	
}

#footer
{
	width:1050px;
	margin:0 auto;
	padding-bottom:15px;
	overflow:hidden;
	font-size: 7pt;
	padding-top:15px;	
	color:#000;
	border-bottom-style: solid;
	border-bottom-color: #8D8D8D;
	border-bottom-width: 1px;
	background-color:#F1F1F1;
}

#footer a
{
	color:#000;
	text-decoration:underline;
	color: #333333;
}

#footer-in
{
	margin-left:10px;
	margin-right:10px;
	color: #333333;
}
/*---------------------------------------------------*/

/*--Misc---------------------------------------------*/
.borders
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;	
}
#adv
{	
	background-color: #CCCC33;
	height:100%;
	clear:both;
	width:186px;
	float:left;
	font-size: 9pt;
	text-align: center;
	vertical-align: top;
	margin:0 auto;	
}

.main_image
{
float:left;
margin-right:10px;
margin-top:10px;
}

.sketch
{
border:0px solid;
height:380px;
text-align:center;
}


