* {
	font: 11px verdana, Tahoma, Arial;
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #FEF8EC url(bg_body.gif) repeat-y 0 0;
}

html > body {
	width: 100%;
	min-height: 100%;
	height: auto;
}

li {
	padding: 0px;
	margin: 0 0 0 8px;
}

ul, ol {
	padding: 0 0 10px 16px;
	list-style-position: inside; 
}

dl {
	padding: 0;
	margin: 0 0 5px 3px;
}

dd {
	padding: 0;
	margin: 0 0 5px 28px;
}


img {
	border: 0px solid #ffffff;
}

#upmenu {
	background: #eaedee;
	padding: 0 0 7px 33px;
	border : 0px solid red;
}

#topmenu {
	margin: 8px 0 30px 66px;
	border: 0px solid red;
}

#header {
/*	width: 100%;*/
	height: 187px;
	border-right: 0px solid red;
}

#header_left {
	border-bottom: 1px solid #815BC1;
	width: 49%;
	height: 179px;
    float: left;
    text-align: right;
    background: #FAFCED url(bg_header_left.jpg) repeat-x 100% 0;
}

#header_right {
    border-bottom: 1px solid #815BC1;
    height: 179px;
    width: 50%;
    float: left;
    background: #FAFCED url(bg_header_right.jpg) repeat-x 0 100%;
}

#header_center {
    border: 0px solid red;
    width: 427px;
    height: 179px;
    float: left;
}

#main {
    overflow: hidden;
   border : 0px solid red;

}

#left {
    width: 190px;
    border: 0px solid red;
    float: left;
	padding: 0 0 0 10px;
	color: red;
}

#left a {
    display: block;
}

#right {
    float: right;
    width: 220px;
    padding: 0 0 120px 0;
    border: 1px solid red;
}

#content {
    margin: 0 0 0 210px;
    padding: 0 0px 94px 0px;
    border: 0px solid red;
}

#content a{
    color: #243A89;
}

#content img {
	border: 1px solid #E3EDE0;
    margin: 0 5px 5px 0;
}

#content p {
    padding: 0 0 7px 0;
	border: 0px solid red;
}

#content b, strong {
	font-weight: bold;
} 

#news {
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 20px;
	border-left: 1px solid #7f7f7f;
}

#rotation {
	padding-right: 30px;
	padding-left: 20px;
	border-left: 1px solid #7f7f7f;
}

#offers {
	padding-right: 30px;
	padding-left: 20px;
	border-left: 1px solid #7f7f7f;
}

#news {
	padding-right: 30px;
	padding-left: 20px;
	border-left: 1px solid #7f7f7f;
}

#submenu {
	position: absolute;
	margin-bottom: 90px;
	border: 0px solid red;
}

#subfooter {
	float: right;
	border: 0px solid red;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height : 94px;
	color: #ffffff;
	background: url(bg_footer.jpg) 100% 0 no-repeat;
	border: 0px solid red;
}

    #line {
      color:white;
      height:40px;
      border: 0px solid red;
      border-bottom: 1px solid #815BC1;
      margin: 0 0 0 100px;
}

h1 {
   font: bold 16px Arial, Verdana, Tahoma;
   padding: 8px 0 8px 0;
   border: 0px solid red;
	color: #173889;
	/*width: 100%;*/
}

h2 {
     font: bold 13px  Verdana, Tahoma, Arial;
     padding: 10px 0 8px 0;
	color: #2A468F;
}

h3 {
	font: bold 13px Verdana, Arial, Tahoma;
	padding: 8px 0 8px 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

h4 {
	font: bold 12px Verdana, Arial, Tahoma;
	padding: 8px 0 8px 0;
}

h5 {
	font: 12px Verdana, Arial, Tahoma;
	padding: 8px 0 8px 0;
}

h6 {
	font: 12px Verdana, Arial, Tahoma;
	padding: 0 0 8px 0;
}

hr {
	margin: 5px 0 5px 0;
	color: #815BC1;
}

.leftmenu_header {
	font: bold 11px Verdana, Arial, Tahoma;
	color: #000000;
}

.leftmenu_selected {
	color: #000000;
}

.leftmenu_inactive {
	color: #7f7f7f;
}


.but {
	color: #ffffff;
	background: #355c8c;
	padding: 2px 10px 2px 10px;
}

.cols {
	width: 99%;
	margin-top: 20px;
	padding-left: 35px;
}

.cols.th {
	text-align: center;
}

.col1, .col2, .col3 {
	padding-left: 14px;
	padding-right: 14px;
}

.col1, .col2 {
	border-right: 1px solid #e0e0e0;
}

table.tablestuff {
	width: 99%;
}

table.tablelist, table.tablelist_sum {
	width: 95%;
	border-top: #618aa8 1px solid;
	border-right: #618aa8 1px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	margin: 0 0 16px 3px;
}


table.tablelist th, table.tablelist_sum th  {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: #618aa8 1px solid;
	border-left: #618aa8 1px solid;
	padding: 4px;
	color: #ffffff;
	background-color: #618aa8;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

table.tablelist td, table.tablelist_sum td {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: #618aa8 1px solid;
	border-left: #618aa8 1px solid;
	padding: 4px;
	background-color: #fafafa;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
}

a {
	color: #7f7f7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.upmenu_item {
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
}

a.topmenu_item {
	color: #7f7f7f;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

span.topmenu_item {
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

a.submenu_item {
	color: #7f7f7f;
	text-decoration: none;
}

span.submenu_item {
}

a.footer {
	color: #ffffff;
}

.atitle {
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 14px;
}

.tdtitle {
	padding: 8px 0px 8px 8px;
}

#start_block {
	width: 30%;
	float: left;
/*	border-left: 1px solid #815BC1;
	border-right: 1px solid #815BC1;*/
	margin: 0 0 0 10px;
	padding:0 5px 40px 5px;
	height: 300px;
/*   border : 1px solid red;*/
}

#start_block h1{
	color: red;
}

#start_block img{
	width: 100px;
	margin: 0 5px 5px 0;
}

#canada {
	font: bold 18px tahoma;
	color: #244791;
	position: absolute;
	top: 0%;
	left: 10%;
	height: 50px;
	border: 0px solid red;
}

#australia {
	font: bold 18px tahoma;
	color: #8CCEFB;
	position: absolute;
	top: 0%;
	left: 80%;
	height: 50px;
	width: 150px;
	border: 0px solid red;
	text-align : right;
}
/*  ----------------------------------------------------------------------- */

.lm01p1_11 {
   color: #0964aa; 
    display: block;
   text-decoration: none;
}

 .lm01a2_00 {
   padding: 5px 0 5px 20px;
   display: block;
   color: #0964aa; 
   background: url(/Esdbpics/arrow.gif) no-repeat 2% 51%;
	width: 165px;
   text-decoration: none;
}

a.lm01a1_01, a.lm01a1_00, a.lm01a1_00:visited, a.lm01a1_01:visited {
   color: #0964aa; 
   text-decoration: none;
   padding: 7px 0 7px 0px;
   display: block;
}

a.lm01a2_01, a.lm01a2_00, a.lm01a2_00:visited, {
   font: bold 10px;
   color: #0964aa; 
   text-decoration: none;
   padding: 7px 0 7px 12px;
   display: block;
}
a.lm01a2_00:hover, a.lm01a1_00:hover {
   text-decoration: underline;
   color: #0964aa; 
}

a.lm01a1_01:hover {
   text-decoration: none;
   display: block;
}

a.lm01a1_01:visited {
   text-decoration: none;
   display: block;
}

a.lm01a1_01:visited:hover {
   text-decoration: underline;
   display: block;
}
p.lm01p2_10 {
	padding: 0 0 0 15px;
	width: 165px;
	border: 0px solid red;
}

p.lm01p1_11, p.lm01a1_00 {
	color: red;
	border: 0px solid red;
}

p.lm01p2_10 {
	color: red;
   background: url(/Esdbpics/arrow.gif) no-repeat 2% 51%;
	width: 165px;
	border: 0px solid red;
}
/*  ----------------------------------------------------------------------- */
a.send_to_admin, a.send_to_admin:visited {
    font: bold 14px Tahoma, Verdana, Arial;
	color: #000000;
	text-decoration: underline;
/*     padding: 10px 0 8px 0;*/
}

#sold{
	color: red;
	display: inline;
}

#rambler{
	border: 0px solid red;
	margin: 30px 0 0 30px;
}

#content .mark {
	border: 1px solid #000000;
	padding: 5px;
}
