/* Global Defaults
=====================================================================*/
h1,h2,h3,h4,h5,h6,strong{font-style:normal;font-weight:normal;}
ul {list-style:none;}
a {text-decoration:none;}

/* Library
=====================================================================*/

.l { float:left; width:49%; }
.r { float:right; width:49%; }
.r:after { display:block; content:''; clear:both; height:0; visibility:hidden; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.justify { text-align:justify; }
.float-left { float:left; }
.float-right { float:right; }
.clear-both { clear:both; float:none; }
.clear-right { clear:right; float:none; }
.hide {	display:none; }
.clear-both { clear:left; float:none; }
.inline { display:inline; }
.block { display:block; }
.noborder { border:0px none; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.normal { font-weight:normal; }
.nomargin { margin:0; }
.nopadding { padding:0; }
.visible { display:block; }
.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.border5 { border:solid 10px #c7c7c7; }
.border10 { border:solid 10px #c7c7c7; }
.border20 { border:solid 20px #c7c7c7; }

div.hidden, a.hidden
{
    display:none;
    margin:0;
}

/* List Elements
=====================================================================*/

ul li {
    height:auto;
    margin:0;
    padding:0;
    list-style:none;
}

li a {
    padding-top:0px;
    padding-bottom:0px;
}

li a:hover {
    background-color:#eeeeee;
}

/* Global Links
=====================================================================*/

a {
    margin:0px;
    padding:0px;
}

a:link, a:visited, a:active {
    background:transparent;
    color:#2575ad;
    text-decoration:none;
    
}

a:hover {
    background:transparent;
    color:#ac3433;	
    text-decoration:none;
}

/* Misc Typography
=====================================================================*/
i, em { 
    font-style:italic;
}

/* Global Elements
=====================================================================*/

/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
html {
    overflow-x:auto;
    height:100%;
}


h2, h4, h6, body {
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
    font-size:1.7em;
    line-height:1.1em;
    color:#2575ad;
}

h4 {
    font-size:.9em;
    text-transform:uppercase;
    color:#2575ad;
    letter-spacing:1px;
    font-weight:bold;
}

h5 {
    font-size:1.5em;
    line-height:1.2em;
}

h6 {
    font-size:.88em;
    letter-spacing:1px;
    font-weight:bold;
    text-transform:uppercase;
}


/*=====================================================================*/
body {
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    background-color:#222;
    font-size:12px;
    color:#555;
    text-align:center;
    line-height:1.6em;
    padding:0;
}

#pg-bottom {
    background:url('../images/glossy-bottom-bg.gif') no-repeat;
    height:100px;
}

#pg-bottom-2 {
    background:url('../images/glossy-bottom-bg-2.gif') no-repeat;
    height:200px;
}

blockquote, em, h1, h3, h5, i  {
    font-family:Georgia, "Times New Roman", Times, serif;
}

#content {
    width:950px;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align:left;
    background-color:#fff;
}

#header img {
    padding:0 0 5px 10px;
}

.table-top, .table-bottom {
    width:950px;
    border:0;
}

.table-top img {
    display:block;
}

.table-bottom img {
    display:block;
}

#nav { line-height:1; z-index:9998; }

#nav a {
    background:url(../images/menubar.jpg) no-repeat 0 0;
    display:block;
    height:30px;
    text-indent:-999em;
    overflow:hidden;
}

#nav li { float:left; position:relative; }
* html #nav li * { position:relative; }
#nav li, #nav ul { margin:0; padding:0; }

/*--- default ---*/
#nav-home a { background-position:0 0; width:65px; }
#nav-products-and-services a { background-position:-65px 0; width:150px; }
#nav-support a { background-position:-215px 0; width:79px; }
#nav-downloads a { background-position:-294px 0; width:99px; }
#nav-store a { background-position:-393px 0; width:64px; }
#nav-about-us a { background-position:-457px 0; width:87px; }
#nav-blank a { background-position:-544px 0; width:406px; }

/*--- Hovering ---*/
#nav-home a:hover { background-position:0 -30px; width:65px; }
#nav-products-and-services a:hover { background-position:-65px -30px; width:150px; }
#nav-support a:hover { background-position:-215px -30px; width:79px; }
#nav-downloads a:hover { background-position:-294px -30px; width:99px; }
#nav-store a:hover { background-position:-393px -30px; width:64px; }
#nav-about-us a:hover { background-position:-457px -30px; width:87px; }

/*--- Clicking ---*/
#nav-home a:active { background-position:0 -60px; width:65px; }
#nav-products-and-services a:active { background-position:-65px -60px; width:150px; }
#nav-support a:active { background-position:-215px -60px; width:79px; }
#nav-downloads a:active { background-position:-294px -60px; width:99px; }
#nav-store a:active { background-position:-393px -60px; width:64px; }
#nav-about-us a:active { background-position:-457px -60px; width:87px; }

/*--- Dropdowns ---*/

#nav li.over ul { left:0; display:block;}
#nav li li { float:none; position:static; width:100%; }

#nav li li a, #nav li li a:hover, #nav li li a:active {
    background:none;
    height:auto;
    padding:1px 12% 2px 12px;
    text-indent:0;
    width:82%;
}

#nav li li a:hover { background:#eee; }

#nav li ul {
    background:#fff;
    border-bottom:1px solid #ce0000;
    display:none;
    line-height:1.5;
    padding:5px 0;
    position:absolute;
    top:30px;
    width:200px;
    z-index:9999;
}

#flash {
    position:absolute;
    width:950px;
    height:210px;
    padding:0;
    margin:0;
    background-color:#fff;
}

#content-body, #content-body-1 {
    position:absolute;
    border:none;
    padding:0;
    top:308px;
    width:950px;
}

#content-body {
    background:#c9c9c9 url(../images/dropshadow_1px.jpg) repeat-y;
}

#content-body-1 {
    background:#fff url(../images/dropshadow_1px_white.jpg) repeat-y;
}

#content-body-left, #content-body-left-1 {
    width:570px;
    padding:20px 20px 20px 40px;
    line-height:1.5em;
    float:left;
}

#inset_r {
    width:25%;
    float:right;
    margin-top:15px;
    padding:20px;
    display:block;
    background:url(../images/temp_right_bg.jpg) repeat-x;
}

#inset_r img {
    /* centralize the img in inset_r. How? inset_r has width 25%, we roughly put half that size in the left and right margins */
    margin-left:13%;
    margin-right:12%;
}

.content-header img {
    margin:-20px 0 0 -40px;
}

#content-body-right {
    width:276px; /* Becareful, this value is accurate to the pixel */
    margin:0 0 0 24px; /* Becareful, this value is accurate to the pixel */
    float:left;
    background:#c9c9c9 url(../images/bg_col2.gif) repeat-x;
    padding:0 10px 0 10px;
}

#content-body-right-bottom {
    margin-left:-14px;
    width:300px;
    background:url(../images/bg_col2_bot.jpg) repeat-y;
    height:200px;
}

#content-body-right-bottom-2a, #content-body-right-bottom-2b, #content-body-right-bottom-2c, #content-body-right-bottom-2d, #content-body-right-bottom-2e, #content-body-right-bottom-2f {
    margin-left:-14px;
    width:300px;
    background:url(../images/bg_col2_bot_2.jpg) repeat-y;
}

#content-body-right-bottom-2a {
    height:0; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-2b {
    height:1100px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-2c {
    height:1250px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-2d {
    height:0px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-2e {
    height:75px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-2f {
    height:350px; /* adjust this value to grow or shrink the height of the right column */
}

.module_right, .perfmonpro-supports {
    margin-top:20px;
    background:#fff url(../images/right_module_bg.jpg) repeat-x;
    background-position:bottom;
    padding:10px 10px 20px 25px;
    width:225px;
}

.perfmonpro-supports a {
    height:40px;
    display:block;
    overflow:hidden;
    background-image:url(../images/perfmonpro-support-header.gif);
}

.perfmonpro-supports a:hover {
    background-position:0px -40px;
}

.footer {
    background-color:#fff;
    text-align:center;
}

/* =========== */
#at_glance_container {
    overflow:hidden;
    float:right;
    width:45%;
    padding:10px 10px 10px 20px;
    background-color:#fff;
}

.at_a_glance ul {
    margin-left:10px;
    padding-left:10px;
}

.at_a_glance ul li {	
    margin-bottom:0;
    list-style:decimal outside;
}

.at_a_glance ul li ul {
    margin-left:15px;
    padding-left:15px;
}

.at_a_glance ul li ul li {
    list-style:circle outside;
}

.at_a_glance ul li:before {
    color:#7cb0cd;
} 

#services-module {
    padding-top:10px;
}

ul#services {
    background:#fff url(../images/consulting_services_bg.jpg) no-repeat;
    background-position:top;
    width:260px;
    height:290px;
    padding:60px 0px 20px 0px;
}

ul#services li a {
    display:block;
    color:#666666;
    border-bottom:1px solid #d5d5d5;
    padding:10px;
    margin:5px 20px 5px 20px;
}

ul#services li span {
    color:#2575ad;
    font-size:1.1em;
    font-weight:bold;
}

.ebus_showcase {
    padding-top:10px;
}

.product-faq {
    padding-top:30px;
}

.pic_right {
    padding-top:25px;
}

.ebus_showcase img, .pic_right img {
    border:none;
}

.section-banner, .subsection-banner {
    margin:20px 0 0 -40px;
}

img.section-banner, img.subsection-banner {
    border:none;
}

.downloads img {
    border:none;
    padding-right:5px;
}

.downloads-digest ul {
    float:left;
    padding:0 0px 0 0;
    margin:2px 0 0 21px;
}

.downloads-digest ul.value {
    font-family:Georgia, "Times New Roman", Times, serif;
    margin:2px 0 0 5px;
}

#trailimageid {
    font-size:0.75em;
    position:absolute;
    display:none;
    left:0px;
    top:0px;
    width:400px;
    height:0px;
    z-index:200;
}

/**********************************/
.homeLeadin {
    width:650px;
    position:relative;
    margin:-20px 0 0 -50px;
}

.homeLeadin .sectionLeadin {
    z-index:1;
    position:relative;
    height:200px;
}

.homeLeadin .invisible {
    display:none;
}

.homeLeadin .leadinImage {
    position:absolute;
    left:10px;
}

.homeLeadin .leadinMenu { 
    background:#F8F8F8 url(../images/homeLeadinMenuBg.gif) repeat-x scroll left bottom;
    border:1px solid #C4C4C4;
    float:left;
    margin:0 0 10px 10px;
    position:relative;
    width:648px;
    z-index:1;
}

* html .homeLeadin .leadinMenu {
    left:0px;
}

.homeLeadin .leadinMenu table {
    width:100%;
    border-collapse:collapse;
}

.homeLeadin .leadinMenu td {
    width:20%;
    border-right:1px solid #d2d2d2;
    padding:0;
}

.homeLeadin .leadinMenu td div {
    height:74px;
    padding:0px 15px;
    position:relative;
    cursor:hand;
}

.homeLeadin .leadinMenu td.current {
    border-left:1px solid #d2d2d2;
}

.homeLeadin .leadinMenu td.current div {
    background:#fff ;
}

.homeLeadin .leadinMenu td h3 {
    font-size:14px;
    position:relative;
    text-align:center;
}

.homeLeadin .leadinMenu td.web {
    border-bottom:4px solid #188e00;
}

.homeLeadin .leadinMenu td a:link h3.web, .homeLeadin .leadinMenu td a:visited h3.web {
    color:#ee3324;
}

.homeLeadin .leadinMenu td a:link h3.javaee, .homeLeadin .leadinMenu td a:visited h3.javaee {
    color:#00aff0;
}

.homeLeadin .leadinMenu td a:link h3.enterpriseMicrosoft, .homeLeadin .leadinMenu td a:visited h3.enterpriseMicrosoft {
    color:#6b0052;
}

.homeLeadin .leadinMenu td a:link h3.enterpriseLinux, .homeLeadin .leadinMenu td a:visited h3.enterpriseLinux {
    color:#83b03b;
}

.homeLeadin .leadinMenu td a:link h3.database, .homeLeadin .leadinMenu td a:visited h3.database {
    color:#c47b2d;
}
