@charset "utf-8";
/* CSS Document */

body {
	background-color: #090909;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.center
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper
{
	width: 100%;
}


#container {
	width: auto;
}
#banner_top {
	background-image: url(../images/banner_top.jpg);
	height: 33px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(../images/banner_back.jpg);
	background-repeat: repeat-x;
	height: 184px;
	width: auto;
}
#banner_intro {
	background-image: url(../images/banner_intro_back.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 100%;
}
#banner_top_intro {
	background-image: url(../images/banner_top_intro.jpg);
	height: 33px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner_intro_blank {
	width: 749px;
	float: left;
	background-image: url(../images/banner_intro_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 75px;
	text-align: right;
	vertical-align: top;
}

#flash_holder {
	float: left;
	width: 470px;
	height: 184px;
	text-align: right;
	padding-right: 10px;
	background-image: url(../images/banner_back.jpg);
	background-repeat: repeat-x;
}
#flash_holder img {
	float:left;
	padding-top:175px;
}
#banner_desc {
	float: left;
	height: 184px;
	width: 360px;
	padding-left: 10px;
	background-image: url(../images/banner_back.jpg);
	background-repeat: repeat-x;
	font-family: "Myriad Pro", Verdana, Arial;
	font-size: 13px;
	padding-right:2px;
}
#banner_desc img {
	float:right;
}
#lang {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	float: left;
	width: 140px;
	height:164px;
	background-image: url(../images/banner_back.jpg);
	background-repeat: repeat-x;
}
#lang_intro {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	float: left;
	width: 50px;
	height:75px;
	background-image: url(../images/banner_intro_back.jpg);
	background-repeat: repeat-x;
}


#content {
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 332px;
	width: 1000px;
	text-align: left;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#content_intro {
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	width: 800px;
	text-align: left;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	float: left;
	width: 135px;
	background-color: #525252;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 5px;
	height: 350px;
	margin-right: 5px;
	padding-left: 5px;
}
#blank {
	float: left;
	width: 300px;
	height: 332px;
}

#main_text  {
	float: left;
	width: 519px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
	height: 350px;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	background-image: url(../images/footer_back.jpg);
	height: 171px;
	width: 100%;
	clear: both;
}
#footer_intro {
	background-image: url(../images/footer_intro_back.jpg);
	height: 63px;
	width: 100%;
	clear: both;
}

#gallery {
	text-align:left;
	padding-top: 22px;
	width: 1000px;
	height:149px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_back.jpg);
}
#footer_menu {
	background-image: url(../images/footer_menu_back.jpg);
	height: 43px;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
}
#footer_menu_menu {
	background-image: url(../images/footer_menu_back.jpg);
	height: 23px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#footer_intro_blank
{
	background-image: url(../images/footer_intro_back.jpg);
	background-repeat: repeat-x;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 63px;
}

.menu{
margin: 5px 0;
padding: 0;
}

.menu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Myriad Pro", Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}


.menu a.menuitem:visited, .menu .menuitem:active{
color: white;
}

.menu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.menu a.menuitem:hover{
	text-decoration:underline;
	color: #FF0000;
}


.menu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.menu div.submenu ul li{
border-bottom: 1px solid white;
}

.menu div.submenu ul li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: "Myriad Pro", Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.menu div.submenu ul li a:hover{
	text-decoration:underline;
	colorz: white;
	color: #FF0000;
}
.menu_jos {
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.menu_jos:visited {
	color: #000000;
	text-decoration: none;
}
.menu_jos:hover {
	text-decoration:underline;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 545px; /*Width of Carousel Viewer itself*/
	height: 100px; /*Height should enough to fit largest content's height*/
	text-align: center;
	left:230px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin: 10px;*/ /*margin around each panel*/
width: 135px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.introLink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.introLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.introLink:hover {
	text-decoration:underline;
}
