* {
	padding: 0;
	margin: 0;
}
body {
	background: url(layout/body.png);
	background-color: rgb(63,63,63);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: hidden;
}

a {
	text-decoration: none;
}

/*img {
	border: 0;
}*/

a:link, a:visited, a:focus, a:hover, a:active {
	color: #000; 
}

#middle {
	position:absolute;
	left: 0;
	top: 113px;
	padding: 5px 5px 5px 5px; 
	padding: 0;
	height: 250px;
	margin-left: 0;
    margin-top: 380px;
    background: none;
    z-index: 200;
}

#logo {
	position: absolute;
	top: 80px;
	left: 457px;
	z-index: 255;
	FILTER: alpha(opacity=90); opacity: 0.90; -moz-opacity: 0.90;
}

#logo img {
		border: 1px solid #444;
}

#front_shadow {
	position:absolute;
	background:url(layout/front_shadow.png);width:509px;height:702px;
	margin-left: 246px;
	margin-top: 34px;
	z-index: 10;
}

#front_display {
	position: absolute;
	z-index: 50;
	background:url(layout/front_display.jpg);
	width: 423px;
	height: 702px;
	margin-left: 45px;
	background-repeat: no-repeat;
}

#wrap {
	margin-left: 10px;
}

* html #front_shadow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='layout/front_shadow.png');
	background: transparent;
}

#picture {
	width:423px;
	height:392px;
	position: absolute;
	margin-top: -291px;
	margin-left: 291px;
	z-index: 250;
}

#picplayer {
	width:423px;
	height:392px;
	position: absolute;
	margin-top: -291px;
	margin-left: 291px;
	z-index: 200;
}

#left {
	position: absolute;
	top: 192px;
	left: 0px;
	width: 255px;
}

#menu {
	float: right;
	width: 150px;
}

#right {
	position: absolute;
	top: 237px;
	left: 770px;
	width: 455px;
	height: 250px;
	padding-right: 20px;
	overflow-y: auto;
	line-height: 18px;
}

#right li a {
	margin-left: 2px;
	padding-left: 15px;
	background: url(layout/redbox.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #333;
}

#right li a:hover {
	color: #000;
}

hr.right_top {
  position: absolute;
  width: 415px;
  left: 770px;
  top: 227px;
  color: #fff;
  background-color: transparent;
  border: 1px dotted #666;
  border-style: none none dotted;
  margin-bottom: 5px;
}

#right hr {
  width: 415px;
  color: #fff;
  background-color: transparent;
  border: 1px dotted #666;
  border-style: none none dotted;
  margin-bottom: 5px;
  margin-top: 10px;
}

#right #footer {
	font-size: 11px;
	line-height: 13px;
}


#topic_search {
	width: 450px;
	position: absolute;
	top: 200px;
	left: 770px;
}

#topic_search h1 {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}

#topic_search #search {
	position: absolute;
	margin-left: 210px;
	margin-top: 2px;
	font-size: 11px;
	color: #666;
}

#topic_search #search #frm_search {
	float: left;
}

#topic_search #search #frm_search #search_term {
	font-size: 11px;
	height: 12px;
	border: 1px solid #999;
	color: #666;
	width: 100px;
}

#topic_search #search #frm_search #search_submit {
	border: none;
	background-color: #C4C4C4;
	font: 11px arial;
	padding-left: 0;
	padding-right: 5px;
	margin: 0;
	color: #333;
	cursor: pointer;
}

#topic_search #search #frm_search #search_submit:hover {
	color: #000;
}

#topic_search #search #search_links {
	float: left;
	padding-top: 1px;
}

#topic_search #search #search_links a {
	padding-left: 5px;
	font-weight: normal;
	color: #333;
}

#topic_search #search #search_links a:hover {
	color: #000;
}


#quicklinks {
	position: absolute;
	top: 159px;
	left: 100px;
	z-index: 250;
}

#topmenu {
	position: absolute;
	top: 161px;
	left: 769px;
	z-index: 250;
	font-size: 12px;
}

#topmenu span {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#topmenu a {
	float: left;
}

#topmenu a.redbox {
	padding-left: 15px;
	background: url(layout/redbox.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#quicklinks #lst_quicklinks {
	font-size: 11px;
	width: 170px;
}

#ticker {
	position: absolute;
	top: 610px;
	left: 405px;
	z-index: 210
}

/* Menu */

#navcontainer {
	padding-top: 12px;
	margin-bottom: 10px;
    border-bottom: 1px dotted #000;
	text-align: left;
}

#navcontainer #current {
	color: #fff;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
  display: inline;
}

#navcontainer a{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 2px 25px;
	padding-top: 3px;
	padding-right: 10px;
    border-top: 1px dotted #000;
    font-weight: normal;
}

#navcontainer a:hover {
	color: #000;
    background-image: url(layout/redbox.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
}

#navcontainer a.open {
        color: #000;
        font-weight: bold;
        background-image: url(layout/redbox.png);
        background-repeat: no-repeat;
        background-position: 10px 6px;
}

#navcontainer a.active {
        color: #000;
        font-weight: bold;
        background-image: url(layout/redbox.png);
        background-repeat: no-repeat;
        background-position: 10px 6px;
}

#navcontainer ul ul {
  display: none;
}

#navcontainer ul ul.open {
  display: inline;
/*  border-bottom: 1px solid #dddddd; */
}

/* Child - Level 1 */

#navcontainer ul ul a {
    border: 0px;
	padding-left: 30px;
}

/* Child - Level 2 */

#navcontainer ul ul ul a {
	padding-left: 35px;
}

/* Child - Level 3 */
#navcontainer ul ul ul ul a {
	padding-left: 40px;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul a {
	padding-left: 45px;
}

/* Carousel */

    #container .yui-carousel-element li {
        height: 158px;
        text-align: left;
		border: none;
    }

    #container {
        font-size: 13px;
        margin: 0 auto;
		border: none;
		position: absolute;
		top: 490px;
    }
    
    #pics {
    	margin-left: 30px;
    }

    #container .item {
        display: inline;
        margin: 0 22px 0 12px;
		margin: 0;
        overflow: hidden;
        width: 106px;
        color: #fff;
        font-size: 11px;
    }

    #container .item img {
    	margin-left: 10px;
    	margin-bottom: 15px;
    	cursor: pointer;
    }
	
	#container .item div {
		width: 100px;
		text-align: center;
		margin-left: 3px;
	}
	
	#container .yui-carousel-nav {
	    background-image: none;
	    height: 20px;
	}
	
	#container .yui-carousel-nav form select {
		position: absolute;
		z-index: 100;
		left: 340px;
		margin-top: 8px;
		width: 80px;
	}

	#container .yui-carousel-item-selected {
		border:none;
		outline:none;
	}
	
	#container .yui-carousel-next-button {
	 position: absolute;
	 left: 1225px;
	 top: 50px;
	 z-index: 255;
	 background-image: url(layout/arrow_to_r.png);
	 background-position: 0 0;
	 width: 21px;
	 height: 22px;
	}

	#container .yui-carousel-first-button {
	 position: absolute;
	 left: 110px;
	 top: 50px;
	 z-index: 255;
	 background-image: url(layout/arrow_to_l.png);
	 background-position: 0 0;
	 width: 21px;
	 height: 22px;
	}
	
	#container .yui-carousel-nav ul {
	 width: 422px;
	 position: absolute;
	 left: 510px;
	 top: 98px;
	 z-index: 255;
	}

	#container .yui-carousel-nav ul a {
	 background: #fff;
	 border: 1px solid #444;
	}

    #container ul li.yui-carousel-nav-page-selected a {
     background: #e62b27;
	 border: 1px solid #444;
    }

/* Sitemap */

#sitemapcontainer {
        margin-top: -11px;
}

/* Parent - Level 0 */

#sitemapcontainer ul {
        list-style-type: disc;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 0px;
}

#sitemapcontainer li {
        padding-bottom: 2px;
}

#sitemapcontainer a {
	color: #424242;
}