@charset "UTF-8";

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #FFF;
}

#container {
	background-color: #000;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.topLeft {
	width: 500px;
	margin-right: 10px;
	padding-top: 0px;
	height: 207px;
	margin-top: 0px;
}
.topRight {
	width: 440px;
	text-align: right;
}
.midLeft {
	width: 500px;
	color: #FFF;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.midLeft p {
	padding-right: 45px;
	padding-left: 45px;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
.heading {
	float: left;
	text-align: left;
	width: 428px;
	margin: 0px;
	padding-left: 12px;
	clear: both;
	height: 47px;
}
.right {
	float: right;
	width: 440px;
}
.rightList {
	clear: both;
	margin-top: 10px;
}
.rightList ul .point1 {
	list-style-image: url(../images/listPoint1.png);
	list-style-type: none;
	padding-top: 4px;
}
.rightList ul .point2 {
	list-style-image: url(../images/listPoint2.png);
	list-style-type: none;
}
.rightList ul .point3 {
	list-style-image: url(../images/listPoint3.png);
	list-style-type: none;
}
.rightList ul .point4 {
	list-style-image: url(../images/listPoint4.png);
	list-style-type: none;
}
.rightList ul {
	margin-left: 0px;
	padding-left: 20px;
}
.rightList ul li {
	height: 20px;
	font-weight: 600;
}
.bottomMotiv {
	width: 324px;
	margin-right: 110px;
	margin-top: 0px;
}
.lowerLeft {
	margin-top: 20px;
	width: 540px;
	clear: both;
}
.bottomFB {
	margin-top: 60px;
}
.midRight {
	width: 440px;
}
