/* Design */
* {
	margin: 0px;
	padding: 0px;
}

/* Basic elements */

body, html {
	width: 100%;
	height: 100%;
 	text-align: center;
 	background-color: #000000;
 	color: #EBEBEB;
    font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	background-image:url(../media/images/construction_background.jpg);
	background-repeat:repeat-x;
    font-size: 12px;
	line-height: 16px;
}

a {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	padding: 0px 0px 15px 0px;
	color: #F7F7F7;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 22px;
	font-weight: bold;
}

h2 {
	padding: 0px 0px 10px 0px;
	color: #F7F7F7;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-weight: bold;
}

ul {
	padding: 5px 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 10px;
}

li {
	font-size: 12px;
}

li.singleTab {
	margin: 0px 0px 0px 20px;
}

img {
	border: none;
}

/* Layout Divs */

#content {
	margin: 0px auto 0px auto;
	width: 940px;
	min-height: 400px;
	text-align: middle;
	vertical-align: middle;
	overflow: hidden;
}

#contentContainer {
	width: 100%;
	background: #f8f7f1; 
	text-align: center;
	overflow: hidden;
}

#header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 192px;
	text-align: left;
	overflow: hidden;
}

#headerContainer {
	width: 100%;
	height: 192px;
	background: url('/media/images/bg_main_headerContainer.gif') repeat-x;
	text-align: left;
}

#footer {
	width: 100%;
	height: 61px;
	padding: 30px 0px 0px 0px;
	color: #c5bfae;
	background: url('/media/images/bg_main_footer.gif') repeat-x;
	text-align: center;
	overflow: hidden;
}

#footer a {
	color: #c5bfae;
	text-decoration: none;
}

#footer a:hover {
	color: #c5bfae;
	text-decoration: underline;
}

#logo {
	width: 204px;
	height: 192px;
	overflow: hidden;
}

#main {
	width: 100%;
	height: 100%;
	text-align: center;
}

#memberInfo {
	position:absolute;
	top: 152px;
	left: 224px;
	width: 736px;
	height: 40px;
	text-align: left;
	overflow: hidden;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 224px;
	width: 736px;
	height: 35px;
	padding: 65px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

#navigation ul {
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	padding: 0px;
	display: inline;
	list-style-type: disc;
}

#navigation a {
	color: #e5d6ae;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#searchAndSettings {
	position: absolute;
	top: 100px;
	left: 224px;
	width: 736px;
	height: 32px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	overflow: hidden;
}

/* Classes */

.formButton { 
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	border: outset 1; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
}
.formButtonOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	border: outset 1;
	color: #444444;
	height: auto;
	width: auto;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-image: url(/media/images/shadeform.gif);	
}
.formFieldOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-image: url(/media/images/shadeform.gif);	
}

.navPadding {
	margin: 0px 55px 0px 0px;
}

.searchButton {
	position: absolute;
	top: 15px;
	left: 182px;
	height: 24px;
	width: 83px;
	padding: 0px 10px 0px 10px;
	color: #e5d6ae;
	font-size: 12px;
	background: url('/media/images/bg_main_searchButton.gif') no-repeat;
	border: 0px;
	display: inline;
	cursor: pointer;
}

.searchTextfield {
	position: absolute;
	top: 15px;
	width: 163px;
	height: 24px;
	padding: 4px 8px 4px 8px;
	background: url('/media/images/bg_main_searchTextField.gif') no-repeat;
	border: 0px;
}

.currencySelect {
	position: absolute;
	top: 15px;
	right: 214px;
	width: 125px;
	height: 22px;
	color: #43413a;
	border: 2px solid #104d2c;
}

.unitsSelect {
	position: absolute;
	top: 15px;
	right: 86px;
	width: 125px;
	height: 22px;
	color: #43413a;
	border: 2px solid #104d2c;
}

.updateButton {
	position: absolute;
	top: 15px;
	right: 0px;
	height: 24px;
	width: 83px;
	padding: 0px 10px 0px 10px;
	color: #e5d6ae;
	font-size: 12px;
	background: url('/media/images/bg_main_searchButton.gif') no-repeat;
	border: 0px;
	display: inline;
	cursor: pointer;
}
