/* CSS Document */

/*=== redefinitions ======================================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #815b46;
}
body, html {
	height: 100%;
}
body {
	background: #100100;
	padding: 0px;
	margin: 0px;
}
a {
	color: #f15728;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #f15728;
	font-size: 20px;
	font-weight: normal;
}
h1.right {
	text-align: right;
}
h3 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 100%;
}
p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}
/*=== list ======================================================*/
ul.sList {
	margin: 0px 0px 0px 15px;
	padding:  0px 0px 25px 2px;
}
ul.nList {
	margin: 0px 0px 0px 15px;
	padding:  0px 0px 10px 2px;
}

ul.sList li, nl.sList li {
	list-style-image: url(../images/bullet_arrow_black.gif);
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
ul.sList li ul{
	margin-top: 5px;
}
ul.sList li ul li{
	list-style-image: url(../images/bullet_arrow_red.gif);
}
/*=== layout ======================================================*/
#mybody {
	background:  #eae1d8 url(../images/body_bg.jpg) bottom left repeat-x;
	padding-bottom: 80px;
	
}
div.right {
	float: right;
}
.reset {
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 1px;
line-height: 0px;
font-size: 0px;
} 

/*=== page ======================================================*/
#page {
	background: url(../images/page_bg.jpg) top left repeat-x;
	/*background-color: #eae1d8;*/
}
#pageContent {
	width: 740px;
	padding: 0px;
	margin: auto;
}
.textColumn {
	margin: 0px 0px 0px 220px;
}
.justify {
	text-align: justify;
}
.noWrap {
	white-space: nowrap;
}

.error {
	color: #f15728;
	font-weight: bold;
}
/*=== panels ======================================================*/
.panelBorder {
	border: solid 1px #b5a696;
	background: white url(../images/panel_bg.jpg) top left repeat-x;
	padding: 0px;
	margin: 0px 0px 20px 0px ;
}
.panel {
	border: solid 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #e3e3e3;
	border-right-color: #e3e3e3;
	padding: 20px 30px 20px 30px;
}
.articleLeftImage {
	padding-left: 120px;
}
.articleRightImage {
	padding-right: 120px;
}
.articleBottomImage {
	padding-bottom: 120px;
}

/*=== header ======================================================*/
#header {
	background: #732914 url(../images/header_bg.jpg) top left repeat-x;
	height: 101px;
}
#headerContent {
	background: url(../images/header_splash.jpg) top right no-repeat;
	width: 740px;
	margin: auto;
	padding: 0px;
	height: 101px;
}
#logoInvite {
	margin-top: 24px;
	float: left;
}
#logoAllyTrade {
	margin: 35px 0px 0px 70px;
	float: left;
}
#headerBanner {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 300px;
	height: 80px;
}

/* === language menu ========================================================*/
#language {
	padding-bottom: 50px;
}
#language .panel{
	background: white url(../images/language_bg.gif) top left repeat-x;
	border: solid 1px #acacac;
	margin: 0px 2px 0px 0px;
	padding: 6px 5px 6px 5px;
	width: 20px;
	float: left;
	text-align: center;
}

#language .panel, #language .panel a{
	color: #aa5940;
	font-weight: bold;
}
/*=== menu ======================================================*/
.menuColumn{
	float: left;
	width: 180px;
	padding: 0px;
}
#leftBanner {
	width: 180px;
	height: 80px;
	padding-bottom: 20px;
}
ul.mainMenu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.mainMenu li{
	padding: 8px 5px 5px 25px;
	margin: 0px;
	background: url(../images/menuitem_bg.gif) top left repeat-x;
}
ul.mainMenu li a{
	color: #6d1700;
}
ul.mainMenu li#selected{
	background: #292828 url(../images/menu_highlight_bg.gif) bottom left repeat-x;
	font-weight: bold;
	color: #f15728;
}
ul.mainMenu li#selected a{
	color: #f15728;
}
#copyright {
	padding: 10px 20px 150px 25px;
	background: url(../images/splash_mouse.jpg) no-repeat top left;
}
#copyrightSmall {
	padding: 10px 20px 10px 25px;	
	margin-bottom: 40px;
	background: url(../images/copyright_bg.jpg) repeat-x top left;
}
