@charset "utf-8";
/* CSS Document */
/* Wheels4Meals website CSS */

body {
	background-color: #3a5a25;
}

.container {
	padding: 0px;
	height: auto;
	width: 1020px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -510px;
	position: absolute;
	left: 50%;
	top: 177px;	
}

.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 150px;
	width: 1020px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -510px;
	position: absolute;
	left: 50%;
	top: 27px;	
}

.page {
	background-image: url(../images/page.png);
	background-repeat: repeat-y;
	padding: 20px;
	height: auto;
	width: 980px;
}

.mctop {
	background-image: url(../images/mctop.png);
	padding: 0px;
	height: 10px;
	width: 690px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
.mcmid {
	background-image: url(../images/mcmid.png);
	height: auto;
	width: 670px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.mcbottom {
	background-image: url(../images/mcbottom.png);
	padding: 0px;
	height: 10px;
	width: 690px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
.sctop {
	background-image: url(../images/sctop.png);
	padding: 0px;
	height: 10px;
	width: 240px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.scmid {
	background-image: url(../images/scmid.png);
	height: auto;
	width: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.scbottom {
	background-image: url(../images/scbottom.png);
	padding: 0px;
	height: 10px;
	width: 240px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.scmid li {
	list-style-type: none;
	list-style-image: none;
}
.scmid ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.scmid ul li:before {
	content: "\00BB \0020";
}

.footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 70px;
	width: 970px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.green {
	background-color: #89D67E;
	background-image: url(../images/icon/check.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #339900;
	margin: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 40px;
	color: #FFF;
}
.red {
	background-color: #C73232;
	background-image: url(../images/icon/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #FF6600;
	margin: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 17px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 40px;
}
.info {
	background-color: #DDD;
	background-image: url(../images/icon/important.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #666;
	margin: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 20px;
	color: #333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 40px;
}
.ctt {
	color: #333;
	background-color: #cccccc;
	background-image:url(http://www.wheels4meals.com/images/ctt.png);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #cccccc;
}
.ct {
	color: #333;
	background-color: #cccccc;
	background-image:url(http://www.wheels4meals.com/images/ctt.png);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #cccccc;
}