/***********************************************
**																						**
**	Stylesheet																**
**	Copyright:		2008 Return Logistics Int.	**
**	Author:				Markus Lambeth							**
**																						**
***********************************************/

body
{
	color: #333333;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11pt;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url('images/back_dot.png');
	background-repeat: repeat;
}

a { }
a:hover { }
a:visited { }


.mainPanel
{
	width: 740px;
	margin: 20px;
	padding: 20px 20px 5px 20px;
	border: 1px #333333 solid;
	background-color: #FFFFFF;
	
}

.headerFrame
{
	width: 700px;
	height: 80px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	border: 1px #333333 solid;
}

.header, .header a, .header a:visited
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	vertical-align: Bottom;
	text-decoration: none;
}

.section, .section td
{
	color: 006699;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
}

.header a:hover 
{ 
	color: #006699; 
}

.bodyFrame
{
	width: 680px;
	border: 1px #333333 solid;
	
	padding: 10px;
	background-color: #FFFFFF;
}

.body, .body td, .body blockquote {

	color: #333333;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	text-align: justify;
}


.footerFrame
{
	color: #555555;
	font-size: 10pt;
	text-align: center;
	padding: 5px;
}

.navFrame
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-container-outer
{
	padding: 0px;
	height: 32px;
	width: 700px;
	background-image: url('images/nav_back.png');
	background-repeat: repeat-x;
	border: 1px #333333 solid;
}

.float-left { float: left; }
.float-right { float: right; }

.nav-container .divider
{
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
}

.nav-container .divider-vert
{
	float: left;
	width: 0px;
	display: none;
}

.nav-container .item-secondary-title
{
	display: block;
	cursor: default;
	white-space: nowrap;
}

.clear
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none;
}

.topten {


}

.nav-container
{
	position: relative;
	zoom: 1;
	margin: 0 auto;
}

.nav-container a, .nav-container li
{
	float: left;
	display: block;
	white-space: nowrap;
}

.nav-container div a, .nav-container ul a, .nav-container ul li { float: none; }

.nav-container ul
{
	left: -10000px;
	position: absolute;
}

.nav-container, .nav-container ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.nav-container li a { float: none; }

.nav-container li { position: relative; }

.nav-container ul { z-index: 10; }

.nav-container ul ul { z-index: 20; }

.nav-container ul ul ul { z-index: 30; }

.nav-container ul ul ul ul { z-index: 40; }

.nav-container ul ul ul ul ul { z-index: 50; }

li:hover>ul { left: auto; }

#nav-container ul { top: 100%; }

#nav-container ul li:hover>ul
{
	top: 0px;
	left: 100%;
}

#nav-container ul li.over ul {
	display: block;
}

/*^'^ Primary Items ^'^*/
#nav-container a
{
	padding: 5px 15px 5px 15px;
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top;
}

#nav-container a:hover
{
	color: #006699;
	background-repeat: no-repeat;
	background-position: center;
}


/*^'^ Secondary Items Container ^'^*/
#nav-container div, #nav-container ul
{
	padding: 10px 4px 10px 4px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

/*^'^ Secondary Items ^'^*/
#nav-container div a, #nav-container ul a
{
	padding: 3px 10px 3px 6px;
	background-color: #FFFFFF;
	background: url('images/nav_itm_sec_back.png');
	background-repeat: no-repeat;
	background-position: 0px 22px;
	font-size: 10px;
	border-width: 0px;
	border-style: none;
	margin: 0px 0px 0px 0px;
	width: 149px;
	color: #006699;
	text-align: left;
	position: relative; 
	z-index: 1;
}

/*^'^ Secondary Items Hover State ^'^*/
#nav-container div a:hover, #nav-container ul a:hover
{
	background-color: #FFFFFF;
	background: url('images/nav_itm_sec_back.png');
	background-repeat: no-repeat;
	color: #333333;
}

/*^'^ Secondary Item Titles ^'^*/
#nav-container .item-secondary-title
{
	cursor: default;
	padding: 4px 0px 3px 7px;
	color: #navy;
	font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size: 11px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
}

/*^'^ Horizontal Dividers ^'^*/
#nav-container .divider-horiz
{
	border-top-width: 1px;
	margin: 5px 5px;
	border-color: #006699;
}

/*^'^ Vertical Dividers ^'^*/
#nav-container .divider-vert
{
	border-left-width: 1px;
	height: 15px;
	margin: 4px 2px 0px 2px;
	border-color: #AAAAAA;

}

