

#all {
	width: 1000px;
    margin: 0px auto;
}
#header {
    margin: 0px 0px 0px auto;
    padding: 0px 0px 0px 0px;
    height: 60px;
	color: #7b7483;
	height: 82px;
	background-color: #fff;
	background-image:url(images/logo_bg.jpg);
	background-repeat:repeat-x;
}
#header a {
    color: #999;
    text-decoration: none;
}
#header a:hover {
    c-olor: #fff;
    text-decoration: underline;
}
#logo {
    float: left;
}
#account {
    float: right;
    margin: 5px 10px 0 0;
    text-align: right;
}
#account a {
    padding: 0 10px;
    background-image: url(images/button_topmenus.jpg);
    background-repeat: no-repeat;
    background-position: center left;
	font-size: 0.9em;
	color: #7fb0d0;
}
#path {
    float: left;
    color: #999;
	font-size: 0.8em;
}
#path a {
    font-weight: bold;
    color: #0061a1;
}
#path a:hover {
    text-decoration:underline;
}
#cart {
    float: right;
    color: #999;
	vertical-align:middle;

}
#cart a {
    color: #0f0;

}
#search2 {
    background-color: #ededed;
    border-bottom: 3px solid #1963aa;
    color:#999999;
    display: inline-block;
    padding: 8px 45px 3px 15px;
	background-image:url(images/search_bg.jpg);
    background-position:top;
    background-repeat: repeat-x;
    width: 940px;
}
#search form {
    float: right;
    clear: right;
    margin: 10px 10px 0px 0px;
    padding: 0px;
	border: 1px solid #dce1e6;

}
#search input {
    padding: 0px;
    margin: 0px;
}
#content {
    color: #000;
	background-color: #fff;
    b-ackground: #fff url(images/content_bg.jpg) repeat-x top;
    text-align: justify;
    line-height: 20px;
    font-size: 1em;
    padding: 10px 30px 20px 30px;
	clear: both;
    /*
    _height: 480px;
    min-height: 480px;
    */
}
#content p {
    padding: 0px;
    margin: 0px 0px 20px;
}
#menu {
	background-image:url(images/menubottom_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#menu_bottom {
    vertical-align: middle;
    height: 19px;
	display:block;
	background: #fff url(images/menubottom_bg.jpg) repeat-x bottom;
    padding: 7px 0px 5px 0px;
	border-top:2px solid #2b73ba;
	border-bottom:1px solid #0e559a;
}
#menu_bottom span {
    padding: 0px 0px 0px 30px;
}
#footer {
    clear: both;
    padding: 5px 10px;
	border-top: 2px solid #888;
    background: #ededed url(images/footer_bg.jpg) repeat-x bottom;
    color: #8a8a8a;
}
#footer a {
    margin-top: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #8a8a8a;
}
#footer a:hover {
    text-decoration: underline;
}
#bottom_feedback {
    background-color: #ededed;
    padding: 5px 30px 5px 25px;
}
#bottom {
    m-argin: 5px 0;
    height: 20px;
    line-height: 1.8em;
    font-size: 0.9em;
    color: #1963aa;
    margin: 2px 0 10px;
}
#bottom a,
#bottom a:link,
#bottom a:active,
#bottom a:visited {
    text-decoration: none;
    color: #1963aa;
    font-weight: normal;
}
#bottom a:hover {
    text-decoration: underline;
}
.red {
    color: #aa2423;
}
.info {
    margin: 5px 0;
    border: 2px solid #aaa;
    background-color: #ffc;
    padding: 10px;
}
.info p {
    margin: 0;
    padding: 0;
}
#content_home {
    	border-bottom:4px solid #1963aa;
		background-color: #fff;
}

#content {
    	border-bottom:4px solid #1963aa;
		}

.empty {
    margin: 10px 0 20px;
    color: #999;
}
