/* CSS Document 
BY SLAVOMIR SABO @ SLAVO INTERNATIONAL
slavo@hotmail.com
*/

body
{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
	margin: 0 0 0 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../Images/layout/background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 975px;
	
}
#header {
	margin: 0 0 0 0;
	padding: 0px;
	
}
#logo {
	display: none !important;
	height: 0px;
	width: 0px;
	float: right;
}
#menu {
	background-image: url(../Images/layout/Menu_Background.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	height: 34px;
	margin: 105px 0 0 0;
}
#cssMenu1 {
	padding: 0 0 0 180px;
}



/*  ---------- MAIN CONTENT LAYOUT ------------ */

#shell {
	width: 975px;
	padding-bottom: 10px;
}

#container {
	height: 200px;
	padding-top: 5px;
	/*padding-top: 15px;*/
	padding-left: 155px;
	width: 820px;
}

#main-content {
	width: 812px;
	background-image: url(../Images/layout/main-body-bot-border.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
#main-body {
	background-image: url(../Images/layout/main-body-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 10px 0px 20px;
}
.column-left {
	clear: both;
	float: left;
	width: 380px;
}
.column-right {
	float: right;
	width: 380px;
	clear: right;
}

.column-full-width {
	clear: both;
}

#container .column {
	position: relative;
	float: right;
}
#body-nav {
	width: 150px;          /* RC width */
	margin-left: -155px;
	padding: 0px;
	margin-top: 0px;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	/* for Mozilla */
  -moz-opacity:0.8;
	margin-right: 5px;
	position:fixed;
	z-index: 400;
	right: 0px;
}

#body-nav:hover {
	
	/* for IE */
  filter:alpha(opacity=100);
	/* CSS3 standard */
  opacity:1;
	/* for Mozilla */
  -moz-opacity:1;
}	
/* ----------------- body-nav Section NAVBAR --------------- */

#sb-nav {
	background-image: url(../Images/layout/right-nav-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#sb-nav h4 {
	font-size: 1.1em;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px;
	height: 14px;
	width: 140px;
	padding: 9px 2px 11px 8px;
}

#sb-nav-border {
	background-image: url(../Images/layout/right-nav-bot-border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 4px;
	width: 150px;
	margin: 0px;
}

.navcontainer {
	width: 150px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.navcontainer a
{
	display: block;
	color: #003366;
	width: 130px;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../Images/layout/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.navcontainer a:hover
{
	background-color: #FF6600;
	color: #FFFFFF;
	background-image: url(../Images/layout/sidebar-link-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.navcontainer li li a
{
display: block;
color: #FFF;
background-color: #69C;
width: 135px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}
.z-LastLine {
	clear: both;
	height: 1px;
}
#sb-nav hr {
	color: #996600;
	background-color: #996600;
}

/* ------------ FOOTER ------------------------ */

#footer {
	height: 20px;
	clear: both;
	padding-left: 8px;
	font-size: 0.9em;
	text-align: left;
	margin: 15px 0 0 0px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:hover {
	color: #000000;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
