@charset "utf-8";
/* CSS Document */

body	{
		padding: 10px 0;
		margin: 0;
		font-family: Calibri,Tahoma, Geneva, sans-serif;
		font-size: 12px;
		background: fff;
	}
.permafix	#wrapper	{
		margin: 0 auto; 
		padding: 10px 0; 
		width: 800px;
	}
.permafix	#logo	{
		background: url(../images/header.gif) center no-repeat; 
		height: 90px;
	}
.permafix	#top	{
		background: url(../images/top.gif) bottom center no-repeat; 
		height: 10px;
		width: 800px;
	}
.permafix	#main	{
		border-left: 1px solid #7396a9; 
		border-right: 1px solid #7396a9; 
		padding: 10px 20px 10px 20px;
		margin: 0;
	}
.permafix	#footer	{
		padding: 5px 10px; 
		text-align: center; 
		font-size: 11px;
		width: 780px;
		margin: 0 auto;
	}
.permafix	#btn	{
		background: url(../images/btn.gif) top center no-repeat;
		height: 10px;
		width: 800px;
		margin: 0 auto;
	}
.permafix	.title	{
		border-bottom: 2px solid #ccc; 
		background: #eaeaea; 
		padding: 5px 10px; 
		font-size: 14px; 
		font-weight: bold; 
		color:#666;
		clear: both;
	}
.permafix	.h3	{
		border-bottom: 2px solid #ccc; 
		padding: 5px 0; 
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		color:#fff;
		margin: 0;
		clear: both;
	}
.permafix	.h2	{
		padding: 5px 0 10px 0; 
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		color:#fff;
		margin: 0;
		clear: both;
	}
.permafix	.contents	{
		padding: 10px;
		font-size: 12px;
	}
.permafix	.right	{
		float: right; 
		width: 540px;
	}
.permafix	.left	{
		float: left; 
		width: 200px;
	}
.permafix	.clear	{
		clear: both;
	}
.permafix	#nav	{
		background:  center left no-repeat; 
		height: 30px; 
		margin: 10px 0;
		font-family: "Trebuchet MS", Verdana, Garamond;
		font-size: 12px;
		padding: 0;
	}
.permafix	#nav	ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
	}
.permafix	#nav	li{
		list-style: none;
		float: left;
		padding-left: 20px;
	}
.permafix	#nav	ul	a {
		color: #fff;
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		background: #ccc;
	}
.permafix	#nav	ul	a:hover {
		color: #fff;
		background: url(../images/hover.gif) top left repeat-x;
	}
	
	
.vNav  {
	padding: 0 20px;
	list-style-type: none;
	width: 760px;
	background: url(../images/menu_bg.gif) left center no-repeat;
	height: 30px; 
	margin: 10px 0;
	font-family: "Trebuchet MS", Verdana, Garamond;
	font-size: 12px;
}
.vNav	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
.vNav ul li {
	float: left;
}
.vNav ul a {
	display: block;
	padding: 0 2em;
	float: left;
	line-height: 2.5em;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #ddebf9;
}
.vNav .first a {
	background: none;
}
.vNav ul a:hover {
	color: #333;
	background: url(../images/hover.gif) top left repeat-x;
}	
	
	
/* Form details */
.permafix	fieldset	{
		margin: 1em 0;
		padding: 1em;
		border: 1px solid #666;
		background: #eee;
	}
.permafix	legend	{
		font-weight: bold;
	}
.permafix	form p	{
		position: relative;
	}
.permafix	* html .feedback	{
		width: 10em;
	}
.permafix	.feedback	{
		position: absolute;
		margin-left: 11em;
		left: 50px;
		width: 300px;
		font-weight: bold;
		padding-left: 18px;
		color: #760000;
	}
.permafix	input:focus, textarea:focus	{
		background: #ffc;
	}
.permafix	.submit	{
		width: 150px;
		padding: 5px 10px;
		background: url(../images/hover.gif) top left repeat-x!important;
		border: 1px solid #666;
	}
.permafix	input, textarea	{
		width: 500px;
		border: 1px solid #666;
	}
.permafix	label	{
		display: block;
	}
