ul {
     list-style-type: none;
     margin: 0;
}

/* ------ GENERIC CLASSES ------ */
.clear {
     clear: both;
     line-height: 0;
     height: 0;
     font-size: 0;
}

.left {
     float: left;
}

.right {
     float: right;
}

.center {
     text-align: center;
}

.middle {
     vertical-align: middle
}

.no-top-margin {
     margin-top: 0 !important;
}

.container-960 {
     margin: 0 auto;
     width: 960px;
     text-align: left;
}

.quarter { float: left; width: 25%; }
.half { float: left; width: 50%; }

/* ------ FORMS ------ */
.vertical-form1 label {
     display: block;
     float: none;
     clear: left;
     margin: 0.5em 0 0.5 0;
}

.horizontal-form1 label {
     display: block;
     float: left;
}

.horizontal-form2 label {
     display: block;
     float: left;
     text-align: right;
}

.vertical-form1 .delimiter, .horizontal-form1 .delimiter,
.horizontal-form2 .delimiter {
     padding: 0;
     height: 1px;
     line-height: 1px;
     font-size: 1px;
     clear: both;
}

/* ------ TOP MARGINS ------ */
.drop-5 {
     margin-top: 5px;
}

.drop-10 {
     margin-top: 10px;
}

.drop-15 {
     margin-top: 15px;
}

.drop-20 {
     margin-top: 20px;
}

.drop-25 {
     margin-top: 25px;
}

.drop-30 {
     margin-top: 30px;
}

.header {
     padding: 61px 0 0 39px;
     display: block;
}

.span-4 img {
     z-index: 1;
}

#logo a {
     padding: 61px 0 0 20px;
     display: block;
     z-index: 999;
}

#logo img {
     z-index: 999;
}

#header-menu {
     height: 46px;
}

.header-line {
     background: url('../img/header_line.gif') left top no-repeat;
     height: 9px;
}

#header-tools {
     font-size: 0.9em;
}

#header-tools ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
}

#header-tools ul li {
     background: url('../img/arrow.gif') no-repeat 4px 6px;
     padding: 0 11px 0 11px;
     margin-top: 20px;
     float: left;
     list-style-type: none;
}

#header-tools ul li a {
     color: #ff9d09;
}

.ico-home {
     margin-top: 20px;
     text-align: right;
}

.home-bg {
     background: #454545;
}

.home-image img {
     /*padding: 88px 0 34px 0;*/
     padding: 69px 0 34px 0;
}

.home-image {
     height: 220px;
}

.home-submenu {
     height: 184px;
     font-size: 0;
}

.home-submenu div {
    padding-top: 30px;
}

.home-submenu img {
    border: 0;
    margin: 0;
}

.home-client {
    background: url('../img/bghomeclient.gif') repeat-x;
    height: 36px;
}

.home-center {
    color: #d0d0d0;
    font-size: 0.9em;
}

.home-center img {
    padding-bottom: 10px;
}

.home-center p {
    padding-right: 60px;
    line-height: 160%;
}

.home-client-title {
    display: block;
    padding: 12px 0 6px 23px;
    color: #ff9d09;
    text-transform: uppercase;
    font-weight: bold;
}

.bghome-center {
    background: url('../img/bghomecenter.gif') no-repeat #fff;
    /*padding-bottom: 20px;*/
}

#footer {
    background: #f3f2f2;
}

.footer-copy div, .footer-lomtec div {
    padding: 12px 15px 12px 15px;
    font-size: 0.9em;
    color: #6e6e6f;
}

.footer-lomtec div {
    text-align: right;
}

.footer-lomtec div a {
    color: #6e6e6f;
}

.height {
    line-height:0;
}

.contactww {
    background: url('../img/contactww.gif') no-repeat 0 25px;
}

.contactww div {
    padding: 20px 30px 10px 188px;
}

.articles div.margin {
    padding: 20px 30px 10px 0px;
}

.contactww span, .articles span {
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
    color: #5c5c5c;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
}

.articles .subtitle {
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
    color: #5c5c5c;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
}

.contactww ul, , .articles ul {
    padding: 0;
    margin: 0;
}

.contactww ul li, .articles ul li {
    padding: 0 0 4px 10px;
    margin: 0;
    background: url('../img/list.gif') no-repeat 1px 6px;
}

.articles {
    font-size: 0.9em;
}

.link-more {
    padding: 0 0 0 8px;
    display: block;
        font-weight: bold;
    background: url('../img/list.gif') no-repeat 1px 6px;
}

.articles a {

}

.contactww ul li a {
    color: #5c5c5c;
}



#LoginForm input, #LoginForm label {
    display: block;
    margin-left: 23px;
}

#LoginForm label {
    padding: 3px 0 2px 0;
    font-size: 0.9em;	
   
}

#LoginForm input {
    width: 180px;
    font-size: 0.9em;
    margin-bottom: 7px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

#LoginForm input[type=hidden] {
    border-width: 0px;
}


#LoginForm .button {
    width: 84px !important;
    border: 0;
    background: url('../img/buttons/bg.gif') no-repeat;
    color: #fff;
    text-transform: uppercase;
    height: 24px;
    font-weight: bold;
}

.table-1 {
    width: 100%;
    font-size: 0.9em;
}

.table-1 th {
    background: #454545;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
}

.table-1 th a {
    background: #454545;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
}

.table-1 td {
    padding: 8px 10px;
}


.tableoddrow
{
	background-color: #F3F2F2;
}

.tableevenrow
{
	background-color: white;
}


.table-2 {
    width: 100%;
    font-size: 0.9em;

}

.table-2 th {
    background: #eeeeee;
    font-weight: bold;
    padding: 12px 10px;
}


.table-2 td {
    padding: 8px 10px;
}

.bt-book {
    width: 67px !important;
    background: url('../img/buttons/bg2.gif') no-repeat;
    color: #fff;
    text-transform: uppercase;
    height: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.bt-book:hover {
    color: #fff;
    text-decoration: none;
}

.bt-book span {
    display: block;
    padding: 4px 0 0 4px;
}

.button {
    width: 148px !important;
    border: 0;
    background: url('../img/buttons/bgbutton.gif') no-repeat;
    color: #fff;
    text-transform: uppercase;
    height: 24px;
    font-weight: bold;
}

h1 {
    color: #6e6e6f;
    font-size: 2.7em;
    font-weight: normal !important;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f2f2;
}             


h2 {
    color: #6e6e6f;
    font-size: 1.5em;
    font-weight: normal !important;
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 1px solid #f3f2f2;
}  

.form {
    background: #eeeeee;
     padding: 12px 0 0 0;
     margin-bottom: 12px;
     font-size: 0.9em;
}

.form select { 
    width: 238px;
    font-size: 0.9em;
}

.form td {
    padding: 4px 8px;
}

.bt-table {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 8px 0 0 0 !important;
}

.default-padding {
    padding: 20px 0;
}

h3.side-title {
    color: #fff;
    background-color: #ffa009;
    padding: 8px 10px;
    font-size: 1.0em;
    font-weight: bold;
    text-transform: uppercase;
}

#leftmenu {
    padding: 0;
    margin: 0;
}

#leftmenu li {
    padding: 6px 0 5px 20px;
    margin: 0;
    border-bottom: 1px solid #f3f2f2;
    background: url('../img/lm1.gif') no-repeat 10px 12px;
     text-transform: uppercase;
}

#leftmenu li a {
    color: #6e6e6f;
}

.lm-on {
    font-weight: bold;
}

#leftmenu li.lm-lv2 {
    padding: 4px 0 3px 29px;
    margin: 0;
    border-bottom: 0;
    background: url('../img/lm2.gif') no-repeat 21px 10px;
    text-transform: none;
}

#leftmenu li.lm-lv3 {
    padding: 4px 0 3px 40px;
    margin: 0;
    border-bottom: 0;
    font-size: 0.9em;
    background: url('../img/lm2.gif') no-repeat 32px 9px;
    text-transform: none;
}

#leftmenu li.lm-lv4 {
    padding: 4px 0 3px 51px;
    margin: 0;
    font-size: 0.9em;
    border-bottom: 0;
    background: url('../img/lm2.gif') no-repeat 43px 9px;
    text-transform: none;
}

#leftmenu li.lm-last {
    border-bottom: 1px solid #f3f2f2;
}

#navigation-bar {
    padding: 0;
    margin: 0;
}

#navigation-bar li {
    padding: 6px 12px 5px 12px;
    margin: 0;
    float: left;
    background: url('../img/lm2.gif') no-repeat 0 12px;
}

#navigation-bar li.home {
    padding: 6px 12px 5px 0;
    background: none;
}

#navigation-bar li a {
    color: #6e6e6f;
}


.form-medium {
    width: 310px;
    font-size: 0.9em;
    margin-bottom: 7px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.form-long {
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 7px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.form-short {
    width: 100px;
    font-size: 0.9em;
    margin-bottom: 7px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.form-medium2-sel {
    width: 315px;
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 0.9em;
    margin-bottom: 7px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;

}

.man {
	background-color: #FFECCF;
}

/* Forms
-------------------------------------------------------------- */
.vForm label { display: block; float: none; clear: left; }
.hForm label { display: block; float: left; clear: none; }
.vForm .delimiter, .hForm .delimiter { clear: both; padding: 0; height: 1px; line-height: 1px; font-size: 1px; }

/* Top margins
-------------------------------------------------------------- */
.drop-5 { margin-top: 5px; }
.drop-10 { margin-top: 10px; }
.drop-15 { margin-top: 15px; }
.drop-20 { margin-top: 20px; }
.drop-25 { margin-top: 25px; }
.drop-30 { margin-top: 30px; }
.drop-35 { margin-top: 35px; }
.drop-40 { margin-top: 40px; }
.drop-45 { margin-top: 45px; }
.drop-50 { margin-top: 50px; }



/* ------ COURSE ORDER FORM ------ */

.CourseOrderForm-table{
     margin: 0;
     width: 300px;
     border-collapse: collapse;
     margin-bottom: 20px;
}

.CourseOrderForm-table td {
     padding: 0px 0 0 15px;
}

.CourseOrderForm-table input, .CourseOrderForm-table label {
    display: block;
}

.CourseOrderForm-table label {
    padding: 3px 0 2px 0;
    font-size: 0.9em;
}
/* ---- customer info object ----*/
#ba-customer-info .left, #ba-customer-info .right {
	width: 49%;
	font-size: 90%;
}            
.buttons-container {
	height: 27px;
	margin-top: 10px;
}

.buttons-left {
	float: left;
	padding-right: 5px;
}

.buttons-right {
	float: right;
	padding-left: 4px;
}

/* ---- contact WO over footer --- */
#contact-horizontal {
     font-size: 0.9em;
}

#contact-horizontal ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
}

#contact-horizontal ul li {
     padding: 0 11px 0 11px;
     margin-top: 20px;
     float: left;
     list-style-type: none;
}

#MyAccountTitle {
    
     display: block;
     margin-left: 23px;
}

.span-640 {
     width: 640px;
	 float:left;
}

.home-h1 {
    color: #e58d00 !important;
	font-size: 100% !important;
	border-bottom: 0 !important;
	text-decoration: underline !important;
	padding: 0 !important;
	margin: 0 !important;
}