@charset "UTF-8";


* {
		margin:0;
		padding:0;
}
body {
	font-family: Tahoma,/* Arial, Helvetica,*/ sans-serif;
}
#wrapper {
	background: url(img/background.jpg) scroll no-repeat left top #dadada;
	border: 1px solid #e30613;
	-moz-box-shadow: 0 0 5px #e30613;
	-webkit-box-shadow: 0 0 5px #e30613;
	box-shadow: 0 0 5px #e30613;
	color: #575656;
	font-size: 13px;
	line-height: 140%;
	margin: 15px auto;
	width: 700px;
	-webkit-text-size-adjust: none;
	
}
h1 {
	background: url(img/point.png) scroll no-repeat left 39px;
	color: #e30613;
	font-size: 38px;
	font-weight: 700;
	line-height: 140%;
	margin: 0 -20px 0 -47px;
	padding: 20px 20px 20px 47px;
}

h1 span {
	color: #575656;
	font-size: 23px;
	line-height: 130%;
}

h2 {
	background-color: #e30613;
	border-bottom-left-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	padding: 25px 44px 25px 25px;
}

h3 {
	color: #e30613;
	font-size: 13px;
	font-weight: 700;
}

p {
	padding-bottom: 1em;
}

img {
	border: 0;
}

ul {
	padding-bottom: 1em;
	padding-left: 1.1em;
}


li {
	color: #e30613;
	list-style-type: disc;
}

ol {
	padding-left: 1.1em;
}

ol li {
	list-style-type: circle;
	color: #575656;
}

li span {
	color: #575656;
}

a {
	color: #575656;
	text-decoration: none;
}

a:hover {
	color: #e30613;
	text-decoration: underline;
}

.link {
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.noPadding {
	padding-bottom: 0;
}

.noWrap {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
	white-space: nowrap;
}

.inner {
	padding: 20px;
}

.left {
	float: left;
	width: 48%;
}

.right {
	float: right;
	width: 48%;
}

.header {
	margin-bottom: 44px;
	text-align: right;
}

#content {
	background: url(img/content.png) scroll repeat left top;
	border-bottom-right-radius: 200px;
	border-top: 3px solid #e30613;
	margin-right: 44px;
	padding: 20px 20px 20px 47px;
}

#content2 {
	background: url(img/content.png) scroll repeat left top;
	border-bottom-right-radius: 200px;
	margin-right: 44px;
	padding: 20px 20px 20px 47px;
}

#head_img {
	border-top: 3px solid #e30613;
	width: 656px;
	height: auto;
}

.headLeft {
	float: left;
	width: 334px;
}

.headRight {
	border-bottom: 10px solid #dadada;
	border-left: 10px solid #dadada;
	float: right;
	margin: -20px -20px 10px 0;
}

.red {
	color: #e30613;
}

.big {
	font-size: 16px;
	text-transform: uppercase;
}

.small {
	font-size: 11px;
	line-height: 120%;
}

.stoerer {
	margin-bottom: -95px;
}

#footer {
	margin: 25px 27px 29px 0;
	text-align: right;
}

.center {
	text-align: center;
}

.nobr {
	white-space: nowrap;
}