/*Traxo landing page CSS file*/

body 
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
}

.pageholder	{
	width:978px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
	
#Layer1 {
	position:absolute;
	z-index:2;
	height:346px;
	width:978px;
	visibility: visible;
}

#Layer2 {
	position:absolute;
	z-index:2;
	height:346px;
	width:978px;
	visibility: hidden;
}

#Layer3 {
	position:absolute;
	z-index:2;
	height:346px;
	width:978px;
	visibility: hidden;
}

#Layer4 {
	position:absolute;
	z-index:2;
	height:346px;
	width:978px;
	visibility: hidden;
}

#tab1 {
	position:absolute;
	z-index:3;
	height:47px;
	width:221px;
	visibility: visible;
}

#tab2 {
	position:absolute;
	z-index:3;
	height:47px;
	width:221px;
	visibility: hidden;
}

#tab3 {
	position:absolute;
	z-index:3;
	height:47px;
	width:221px;
	visibility: hidden;
}

#tab4 {
	position:absolute;
	z-index:3;
	height:47px;
	width:221px;
	visibility: hidden;
}	
	
#tab5 {
	position:absolute;
	z-index:3;
	height:47px;
	width:221px;
	visibility: hidden;
}
	
#headerholder	{
	width:891px;
	padding-left:69px;
	padding-right:18px;
	padding-top:7px;
	text-align:left;
	height:54px;
	}	
	
#loginholder	{
	float:right;
	width:470px;
	padding-top:10px;
	}	
	
#bottomholder	{
	width:891px;
	padding-left:69px;
	padding-right:18px;
	text-align:left;
	}	
	
#whatothers	{
	font-family:museo-700;
	font-size:22px;
	color:#222f53;
	padding-top:26px;
	padding-left:9px;
	width:550px;
	}
	
.bottomtext 	{
	font-size:16px;
	color:#222f53;
	}	
	
.bottomtext		a:visited 	{
	font-size:16px;
	color:#222f53;
	text-decoration: none;
	}
	
.bottomtext	a:link	{
	font-size:16px;
	color:#222f53;
	text-decoration: none;
	}
	
.footertext 	{
	font-size:11px;
	color:#005ba6;
}

.footertext 	a:visited	{
	font-size:11px;
	color:#005ba6;
	}

.footertext a:link {
	font-size:11px;
	color:#005ba6;
	text-decoration:underline;
	}	
	
#middleholder	{
	width:891px;
	padding-left:69px;
	padding-right:18px;
	text-align:left;
	}	
	
.middleholder	{
	width:891px;
	padding-left:69px;
	padding-right:18px;
	text-align:left;
	}	
	
#automatically	{
	font-family:museo-700;
	font-size:28px;
	color:#222f53;
	padding-top:30px;
	padding-left:9px;
	width:891px;
	}	
	
.automatically	{
	font-family:museo-700;
	font-size:28px;
	color:#222f53;
	padding-top:30px;
	padding-left:9px;
	width:891px;
	}		
	
.donttrip	{
	font-family:museo-700;
	font-size:20px;
	color:#006baf;
	}	
	
.signupholder	{
	background-image:url(../images/landingpage/signup_background.jpg);
	background-repeat:no-repeat;
	padding-left:9px;
	padding-top:22px;
	}		
	
.textcontent	{
	font-size:16px;
	color:#00060b;
	}	
	
.textcontent	a:visited	{
	font-size:16px;
	color:#00060b;
	}
	
		
.textcontent	a:link	{
	font-size:16px;
	color:#00060b;
	text-decoration:underline;
}	

.free	{
	font-size:16px;
	color:#3c5a91;
	font-weight:bold;
	}
	
#lineautomatically {
	width: 812px;
	height: 27px;
	position: relative;
	}
	
#lineautomatically span {
	background: url(../images/landingpage/topheading.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#linetab1 {
	width: 296px;
	height: 19px;
	position: relative;
	}
#linetab1 span {
	background: url(../images/landingpage/1.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#linetab2 {
	width: 395px;
	height: 18px;
	position: relative;
	}
#linetab2 span {
	background: url(../images/landingpage/2.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#linetab3 {
	width: 289px;
	height: 14px;
	position: relative;
	}
#linetab3 span {
	background: url(../images/landingpage/3.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}	
	
#linetab4 {
	width: 264px;
	height: 18px;
	position: relative;
	}
#linetab4 span {
	background: url(../images/landingpage/4.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}	
	
#linetab5 {
	width: 363px;
	height: 18px;
	position: relative;
	}
#linetab5 span {
	background: url(../images/landingpage/5.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}	
#linewhat {
	width: 410px;
	height: 23px;
	position: relative;
	}
#linewhat span {
	background: url(../images/landingpage/whatpeoples.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}				
