@charset "utf-8";
a {
	color: #F90;
	text-decoration:none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

#container-top-ex {
	width: 100%;
	height: 184px;
	background-image: url(images/containet-top-ex.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

#container-top-logo {
	height: 184px;
    background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 19px;
}

#container-top-in {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #FFFFFF;*/
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#topnav {
	margin-top:142px;
	height: 92px;
}

#container-main-ex {
background: #FFFFFF;
}
#container-text {
	width:100%;
	background: #FFFFFF;
}
#container-text-in {
background: #FFFFFF;
	width:810px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: #FFFFFF;
}

#container {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


ul#menu
{
	width:900px;
	list-style:none;
	text-align:left;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	background:transparent url(images/nav-bg.jpg) repeat-x top left;
	font-weight: normal;
	text-transform:uppercase;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:8px 18px 0 18px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav-bg.jpg) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav-bg.jpg) 0px -30px no-repeat;	
	float:left;
	margin:0;
}


#main { width:100%; margin:20px 0 20px 0; float:left;}
#head_image {
	height:150px;
	line-height:24px;
	background-color: #FFFFFF;
	background-image: url(images/orange-glasses.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-left: 7px;
}
#head_image2 {
	height:150px;
	line-height:24px;
	background-color: #FFFFFF;
	background-image: url(images/orange-phone.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-left: 7px;
}
#slogan {
	color:#fff;
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size:21px;
	text-transform:uppercase;
	text-align: left;
}
#sub-slogan {
	color:#ffff00;
	font-size:10px;
	line-height:12px;
	padding-top:15px;
	text-align: left;
}

#sub-slogan a {
	font-size:12px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;	
}

#sub-slogan a:hover {
	text-decoration: underline;	
}

#content {
	width:810px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: #FFFFFF;	
}
#text {
	float:left;
	background: #FFFFFF;	
	width:780px;
	padding-left:10px;
	text-align: left;
	font-size:14px;
}
#text h1 {
	margin:20px 0 0 0;
	text-transform:uppercase;
	font-size:20px;
	color:#000;
	font-weight:normal;
	padding-left:13px;
	background-image: url(images/h.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#text h2 {
	text-transform:uppercase;
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left:13px;
	background-image: url(images/h.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#text h3 {
	text-transform:uppercase;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#container-footer {
}
#container-footer-ex {
	height:90px;
	width:780px;
	background-image: url(images/logo-footer.jpg);
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center 16px;
}

#container-footer-ex p {
	font-size: 9px;
	color: #999;
	text-align: center;
	padding-top: 55px;
}

#footer {
	height:90px;
	clear:both;
	background-image: url(images/containet-bot-ex.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}

      .dshow {
        width: 780px;
        margin: 1em .5em;
      }
      .dshow h3 {
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	/*background-color: #D6D6D6;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: default;
	background-image: url(images/titles.jpg);
	background-repeat: no-repeat;
	background-position: left;
      }
      .dshow div {
	padding: .5em .25em;
	cursor: default;
      }
	  
#zebra {
	font-size: 12px;
}
#zebra tr {
		background-color:#FB5;
}
#zebra td {
	padding-right: 10px;
	padding-left: 10px;
	height:20px;
}
#zebra th {
	font-size: 12px;
	color: #FFF;
	background-color: #F90;
	padding-right: 10px;
	padding-left: 10px;
}
.zebra-odd {
	background-image: url(images/whitebg.jpg);
	background-repeat: repeat;
}

#ul-ext li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#ul-int {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:13px;
}

