/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-size:.7em;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}

h1 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#FF9600;
}

h2 {
	font-size:2em;
}

p {
	margin:5px 5px 5px 10px;
	padding:0 0 0 0;
}

ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

li {
	list-style:none;
	margin:0 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#D0D0D0;
}

a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#D0D0D0;
}

a:hover {
	text-decoration:none;
	color:#FF9600;
}

div {}

/* classes ------------------------------------------ */

.white {
	color:#FFFFFF;
}

.thin {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#D0D0D0;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#D0D0D0;
	font-size:.9em;
}

/* layout settings ---------------------------------- */

#main_container {
	position:relative;
	top:0;
	margin:0 auto;
	width:764px;
	height:700px;
	background-color:#000000;
}

#header {
	position:absolute;
	top:0;
	left:0;
	width:764px;
	height:90px;
}

#logo {
	position:absolute;
	top:6px;
	left:52px;
	width:130px;
	height:84px;
	background-image:url(images/logo.jpg);
	z-index:4;
}

#robot_top {
	position:absolute;
	top:0;
	right:0;
	width:172px;
	height:82px;
	background-image:url(images/bkgnd_1.jpg);
}

#robot_bottom {
	position:absolute;
	top:507px;
	left:350px;
	width:129px;
	height:81px;
	background-image:url(images/bkgnd_2.jpg);
}

#robot_flash {
	position:absolute;
	left:0;
	top:100px;
	width:500px;
	height:523px;
	background-image:url(images/robot_bkgrnd.jpg);
}

#nav {
	position:absolute;
	top:96px;
	left:282px;
	width:477px;
	height:34px;
	z-index:2;
}

#border-1 {
	position:absolute;
	top:82px;
	left:0px;
	width:764px;
	height:8px;
	background-image:url(images/border-repeat.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#border-2 {
	position:absolute;
	top:623px;
	left:0;
	width:764px;
	height:8px;
	background-image:url(images/border-repeat.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#footer {
	position:absolute;
	top:645px;
	right:15px;
	width:700px;
	height:35px;
	text-align:right;
}

#header_text {
	position:absolute;
	top:35px;
	right:15px;
	width:400px;
	height:35px;
	text-align:left;
	z-index:2;
}

/* content settings --------------------------------- */

#content_top {
	position:absolute;
	top:165px;
	left:264px;
	width:487px;
	height:117px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#090909;
	border:1px #464646 solid;
	z-index:4;
}

#content_top .content {
	width:100%;
	height:71%;
	overflow:auto;
}

#content_left {
	position:absolute;
	top:293px;
	left:264px;
	width:204px;
	height:199px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#090909;
	border:1px #464646 solid;
	z-index:4;
}

#content_left .content {
	width:100%;
	height:83%;
	overflow:auto;
}

#content_left-sub {
	position:absolute;
	top:165px;
	left:264px;
	width:204px	;
	height:327px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#090909;
	border:1px #464646 solid;
	z-index:4;
}

#content_left-sub .content {
	width:100%;
	height:89.5%;
	overflow:auto;
}

.content_split {
	width:100%;
	height:39.8%;
	overflow:auto;
}

#content_right-top {
	position:absolute;
	top:293px;
	left:480px;
	width:271px;
	height:153px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#090909;
	border:1px #464646 solid;
	z-index:4;
}

#content_right-top .content {
	width:100%;
	height:78%;
	overflow:auto;
}

#content_right-bottom {
	position:absolute;
	top:457px;
	left:480px;
	width:271px;
	height:144px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#090909;
	border:1px #464646 solid;
	z-index:4;
}

#content_right-bottom .content {
	width:100%;
	height:76%;
	overflow:auto;
}

#content_right-top-sub {
	position:absolute;
	top:165px;
	left:480px;
	width:271px;
	height:192px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#090909;
	border:1px #464646 solid;
	z-index:4;
}

#content_right-top-sub .content {
	width:100%;
	height:82.5%;
	overflow:auto;
}

#content_right-bottom-sub {
	position:absolute;
	top:368px;
	left:480px;
	width:271px;
	height:233px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#090909;
	border:1px #464646 solid;
	z-index:4;
}

#content_right-bottom-sub .content {
	width:100%;
	height:85.5%;
	overflow:auto;
}

#content_contact {
	position:absolute;
	top:165px;
	left:480px;
	width:271px;
	height:436px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#141414;
	border:1px #464646 solid;
	z-index:4;
}

#content_backgound-1 {
	position:absolute;
	top:156px;
	left:283px;
	width:474px;
	height:350px;
	border-top:1px #464646 solid;
	border-right:1px #464646 solid;
	border-bottom:1px #464646 solid;
	background-color:#2C2C2C;
	z-index:3;
}

#content_backgound-2 {
	position:absolute;
	top:147px;
	left:351px;
	width:396px;
	height:8px;
	border-top:1px #464646 solid;
	border-left:1px #464646 solid;
	border-right:1px #464646 solid;
	background-color:#2C2C2C;
	z-index:3;
}

#content_background-top {
	position:absolute;
	top:0;
	left:0;
	width:474px;
	height:8px;
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#content_background_foot {
	position:absolute;
	bottom:0;
	left:0;
	width:196px;
	height:13px;
	background-image:url(images/content_L_foot.jpg);
}

#bolt-1 {
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:auto;
}

#bolt-2 {
	position:absolute;
	top:0;
	right:0;
	width:auto;
	height:auto;
}

#bolt-3 {
	position:absolute;
	bottom:0;
	left:0;
	width:auto;
	height:auto;
}

#bolt-4 {
	position:absolute;
	bottom:0;
	right:0;
	width:auto;
	height:auto;
}


/* form settings ------------------------------------- */

form {
	margin:10px 0 0 20px;
	padding:0 0 0 0;
	width:225px;
}

input { height:15px; }
textarea { height:105px; }
input,
textarea {
	left:0;
	width:215px;
	color:#FFFFFF;
	border:1px #6E6E6E solid;
	background-color:#4C4C4C;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

form p {
	margin:5px 0 5px 0;
}

.submit {
	margin:0 0 0 0;
	width:68px;
	height:21px;
	border:none;
	cursor:pointer;
	background-image:url(images/form_submit.jpg);
}

.reset {
	margin:0 0 0 0;
	width:69px;
	height:21px;
	border:none;
	cursor:pointer;
	background-image:url(images/form_reset.jpg);
}
