/*
	RIDLEY AERO	PAGE STYLES

colors{
red: #EE3424;
gray: #808080;
}
*/


html{
	height: 100%;
}

body{
	height: 100%;
	min-width: 980px;	
	min-height: 200px;		
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial,  sans-serif;	
	background-color: #000000;	
	color: #FFFFFF;	
}
body.intro{
	min-height: 480px;	
}
body.models{
	min-height: 670px;		
}


/* CONTAINER */   
#container{
	text-align: center;	
	background-color: #000000;		
}
#container,
#container object, 
#container embed
{
		width: 100%;
		height: 100%;	
		min-width: 980px;
		min-height: 200px;	
		padding: 0;
		margin: 0;	
		overflow: hidden;		
}
.intro #container,
.intro #container object, 
.intro #container embed
{
	min-height: 480px;
	background-image: url("gallery/landing-idea-03.jpg");	
	background-repeat: no-repeat;
	background-position: center center;	
}
.models #container,
.models #container object, 
.models #container embed
{
	min-height: 670px;
}


#main-flash{
	width: 100%;
	height: 100%;
	
	padding: 0;	
	margin: 0 auto;
	text-align: center;	
	overflow: hidden;		
}
#error{
	width: 230px;	
	float: right;
	padding: 36px 20px 20px 0;
	margin: 0;
	text-align: left;	
}
.alternate-content{
	width: 100%;
	height: 100%;
	padding: 0;	
	margin: 0 auto;
	text-align: center;	
	overflow: hidden;
	position: relative;
}
h1#aero_logo{
	overflow: hidden;	

	position: absolute;	
	width: 130px;
	height: 34px;
	top: 50px;
	left: 50px;
}
h1#aero_logo a{
	text-indent: -9000px;
	font-size: 7px;	
	overflow: hidden;	

	display: block;
	width: 130px;
	height: 34px;

	background-image: url("images/aero_logo.gif");	
	background-repeat: no-repeat;
	background-position: 0 0;		
}

h2#ridley_logo{
	overflow: hidden;	

	position: absolute;	
	width: 149px;
	height: 28px;
	bottom: 50px;
	left: 50px;
}
h2#ridley_logo a{
	text-indent: -9000px;
	font-size: 7px;	
	overflow: hidden;	

	display: block;
	width: 149px;
	height: 28px;

	background-image: url("images/ridley_logo.gif");	
	background-repeat: no-repeat;
	background-position: 0 0;		
}
h2#ridley_logo a:hover{
	background-position: 0 -28px;		
}

p#intro_copy{
	position: absolute;	
	top: 110px;
	left: 50px;	
}

h3#error_text{

	color: #999999;
	font-size: 11px;
	position: absolute;	
	top: 270px;
	left: 50px;	
}


/* DEFAULTS */
/* ====================================================================================== */

a:link, a:visited{
	color: #7f0012;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:visited:hover, a:active{
	text-decoration: underline;
	font-weight: bold;	
}
h1{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;	
	padding: 0;
}
h2{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0;	
	padding: 0;

}
h3{
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	
	font-weight: normal;
	text-align: left;
	margin: 0;	
	padding: 0;
}
h3 span{
	color: #7f0012;	
}
p{
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}

ul{
	list-style: disc;
	list-style-position: outside;
}
ol{
	list-style-position: outside;
}
ul li, ol li{
	color: #ffffff;	
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
img{
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}
hr{
	display: none;	
}

.hide{
	display: none;	
}
.clear{ 
	margin: 0px;
	clear: both; 
}
.fleft{ 
	float: left;
}
.fright{ 
	float: right;
}
.block{
	display: block;	
}
form{
	margin: 0;
	padding: 0;
}
table{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: center;	
}
table td{
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 20px 0;
	text-align: center;	
	vertical-align: top;
}

