body {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	background: url(../img/bg.jpg) center top no-repeat fixed;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.mobile {
	display: none;
}

input, textarea {
	font-size: 24px;
	width: 600px;
	border: 0px;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

textarea {
	height: 200px;
	resize: none;
}

#button {
	width: 620px;
	background-color: #DDDDDD;
	color: #FFFFFF;
}

#bigHead {
	background-color: #000000;
	padding: 10px 0px 4px 0px;
	position: fixed;
	width: 1240px;
	left: 50%;
	margin-left: -620px;
	z-index: 11000;
}

#main {
	width: 1240px;
	margin: 0px auto 0px auto;
	background: url(../img/wall.jpg) center top repeat-y;
}

#bigHead ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#bigHead li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}

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

a:hover {
	color: #CE0001;
}

#mobilePhone {
	font-size: 20px;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	margin-top: 0px;
	color: #FFFFFF;
	margin-left: 470px;
}

#mobilePhoneIcon, #mobilePhoneNumber {
	float: left;
}

#mobilePhoneNumber {
	margin-left: 10px;
	margin-top: 0px;
}

#flyerImg {
	width: 100%;
}

#whoWeAre {
	text-align: center;
	font-size: 20px;
	padding: 20px;
	line-height: 35px;
}

.divTitle, .divTitleAlt {
	font-size: 62px;
	font-weight: bold;
}

.divTitleAlt {
	color: #FFFFFF;
}

.redLine {
	width: 120px;
	height: 10px;
	background-color: #CE0001;
	margin: 0px auto 20px auto;
}

.blackLine {
	width: 120px;
	height: 10px;
	background-color: #000000;
	margin: 0px auto 20px auto;
}

#services {
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px;
}

.singleService {
	float: left;
	padding: 12px 6px 0px 6px;
	width: 285px;
	height: 393px;
}

.list {
	padding: 0px 20px 0px 10px;
}

.list ul {
	padding-left: 24px;
}

.back {
	font-size: 16px;
	text-align: left;
	background: url(../img/servicebg.jpg) center top no-repeat;
	padding: 12px 6px 0px 6px;
}

#toDoList, #prices, #faq, #contacts, #toDoList_int {
	text-align: center;
	font-size: 30px;
	padding: 40px 20px 20px 20px;
	line-height: 50px;
}

#toDoList {
	background: url(../img/To_Do_List.png) center top;
}

#faq {
	color: #FFFFFF;
	background-color: #CE0001;
	font-size: 22px;
	line-height: 30px;
}

.singleFAQ, .singleFAQAlt {
	background: url(../img/questionMark.png) top left no-repeat;
	width: 500px;
	text-align: left;
	padding: 16px 20px 20px 80px;
	float: left;
}

.singleFAQAlt {
	width: 1100px;
}

#leftContacts {
	width: 630px;
	font-size: 20px;
	text-align: left;
	float: left;
}

#rightContacts {
	width: 560px;
	margin-left: 640px;
}

.phoneIcon {
	background: url(../img/phoneIcon.png) left center no-repeat;
	padding-left: 46px;
	padding-right: 40px;
	margin-bottom: 20px;
	float: left;
}

.mailIcon {
	background: url(../img/mailIcon.png) left center no-repeat;
	padding-left: 46px;
	float: left;
}

#map {
	margin-top: 90px;
	height: 656px;
	display: inherit;
}

#copyright {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.g-recaptcha {
	display: inherit;
	width: 200px;
	margin-top: -15px;
	margin-bottom: 14px;
}

#emailSent {
	background-color: #1C7040;
	padding: 15px;
	position: fixed;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	margin-top: 200px;
	position: fixed;
	font-size: 24px;
	color: #FFFFFF;
	z-index: 10000;
	text-align: center;
	display: none;
}

#emailError {
	background-color: #CE0001;
	padding: 15px;
	position: fixed;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	margin-top: 200px;
	position: fixed;
	font-size: 24px;
	color: #FFFFFF;
	z-index: 10000;
	text-align: center;
	display: none;
}

.buttonLink {
	width: 200px;
	background-color: #CE0001;
	color: #FFFFFF;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
}

.buttonLink:hover {
	color: #FFFFFF;
}

#toDoList_int {
	padding-top: 80px;
}

#toDoList_int input[type='checkbox'] {
    width: 24px;
    height: 24px;
}

#checkBoxList {
	padding-top: 20px;
	font-size: 22px;
	text-align: left;
}

#checkBoxList table {
	border-collapse: collapse;
}

#checkBoxList td.checkbox {
	padding-top: 10px;
}

.singleList {
	float: left;
}

.emptyInputToDoList {
	width: 273px;
	border: 1px solid #CCCCCC;
}

#buttonToDoList {
	margin-top: 10px;
	width: 300px;
	background-color: #DDDDDD;
	color: #FFFFFF;
}

.tableWrap {
	width: 95%;
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 20px;
	padding: 0px 0px 0px 20px;
	border: 1px solid #CCCCCC;
}

#prePrivacy {
	position: fixed;
	bottom: 0px;
	color: #FFFFFF;
	background-color: #CE0001;
	font-size: 18px;
	margin: 20px;
	padding: 6px;
	z-index: 100;
}

#prePrivacy a {
	text-decoration: underline;
	color: #FFFFFF;
}

#privacy {
	padding: 10px;
	font-size: 16px;
	display: none;
}