/* 
Project: LTF Holding Page
Filename: screen.css
Date: December 2009
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;  
	font-size: 62.5%;	
	color: #fff;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: #000;
    }


body a img {
	border: none;
}


.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */





/*------ wrap ------*/


#wrap {
	margin: 0 auto 30px auto;
	padding: 70px 0 10px 0;
	width: 800px;
	text-align: left;
	border-bottom: 30px solid #8BC736;
}


/*------ col1 ------*/


#col1 {
	float: left;
	width: 390px;
}


#col1 h1{
	float: left;
	width: 390px;
	height: 235px;
	text-indent: -9999px;
	background: url("img/axis-logo.gif") no-repeat 0 0;
}


#col1 h2{
	float: left;
	width: 390px;
	height: 36px;
	text-indent: -9999px;
	background: url("img/axis-thankyou.gif") no-repeat 0 0;
}



#col1 p{
	font-size: 1.4em;
	padding-bottom: 20px;
}


#col1 p.larger{
	font-size: 1.6em;
}


#col1 p strong{
	color: #8bc736;
	font-weight: normal;
}


#col1 p a{
	color: #8bc736;
	text-decoration: none;
}


#col1 p a:hover{
	text-decoration: underline;
}



/*------ col2 ------*/


#col2 {
	float: right;
	width: 400px;
}


#col2 p{
	font-size: 1.4em;
	padding-bottom: 20px;
}

