/*RESET COMMON STYLES ---------- start  */
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;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,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;   
} 
/*RESET COMMON STYLES ---------- end  */
a
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
body{
	background-color:#F0F0F0;
}
.logoHolder{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	text-align:right;
}
.background_repeat{
	background:url(../images/background_repeat.png) repeat-x;
	position:absolute;
	top:41px;
	left:0px;
	width:100%;
	height:200px;
}
.imageHolder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.navigationHolder{
	position:absolute;
	top:200px;
	left:0;	
}
.contentHolder{
	background:url(../images/home_background.png) no-repeat;
	position:absolute;
	left:0;
	top:430px;
	width:637px;
	height:322px;
	text-align:justify;
	padding-left:60px;
	padding-right:40px;
	padding-top:25px;
}
.contentHolder h1{
	display:inline;
	font-size:12px;
}
.contentHolder h2{
	display:inline;
	font-size:12px;
}
.contentHolder p{
	margin-bottom:10px;
}
.ta_holder{
	background:url(../images/ta_back.png) no-repeat top center;
	padding-top:22px;
	padding-left:37px;
	width:214px;
	height:111px;
}
.footer{
	position:absolute;
	top:770px;
	left:60px;
}
.footer a{
	text-decoration:none;
	font-size:10px;
	color:#666;
}
