html
	{
	background-color: #dcd7d1;
	background-image: none;
	}

body
	{
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-color: transparent;
	background-image: url(/layout/store/css/img/bg.png);
	}

div.body
	{
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	background-image: url(/layout/store/css/img/top-bar.png);
	}
	
#logo
	{
	top: -16px;
	}

#logo,
#logo img
	{
	height: 164px!important;
	max-height: 164px!important;
	}

div.header {
    height: 130px;
}
div.header div.header-return-home {
    top: -7px;
}

div.header div.header-have-questions {
    top: 66px;
}

div.header div.header-return-home a
	{
	color: #bb9a00 !important
	}
	

div.header div.header-have-questions p 
	{
	color: rgb(209, 197, 158) !important
	}

div.content-fix div.center-content div.store {
    border-width: 0px;
}

div.content.content-fix {
	padding-top: 20px;
	}

div.content-fix div.center {
	margin-top: 0;
	}

div.content.content-fix div.center-content div.store {
	border-top: 0;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	}


