/* CSS Document */

/**********************************
Reset Trick 
***********************************/

html { 
	margin-bottom: 1px;
	min-height:100%;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border:0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

/**********************************
Clear Fixes 
***********************************/

.clearfix {
	display: block;
}

.clearfix:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clear {
	clear:both;
	font-size: 1%;
	line-height: 0;
	height: 1%;
}

/**********************************
Layout 
***********************************/

body {
	font-family: "Tahoma",helvetica,arial,clean,sans-serif;
	font-size: 62.5%; 
}

div#wrapper 
{
	margin: 0 auto;
	width: 1024px; 
}

/**********************************
Logo
***********************************/

div.logo 
{
    margin: 75px 200px 25px 0; 
    float:left;
}

/*** Logo Ends ***/

/**********************************
Center Content
***********************************/

#center_content {
	float: right;
	width: 800px;
	padding: 14px 0px 10px 10px;
	border-left:solid 1px #93ce2f;
	min-height:280px; 
	height:auto!important;
	height:280px;
	margin-bottom:90px;
}

.content_txt 
{
    width:560px;
    font-size:14px;
    font-family:Arial;
    color:#636363;
    line-height:20px;
}

.enter_btn
{
    padding: 40px 0 0 5px;
}

.contactus_btn
{
    padding: 20px 0 0 5px;
}

/*** Center Content Ends ***/
  
/**********************************
Footer
***********************************/

.footer_bg {
    background-color:#80ce27;
    height:39px; clear:both;
    }

.footer_container {
    width:1024px; 
    margin: 0 auto;
     }
  
div#footer p {
	color: #fff;
	padding: 11px 0px 4px 245px; 
	float:left; 
	font-size:12px; 
	font-family:Arial; }

/** Footer End **/

