
/* --------  WMS          : (http://wowminisites.com)
   --------  project      : Jay (www.HomeJobsDirectory.com)
   --------  last update  : 18/12/2009  -------------------------*/

   
/*---------------------------------------------------------------*/		
	/* 			// DEFAULT STYLE  //
	-------------------------------------------------------------*/		
   
body 
{ 
	padding:0; 
	margin:0 auto; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color: #000; 
	background: #515350 url(../0_images/background/bg_body.jpg) repeat-x;
	height:auto;
}

	a 
	{
		color: #fff;
		text-decoration:none;
	}
	a:hover 
	{
		color: #eee;
		text-decoration:underline;
	}
	
	
	h1 
	{
		font: bold 2em Lucida Sans;
		letter-spacing: -1px; 
		padding: 7px 0 0 8px;
		margin: 0;
		color:#000;
	}
	
	h1 a, h2 a 
	{
		text-decoration: none;
	}
	
	h1 a:hover, h2 a:hover 
	{
		color: #000;
	}
	
	h2 
	{ 
		margin: 0; 
		padding: 0; 
		font: bold 1.7em Arial, Sans-Serif; 
		letter-spacing: -1px;
	}
	
	h2 
	{ 
		font-size: 16px;
		margin-bottom: 5px; 
		color: #6d6d6d; 
		background: inherit;
	}
	
	p
	{	
		margin: 0 0 1px 0;
	}	
	
	ul 
	{ 
		margin: 0; 
		padding : 0; 
		list-style : none; 
	}
	
	form 
	{ 
		margin: 0; 
	}
	
	input.Textfield 
	{ 
		background:#eee; 
		padding:2px; 
		color:#000;
		font-size:12px;
		margin:2px;
		width:160px;
	}
	
	.Label
	{
		color:#000;
		font-size:12px;
		font-weight:bold;
		text-align:right;
		padding:5px;
	}


/*-------------------------------------------------------------*/		
	/* 			//  WEB FRAMEWORK  //
	-------------------------------------------------------------*/		
   
	.Container
	{
		margin:0 auto;
	}
	
		.Header
		{
			margin: 0 auto;
			text-align:center;
			vertical-align:top;
		}
		.Top
		  {
			  background:url(../0_images/background/bg_top.jpg) repeat-x;
			  height:26px;
			  width:100%;
		  }

		
		.ContentWrap
		{
			width:780px;
			margin:0 auto;
			
		}
		
		
		.Content
		{
			background:#fff;
			margin:0 auto;
			width:100%;
			height:auto;
		}
		
		.ContentLeft
		{
			width:15px;
			background: url(../0_images/background/bg_left.jpg) repeat-y;
			background-position:right;
		}
		.ContentRight
		{
			width:15px;
			background:url(../0_images/background/bg_right.jpg) repeat-y;
		}
		
		.Headline
		{
			margin: 0 auto;
			text-align:center;
			padding:30px 0 60px 0;
		}

			
/*-------------------------------------------------------------*/		
	/* 			// CONTENT PAGE  //
	-------------------------------------------------------------*/		


/* ==== SALESPAGE STYLE  ======*/
	
		.SalesPage
		{
			margin:0 auto;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			line-height:22px;
			padding:10px;
		}
		.SalesPage_Contents
		{
			text-align:left;
		}
		.SalesPage_Tagline
		{
			font-size:18px;
			font-weight:bold;
			text-align:center;
			line-height:35px;
			font-family:Verdana, Geneva, sans-serif;
		}
		.SalesPage_Tagline span
		{
			font-size:28px;
			font-weight:bold;
			text-align:center;
			line-height:36px;
		}
		.SalesPage_Item
		{
			font-size:14px;
			font-weight:bold;
		}
		.SalesPage_ItemSpan
		{
			font-size:14px;
		}

/* ==== ECOVER STYLE  ======*/
	
		.Ecover
		{
			text-align:center;
			margin:0 auto;
			padding:100px 0 0 0;
		}
		.Ecover_Item
		{
			margin:0 auto;
			text-align:center;
			padding:5px;
		}


		
		
/* ==== BUTTON STYLE  ======*/	
		.Button_Download
		{
			margin:0 auto;
			text-align:center;
			padding:10px;
		}
		.BulletPoint
		{
			padding:10px;
		}

/* ==== FOOTER STYLE  ======*/
   		
.Footer 
{ 
}

	  .Footer_Bottom
	  {
		  background:url(../0_images/background/bg_footer_bottom.jpg) repeat-x;
		  background-position:top;
		  height:107px;
	  }
	  

