* {
	margin: 0;
	padding: 0;
	min-height: 0;
	outline: none;
}

::selection {
	background: #fff;
}
::-moz-selection {
	background: #fff;
}

html, body {
	font: 14px "aaux-next", Arial, Helvetica, sans-serif;
	color: #000;
	width: auto; height: auto;
	background: #999;
}

a {
	color: #3d737c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  	color: #abc6ca;
}

a img {
	border: none;
}

.buttons {
	margin: 0 18px 15px 0;
	list-style: none;
	overflow: hidden;
}

.buttons a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 40px;
	text-transform: uppercase;
	width: auto; height: 40px;
	background: #000;
	padding: 0 0 0 15px;
	display: block;
}

.buttons a:hover, .buttons li.active a {
	background: #3d737c;
}

.buttons li {
	padding: 0 0 5px 0;
	float: none;
}

.buttons a span.arrow {
	color: #abc6ca;
}

.buttons a:hover span.arrow, .buttons li.active a span.arrow {
	color: #fff;
}

h1 {
	width: auto; height: 40px;
	background: url(../../../../img/headline.png) right top no-repeat;
	margin: 0 0 5px 0;
	padding: 0 45px 0 0;
	overflow: hidden;
}

h1 span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: #000;
	padding: 0 0 0 15px;
	display: block;
}

.sidebar {
	width: 300px; height: auto;
	float: left;
}

.sidebar p {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

.template {
	width: 965px; height: auto;
	background: #999;
	padding: 25px;
}

.template-wrap {
	width: 640px; height: auto;
	float: right;
}

.template-wrap #canvas-wrapper {
	margin: 0 0 20px 0;
}

.template-wrap p {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
}