/* *************************************************************************
Title : CSS main styles
Author : Designkitchen, Inc.

CSS TOC
=HTML SELECTORS
=LAYOUT
=NAVIGATION
=SECTION SPECIFIC
************************************************************************* */
/* =PAGE CONTENT */ 
@import url("content.css");

/* html tags {{1 */
BODY {
    background-color: #E9E9E9;
}
P {
    color: #575757;
    font: 85%/116% arial, sans;
}
A {
    text-decoration: none;
}
INPUT.text,
SELECT, TEXTAREA {
    color: #575757;
    margin: 0 5px;
    border: 1px solid #BBB;
    padding-top: 2px;
    padding-left: 2px;
    width: 122px;
    font-weight: normal;
    font-size: 11px;
}
INPUT.words, SELECT, TEXTAREA { color: #575757; font-size: 11px; font-weight: normal; margin: 0 5px; padding-top: 2px; padding-left: 2px; width: 200px; height: 50px; border: solid 1px #bbb; }

SELECT {
    margin-left: 0;
    padding-top: 0;
    height: 18px;
}
INPUT.submit, INPUT.continue, INPUT.search, INPUT.login {
    background: transparent url('../images/global/buttons.png')
    no-repeat 0 0;
    margin: 0;
    border: none;
    height: 18px;
    color: transparent;
}
INPUT.submit2, INPUT.continue, INPUT.search, INPUT.login {
    background: transparent url('../images/global/buttons.png')
    no-repeat 0 0;
    margin: 0;
    border: none;
    height: 18px;
    color: transparent;
}
INPUT.submit {
    background-position: 0 0;
    width: 53px;
}
INPUT.submit2 { 
	background-position: 0 0; 
	width: 53px; 
}
INPUT.continue {
    background-position: -106px 0;
    width: 60px;
}
INPUT.continue:hover {
    background-position: -106px -18px;
}
INPUT.search {
    background-position: -53px 0;
    width: 54px;
}
INPUT.search:hover {
    background-position: -53px -18px;
}
INPUT.submit:hover {
    background-position: 0 -18px;
}
INPUT.login {
    background-position: -166px 0;
    width: 53px;
}
INPUT.login:hover {
    background-position: -166px -18px;
}
HR {
    clear:both;
    height: 1px;
    border: none;
    border-top: 1px solid #DDDDDD;
}
/* simple classes {{1 */
.blue { color: #3FA4E7 !important }
.orange { color: #C47E47 !important }
.nocss { display: none }
.left { float: left; }
.right { float: right;}
.display-none { display: none }
.display-block { display: block }
.visible { visibility: visible }
.invisible { visibility: hidden}
.clear-both { 
    clear: both;
    overflow: auto;
}
.no-margin { 
    margin:0;
}
.padding-5px { padding: 5px; overflow: auto; }
.padding-10px { padding: 10px; overflow: auto; padding-top: 0; }
.half {
    width: 47%;
}
.two-thirds {
    width: 61%;
}
.one-third {
    width: 33%;
}
/* site-wide classes {{1 */
.page-content { 
    margin-top: 0;
    position: relative;
    top: 15px;
    clear: both;
    overflow: auto;
}
IMG.banner {
    margin-top: -12px;
    margin-left: -16px;

}
UL.no-bullet {
    list-style: none !important;
}
UL.no-bullet LI {
    color: #575757;
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
A.orange:hover { text-decoration: underline !important }
/* content boxes {{2 */

.box-top-907, .box-top-596, .box-top-299 {
    margin-bottom: 10px;
    overflow-x: hidden;
}
.box-top-907 {
    /* adjust width for DIV.content padding */
    width: 873px;
    background: #FFF url('../images/boxes/content-box-top-907px.png') 
    no-repeat 0 top;
}
.box-top-596 {
    /* adjust width for DIV.content padding */
    width: 562px;
    background: #FFF url('../images/boxes/content-box-top-596px.png') 
    no-repeat 0 top;
}
.box-top-299 {
    /* adjust width for DIV.content padding */
    width: 265px;
    background: #FFF url('../images/boxes/content-box-top-299px.png') 
    no-repeat 0 top;
}
.box-bottom-907, .box-bottom-596, .box-bottom-299 {
    overflow: hidden;
    height: 6px;
    margin-left: -17px;
    margin-top: 20px;
    overflow-x: hidden;
}
.box-bottom-907 {
    width: 907px;
    background: #FFF url('../images/boxes/content-box-bottom-907px.png') 
    no-repeat 0 top;
}
.box-bottom-596 {
    width: 596px;
    background: #FFF url('../images/boxes/content-box-bottom-596px.png') 
    no-repeat 0 top;
}
.box-bottom-299 {
    width: 299px;
    background: #FFF url('../images/boxes/content-box-bottom-299px.png') 
    no-repeat 0 top;
}
/* DIV.content {{2 */
DIV.content {
    position: relative;
    padding: 0 17px;
    padding-top: 12px;
}
DIV.content A {
    color: #C47E47;
}
DIV.content A:hover {
    text-decoration: underline;
}
DIV.content UL {
    margin: -2px 0 16px 0;
}
DIV.content UL LI {
    list-style: none;
    background: transparent url('../images/global/link-list-bullet.png') 
    no-repeat 0 6px;
    padding-left: 10px;
    font-size: 85%;
    line-height: 153.9%;
    margin-bottom: 5px;
}
DIV.content H2, DIV.content H3 {
    color: #4993C5;
    line-height: 23px;
}
DIV.content H2 {
    font-size: 153.9%;
    font-weight: normal;
    margin: 10px 0 10px 0;
}
DIV.content H3 {
    font-size: 93%;
    font-weight: bold;
    margin: 10px 0;
}
DIV.content H3.subtitle {
    font-size: 116%;
    font-weight: normal;
    color: #626262;
    margin-top: -12px;
}
DIV.content H4 {
    color: #4993C5;
    font-size: 85%;
    font-weight: normal;
    margin-bottom: 0.5em;
}
/* icons {{2 */
.icon {
    background: #FFF url('../images/global/icons.png') 
    no-repeat  top;
    padding-left: 30px;
    /* tweak v.alignment btw icon & text */
    padding-top: 2px;
    padding-bottom: -2px;
    line-height: 21px !important;
}
.literature {
    background-position: 0 -23px;
}
.events {
    background-position: 0 -115px;
}
.careers {
    background-position: 0 -138px;
}
.awards {
    background-position: 0 -161px;
}
.news {
    background-position: 0 -69px;
}
.techniques {
    background-position: 0 -92px;
}
.leaders {
    background-position: 0 -207px;
}
.info {
    background-position: 0 0;
}
.card {
    background-position: 0 -184px;
}
.phone {
    background-position: 0 -46px;
}
.gsa {
    background-position: 0 -230px;
}
.featured-person {
    overflow: auto;
    margin: 10px 0;
}
.featured-person P {
    margin-bottom: 7px;
}
.featured-person IMG {
    float:left;
    margin-right: 5px;
}
.featured-person DIV {
    float:left;
    width: 175px;
}
/* filetypes {{2 */
.filetype {
    background: #FFF url('../images/global/filetype-icons.png') 
    no-repeat  left top !important;
    padding-left: 23px !important;
    margin: 15px 0;
    display: block;
    height: 14px;
    overflow: hidden;
}
.pdf {
    background-position: left 0 !important;
}
.powerpoint {
    background-position: left -14px !important;
}
.word {
    background-position: left -28px !important;
}
.pdf:hover {
    background-position: left -42px !important;
}
.powerpoint:hover {
    background-position: left -56px !important;
}
.word:hover {
    background-position: left -70px !important;
}
.featured-person {
    overflow: auto;
    margin: 10px 0;
}
.featured-person P {
    margin-bottom: 7px;
}
.featured-person IMG {
    float:left;
    margin-right: 5px;
}
.featured-person DIV {
    float:left;
    width: 175px;
}
/* page elements {{1 */
#wrapper { 
    position: relative;
    width: 907px;
    margin: 0 auto;
}
/* inline-popup {{2 */
#inline-popup {
    z-index: 1;
    position: absolute;
    top: 16%;
    left: 11%;
    width: 699px;
    background: transparent url('../images/boxes/inline-popup-top.png') 
    repeat-x 0 0;
}
#inline-popup-bottom {
    height: 16px;
    width: 699px;
    position: relative;
    bottom: -16px;
    background: transparent url('../images/boxes/inline-popup-bottom.png') 
    repeat-x 0 0;
}
#inline-popup A.close {
    position: absolute;
    left: 94%;
    top: 4%;
    height: 19px; width: 19px;
    background: transparent
    url('../images/global/inline-popup-close-button.png') 
    repeat-x 0 top;
}
#inline-popup A.close:hover {
    background-position: 0 bottom;
}
#inline-popup DIV.content {
    overflow: auto;
    margin: 6px auto;
    padding: 0;
    padding-top: 40px;
    height: 100%;
    width: 77%;
}
#inline-popup HR {
    margin: 25px 0;
}
/* header {{2 */
#header {
    height: 84px;
    overflow: hidden;
    background: transparent url('../images/global/header-bg.png') 
    repeat-x 0 0;
}
#header H1 {
    float: left;
    width: 134px;
    height: 84px;
    margin: 0;
    background: transparent url('../images/global/axis-logo.png') repeat-x 0 0;
}
#header H1 A {
    float: left;
    width: 100%;
    height: 100%;
}
#header H2 {
    font-size: 85%;
    font-weight: normal;
    color: #707070;
    margin: 10px 0px 3px 0px;
}
#header-select-country, #header-select-country, #header-select-service,
#header-product-support, #header-find-representative {
    margin-top: 22px;
    padding: 0 15px;
}
/*#header-select-service H2:hover,
#header-product-support H2:hover, #header-find-representative H2:hover {
    color: #F37321;
}*/
#header P {
    font-weight: bold;
    font-size: 85%;
    margin: 0;
    line-height: 18px;
}
#header DIV.item P {
    color: #252525;
}
#header-find-representative {
    width: 203px;
}
#header-find-representative .zipForm {
    clear: both;
    overflow: none;
}
#header-find-representative .zipForm {
    float: left;
}
#header-find-representative INPUT.text {
    width: 60px;
     vertical-align: middle;
}
#header-find-representative INPUT.submit {
 vertical-align: middle;
}
#header-find-representative INPUT.submit:hover {
    background-position: 0 -18px;
}
#header-select-service, #header-product-support {
    background: transparent url('../images/global/pipe-orange.png') 
    no-repeat 100% 12px;
}
#header-select-country {
    width: 120px;
}
#header-select-country UL {
    margin: 10px 0;
    overflow: auto;
}
#header-select-country UL LI {
    float: left;
    list-style: none;
    padding: 0 6px;

}
#header-select-country UL LI.first {
    background: transparent url('../images/global/pipe-gray.png') 
    no-repeat 100% 2px;
    padding-right: 8px;
}
#header-select-country UL LI A {
    font-size: 77%;
    color: #7A7A7A;
}
#header-select-country UL LI A:hover,
#header-select-country UL LI A.current {
    color: #F37321;
}
/* main-navbar {{2 */
.mainCMSListMenuUL {
    margin: 0;
    height: 33px;
    width: 100%;
    background: transparent url('../images/global/main-navbar-bg.png')
    repeat-x 0 top;
}
.mainCMSListMenuUL LI {
    list-style: none;
    float: left;
    line-height: 33px;
    margin: 0;
}
.mainCMSListMenuUL LI.about                { width: 135px ; }
.mainCMSListMenuUL LI.product-catalog      { width: 128px ; }
.mainCMSListMenuUL LI.distributor          { width: 142px ; }
.mainCMSListMenuUL LI.institutions         { width: 108px ; }
.mainCMSListMenuUL LI.continuing-education { width: 158px ; }
.mainCMSListMenuUL LI.news-and-events      { width: 128px ; }
.mainCMSListMenuUL LI.literature           { width: 108px ; }
.mainCMSListMenuUL LI A {
    display: block;
    background: transparent url('../images/global/main-navbar-bg-full.png') 
    no-repeat right top;
    height: 33px;
    font: normal 77%/33px arial, sans;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.mainCMSListMenuUL LI.current A,
.mainCMSListMenuUL LI A:hover {
    background-position: right bottom;
}
.mainCMSListMenuUL LI A.last {
    background-position: left top;
}
.mainCMSListMenuUL LI A.last:hover {
    background-position: left bottom;
}

table.CMSMenu
{
	border:none;
}

.CMSMenu td
{
	text-align: center;
	background: transparent url('../images/global/main-navbar-bg-full.png') 
    no-repeat right top;
    height: 28px;
    font: normal 77%/33px arial, sans;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border:none;
    padding:0px;
}

.CMSMenu td.current
{
	background-position: right bottom;
}

.CMSMenu td.last {
    background-position: left top;
}

.CMSMenu td.lastcurrent{
    background-position: left bottom;
}

.CMSMenu td.about                { width: 135px ; }
.CMSMenu td.product-catalog      { width: 128px ; }
.CMSMenu td.distributor          { width: 142px ;  cursor:hand; cursor: pointer; }
.CMSMenu td.institutions         { width: 108px ; }
.CMSMenu td.continuing-education { width: 158px ; }
.CMSMenu td.news-and-events      { width: 128px ; }
.CMSMenu td.literature           { width: 108px ; }

table.subCMSMenu
{
	border: 1px solid #808082;
	border-top: none;
}
.subCMSMenu td
{
	text-align: center;
	background: transparent url('../images/global/bg.subnav.png') 
    repeat-x left top;
    height: 27px;
    font: normal 77% arial, sans;
    color: #8b8b8b;
    text-align: center;
    border:none;
    padding:0px;
    width:160px;
    text-transform: uppercase;
}

.subCMSMenu td.subcurrent
{
	 background-position: left bottom;
	color: #fff;
}

/* footer {{2 */
#footer {
    overflow: auto;
    clear: both;
    padding: 20px 0 15px 10px;
}
#footer P {
    margin-bottom: 0;
    font-size: 77%;
}
#footer-right-content IMG, 
#footer-right-content P {
    float: left;
}
#footer-right-content IMG { 
    margin: 3px 5px 2px 0;
}
#footer-right-content P {
    width: 170px;
}





/******************
=SECTION SPECIFIC
*******************/
.institutionsContent .padding-10px
{
	overflow:visible;
}

.institutionsContent .box-top-596
{
	margin-top:0px;
}

#login-popup DIV.two-thirds
{
	width: 179px;
}

#login-popup DIV.one-third 
{
	width: 107px;
}
