@charset "utf-8";

body {
	background-color: #8f8f8f;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406324;
	font-weight: bold;
}

.inputfield {
	width: 130px;
	border-top: 1px solid #799165;
	border-right: 1px solid #799165;
	border-bottom: 1px solid #799165;
	border-left: none;
	border: 1px solid #799165;
	background-color: #b3c1a7;
}

.button {
	border: 1px solid #799165;
	background-color: #b3c1a7;
	color: #406324;
}

.side-caption {
	position: absolute;
	top: 9px;
	right: 10px;
}

#wrap {
	margin: 20px auto 0px auto;
	width: 900px;
	background-image: url(../../images/wrap_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#header {
	background-color: #8f8f8f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	text-align: right;
	line-height: 150%;
}

#header a:link, a:visited {
	text-decoration: none;
	color: White;
}

#content {

}

#main {
	float: right;
	padding: 0px;
	margin: 0px;
}

#textbox {
	position: relative;
	background-image: url(../../images/textbox_bg.gif);
	background-repeat: repeat-y;
	width: 710px;
	border-top: 10px solid #8f8f8f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	font-weight: bold;*/
	color: #77777a;
	line-height: 160%;
	overflow: hidden;
}

#copy {
	float: right;
	margin: 15px 15px 20px 10px;
	overflow: hidden;
	width: 95%;
}

#copy a:link, #copy a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #77777a;
}

#copy a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #B3C1A7;
}

#copy-solutionsmain {
	float: right;
	margin: 15px 200px 20px 10px;
	overflow: hidden;
}

#copy-solutionsmain a:link, #copy-solutionsmain a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #77777a;
}

#copy-solutionsmain a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #B3C1A7;
}

#sidebar {
	float: left;
	padding: 0px;
	margin: 0px;
}

#nav {
	border-top: 10px solid #8f8f8f;
}

#sign-in {
	/*background-image: url(../../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 100px;*/
	height: 226px;
	width: 180px;
	overflow: hidden;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}
