/* 
	KILROY travels
	
	coma - creative angles
	www.coma.dk

*/





/* SITE BUILD 
--------------------------------*/


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

html{
	font-size:100%;		
}

body{
	background-image:url(../img/kilroybg.gif);
	background-repeat:repeat-x;
	font-size:62.5%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
}




#wrapper{
	width:800px;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-400px;
		
}

#innerwrapper{
	width:500px;
	margin:0 auto;
	clear:both;
}



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

#row1, #row2, #row3, #row4{
	float:left;
	clear:both;
	width:500px;
	background-image:url(../img/basebg.jpg);
	background-position:bottom;
}

.logocontainer{
	width:175px;/*190*/
	padding:10px 0px 0px 15px;
	float:left;
	clear:none;
}

.txtcontainer{
	width:300px; /*310*/
	float:right;
	clear:none;
	padding:15px 10px 10px 0px;
}

.txtcontainer p{
	font-size:1.1em;
	margin-bottom:0.7em;
	color:#999;
}

.txtcontainer h1{
	font-size:1.6em;
	margin-bottom:0.5em;
	color:#eee;
}

.txtcontainer h2{
	font-size:1.1em;
	margin-bottom:0.7em;
	font-weight:normal;
	color:#999;
}

.txtcontainer h3{
	font-size:1.2em;
	margin-bottom:0.1em;
	color:#eee;
}

.flagcontainer, .flagcontainerbt{
	float:right;
	width:310px; /*500*/
	height:30px;
	
}

.chooselang{
	color:#666;
	font-weight:bold;
	line-height:30px;
	float:left;
	width:110px;
	font-size:1.1em;
}

.flags{
	width:250px;
	height:23px; /*30*/
	padding-top:7px;
	float:right;
}

.flags a img{
	margin-right:10px;
	float:right;
	border:0 none;
}


#footertxt{
	float:left;
	clear:both;
	width:800px;
	padding:30px 0px 70px 0px;
	text-align:center;
	font-size:1.1em;
	color:#8a8a8a;
}
#footertxt a{
	color:#8a8a8a;
	text-decoration:none;
}
#footertxt a:hover{
	color:#ccc;
	text-decoration:underline;
}
#footertxt #moretxt{
	font-weight:bold;
	color:#ccc;
	font-size:1.2em;
}