body
{
	background-color: #ffffff;
	margin: 0;
	font-family: "Helvetica";
	font-size: 12px;
	color: white;
	
}

table{
	border-collapse: collapse;
}

th {
	color: #fd9a00;
	font-weight: normal;
	font-size: 14px;
	padding-right: 10px;
	}

th a{
	color: #fd9a00;
	font-weight: normal;
	font-size: 14px;
	}
	
	fieldset {
		border: 1px solid #3b4d3d;
	}
	
	fieldset:hover{
		border-color: #fd9a00;
	}

img {
	border: 0;
}

a{
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}



h1 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	font-weight: normal;
	color: white;
	font-family: "Helvetica Neue";
}

#container {
	width: 894px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0 28px 0 28px;
}

#header {
	position: relative;
	top: 14px;
	width: 907px;
	height: 54px;
}

	#logo{
		position: relative;
		float: left;
		width: 145px;
	}
	
	#nav {
		position: relative;
		float: right;
		top: 13px;
		width: 284px;
		padding: 0px 5px;
		color: white;
		height: 22px;
		line-height: 18px;
	}
	
	#nav div
	{
		position: relative;
		float: left;
	  display: block;

	  padding: 2px 5px;

	  font-family: Arial;
	}


	
	
		#nav a{
			color: white;
			text-decoration: none;
		}
		
		#nav div:hover a, #nav div:hover{
			background-color: white;
			color: black;
		}
		
		div#sample_attach_menu_child div:hover, div#sample_attach_menu_child div:hover a{
			background-color: white;
			color: black;
		}
		
		#nav #current, #nav #current a{
			font-weight: bold;
			color: #5f5f5f;
			background-color: white;
		}

		div#sample_attach_menu_child {
			width: 70px;
			padding: 2px 0px 0px 0px;
		}

		div#sample_attach_menu_child div{
			width: 60px;
			padding: 2px 5px;
			text-align: center;
		}

.door {
	margin-right: 50px;
}
