body{
text-align: center;
margin: 0px;
padding: 0px;
font-family: arial;
font-size: 13px;
color: #4E4D52;
}

#OuterLayer{
background: url(images/elite_bg.jpg) no-repeat center top;
}

#OuterLayer_market{
background: url(images/elite_bg_market.jpg) no-repeat center top;
}

#MainContainer{
margin-left: auto;
margin-right: auto;
width: 923px;

}

#InnerContainer{
position: relative;
left: 2px;
top: 39px;
}

#Page_title{
text-align: left;
color: white;
position: relative;
left: 45px;
top: 20px;
font-size: 16px;
font-weight: bold;
}

#Banner_left{
background: url(images/banner_left.jpg) no-repeat;
width: 528px;
height: 143px;
}

#Banner_menu{
background: url(images/menu.jpg) no-repeat;
width: 528px;
height: 32px;
}

#Banner_bottom{
background: url(images/banner_bottom.jpg) no-repeat;
width: 528px;
height: 52px;
}

#Banner_right{
background: url(images/banner_right.jpg) no-repeat;
width: 395px;
height: 227px;
}

#Middle{
background: url(images/middle.jpg) no-repeat;
width: 923px;
height: 402px;
text-align: justify;
}

#Middle_about{
background: url(images/middle_about.jpg) no-repeat;
width: 923px;
height: 402px;
text-align: justify;
}

#Middle_activities{
background: url(images/middle_activities.jpg) no-repeat;
width: 923px;
height: 404px;
text-align: justify;
}

#Middle_market{
background: url(images/middle_market.jpg) no-repeat;
width: 923px;
height: 582px;
text-align: justify;
}

#Middle_contact{
background: url(images/middle_contact.jpg) no-repeat;
width: 923px;
height: 582px;
text-align: justify;
}

/*For intro page only..*/
#Middle_content_intro{
width: 400px;
position: relative;
top: -230px;
left: 500px;
line-height: 17px;
}

#Middle_content{
width: 400px;
position: relative;
top: 30px;
left: 500px;
line-height: 17px;
}

#Middle_contactform{
width: 500px;
position: relative;
top: 35px;
left: 70px;
}

#Footer{
padding: 30px 0px 0px 0px;
height: 100px;
color: gray;
}

#Menu{
position: relative;
top: 7px;
}

#Contactform_table{
border-collapse: collapse;
}

#Contactform_table td{
padding: 7px;
}

.ContactDetails{
position: relative;
top: 20px;
left: 100px;
font-weight: bold;
line-height: 20px;
}

.menulinks{
text-decoration: none;
color: white;
font-size: 14px;
font-weight: bold;
padding-right: 10px;
}

.menulinks_dot{
color: white;
font-size: 14px;
font-weight: bold;
padding-right: 10px;
}

.reminder_msg{
color: red;
}

.inputarea{
border: 1px solid #095606;
}

/*********AJAX FORM***************/

#loading{
visibility:hidden;
}

#success, #fail{
margin-top: 5px;
visibility:hidden;
}

.ajax-loading{
background: url(images/ajaxloader.gif) no-repeat center;
}

#log_res{
text-align: center;
}

#slider{
width: 372px;
position: relative;
left: 103px;
top: 28px;
}

.sliderimage{
display: none;
}

.sliderimage_default{
display: block;
}


