/*--------------------------------------------------
 Global CSS 
 advancedplasmapower.com
  --------------------------------------------------*/
  
  /* global id*/
	
  h3 {
  	
	/* important for sifr*/
	line-height: 1em;
	/*-------------------*/
	
  	font-size: 18px;
	font-weight: bold;
	color: #4e4e4e;
	
	margin: 20px 0 0 0;
	padding: 0;

  }
  
  .button {
	padding: 5px;
	
  	background-color: #355CA3;
	color: #fff;
	
	text-decoration: none;
	font-weight: normal;
	
	float: right;
	
  }
  
  textarea {
  	border: 1px solid #CCC;
	margin-bottom: 20px;
  }
  
   input {
  	border: 1px solid #CCC;
	margin-bottom: 20px;
	width: 300px;
  }
  
  h3.first {
	
	margin: 0 0 0 0;
	padding: 0;

  }

  h4 {
  	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
  }
  
 
  
  a img {
  	border: 0;
  }
  
  p {
  	line-height: 1.4em;
  }
  
   p.strong {
  	font-weight: bold;
  }
  
  label {
  	display: block;
	color: #00aae2;
	font-weight: bold;
  }
  
  .white {
  	color: #fff;
  }
  
   a.white:link,
   a.white:visited {
  	color: #fff;
	text-decoration: none;
  }
  
  a.white:hover,
   a.white:active {
  	color: #fff;
	text-decoration: underline;
  }
  
  .blue{
  	color: #2CAEDC;
  }


 a.blue:link,
   a.blue:visited {
  	color: #2CAEDC;
	text-decoration: none;
  }
  
  a.blue:hover,
   a.blue:active {
  	color: #2CAEDC;
	text-decoration: underline;
  }
  
  .grey{
  	color: #3F3F3F;
  }
  
   a.grey:link,
   a.grey:visited {
  	color: #3F3F3F;
	text-decoration: none;
  }
  
  a.grey:hover,
   a.grey:active {
  	color: #3F3F3F;
	text-decoration: underline;
  }
   
  .narrow {
  	/*line-height: 0.6em;*/
	margin: 0;
	padding: 0;
  }
  
  .hide {
	display: none;	
  }
  
  .clear {
	clear: both;
	margin:0;
	padding:0;
	height:0;
  }
  
  .submit,
  #input_submit {

  	background-color: #355CA3;
	
  	color: #fff;
	
	border:none;
	
	margin: 0 0 0 10px;
	padding:  0;

	width: 50px;
	height: 24px;
	
  }
  
  .first {
  	margin-left: 0;
  }
  
  input .text{
  	
	float: left;
	
  	border: 1px #00AAE2 solid;
	
	width: 200px;
	
	height: 20px;
  }
  
  .div_height_1 {
  	height: 1px;
  }
  
  .div_height_2 {
  	height: 2px;
  }
  
  .div_height_5 {
  	height: 5px;
  }
  
  .div_height_8 {
  	height: 8px;
  }
  
  .div_height_10 {
  	height: 10px;
  }
  
  .checkbox {
  	width: 20px;
  }
body{

	margin: 0;
	padding: 5px 0 0 0;

	font-size: 12px;
	
	font-family: Arial, Helvetica, sans-serif;

	background: url('../images/global/body_background.gif') 0 0 repeat-x;
}
  
#wrap {

 	width: 996px;
  
	margin: 0 auto;
	
  	background: url('../images/global/inner_wrap_background.gif') 0 0 repeat-y;
	
}

#inner_wrap {
	
  	background: url('../images/global/wrap_background.gif') 0 0 no-repeat;
	
}
  
	#top_section {
		
		width: 996px;
		
		margin: 0 auto;
		
		height: 100px;
		
		background: url('../images/global/wrap_background_top.gif') 0 0 no-repeat;
	}
	  
	  	#header {
			position: relative;
		}
		
		#app_logo {
		  	
			float: left;
			
			width:143px;
			height:91px;
			
			background: url('../images/app_logo.gif') 20px 20px no-repeat;
			
		}
		
		#app_leaves{
			
			position: absolute;
			
			top: 10px;
			left: 300px;
			
			margin: 10px 0 0 200px;
			
			width:190px;
			height:103px;
			
			background: url('../images/global/header_leaves.gif')  0 0 no-repeat;
			
		}

		
		

	#main {
	
	  	/* ie 6 hack to min-height*/
		min-height:450px;
		height:auto !important;
		height:450px;
		
		/* sets all content to the right width with the correct padding*/
		width: 940px !important;
		padding: 0 28px 0 28px;
	
	}
	
		
		#menu {
		
			background: #355BA2 url('../images/menu_items/menu_background.gif') top left no-repeat;
			
			height: 26px;
			
		}
		
			
			
	#content {
	
		margin-top: 20px;
		
		/*position: relative;*/
	
	}		
		
  /* footer */
  
  #footer {

	clear: both;
	
	width: 996px;
	height: 40px;
	
	margin: 20px auto 0 auto;
	padding: 0;
	
  	background: #ffffff url('../images/global/wrap_background_bottom.gif') 0 0 no-repeat;
		
  }
  
	  #footer_block {
	  
		display: block;
	 	
		height: 20px;
		 
		margin: 20px 40px;
		padding: 0;
		
		font-size: 9px;
		color: #fff;
		
	  }
	  
		  #footer_block p{
		  
		 	float: left;
		  
			margin: 0;
			padding: 0;
			
		  }
		  
		  #footer_block ul {
		 	
			list-style: none;
			
			width: 500px;
			
			text-align: right;
			
			float: right;
			
			margin: 0;
			padding: 0;
		   
		  }
		  
		  #footer_block ul li{
		 	
			display: inline;
			
			margin: 0 0 0 10px;
			padding: 0;
			
		  }
		  
		  #footer_block ul li a{
		 	
			color: #ffffff;
			
			text-decoration: none;
			
		  }