/* 
Project: RAF ALTITUDE MOD
Filename: screen.css
Date: 25/11/06
Author: Simon McFarlane [simon@clearbytes.co.uk]
*/


/*--------- global styles ---------*/


body {
	font-family: "Tahoma","Helvetica","Arial",sans-serif;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.5;
	color: #313e5b;
	margin: 0;
	padding: 0;
	}

h1{
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}



h2{
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h3{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}


p{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}


body a img {
    border: none;
}

	
ul, ul li {
	list-style: none;
	}

	
label, input, select, legend, textarea {
	font-size: 100%;
	}



strong,
.strong {
	font-weight: bold;
	}
	
em,
.em {
	font-style: italic;
	}
	
.center {
	text-align: center;
	}
	
a {
	text-decoration: none;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}

.hide{
	display: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}







/*--------- main ---------*/

#main{
	width: 534px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}




/*--------- Header ---------*/

#header{
	float: left;
	width: 534px;
	height: 115px;
	margin-top: 1px;
	padding-bottom: 1px;
	border-bottom: 9px solid #262e48;
}

#header img{
	padding-top: 5px;
}



/*--------- title ---------*/


#title{
	float: left;
	width: 534px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #262e48;
}


#title h2{
	text-transform: none;
	font-size: 190%;
	font-weight: normal;
	color: #666666;
	padding: 10px 0 10px 10px;
	margin: 0;
}



/*--------- form ---------*/


#form{
	float: left;
	width: 534px;
	margin: 10px;
}

* html #form{
	margin: 10px 5px;
}

#form p{
	margin: 0 0 5px 0;
}

#form p label{
	float: left;
	Width: 150px;
}

#form p input{
	width: 200px;
}


#form .morePadding{
	margin-top: 20px;
}


#form .submit{
	margin-top: 15px;
}

/*--------- footer ---------*/

#footer{
	float: left;
	width: 534px;
	border-top: 1px solid #262e48;
	font-weight: normal;
}

#footer p{
	color: #555555;
	padding: 13px 0 22px 0;
	margin: 0;
}

#footer p a{
	float: right;
	font-weight: bold;
	color: #313e5b;
	margin: 0;
	background: url(../img/arrows.gif) no-repeat 0 4px;
	padding: 0 0 0 14px;
}

#bottom{
	float:left;
	width: 100%;
	height: 18px;
	background: url(../img/footer_back.jpg) repeat-x top left;
}

