/* ************************ MAIN ************************ */

body {
	background-image: url('http://www.stealthindustries.net/images/bg.png');
	background-color: #f3f3f8;
	margin: 0px;
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 12pt;
	color: #333333;
	text-align: center;
}

H1 { 
	font-family: Myriad Pro, Arial, Verdana;
	color: #5a7683;
	margin: 0px;
}

H2, H3 { 
	font-family: Myriad Pro, Arial, Verdana;
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #122a59;
	}

a:link, a:visited	{
	text-decoration: none;
	color: #ff0000;
}
a:hover	{
	text-decoration: underline;
	color: #0000ff;
}

div#top-text	{
	color: #c1c1c1;
}

div#navbar	{
	height: 1.4em;
	background-color: #000000;
	color: #c1c1c1;
	padding: 4px;
	margin-bottom: 26px;
	margin-top: 10px;
}

.align_left	{
	text-align: left;
}


div#logo	{
	margin-top: 16px;
	text-align: center;
}

div#top		{
	margin-top: 6px;
}

.navlinks	{
	padding-right: 12px;
	padding-left: 12px;
}

.infobox	{
	text-align: left;
	background-color: #333333;
	color: #c1c1c1;
	padding: 4px 10px 4px 10px;
	border: 1px solid #000000;
}

div#services	{
	text-align: left;
	width: 380px;
	height: 474px;
	padding: 0px;
	line-height: 1.9em;
	background-image: url('/images/bg_380box.png');
	background-repeat: no-repeat;
	position: relative;
	
}

div#inner380box	{
	padding: 20px;
}

div#footer	{
	font-size: .8em;
	border-top: 1px solid #122a59;
	background-image: url('/images/bg_footer.jpg');
	background-repeat: repeat-x;
	padding: 20px 0px 150px 0px;
}



/* ----------- form stylized ----------- */

.spacer{clear:both; height:1px;}

.myform{
text-align: left;
margin:0 auto;
width:400px;
padding:14px;
}

#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input,textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
cursor: pointer;
}