/* Start of CMSMS style sheet 'Orbital: Layout - General' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 73.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
a,
a:visited {
   color: #dd2312; 
   font-weight: bold;
   text-decoration: none;
}
a:hover {
  border-bottom: 1px #cc0000 dotted;
}



/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
}
dl {
  font-size: 1.0em;
   line-height:1.4em;
}
dl dt {
   color: #888;
   font-weight: bold;
   font-size: 1.2em;
}
dl dd {
   margin: 0;  
   margin: 0 0 0.7em 0;
}

/*****************
basic layout 
*****************/
body {
   background-color: #cccccc;
   color: #333;
   margin: 0;
   padding-bottom: 20px;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     
   width: 920px;
   background-color: #fff;;
   color: black;
   border-color: #888888;
   border-width: 0 1px 1px 1px;
   border-style: solid;
   padding-bottom: 10px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/
div #headerWrapper {
   margin: 0 auto;
   background: #fff;
   width: 880px;
}
div#header {
   height: 62px; /* adjust according your image size */
   background: transparent;   
   width: 280px;        
   padding: 0 0 0 0;
}

div#header h1 a {
/* you can set your own image here */
   background: #fff url(images/orbital/orbital-logo.gif) no-repeat 0 12px; 
   display: block; 
   height: 62px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header h1 a:hover {
   border: none;
}

div#search {
   float: right;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   color: #fff;
   font-size: 0.8em;
}
div#search form {
   padding: 0;
}

input#cntnt01searchinput {
   border: #888 1px solid;
   padding: 2px 5px;
   margin-right: 10px;
   color: #888;
   background: #eee;
}

div#banner {
   background: #fff url(images/orbital/bg-banner.jpg) no-repeat; 
   height: 90px;
   padding: 0 20px;
   color: #fff;
}
div#bannerLeft {
   float: left;
   width: 49%;
   text-align: left;
   padding-top: 10px;
}
div#bannerLeft h2 {
   font-size: 22pt;
   line-height: 2ex;
}
div#bannerLeft h3 {
   font-size: 11pt;
   line-height: 2.3ex;
   padding-top: 4px;
}

div#bannerRight {
   float: right;
   width: 49%;
   text-align: right;
   font-weight: bold;
}
span.taglineLine {
   display: block;
   line-height: 2ex;
}
span#taglineGeneric1 {
   padding-top: 40px;
   font-size: 10pt;
}
span#taglineGeneric2 {
   font-size: 14pt;
   padding-top: 4px;
}
span#taglineSolutions {
   padding-top: 57px;
   font-size: 17pt;
}
span#taglineProducts1 {
   padding-top: 32px;
   font-size: 20pt;
}
span#taglineProducts2 {
   font-size: 13pt;
   padding-top: 4px;
}
span#taglineServices1 {
   padding-top: 32px;
   font-size: 20pt;
}
span#taglineServices2 {
   font-size: 13pt;
   padding-top: 4px;
}

div#subBanner {
   background: transparent;
   padding: 0 20px;
}
div#breadcrumbs {
   padding: 0.7em 0;
   color: #888;
   font-size: 0.9em;
}
div#breadcrumbs span.lastitem {
   margin: 0 0.2em;
}
div#breadcrumbs a,
div#breadcrumbs a:visited { 
   margin: 0 0.2em;
   text-decoration: none;
   color: #888;
   font-weight: bold;
}
div#breadcrumbs a:hover { 
   color: #ee3423; 
}

div#content {
   margin: 5px auto 15px 0; 
}

div#main {

}
br.clear {
   clear: both;
   line-height: 1px;
}
div.col1Row,
div.col2Row,
div.col3Row,
div.col21Row {
   width: 886px;
   margin: 0px auto 8px auto;
}
div.col1RowTop {
   height: 7px;
   background: transparent url(images/orbital/bg-1col-top.gif) no-repeat bottom; 
 }
div.col1RowBottom {
   height: 9px;
   background: transparent url(images/orbital/bg-1col-bottom.gif) no-repeat top; 
 }
div.col1RowContent {
   background: transparent url(images/orbital/bg-1col.gif) repeat-y top center; 
   padding: 10px 20px;
 }
div.col2RowTop {
   height: 7px;
   background: transparent url(images/orbital/bg-2col-top.gif) no-repeat bottom; 
 }
div.col2RowBottom {
   height: 9px;
   background: transparent url(images/orbital/bg-2col-bottom.gif) no-repeat top; 
 }
div.col2RowContent {
   background: transparent url(images/orbital/bg-2col.gif) repeat-y top center; 
   padding: 5px 0;
 }
div.col3RowTop {
   height: 7px;
   background: transparent url(images/orbital/bg-3col-top.gif) no-repeat bottom; 
 }
div.col3RowBottom {
   height: 9px;
   background: transparent url(images/orbital/bg-3col-bottom.gif) no-repeat top; 
 }
div.col3RowContent {
   background: transparent url(images/orbital/bg-3col.gif) repeat-y top center; 
   padding: 5px 0;
 }
div.col21RowTop {
   height: 7px;
   background: transparent url(images/orbital/bg-21col-top.gif) no-repeat bottom; 
 }
div.col21RowBottom {
   height: 9px;
   background: transparent url(images/orbital/bg-21col-bottom.gif) no-repeat top; 
 }
div.col21RowContent {
   background: transparent url(images/orbital/bg-21col.gif) repeat-y top center; 
   padding: 5px 0;
   height: 100%;
 }
div.col2RowLeft {
   width: 399px;
   float: left;
   padding: 0 15px 0 18px;
}
div.col2RowRight {
   width: 399px;
   margin-left: 447px;
   padding: 0 15px;
}
div.col3RowLeft {
   width: 198px;
   float: left;
   padding: 0 15px 0 18px;
}
div.col3RowRight {
   width: 200px;
   float: right;
   padding: 0 18px 0 15px;
}
div.col3RowCentre {
   margin: 0 241px;
   padding: 0 15px;
}
div.col21RowLeft {
   width: 542px;
   float: left;
   padding: 10px 20px 0 23px;
}
div.col21RowRight {
   width: 252px;
   margin-left: 590px;
   padding: 10px 15px 0 23px;
}

div.image540 {
   width: 540px;
   margin: 10px auto 15px auto;
   text-align: center;
}

div#footer {
   clear:both;  
   color: #aaa;
   padding: 0 10px;
   font-size: 0.9em;
   margin: 0;
}
div#footerLeft {
   float: left;
}
div#footerRight {
   float: right;
}
div#footer a,
div#footer a:visited {
   font-weight: normal;
   color: #aaa;
}

div.moreNews {
   border-top: 1px solid #aaa;
   margin-top: 0.8em;
   padding-top: 0.8em;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}
div#productList {
   min-height: 1%;
}
ul.productMenu a,
ul.productMenu a:visited {
   font-weight: bold;
   background-color: inherit; 
   color: #666; 
   text-decoration: none;
}
ul.productMenu a:hover {
   color: #ee3423; 
   border: none;
}
div#productListLeft {
   float: left;
   width: 184px; 
   height: 100%;
}
div#productListRight {
   width: 164px; 
   float: right;
   height: 100%;
}
div#productList ul {
   list-style: none;
   margin: 0 0 0.5em 0;
   padding: 0;
}
div#productList ul li {
   margin: 0 0 0.3em 0;
   padding: 0;
}



/********************
CONTENT STYLING
*********************/
div#content {

}
hr.clear {
   clear: both;
}
/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #ee3423; 
   font-size: 1.5em; 
   text-align: left; 
   line-height: 1em; 
   margin: 0 0 0.6em 0;
}
div#content h3 {
   color: #ee3423; 
   font-size: 1.3em;
   line-height: 1em;
   margin: 0 0 0.4em 0;
}
div#content h4 {
   color: #888; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */


/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   font-size: 1em;
   line-height:1.4em;
   margin: 0 15px 1em 15px;
   font-weight: bold;
   color: #777;

}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



/* END TEXT */

/* ------  Form Styles  ------- */
form {
   padding: 0;   
}
fieldset {
   border: 1px solid #bbb;
}
div.orbitalContactForm div,
div.landeskQuoteForm div {
   padding: 0 0 10px 0;
   float: left;
   width: 100%;
   margin: 0 auto;
}
div.orbitalRegistrationForm fieldset div {
   padding-top: 10px;
   vertical-align: middle;
   width: 500px;
   margin: 0 auto; 
   clear: both;
}
div.orbitalRegistrationForm fieldset {
   margin: 0 auto 10px auto;
/*   width: 530px; */
   padding-bottom: 10px;
}
div.orbitalRegistrationForm fieldset legend {
   padding: 0 8px 0 2px;
   font-weight: bold;
   color: #888;
}
div.orbitalContactForm .formInstruction,
div.orbitalRegistrationForm .formInstruction,
div.landeskQuoteForm .formInstruction {
   text-align: right;
}
div.orbitalRegistrationForm .registrationHeader {
   color: #ee3423; 
   font-size: 1.3em;
   line-height: 1em;
   margin: 0 0 0.4em 0;
   padding-top: 10px;
   font-weight: bold;
}
div.orbitalRegistrationForm label {
   float: left;
   width: 100px;
   text-align: right;
}
div.orbitalContactForm label,
div.landeskQuoteForm label {
   float: left;
   width: 140px;
   text-align: right;
}

div.orbitalContactForm input, 
div.orbitalContactForm textarea,
div.landeskQuoteForm input, 
div.landeskQuoteForm textarea,
div.landeskQuoteForm select,
div.orbitalRegistrationForm input {
   float: right;
   width: 390px;
}
div.orbitalRegistrationForm textarea {
   float: right;
   width: 500px;
   height: 80px;
}
div.orbitalContactForm textarea {
   height: 120px;
}
div.orbitalContactForm .submit,
div.orbitalRegistrationForm .submit {
   float: right;
}
div.orbitalContactForm .submit input,
div.orbitalRegistrationForm .submit input,
div.landeskQuoteForm .submit input  {
   width: 100px;
}
div.registrationHidden {
   display: none;
}
/* ------  End of Form Styles  ------- */

div#linkmgr a,
div#linkmgr a:visited {
   font-weight: bold;
   background-color: inherit; 
   color: #666; 
   text-decoration: none;
}
div#linkmgr a:hover {
   color: #ee3423; 
   border: none;
}
div.ibmSyndication {
   margin: 15px auto 0 auto;
}

div#trademarks { font-size: 7pt; height: 60px; padding-bottom: 6px; }
div#trademarksLeft { width: 49%; float: left; }
div#tm-ibm-logo { float: left; padding-right: 15px; }
div#tm-ibm-text { margin: 0 20px 0 10px; }
div#trademarksRight {width: 49%; float: right; }
div#tm-landesk-logo {float: left; padding-right: 15px; }
div#tm-landesk-text {margin: 0 10px; }

div.productOverview,
div.productOverviewFirst {
   border-top: 1px solid #aaa;
   padding: 15px 0 10px 0;
   clear: both;
}
div.productOverviewFirst {
   border-top: none;
}
p.productLink {
   text-align: right;
}
div.productOverview h4 {
   padding-bottom: 5px;
}
div.productOverview p {
   margin-left: 110px;
}
div.productOverview img {
   margin-top: 15px;
   padding-bottom: 15px;
   float: left;
}
a.ibmBrandLink {
   display: block;
   height: 22px;
   width: 170px;
   margin: 20px 0 5px 0;
}
a.ibmBrandLink:hover  {
   border: none;
}
div.partner {
   clear: both;
   width: 100%;
   padding: 5px 0 15px 0;
}
div.partnerLogo {
   float: left;
   text-align: center;
   width: 142px;
}

div.partnerText {
   margin-left: 170px;
}

div#homeSpotlightImage {
   float: left;
   width: 84px;
}
div#homeSpotlightText {
   margin-left: 99px;
}
div#ibmBrandBanner {
   height: 22px;
   margin: 0;
   padding: 0;
   width: 850px;
   _display: inline;
}

div#ibmBrandBanner  a.ibmBrandLink {
   margin: 0;
   padding: 0;
   float: left;
}
#orbitalIBMEdgeWrapper .linkFooterPanel a {
  font-weight: normal;
  color: #999;
}
/* Supress IBM Widget images */
.contentDiv img {
  display: none;
}
#embedcode_edgewidget240 {
  display: none;
}
/* End of 'Orbital: Layout - General' */

