/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	padding:0px;
	margin:0px;
}

h1 {
	margin: 0;
	padding: 0px;
}

#wrapper {
	margin:0 auto;
	width:970px;
	height:768px;
}
#imagewrapper {
	position:absolute;
	width:970px;
	height:768px;
}

#sandwichbar {
	position:absolute;
	width:886px;
	height:133px;
	padding-left:42px;
	padding-top:200px;
}
#sandwichouter {
	position:absolute;
	width:507px;
	height:340px;
	padding-left:421px;
	padding-top:333px;
}
#maincopy {
	position:absolute;
	width:510px;
	height:240px;
	padding-left:81px;
	padding-top:370px;
	z-index:1;
}

#login {
	position:absolute;
	width:525px;
	height:67px;
	padding-left:81px;
	padding-top:618px;
	font-size: 0.75em;
}

a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
select,
textarea,
input.text{
	font:normal 0.9em arial,helvetica,verdana,tahoma,"sans serif";
  	padding: 2px 2px;
}

.searchBoxText_Style
{
    border-style: hidden;
    border-width: 0px;
    color: #000000;
 	padding:8px 6px 2px 9px !important;
	height:16px;
	background: transparent url(images/text-input.png) 0 0 no-repeat;
}

.submit_btn {width: 80px; height: 24px; margin-left: 15px;}

#login {width: 600px;}