/*CSS RESET________________________________*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial !important;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
 ul {
	 list-style: disc outside none;
    margin-left: 30px;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*END CSS RESET________________________________*/

ul#customer-menu {
   /* background-color: #c7eaf0;*/
   margin-left: 0px;
    background-color:#F3F8FB;
    border-top: 1px solid #666666;
    float: left;
    font-size: 16px;
    height: 25px;
    padding-top: 10px;
    position: relative;
    width: 100%;
    margin-top: -17px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

ul#customer-menu li{
   display: inline;
   margin-left: 11px;
}
ul#customer-menu li a{
   
}
ul#customer-menu li a span {
    color: #535353;
    font-family: verdana;
    font-size: 14px;
    
    line-height: 1.13em;
    margin-left: 5px;
    
    text-align: center;
   /* text-decoration: underline;*/
}
.border_line {
    border: 1px solid #CDCDCD;
    padding: 15px;
}
strong{
   font-weight: bold;
}

ol {
    clear: left;
    float: left;
    line-height: 21px;
    margin-left: 25px;
    padding: 0.5em 0 0.5em 10px;
}
.margin_table{
   width: 170px;
   line-height: 30px;
}
.margin_geo{
   margin-right: 25px;
   margin-top: 20px;
}
.margin-left_mf {
    margin-left: 748px !important;
}