@import url(https://fonts.googleapis.com/css?family=Average+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700|Open+Sans:400,600);
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Average Sans', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
}
h1,h2,h3,h4,p {margin: 0px;	padding: 0px; display: block;}
.redish {
	font-weight: 600;
	color: #FF0000;
}
.small-font {
	font-size: x-small;
}
.smaller-font {
	font-size: xx-small;
}

.bs-callout{padding:10px;margin:30px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}
.bs-callout h4{margin-top:0;margin-bottom:5px}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout+.bs-callout{margin-top:-5px}.bs-callout-danger{border-left-color:#ce4844}.bs-callout-danger h4{color:#ce4844}.bs-callout-warning{border-left-color:#ED2288}.bs-callout-warning h4{color:#ED2288}.bs-callout-info{border-left-color:#1b809e}.bs-callout-info h4{color:#1b809e}

#header {
	height: 80px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wasprice {
	text-decoration: line-through;
}

#header .logo-wrapper {
	float: left;
	height: 80px;
	width: 230px;
}
#header .header-wrapper {
	float: right;
	height: 80px;
	width: 730px;
	margin-left: 20px;
}
#header h1 {
	font-size: 2em;
	line-height: normal;
	font-weight: 600;
	color: #080806;
}

#header .header-wrapper .top-header-wrapper {
	margin: 0px;
	float: right;
	width: 720px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#header .header-wrapper .top-header-menu {
	float: right;
	width: 720px;
	margin-top: 10px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header .header-wrapper .top-header-menu a {
	text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
	text-decoration: none;
	color: #9A96A4;
}

#header .header-wrapper .top-header-menu a:hover {
	color: #2A2A2A;
}


#menu {
	height: 52px;
	width: 980px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #2B2B2B;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B2B2B;
	padding: 0px;
	clear: both;
}
#menu .menu-wrapper {
	height: 50px;
	width: 980px;
}
#container {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
	height: 100%;
}
#content-wrapper h1 {
	font-size: 26px;
	line-height: 1.5em;
}
#content-wrapper h2 {
	font-size: 24px;
	line-height: normal;
}
#content-wrapper h3 {
	font-size: 20px;
	line-height: normal;
}
#content-wrapper h4 {
	font-size: 18px;
	line-height: normal;
}
#content-wrapper h5 {
	font-size: 16px;
	line-height: normal;
}
#content-wrapper h6 {
	font-size: 14px;
	line-height: normal;
}


#content-wrapper p {
	padding-top: 0.5em;
	padding-bottom: 1.0em;
}


#container #content-wrapper {
	width: 980px;
	margin-top: 10px;
	clear: both;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#container #content-wrapper .main-content {
	width: 980px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#footer {
	height: 32px;
	width: 980px;
	background-color: #2B2B2B;
	color: #EAEAEA;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 32px;
	clear: both;
	margin-top: 10px;
	text-transform: uppercase;
}
