/* essential */
* {
	margin: 0;
	padding: 0;
	color: #282629;
	font-family: Georgia, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
	display: block;
}
h1 {
	font: bold 14px/18px Arial, sans-serif !important;
	text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
	font: bold 12px/18px Georgia, Arial, sans-serif !important;
}
p {
	margin-bottom: 1em;
}
ul, ol {
	margin-left: 2em;
}

/* structure */
#container {
	width: 965px;	
	margin: 15px auto 0 auto;
}

#header .left {
	width: 230px;
	height: 146px;
	float: left;
}
#header .middle {
	width: 552px;
	height: 146px;
	background: #fff url(/files/dff/images/since1875.png) 0 0 no-repeat;
	float: left;
	margin: 0 3px;
}
#shop #header .middle {
	background: #fff url(/files/dff/images/promoting.png) 0 0 no-repeat;
}
#header .right {
	width: 176px;
	height: 146px;
	float: left;	
}

#main {
	margin-top: 2px;
	background: #fff url(/files/dff/images/content_bg.png) 233px 0 repeat-y;
}
#main .btm {
	height: 6px;	
	width: 551px;
	background: #fff url(/files/dff/images/content_btm.png) 0 0 repeat-y;
	margin-left: 233px;	
}
#leftcol {
	width: 233px;
	min-height: 400px;
	float: left;
}
#nav {
	margin: 0;
	padding: 0;	
	list-style: none;
}
#nav li {
	background: #fff url(/files/dff/images/nav_separator.png) bottom left no-repeat;
	padding: 10px 0 10px 5px;
}
#nav li a {
	font: bold 11px/14px Arial, sans-serif !important;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li.selected a {
	color: #b53949;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {	
	background: none;
	margin: 0;
	padding: 8px 0 2px 13px;
}
#nav ul li a {
	color: #282629 !important;
	text-transform: none;
}
#nav li li {    
    background: #fff url(/files/dff/images/bullet0.png) 0 15px no-repeat;
    margin-left:15px;
    padding-left: 10px;
}
#nav li li.selected {
    background-image: url(/files/dff/images/bullet1.png);
}
#nav li li.selected a {    
    color: #b53949 !important;
}
#content {
	width: 521px;	
	padding: 0 15px;
	min-height: 400px;
	float: left;
}
#content .top {
	width: 551px;
	margin-left: -15px;
	margin-bottom: 20px;
	height: 6px;
	background: #fff url(/files/dff/images/content_top.png) 0 0 repeat-y;
}
#grid {
	background: #fff url(/files/dff/images/grid_bg.png) 50% 0 repeat-y;	
	width: 505px;
	margin-bottom: 50px;
}
#grid .topleft, #grid .btmleft {
	width: 240px;
	margin-left: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	float: left;
	overflow: hidden;
}
#grid .topright, #grid .btmright {
	width: 240px;
	margin-left: 15px;
	margin-top: 7px;
	float: left;
	overflow: hidden;
}
#rightcol {
	width: 176px;
	padding-left: 5px;
	min-height: 400px;
	float: left;
}
#address {
	margin: 20px 0;
	
}
#address p {
	font: normal 10px Arial, sans-serif !important;
	margin: 10px;	
}
#address p span {
	font: bold 10px Arial, sans-serif !important;
}
#footer {
	width: 960px;
	height: 23px;
	background: #fff url(/files/dff/images/footer.png) 0 0 repeat-y;
	margin: 8px 0 50px 0;
}

/* tools */
.clear {
	clear: both;
}
.separator {
	background: #fff url(/files/dff/images/grid_separator.png) 0 0 repeat-x;
	height: 1px;
	width: 100%;
}

.readmore {
	background: #fff url(/files/dff/images/arrow.png) 0 4px no-repeat;
	padding:0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #b53949;
	font: bold 11px Arial, sans-serif;
	float: right;
}
.changelang {
	background: #fff url(/files/dff/images/arrow.png) 0 4px no-repeat;
	padding:0 0 0 15px;
	margin-left: 7px;
	margin-top: 14px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #b53949;
	font: bold 11px Arial, sans-serif;
	float: left;
}
.hilite {
	color: rgb(133, 133, 133) !important;
	float: left;
}
img.case {
	margin-bottom: 10px;
}

dt {
  margin-top: 10px;
}

th {
	font-weight: normal;
	text-align: left;
}
