@import url(fonts.css);
@import url(images.css);
@import url(navigation.css);
@import url(search.css);
@import url(extra.css);
@import url(block.css);
@import url(table.css);
@import url(account.css);

/* Document */
html, body {
	margin: 0;
	padding: 0;
}

/*body {
        
}*/


.clear {
	clear: both;
}

.wrapper {
	width: 961px;
	margin: 0 auto;
	position: relative;

}

.header {
	height: 52px;
	padding: 20px;
	margin-bottom: 31px;
        background: url(../images/header/rotator.php) no-repeat top;
}
.logo {
	float: left;
	width: 187px;
	height: 52px;
	overflow: hidden;
}
.header .logo {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
}
.header .logo a {
	display:block;
	width:187px;
	height:52px;
}

.header .links {
	width: 143px;
	height: 43px;
	position: absolute;
	top: 24px;
	right: 0;
	padding: 2px 0 0 20px;
	margin: 0;
}

.breadcrumbs {
	padding: 0 20px;
	height: 39px;
	line-height: 39px;
	color: #e48135;
        margin:	-10px 0 0 0;
}

.footer {
	width: 946px;
	padding: 6px;
	float: left;
	border: 1px solid #ddd;
}