#wrapper {
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 5px 15px 5px;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

#logo {
	margin: 10px 0px 0px 0px;
	padding: 0;
	height: 40px;
}

#logo img {
	border:0px;
}

#toplogin
{
	margin: 12px 0px 0px 0px;
	padding: 0;
}

#topmenu
{
    margin: 19px 0px 0px 0px;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0px;
}

#content {
	float: right;
	width: 700px;
}

div.infoText
{
    margin: 15px;
}

.shop .logotop
{
    text-align:center;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.shop .logosmall
{
    float:left;
    width: 170px;
    text-align:center;
}

.shop .logosmall img
{
    border:0px;
}

.shop .addressinfo
{
    float:right;
    width: 170px;
    text-align:center;
}

.shop .infoshort
{
    margin-left: 15px;
    float:left;
    width: 500px;
}

.shop
{
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
}

.shop .title {
	letter-spacing: -.5px;
	padding: 20px 10px 0px 30px;
	font-size: 25px;
}

.shop .title a {
	color: #3E3530;
	border: none;
}

.shop p
{
    line-height: 140%;
}

.shop .links {
	font-size: 12px;
	font-weight: bold;
}

.searchBox
{
    width: 128px;
    float: left;
}

.searchButton
{
    float:right;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
    line-height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #fff;
	font-size: 12pt;
}

#sidebar li.selected 
{
    color: #ffffff;
	font-weight:bold;
	background-color: #cecece;
}

#footer 
{
    background: url(/images/b.png) no-repeat right bottom;
    border-top:1px solid #cf9c5b;
    width: 920px;
    height: 100px;
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	
}


