@charset "UTF-8";

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: .8em;
	background-color: #FFF;
	background-image:url(../images/bg_header_grey_white.gif);
	background-repeat: repeat-x;
}

/* Main Container */

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	width:100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* all other browsers */
	background-image:url(../images/bg_blue_stripe.gif);
	background-repeat: repeat-x;
}

/* Content */

#content {
	position: relative; /* needed for footer positioning*/
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto; /* center, not in IE5 */
	text-align: left;
	width: 950px;
	min-height: 300px;
	background-color: #FFF;
}

.logo {
	position: absolute; 
	border: none;
	top: 65px;
	left: 94px;
}

.tag1  {
	position: absolute; 
	top: 65px;
	left: 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:19px;
	font-style:italic;
	color:#FFF;
	padding: 0;
	margin: 0;
}

#content.home {
	background-image:url(../images/bg_masthead_grey_blueline.gif);
	background-repeat: no-repeat;
}

#masthead {
	padding: 0;
	margin:0;
	height: 125px;
	width: 950px;
}

a:link {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #39C;
	text-decoration: none;
}

a:hover {
	color: #3CF;
	text-decoration: underline;
}

a img { 
	border:none; 
}

p { 
	font-size: 1.2em;
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
}

p.halfmargin {
	margin: 0 0 5px;
}

h1 { 
	font-size: 2.4em;
	margin: 0.5em 0;
	color: #333333;
//	font-weight: normal;
	text-transform:uppercase;
	font-family: "Arial Narrow",Arial,Helvetica,Verdana,Sans-Serif;
}

h2 {
	font-size: 2.25em;
	margin: 0 0 10px 0;
	font-weight:normal;
	color: #555;
}

h3 {
	font-size: 1.4em;
	color: #0069AA;
	margin: 0 0 15px 0;
	text-transform:uppercase;
}

h4 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	color: #555;
}

h5 {
	font-size: 1.2em;
	margin: 0;
	color: #444;
}

h6 {
	font-size: 1.3em;
	margin: 0 0 1.4em 0;
	padding: 6px 0 6px 15px;
	color: #FFF;
	display:block;
	background-color:#1786C7;
	background-image:url(../images/bg_header_blue.gif);
	background-repeat: repeat-x;
}

.indent25 {
	padding-left: 25px;
}

.indent50 {
	padding-left: 50px;
}


.indent150 {
	padding-left: 150px;
	text-align:left;
}

ul { 
	font-size: 1.2em;
	margin: 0 0 1.3em 0;
	padding: 0 0 0 10px;
	line-height: 1.4em;
	color: #666;
}



/* Masthead and Navigation */

#navbar {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	width: 900px;
	height:27px;
	text-transform:uppercase;
	padding-top: 50px;
}

#nav, #nav ul {
	display: inline;
	list-style: none;
	width: 900px;
	padding: 0;
	margin: 0;
	text-align:center;
}

#nav a {
	display: block;
	color: #444;
	text-decoration: none;
	padding: 0;
	margin:0;
	height: 23px;
	line-height: 22px;
	text-align:center;
}

#nav a:hover {
	color: #FFF;
}

#nav a.size1 {
	width: 67px;
}

#nav a.size2 {
	width: 71px;
}

#nav a.size3 {
	width: 75px;
}

#nav a.size4 {
	width: 79px;
}

#nav a.size5 {
	width: 84px;
}

#nav a.size6 {
	width: 88px;
}

#nav a.size7 {
	width: 93px;
}

#nav a:hover.size1 {
	background-image: url(../images/button_grey_size1.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav a:hover.size2 {
	background-image: url(../images/button_grey_size2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav a:hover.size3 {
	background-image: url(../images/button_grey_size3.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav a:hover.size4 {
	background-image: url(../images/button_grey_size4.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav a:hover.size5 {
	background-image: url(../images/button_grey_size5.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav a:hover.size6 {
	background-image: url(../images/button_grey_size6.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav a:hover.size7 {
	background-image: url(../images/button_grey_size7.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav li {
	float: right;
	padding: 0 10px;
}

#nav a.size1_on {
	background-image: url(../images/button_blue_size1.gif);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	width: 67px;
}

#nav a.size2_on {
	background-image: url(../images/button_blue_size2.gif);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	width: 71px;
}

#nav a.size3_on {
	background-image: url(../images/button_blue_size3.gif);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	width: 75px;
}

#nav a.size4_on {
	background-image: url(../images/button_blue_size4.gif);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	width: 79px;
}

#nav a.size5_on {
	background-image: url(../images/button_blue_size5.gif);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	width: 84px;
}

#nav a.size6_on {
	background-image: url(../images/button_blue_size6.gif);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	width: 88px;
}

#nav a.size7_on {
	background-image: url(../images/button_blue_size7.gif);
	background-repeat: no-repeat;
	background-position: center;
	color:#FFF;
	width: 93px;
}


/* Home Page Promo */

#promo {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	height: 320px;
	background-image: url(../images/img_promo_laptop.jpg);
	background-repeat: no-repeat;
	background-position: 35px 25px;
	border-bottom: 1px solid #CCC;
}

#promo p {
	margin: .7em 0;
	line-height: 1.3em;
}

#promo a:link {
	color: #99FF33;
	text-decoration: none;
}

#promo a:visited {
	color: #99FF33;
	text-decoration: none;
}

#promo a:hover {
	color: #FC3;
	text-decoration: underline;
}

#promo .textblock1 {
	width: 350px;
	margin: 0 0 0 520px;
	padding: 20px 0 0 0;
	color:#666;
	font-size: 1.4em;
}

#promo .textblock1 h1 {
	text-indent: -999em;
	background-image: url(../images/header_promo1.gif);
	background-repeat: no-repeat;
	line-height: 80px;
}


/* Lower Box Container */


#container_lower {
	width: 870px;
	margin: 30px 0 30px 0;
	padding: 0 20px 20px 60px;
	background-image: url(../images/bg_line_dotted2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Lower Box 1 */

#box1 {
	float: left;
	width: 470px;
	margin: 0;
	padding: 0;
	color: #333;
}

#box2 {
	float: left;
	width: 310px;
	margin: 0 0 0 60px;
	padding: 15px 0 0 0;
	color: #333;
}


.quote {
	display: block;
	color: #525252;
	line-height: 23px;
	font-size:13px;
	font-style: italic;
	margin-bottom: 10px;
	width: 238px;
	padding-left: 4px;
}


/* Subpages */


#content2 {
	width: 830px;
	margin: 0 auto;
	padding: 10px 60px;
}

#content2 p {
	color: #666;
}

#content2 .swipeCompany {
	text-indent: -999em;
	background-image: url(../images/header_Company.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}

#content2 .swipeContact {
	text-indent: -999em;
	background-image: url(../images/header_Contact.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}

#content2 .swipeEmployment {
	text-indent: -999em;
	background-image: url(../images/header_Employment.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}

#content2 .swipeDataplex {
	text-indent: -999em;
	background-image: url(../images/header_Dataplex.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}

#content2 .swipeDownload {
	text-indent: -999em;
	background-image: url(../images/header_Download.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}

#content2 .swipeThankYou {
	text-indent: -999em;
	background-image: url(../images/header_Thankyou.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}



#content2 .box_container {
	width: 830px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

#content2 .box_half {
	float: left;
	width: 380px;
	margin: 0;
	padding: 0;
}

#content2 .box_half2 {
	float: left;
	width: 370px;
	margin: 0 0 0 50px;
	padding: 0;
}

#content2 .box3 {
	float: left;
	width: 250px;
	margin: 0 30px 0 0;
	padding: 0;
}

#content2 .box3 p {
	font-size: 1.1em;
}

#content2 .box3 ul {
	font-size: 1.1em;
	margin-left: 5px;
}

#content2 .box3 ul.stack1 {
	display:block;
	width: 100px;
	float: left;
}

#content2 .box3 ul.stack2 {
	display:block;
	width: 100px;
	float: left;
}




/* FORMS */

form {
	margin: 0;
	padding: 0;
}

.form1 {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.form1 p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 14px;
}

.form1 h4 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	color: #015F91;
	text-transform:none;
	font-weight:normal;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	clear: left;
	width: 8em;
	margin-right: .75em;
	text-align: right;
}

P.error {
	float: left;
	clear: left;
	margin-left: 8.75em;
	text-align: left;
	color: red;
}

P.confirm {
	float: left;
	clear: left;
	margin-left: 8.75em;
	text-align: left;
	color: green;
}

fieldset div {
	width: 250px;
	float: left;
	padding-bottom: 20px;
}

.textInput {
	border: 1px solid #999;
	background: #E5E5E5;
	color: #333;
	font-size: 12px;
	width: 200px;
}

.textInputLong {
	border: 1px solid #999;
	background: #E5E5E5;
	color: #333;
	font-size: 12px;
	width: 260px;
}

.other {
	width: 100px;
	margin-left: 10px;
	height: 12px;
}

p.submit {
	display: block;
	width: 170px;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0 0 0 150px;
}

textarea {
	width: 200px;
}

select {
	font-size: 1em;
	color: #333;
}

.nooption {
	color: #999;
}


/* Download Page and Form */

#dlpromo {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/img_dataplex-download-NVELO.jpg);
	background-repeat: no-repeat;
	background-position: 550px 0px;
	border-bottom: 1px solid #CCC;
}

#dlpromo p {
}

#dlpromo a:link {
	color: #069;
	text-decoration: none;
}

#dlpromo a:visited {
	color: #39C;
	text-decoration: none;
}

#dlpromo a:hover {
	color: #3CF;
	text-decoration: underline;
}

#dlpromo .textblock1 {
	width: 450px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#dlpromo .textblock1 h1 {
	text-indent: -999em;
	background-image: url(../images/header_promo1.gif);
	background-repeat: no-repeat;
	line-height: 80px;
}

#box2.download {
	float: left;
	width: 310px;
	margin: 0 0 0 60px;
	padding: 0;
	color: #333;
}

.form1 p.fieldUnder {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 14px;
}

.form1 p.keyInput {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
}

.form1 ul.key {
	padding: 0;
	margin: 0;
}

.form1 li.key {
	display: block;
	float: left;
	text-align:center;
	padding:0;
	margin-right: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.textInputKey {
	border: 1px solid #999;
	background: #E5E5E5;
	color: #333;
	font-size: 12px;
	width: 35px;
}

table.key {
	font-size: 1.2em;
}

table.key td {
	color: #666666;
}

/* Footer */

#footer {
	clear:both;
	position: absolute;
	width:100%;
	height: 35px;
	bottom:0; /* stick to bottom */
	left: 0;
	background-color:#E9E9E9;
	margin: 0 auto;
	font-size: 1em;
	color:#666;
	line-height: 1.3em;
}

#footer p {
	display: block;
	width:950px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	height: 25px;
}

#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #09C;
	text-decoration: underline;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
	font-size: .9em;
}


/* Extras */

.cleaner {
	clear:both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Think Done Additions for the following Apps
	/Dataplex-MicronMTI
	/Dataplex-OCZ
	/Dataplex-NVELO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tdone-label { display:block;width:140px;float:left; }
.tdone-float-left { float: left; }
.tdone-font { 
	font-size: 1.2em;
    line-height: 1.4em;
}
.tdone-padding { padding-bottom: 14px; }



DIV.SubmitBox {
	margin-left:0px;
	margin-top:15px;
	text-align:center;
	width:450px;
}

P.SubmitButton {}

P.SubmitNotes {
	margin-top:-7px;
}








/* CSS for the Company page */

.ManagementProfile, .ManagementPhoto, .ManagementName, .ManagementTitle, .ManagementDescription {
	color: #666666;
	font-size: 1.17em;
	line-height: 1.2em;
}

.ManagementProfiles {
//	border: 1px purple solid;
	clear: both;
	margin-left: 0;
	padding-bottom: 1px;
}
.ManagementProfile {
//	border: 1px blue solid;
	clear: both;
	display: block;
	margin-bottom: 25px;
}
.ManagementPhoto {
//	border: 1px green solid;
	float: left;
}
.ManagementName {
//	border: 1px orange solid;
	font-size: 1.15em;
	font-weight: bold;
	margin-left: 135px;
}
.ManagementTitle {
//	border: 1px yellow solid;
	margin-left: 135px;
}
.ManagementDescription {
//	border: 1px red solid;
	margin-left: 135px;
	margin-top: 8px;
}
.hr {
	border-top: 1px #CCCCCC solid;
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
}