/*October-Design Style Sheet ©2008 */
/*Author, Ron White, Felipe Restrepo*/
/* # - use for div formatting, call with id */
/* . - use for text formatting, call with class */
/* format specific elements with the "." operator e.x. ul.menu */
/* would specify a list element with the id "menu"*/
/* use this with getElementById function*/

/*IMPORT STYLE RULLES FOR HANDHELD DEVICES*/
/*second relies on Media Queries for iPhone and Opera Mobile*/
@import url("antiscreen.css") handheld;
@import url("antiscreen.css") only screen and (max-device-width:480px);

html
{
  overflow: auto;
  height: 99%;
}
                         
body
{
	height: 99%;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	text-align: center;
	background-color: #E6E6E6;
}

*
{
	font-size: 9pt;
	font-family: Tahoma, Verdana, sans-serif;
	color: #333333;
	text-align: left;
	line-height: 19px;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

/*STARTS Formatting and styles for parent navigation Menu*/

/*font style and formatting for menu.  used UL tag but could have been any tag*/
p.Menu
{
	text-align: center;
	font: bold 10pt/9pt Arial, Helvetica, Geneva, sans-serif;
}

/*link class for rollover effect*/
p.Menu A:link {font-style:bold; text-decoration: none;}
p.Menu A:visited {font-style: bold; text-decoration: none;}
p.Menu A:active {font-style: bold;}
p.Menu A:hover {background-color: #FFFFFF;}

/*div formatting for layout and style*/
#Menu
{
	position: absolute;
	/*top: -5px;*/
	left: 60px;
	width: 800px;
	/*border-bottom: 2px solid #6d6f6e;*/
	display: inline-block;
}
#Footer
{
	position: absolute;
	top: 80%;
	left: 60px;
	width: 800px;
	/*border-bottom: 2px solid #6d6f6e;*/
	display: inline-block;
}
/*ENDS Formatting and Styles for parent navigation Menu*/


/* === POSTIONING CONTAINERS === */
#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 120%;  
  position: relative; 
  width: 1000px;
  z-index:1;
}

#second_container
{
	position: absolute;
	top: 20%;
	vertical-align: middle;
	width: 40%;
	height: 800px;
	z-index:2;
}

#third_container
{
	position: relative;
	top: -120px;
	width: 1000px;
	height: 800px;
	z-index:3;
}
/*=======END POSITIONING CONTAINERS========*/

/*div formatting for RFQ layer*/

#rfqcontent {
	display:block;
	position:absolute;
	top:100px;
	left:300px;
	padding-left:15px;
	width:470px;
	height:530px;
	overflow:auto;
}

/* div container for RFQ Layer, rfqcontainer sit inside this */
#borderRFQ
{
  height: 750px;
  background-image: url(images/rfq.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

/*div formatting for the RFQ link on the index page*/
#rfqindexlink {
	display:block;
	position:absolute;
	top:95px;
	left:55px;
	padding-left:5px;
	padding-right:5px;
	background-color:#E6E6E6;
}
/*font formatting for RFQ FROM*/
.titleCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1em;
}



/*footerLayer container for contact info and bottom links*/
#footerLayer
{
  position:relative;
  top: 90px;
  left:5px;
  width:890px;
  margin-left:5px;
  z-index:8;
}

#first_containerTechnology
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 180%;  
  position: absolute; 
  overflow: hidden; 
  width: 600px;
  z-index:1;
}

#second_containerTechnology
{
	position: absolute;
	top: 20%;
	vertical-align: middle;
	width: 601px;
	height: 800px;
	z-index:2;
}

#third_containerTechnology
{
	position: relative;
	top: -120px;
	width: 600px;
	z-index:3;
}
/*Home Page layers for bubble comments*/
/*bubble comment script require position, width, height, top and left */
#navtxt {
	position:absolute;
	width:325px;
	height:75px;
	/*top:5px;*/
	left:20px;
	visibility:hidden;
	/*background-image:url(images/bubble.png);*/
	z-index:5;
}

/*Padding for bubble comment, use class method to assign this*/
.padding1 {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight:100;
	line-height: 11pt;
	color:#000000;
	padding-top: .10cm;
	padding-left:.5cm;
	padding-right:.5cm;
}

#flash
{
		position:relative;
		z-index:4;
        color: #FF3300;
        background-color: inherit;
        margin: 20px 5px 10px 5px; /*top,right,bottom,left*/
}


/* === Other Divs === */
 


.border
{
  padding: 2px 50px 0px 50px;
  height: 1000px;
  background-image: url(images/back.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

.borderContact
{
  padding: 2px 50px 0px 50px;
  height: 1000px;
  background-image: url(images/contact.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

.borderClients
{
  padding: 2px 50px 0px 50px;
  height: 722px;
  background-image: url(images/clientbkg.jpg);
  background-repeat: no-repeat;
  text-align: left;
}
.borderIXCenter
{
  padding: 0px 50px 0px 50px;
  height: 615px;
  /*background-image: url(images/clientbkg.jpg);
  background-repeat: no-repeat;*/
  text-align: left;
}

.borderOctobernet
{
  padding: 2px 50px 0px 50px;
  height: 1000px;
  background-image: url(images/octobernet.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

/*START formatting and styles for PORTFOLIO section*/
/*text formatting*/
.portfoliotext
{
	display: block;
	margin: 5px 25px 20px 0px;
}
/*div formatting*/
#borderPortfolio
{
  padding: 2px 50px 0px 50px;
  height: 1000px;
  background-image: url(images/portfolio.jpg);
  background-repeat: no-repeat;
  text-align: left;
}
/*format and style for drop down Menu on port page*/
.dropmenudiv{
	position:relative;
	line-height:16px;
	z-index:100;
	width: 100px;
	visibility:hidden;
	border:1px solid #454545;
}
.dropmenudiv div{padding: 2px 0px 2px 2px;}
.dropmenudiv a{background-color: #ffffff; color: #454545; font-family:arial; 
 text-decoration: none; float: left; font-size:9pt; width: 100%;}
.dropmenudiv a:hover{background-color: #fd985e; color: #454545;}

#navcontainer {
	display:block;
	position:relative;
	width:123px;
	height:23px;
}
#navcontainer ul#navlist{padding-left: 0; margin-left: 0; padding-top:0; margin-top:0; padding-bottom:0; margin-bottom:0;background-color: #ffffff; color: white; font-family: arial, helvetica, sans-serif; width:128px; float:left;}
#navcontainer ul#navlist li {display: inline;}
#navcontainer ul#navlist li a#first {margin-left: 15px; color: #728278;}
#navcontainer ul#navlist li a.selected {background-color:#ffffff;}
#navcontainer ul#navlist li a {padding: 0.1em .5em; background-color: #ffffff; color: #454545; text-decoration: none; float: left; font-size:10pt;border:1px solid white;}
#navcontainer ul#navlist li a:hover {background-color: #ffffff; color: #454545;border:1px solid #757575;}

/*ENDS formatting and styles for PORTFOLIO section*/

.borderAboutUs
{
  padding: 2px 50px 0px 50px;
  height: 1000px;
  background-image: url(images/aboutus.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

.borderTechnology
{
  padding: 2px 50px 0px 50px;
  height: 800px;
  background-image: url(images/technology.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

.Homecontent
{
  height: 262px;
  overflow: auto;
  padding: 120px 2px 0px 135px;
}

.content
{
  height: 270px;
  /*left: 140px;*/
  width: 600px;
  padding: 140px 2px 0px 135px;
}

.contentClient
{
  /*height: 270px;*/
  padding: 170px 2px 0px 135px;
}
.contentIXCenter
{
  height: 615px;
  padding: 10px 0px 0px 0px;
}

.contentTechnology
{
  height: 700px;
  overflow: auto;
  padding: 50px 10px 0px 10px;
}

.designinfo
{
	margin-top: 10px;
	text-align: center;
	color: #FF3300;
	background-color: inherit;
	padding-right: 5px;
}

.designinfoTechnology
{
	margin-top: 10px;
	text-align: right;
	color: #FF3300;
	background-color: inherit;
	padding-right: 35px;
}


/* === Inline Text Styles === */



h1
{
	margin: 10px 0 -40px -2px;
	padding: 0 10px 40px 9px;
	color: #666666;
	background-color: inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
}
h3 {font-family: Geneva, Arial, Helvetica, sans-serif;}
.topHeader{font-size:20px;font-stretch:extra-expanded;color: #666666;}
.bottomHeader{font-size:16px;color: #666666;}
.PWLCHeader{font-family: Geneva, Arial, Helvetica, sans-serif;font-size:26pt;font-stretch:extra-expanded;color: #008822;}

h2
{
  margin: 4px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 14px;
  color: #996600;

}

/*h3
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 15px;
  color: #339933;

}
*/

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.Hometext
{
  display: block;
  margin: 5px 25px 10px 10px;
}

.text
{
  display: block;
  margin: 5px 25px 10px 5px;
}

.textTechnology
{
  display: block;
  margin: 5px 5px 10px 5px;
}

.OctoberNettext
{
  display: block;
  margin: 5px 25px 0px 60px;
}

.AboutUstext
{
	display: block;
	margin: 5px 25px 20px 5px;
	overflow: auto;
	height: 225px;
}

.promotext
{
	width: 550px;
	height: 445px;
	margin-top: 2px;
	padding-left: 120px;
	display: block;
	overflow: auto;
}

.HomePagetext {
	font: 10pt Arial, Helvetica, sans-serif;
	margin-left: 150px;
}

/*footLink rules for footer.inc file */
.footerLinks {
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: center;
	color: #211f26;
}


.text a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

/*Contact*/

p2 {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#contact-area {
	width: 550px;
	margin-top: 2px;
	padding-left: 120px;
}
#corp-news {
	width: 575px;
	height: 210px;
	padding-top: 5px;
	background-color: #CCCCCC;
	overflow:scroll;
}
.corp-news-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px 0px 0px 5px;
	vertical-align: text-top;
}

#contact-area input, #contact-area textarea {
	padding: 1px;
	width: 280px;
	font-family: Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px 0px 7px 0px;
	background-color: #CCCCCC;
}

#contact-area textarea {
	height: 80px;
	background-color: #CCCCCC;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
	background-color: #FFFFFF;
}

#contact-area input.submit-button {
	width: 50px;
	float: inherit;
	background-color: #CCCCCC;
}

label {
	float: left;
	margin-right: 15px;
	width: 50px;
	padding-top: 5px;
	font-size: 1em;
}

#page-wrap {
/*background-image:url(promo/Weblike_bkg.jpg);
background-repeat:no-repeat;*/
width:600px;
height:360px;
border:2pt double;
margin: 30px 30px 30px;
padding: 10px;
}
#contact_notice {
	position: relative;
	left: 30px;
	top: 175px;
}

h1.promoH1
{
	margin: 10px 0 -40px -2px;
	padding: 0 10px 40px 9px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
}

