/* BASIC FORMATTING */

* { margin:0; padding:0; }
html, body {
    height: 100%;
}

a:link { color: #FF8000; text-decoration: none;}
a:visited { color: #0CF; text-decoration: none;}
a:hover { color: #000; text-decoration: underline;}

p, h1, h2, h3, h4, h5, h6, #navBar, address, table, a, .active, .inactive {
    font-family: Arial, "Microsoft Sans Serif", "Sans Serif";
}

p {
    font-size: 0.8em;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.9em;
}

h5 {
    font-size: 0.8em;
    font-weight: bold;
}

address {
    font-size: 0.6em;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

/* 6DoF */

#full_width_container {
	position: relative;
	top: 200px;
    margin: 0px auto;
    width: 100%;
}
#centered_container {
    margin: 0px auto;
    width: 968px;
}
#left_wrapper {
    float: left;
    margin-right: 10px;
    width: 250px;
}
#logo {
}
#introHeader {
	background: #333;
	padding: 4px 0px 4px 18px;
	color: #F60;
}
#intro {
	position:relative;
	left: 310px;
	top: -325px;
	width: 450px;
	height: 334px;
    background: #666;
	/* css3 rounded borders, working in all but IE (of course!) */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
   	opacity: 0.8;
	z-index: -4;
}
#mid_wrapper {
    float: left;
    margin-right: 10px;
    width: 469px;
	height: 300px;
	padding: 20px;
	border-right: dashed 1px #fff;
}
#mid_one {
	position: relative;
	top: 20px;
	color: white;
	padding-left: 50px;
}
#mid_two {
	position: relative;
	top: 20px;
	width: 8.75em;
	color: #333;
	padding: 10px;
    background: #ccc;
	/* css3 rounded borders, working in all but IE (of course!) */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
   	opacity: 0.8;
}
#mid_three {
	position: relative;
	top: 50px;
	left: 30px;
	color: #fff;
	padding: 20px;
}
#right_wrapper {
    float: right;
    width: 188px;
}
#nav {
}

/* BACKGROUND */

#background {
    position: fixed !important; /* ie6 hack */
	position: absolute; /*ie6 and above*/
	background: url(../images/background.png);
	text-align:center;
    width: 100%;
    min-width: 1024px;
    height: 100%;
    min-height: 800px;
	z-index: -10;
	bottom: 0;
}

#bottomSticky {
    position: fixed !important; /* ie6 hack */
	position: absolute; /*ie6 and above*/
	top: 350px;
	text-align: center;
	width: 100%;
	z-index: -9;
}

#backFade {
    position: fixed !important; /* ie6 hack */
	position: absolute; /*ie6 and above*/
	top: 0px;
	text-align: center;
	width: 100%;
	z-index: -8;
}

/* NAVIGATION BAR & BASIC NAV */

#navBar {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    clear: both;
    zoom: 1; /* IE6 */
}

#navBar a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 5px;
    display: block;
    background-color: #ccc;
    zoom: 1; /* IE6 */
    margin-bottom: 1px;
}

#navBar a:hover {
    font-weight: bold;
    background-color: white;
}

#home #homeLink,
#electronics #electronicsLink,
#software #softwareLink,
#embedded #embeddedLink,
#services #servicesLink,
#contact #contactLink {
    background-color: #4a5775;
    padding-right: 15px;
    padding-left: 10px;
    font-weight: bold;
}

#navBar li {
    float: left;
    width: 10em;
}

#basicLinks li {
	float: left;
	list-style-type: none;
	font-size: 12px;
}

#basicLinks li a:link {
	color: #0CF; 
}

#basicLinks li a:hover {
	color: black;
	text-decoration: underline;
}

/* NAVIGATION BAR ENDS */

/* FORM SETTINGS */

input[type="password"] {
    width: 100px; 
    border: 1px solid #666;
    vertical-align: top;
}

input[type="text"] {
    width: 100px; 
    border: 1px solid #666;
    vertical-align: top;
}

input[type="text area"] {
    border: 1px solid #666;
}

label {
	float: right;
    text-align: right;
    vertical-align: text-bottom;
	font-size:12px;
}

input {
    padding-left: 5px;
	float:right;
}

submit {
	padding: 5px;
}

form {
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:16px;
}

/* FORM SETTINGS ENDS */