.home_txt {
	
    font : 10px Helvetica, Arial, sans-serif;
    color : #033854;

    padding : 0;

    margin : 0;

    cursor : default;

}


body {
	background-color:#ffe198;
    font : 12px Helvetica, Arial, sans-serif;
    color : #033854;

    padding : 0;

    margin : 0;

    cursor : default;

}

a img
{
    border : 0 none;
}

h1, h2, h3, h4, h5, h6
{
    padding : 0;
    margin : 0;
}

input[type='text'], input[type='password']
{
    font : 11px Verdana, Helvetica, Arial, sans-serif;
}

.skipblock
{
    display : none;
}

.clear
{
    clear : both;
}

.normal_case
{
    text-transform : none !important;
}

p.error, ul.error
{
    font-weight : bold;
    color : #900;
}
p.success
{
    font-weight : bold;
    color : #267c61;
}

:link, :visited
{
    color : #7e5288;

    cursor : pointer;
}
:link:hover, :visited:hover,
li.active :link, li.active :visited
{
text-decoration:underline;
}

/* head.css */
h1
{
    width : 191px;
    height : 66px;
    float : left;

    margin : 8px 15px;
}
h1 a
{
    display : block;
    width : 100%;
    height : 100%;

    text-indent : -32767em;
}




#body_all {
	width:100%;
position:absolute;
	 min-height:680px;
}

#all {
	width:980px;
position:relative;
	 min-height:680px;
}

#fixed_cont{
	background-color:#fff2cf;
	width:100%;
	height:100%;
}
#welcome {
	font-size:20px;
	font-weight:bold;
	color:#715b76;
}
#logo_pic{
	padding-left:5px;
}
#header
{
    float : right;
    width : auto;
    margin : 5px 5px 0;
    font-size:12px;

}
#header h2, h3
{
    display : none;
}

#header form h2, #header form div
{
    display : block;

    font-size : 10px;
    text-align : right;
}
#header form div
    {

    margin : 5px 0;
}
#header form{font-size : 10px;}
#header form input
{
    font-size:10px;
    vertical-align : middle;
}

#header form input[type='text'], #header form input[type='password']
{
    font-size:10px;
    width : auto;
    height : 10px;

}



#header form input[type='text']:focus
{
    background-image : none;
}

#header a{
font-size:10px;
}

#header a:hover {
color:#426d78;
font-size:10px;
font-weight:normal;
height:auto;
}

#main_menu li a, #footer li a {

color:#fff;

}
#footer a, #footer a:visited, #footer a:hover {
	color:#fff !important;
}

ul.delimited_menu
{
    margin-bottom : 1em;
    text-align :center;
    margin : 0 0 0 0;
}

#main_menu li a, #footer li a {

color:#fff;

}

#footer
{
    text-align : center;
        padding : 0;
    padding-top:2px;
        margin : 8px 0 0;
    position : relative;
    bottom : 9px;
    right : 0;
    width:100%;
    padding-bottom : 5px;
    height : 12px;
    background-color:#715b76;
    font-size:10px;
color:white;
}


#main_menu li, #footer li, ul.delimited_menu li
{
    display : inline;
    color:#fff;
    list-style : none;
    text-transform : lowercase;
    padding : 0 2px 0 7px;
}



#main_menu
{
    text-align : right;
        padding : 0;
        margin : 0 0 0;

}
#main_menu li a, #footer li a {

color:#fff;

}

ul.delimited_menu
{
    margin-bottom : 1em;
    text-align :center;
    margin : 0 0 0 0;
}

#footer li a {
color:#fff;
}

#footer
{
    text-align : center;
        padding : 0;
    padding-top:2px;
        margin : 8px 0 0;
    position : relative;
    bottom : 9px;
    right : 0;
    width:100%;
    padding-bottom : 5px;
    height : 12px;
    background-color:#715b76;
    font-size:10px;
}


#main_menu li, #footer li, ul.delimited_menu li
{
    display : inline;
    color:#fff;
    list-style : none;
    text-transform : lowercase;
    padding : 0 2px 0 7px;
}

#rollover {
	font-size:13px;
	color:#715b76;
	text-decoration:none;
	font-weight:bold;
}

#rollover a{
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

#roll_text {
	position:relative;
	top:-8px;
	left:3px;
	
}
#make_home{
    position:absolute;
    left:170px;
    top:300px;
    width:500px;
    border:solid 1px #0e4a71;
    opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        padding:10px;
    background-color:#fff;

}

#transparent_layer{
    position:absolute;
    width:100%;
    height:105% !important;
    background-color:gray;
    opacity:0.50;
        filter:alpha(opacity=50);
    z-index:98;
}

#profile_form{
    position:absolute;
    padding:10px;
    width:500px;
    background-color:#fff;
    top:75px;
        left:35%;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:98;
    text-align:left;

}

#page_content{
	position:relative;
	height:100%;
	 min-height:680px;
}

#sub_menu
{
    position : absolute;
    top : 2px;
    right :5px;
    height:100%;
    width : 155px;
    font-size:12px;

    font-family : Palatino, Georgia, serif;

    padding : 0 5px 0 5px;
    margin : 0;
    border-left: solid 1px #0e4a71;
}

#sub_menu :link, #sub_menu :visited
{
    font-weight:normal;
    color : #005a44;
}
#sub_menu li.active :link,
#sub_menu li.active :visited
{
    font-weight:bold;
    color : #0a415e;
}

#sub_menu :link:hover,
#sub_menu :visited:hover
{
    text-decoration : underline;
}

.mem a {color:#a80000;}

#sub_menu li
{
    list-style : none;
}
#sub_menu li:first-child
{
    padding-top : 15px;
}
#sub_menu li
{
    text-align : right;

    padding-top : 5px;
    padding-bottom : 5px;
}
#sub_menu li.last
{
    padding-bottom : 15px;
}

#sub_menu li.img
{
    padding-top : 0;
    padding-bottom : 0;
}
#sub_menu li.img a
{
    vertical-align : middle;
    text-align : center;
}

#upload_info{
        position:absolute;
    padding:10px;
        width:200px;
        background-color:#fff;
        border:solid 2px #0e4a71;
        opacity:0.97;
        filter:alpha(opacity=97);
        z-index:99;
        text-align:left;

}
#bottom_buttons{
	position:absolute; top:670px; height:0px; width:154px; text-align:left !important;
}
#offer_li
{
    padding-top:8px;
    height:500px;
}

.hover{
    z-index:99;
    width:180px;
    height:335px;
    position:absolute;
    color:black;
    padding:5px;
    background : transparent url('/image_server.php?image_id=2327') no-repeat top left;
/*
    top:-10px;
    display : none;
    visibility:hidden;
*/
}


#new_item
{
    width:100%;
    padding:0px 5px 5px 5px;
    vertical-align:top;
    height:210px;
    background-color : #ffc000;
}

#new_item_img
{
    float:right;
    position:relative;
    right:-13px;
    top:-8px;
}

#new_item_out
{
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
}

