body{
    margin:0;
    padding:0;
    line-height: 20px;
    color: #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url(../images/mainBackground.gif) repeat-x bottom;
}
img{border: none;}
p{
    font-size: 13px;
    margin: 15px 0;
}
ul{
    font-size: .8em;
    margin-left: 25px;
    list-style-type: disc;
}
#maincontainer fieldset {
    border: 1px solid #3e509e;
    padding: 10px;
}
#maincontainer fieldset legend {
    padding: 6px;
    font-weight: bold;
    margin-left: 5px;
}
#maincontainer{
    width: 960px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: #eeeeee;
}
#topBarBottom{
    background: url(../images/topBarTile.jpg) repeat-x;
    background-position: bottom;
    height: 19px;
}
#topBarCenter{
    height: 19px;
    width: 960px;
    margin: 0 auto;
}
#topBar{
    background: #0067c5;
}
#topBarContent{
    width: 960px;
    margin: 0 auto;
    color: #fff;
}
#header{
    height: 175px; /*Height of top section*/
    width: 960px;
    margin: 0 auto;
    background: url(../images/headerBackground.jpg) no-repeat;
    position: relative;
    z-index: 25;
}
.logo{
    position: absolute;
    left: 50px;
    top: 3px;
}
.equipLink{
    position: absolute;
    left: 400px;
    top: 20px;
}
#prodCatLink{
position: absolute;
    right: 55px;
    top: 77px;
font-size:12px;
}
#ajaxSearch_form{
    position: absolute;
    right: 55px;
    top: 40px;
    background: #eeddcc;
    width: 291px;
    height: 36px;
    background: url(../images/searchBarBackground.gif) no-repeat;
}
#ajaxSearch_input{
    font-size: 1.1em;
    margin-top: 5px;
    margin-left: 5px;
    background: none;
    border: none;
    float: left;
}
#ajaxSearch_submit{
    padding:0;
    font-size: 1.1em;
    background: url(../images/searchButton.gif) no-repeat;
    border: none;
    float: right;
    width: 37px;
    height: 36px;
    color: #fff;
    font-size: .9em;
    padding-left: 2px;
    padding-bottom: 2px;
}
#ajaxSearch_submit:hover{
    color: #ccc;
    background: url(../images/searchButtonRoll.gif) no-repeat;
}
.ajaxSearch_result{
    font-size: 12px;
}
.ajaxSearch_result p{
    font-size: 11px;
    margin:0;
    padding:0;
}
.ajaxSearch_resultsInfo{
    text-align: center;
    font-size:1em;
    padding: 0;
    margin:0;
}
.ajaxSearch_paging{
    display: block;
    width: 460px;
    text-align: center;
    margin:0;
    padding:0;
    margin-bottom: 10px;
}
#navigation{
    position: absolute;
    top: 126px;
    left: 90px;
    background: url(../images/navDivider.gif) right no-repeat;
    padding-right: 1px;
    z-index: 1000;
}

#contentWrapper{
    float: left;
    position: relative;
}

#contentcolumn{
    position: relative;
    float: left;
    width: 710px;
    margin: 0;
    padding: 0;
}
#mainContent{
    position: relative;
    background: url(../images/mainContentBackTile.png) repeat-y;
    width: 460px;
    min-height:668px;
    height:auto !important;
    height:668px;
}
#leftcolumn{
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 250px; /*Width of left column*/
    height: 668px;
}
#leftColumnSubPages{
    background: url(../images/leftColumnSubBack.gif) no-repeat #e4e3e3;
    min-height:663px;
    height:auto !important;
    height:663px;
}

#leftColumnSubPages a{
    color: #555;
}
#leftColumnSubPages a:hover{
    color: #333;
}
.innertube{
    margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    padding-top: 15px;
    margin-bottom:0;
}
.searchtube{
    margin:0 15px; /*Margins for inner DIV inside each column (to provide padding)*/
    padding: 15px 0;
}
.restrictedtube{
    margin-top: 0;
    padding-top: 5px;
    margin-bottom:0;
    background: url(../images/restrictedBackground.gif) repeat-y top left #ffffff;
}
#footer {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    height: 207px;
    width: 960px;
    background: url(../images/footerBackground.gif) no-repeat top center;
    color: #fff;
}
#bottomNav{
    position: absolute;
    top: 40px;
    left: 50px;
    color: #fff;
    font-weight: normal;
    font-size: .8em;
}
#bottomNav a{
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 5px;
    padding-left: 3px;
    padding-bottom: 4px;
}

#bottomNav a.last{
    color: #fff;
    border-right:none;
}
#bottomNav a:hover{
    color: #ccc;
}
#contactDetails{
    position: absolute;
    top: 85px;
    left: 50px;
}
#contactDetails p{
    line-height: 1.2em;
    font-size: .8em;
    color: #eee;
    float: left;
    margin-right: 20px;
}
#copyRightDetails{
    position: absolute;
    top: 40px;
    right: 65px;
    line-height: 1.1em;
}
#copyRightDetails a{
    color: #fff;
}
#footerSearchBar #ajaxSearch_form{
    position: absolute;
    right: 10px;
    top: 40px;
    background: #eeddcc;
    width: 228px;
    height: 36px;
    background: url(../images/footerSearchBarBackground.gif) no-repeat;
}
#footerSearchBar #ajaxSearch_input{
    font-size: 1.1em;
    margin-top: 5px;
    margin-left: 5px;
    background: none;
    border: none;
    float: left;
}
#footerSearchBar #ajaxSearch_submit{
    padding:0;
    font-size: 1.1em;
    background: url(../images/searchButton.gif) no-repeat;
    border: none;
    float: right;
    width: 37px;
    height: 36px;
    color: #fff;
    font-size: .9em;
    padding-left: 2px;
    padding-bottom: 2px;
}
#footerSearchBar #ajaxSearch_submit:hover{
    color: #ccc;
    background: url(../images/searchButtonRoll.gif) no-repeat;
}
#bottomGradientRight{
    position: absolute;
    height: 59px;
    width: 710px;
    bottom: 0;
    background: url(../images/bottomGradientTile.png) repeat-x;
}
#bottomGradientLeft{
    position: absolute;
    height: 59px;
    width: 250px;
    bottom: 0;
    background: url(../images/bottomGradientTile.png) repeat-x;
}
#contentColumnBackgroundImage{
    position: absolute;
}
/* ///////////////////////
Contact Form Styles
////////////////////// */
form.cmxform fieldset {
    margin-bottom: 10px;
}
form.cmxform legend {
    padding: 0 2px;
    font-weight: bold;
}
form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
form.cmxform fieldset ol {
    margin: 0;
    padding: 0;
}
form.cmxform fieldset li {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}
form.cmxform fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}
form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}
form.cmxform em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
form.cmxform label {
    width: 170px; /* Width of labels */
    font-size: 12px;
}
form.cmxform fieldset fieldset label {
    margin-left: 173px; /* Width plus 3 (html space) */
}
.errors{
    border: 1px solid #cc3333;
    background: #ffcccc;
    color: #990000;
    margin-bottom: 10px;
    font-size: .9em;
    padding: 10px;
}
/* ///////////////////////
Home Page Slider Styles
////////////////////// */
#slider{
    position: relative;
}
#slider ul{
    margin:0;
    padding:0;
    list-style:none;
    height:668px;
}
#slider li{
    /*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
    */
    margin:0;
    padding:0;
    list-style:none;
    width:250px;
    height:668px;
    overflow:hidden;
}
ol#controls{
    margin: 0;
    padding:0;
    height:28px;
    position: absolute;
    top:10px;
    left:20px;
}
ol#controls li{
    margin:0 10px 0 0;
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
}
ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#ddd;
    color:#555;
    padding:0 10px;
    text-decoration:none;
}
ol#controls li.current a{
    background:#9ab1c6;
    color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
.sliderTube{
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
/* ///////////////////////
Accordian Styles
////////////////////// */
#accordion h3{
    font-size: 12px;
}
#accordion b{
    font-size: 12px;
}
#accordion ul, ol{
    font-size: 12px;
    margin-left: 15px;
}
#accordion li{
    margin: 10px 0;
}
#accordion ol{
    list-style-type: decimal;
}
/* ///////////////////////
Web Login PE Styles
////////////////////// */
#wlpeLogin{
    background: url(../images/restrictedTop.gif) repeat-x bottom  left #cdcdcd;
    min-height:50px;
    height:auto !important;
    height:50px;
}
#wlpeLoginForm, #wlpeResetForm{
    text-align: right;
    padding-right: 10px;
    padding-top: 12px;
}
#wlpeLogin p{
    margin: 0;
    display: inline;
    font-size: 11px;
    margin-left: 3px;
}
#wlpeLogin label{
    margin-right: 3px;
    vertical-align: middle;
}
#wlpeUserProfileForm label{
    display: inline-block;
    width: 100px;
    margin: 5px 0;
}
#wlpeUserProfileForm p{
    margin: 0;
}
#wlpeUser{
    padding: 5px;
}
.wlpeMessage{
    margin: 10px;
    color: red;
    border: 1px solid red;
    background-color: #fad3d3;
    font-weight: bold;
}
.wlpeMessageText{
    margin: 5px;
}
/* ///////////////////////
Restricted Access Styles
////////////////////// */
#restrictedAccess{
    width: 960px;
    min-height:668px;
    height:auto !important;
    height:668px;
    text-align: right;
}
#restrictedContent{
    margin: 0 10px 0 10px;
    text-align: left;
    border: 1px solid #666;
}
#restrictedNavigation{
    text-align: left;
    list-style-type: none;
    margin: 10px 0 0 20px;
    padding: 0;
}
#restrictedNavigation li{
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
}
#restrictedNavigation li a{
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    background: #dddddd;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
}
#restrictedNavigation li a:hover{
    background: #666;
    color: #eeeeee;
}
/* ///////////////////////
Training Video Styles
////////////////////// */
#trainingVideos{
    background: url(../images/trainingVideoBackgroundTile.jpg) repeat-y;
    min-height:668px;
    height:auto !important;
    height:668px;
}
#trainingVideos p{
    color: #cecece;
}
#trainingVideos a, #trainingVideos h1, #trainingVideos h2, #trainingVideos ul{
    color: #a8abde;
}
#videoList{
    width: 200px;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
#videoList li{
    padding: 0 0 0 25px;
    margin: 0 0 0 15px;
    background: url(../images/videoIcon.gif) no-repeat;
    background-position: left 50%;
}
#trainingIndex, #trainingVideo{
    width: 710px;
    float: right;
    margin: 0;
    padding: 0;
}
#notFoundMenu{
    margin-bottom: 20px;
}
.searchTerms{
width: 420px;
background: #eeeeee url(../images/searchBarTile.gif) top repeat-x;
border: 1px solid #003366;
padding: 5px;
float: left;
font-size: 1.2em;
margin-bottom: 25px;
}
.searchTerms .ajaxSearch_removeHighlight{
font-size: .7em;
padding: 10px;
padding-left: 30px;
display: block;
background: url(../images/closeButton.gif) no-repeat 0 50%;
color: #666666;
font-weight: bold;
text-decoration: none;
}
.searchTerms .ajaxSearch_removeHighlight:hover{
color: #777777;
}