/*
	 
	Technis (c) Copyright 2007
	

	*/
h1 {
	float:left;
	text-indent:-9999px;
}

		#footer{
		
		font-size:x-small;
		color:#333333;
		text-align:right;
		font-family:"Trebuchet MS";
		margin-top:25px;
		border-top:1px #006600 solid;
		}
		
		/* Style for my contact form */

form.contact label.fixedwidth{
	display:block;
	width:240px;
	float:left;
}

form.contact .buttonarea input {
	background: navy;
	font-weight:bold;
	padding:5px;
	border: 1px solid white;
	color:white;
}


form.contact .buttonarea {
	text-align:center;
	padding:4px
	background-color:#0066FF;
}

form.contact label {
	font-weight:bold;
	font-size:small;
	color:blue;
	line-height:150%;
}

form.contact fieldset {
	border: 2px solid navy;
	padding:10px;
}

form.contact legend {
	font-size:x-small;
	font-weight:normal;
	color:navy;
	padding:5px;
}

	

/* Style for my contact form */
		
		#footer a{	
		
		color:#0066FF;
		font-size:12px;
		text-decoration:none;
		}

		body {
		
			background: #eee;
			text-align: center;
			font-family: 'arial',sans-serif,helvetica;
			color: #666;
			font-size:15px;

		}
		
		strong {
		
		}

		a {

			color: #006601;
			text-decoration: none;
		}
		
		a:hover{
		
			text-decoration:underline;
		}
		
		h1 {
			
			font-size: 1.5em; 
			color: #139ea7;
			font-family:'arial';

		}
		
		h2 {
		
			margin-left:15px;
			color:#333333;
			padding-left:10px;
			/*border-left:4px #006600 solid;*/
			font-size:25px;
			border-bottom:1px solid #006600;
		}

		div.container {

			width: 750px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: justify;
			font-size:14px;
			color:#333333;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 150px;
			background: #f2fbfc;
			background-image: url(background_tile.jpg);
			background-repeat: repeat-y;
		
		}

		div.header span {

			position: relative;
			left: 25px;
			top: 30px;
			font-family: sans-serif;
			font-size: 2.1em;
			color: #139ea7;

		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background-color:#999999;
			margin-top: 3px;
			overflow: hidden;


		}

		span.home {			
			
			background: #999999;	
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}

		span.home a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.alt {

			background: #009900;
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}
		
		span.alt a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		

		div.main_nav {

			width:190px;
			float: right;
			margin-left: 10px;
			height: 100%
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;

		}

		div.sub_menu div {
		
			background: #999999;
			padding: 5px;
			color: #fff;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu a {

			background: #fff;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;

		}


		div.content {

			width: 500px;
			margin-top: 25px;
	

		}
		
		h3.stand {
		color:#006600;
		}

	

		