/****layout styles****/
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #2e2e2e;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 17px;
    background: url(../images/bg_rectangle_fulfill.jpg) top left repeat;
}

#all {
    background: url(../images/bg_below_rectangle.jpg) top center repeat-x;
	height: 100%;
}

#outer_all {}

#outer_in {
    background: url(../images/rectangle.png) center 242px no-repeat;
}

#outer_page, #outer_page_noleft {
    width: 970px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    border-bottom: 7px solid #055180;
    background: #fff;
}

#outer {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#logo_topright {
    width: 100%;
    height: 90px;
}

#logo {
    float: left;
    margin-left: 9px;
    margin-top: 23px;
}

#search_in {
    width: 192px;
    background: url(../images/search_bg.gif) no-repeat top right;
    margin-top: 35px;
    margin-right: 5px;
    float: right;
    height: 27px;
    padding-left: 18px;
    text-align: right;
}

#topmenu_in {
    background: transparent url(../images/top_menu_bg.jpg) repeat-x left top;
    margin: 0 0 0 0px;
    width: 100%;
    height: 50px;
}

#topmenu {
}

#content_top_out {
    background: #fff url(../images/bg-content.gif) bottom right no-repeat;
}

#content_top, #content_top_noleft {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    background: url(../images/bg_outer.gif) 0px 159px no-repeat;
}

#content_top_noleft {
    background: url(../images/bg_outer_noleft.png) 0px 159px no-repeat;
}

#content_top.noheader, #content_top_noleft.noheader {
	background: none;
}
#header {
    position: absolute;
    top: 3px;
    left: 0;
    width: 950px;
    height: 190px;
}

#pathway {
    padding: 20px 10px;
    line-height: 13px;
}

#user5 {
    padding: 0 10px 20px 10px;
}

#user1_user2, #user1_user2_user_one {
    clear: both;
    width: 100%;
    padding: 10px 0 6px 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    background: url(../images/dot.gif) 55% 0 repeat-y;
}

#user1_user2_user_one {
    background: none;
}

#user1 {
    padding: 0;
    width: 55%;
    float: left;
}

#user1_user2_user_one #user1, #user1_user2_user_one #user2 {
    width: 100%;
    float: none;
}

#user2 {
    width: 44.5%;
    padding: 0;
    float: right;
}

#banner {
    padding: 20px 0;
}

#bottom_page {
    width: 950px;
    margin: 0;
    padding: 0;
}

#bottom_contact {
    margin: 0px;
    padding: 13px 0 10px 10px;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

#bottom {
    width: 970px;
    padding: 10px 0;
}

#design_DJ {
    float: right;
    margin-right: 4px;
    padding: 7px 0 0 0;
}

#bottommenu {
    float: left;
    padding: 7px 0px 10px 5px;
}

#copyrights {
    float: right;
    color: #ffffff;
    padding: 7px 17px 0px 0px;
}

/*
 scheme_1 - without sidebars
 scheme_2 - one sidebar
 scheme_3 - two sidebars
 */
#wrapper {
    padding: 164px 0 0 0;
    width: 100%;
    margin: 0px 0px 0px 0px;
	min-height: 400px;
}
#wrapper.noheader{
	padding: 10px 0 0 0;
}
#main {
    background: url(../images/dot.gif) 296px 0px repeat-y;
}

#wrapper.scheme_1 #main {
    background: none;
}

#main_in {
    background: url(../images/dot_top.gif) 296px 0px no-repeat;
}

#maincontent_out {
    width: 100%;
    padding-bottom: 20px;
}

#maincontent {
    padding: 15px 15px 10px 15px;
}

#wrapper.scheme_2 #left.first {
    float: left;
    width: 290px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
}

#wrapper.scheme_2 #content.second {
    float: right;
    width: 654px;
    padding-top: 34px;
}

#wrapper.scheme_1 #content {
    width: 950px;
    padding-top: 38px;
}
#content.noheader{
	padding: 0 !important;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */
.clr, .clear {
    clear: both;
}

/* end clearing */