h1, h2, h3, h4, h5, h6 {
	font-family: 'museo_sans100';
	font-weight:normal;
}

h1 {
    font-size:40px;
    margin-bottom:12px;
}

h2 {
    font-size:36px;
    margin-bottom:10px;
}

h3 {
    font-size:32px;
    margin-bottom:8px;
}

h4 {
    font-size:28px;
    margin-bottom:6px;
}

h5 {
   font-size:24px;
    margin-bottom:4px;
}

h6 {
    font-size:20px;
    margin-bottom: 2px;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

::-moz-selection{
	background: #585858;
	color:#fff;
	text-shadow: none;
}

selection {
	background:#585858;
	color:#fff;
	text-shadow:none;
}

.content-holder_in ul {
	list-style-position:inside;
}

button {
	background-color: #ee3934;
	border:none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

button span.icon-search {
	background: url("../images/sprite.png") no-repeat scroll -140px 0;
    display: inline-block;
    float: right;
    font-size: 0;
    height: 37px;
    text-indent: -99999px;
    width: 37px;
}