@font-face {
	font-family: 'Museo';
	src: url('../images/fonts/Museo500-Regular.eot');
	src: local('Museo500-Regular'), url('../images/fonts/Museo500-Regular.woff') format('woff'), url('../images/fonts/Museo500-Regular.ttf') format('truetype');
}

/* {{{ Header */

body {
	background: #222;
}

#hd h1 img {
	float: left;
	margin-right: 10px;
}

#hd h1 {
	font-size: 26px;
	padding-top: 9px;
}

#hd ul#top_list {
	margin: 15px 0 0 0;
}

#hd .right-border {
	border-right: 0;
}

#hd .pro-store {
	height: 60px;
	padding-bottom: 12px;
}

#hd .pro-store a,
#hd .pro-store h1 img {
	outline: none;
	height: auto;
	width: auto;
	display: inline;
}

#hd .pro-store h1 {
	margin: 0;
	padding: 0;
}

#hd .pro-store h3 { margin: 0; }

.pro-store #contact_link {
	padding-right: 10px;
}

/* }}} */
/* {{{ Footer */

#footer_logo {
	margin: 3px 3px 0 0;
	float: left;
	white-space: nowrap;
}

/* }}} */
/* {{{ Reset Default Styles */

#doc {
	width: 850px;
	margin: 0 auto;
}

#bd {
	background: none;
	border: 0;
}

#doc a:link,
#doc a:visited {
	color: #fff;
}

#doc a:hover,
#doc a:active {
	color: #ccc;
}

.swat-tile-view .swat-tile a:hover img,
.swat-table-view a:hover .site-image-wrapper img {
	background: #ddd;
	border-color: #aaa;
}



/* }}} */
/* {{{ Brightness */

body.brightness-dark #doc {
	background: url(../images/elements/pro-store-layout-background-dark.png) top left repeat;
}

body.brightness-light #doc {
	background: url(../images/elements/pro-store-layout-background-light.png) top left repeat;
}

/* }}} */
