@charset "utf-8";
* { margin: 0; padding: 0; }
img { border: 0; }
body {
	background-color: #ebeadd;
	margin: 0px;
	color: #4d4d4d;
	text-align: center;
	font-size: 0.81em;
	line-height: 1.45em;
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #3b77a2;
}
a:hover {
	text-decoration: none;
	color: #3b77a2;
}


p, h1, h2, h3, h4, ul, ol {
	margin-bottom: 1em;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #81A7C3;
}
h2 {
	font-size: 1.65em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #81A7C3;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/**** LAYOUT ****/
#wrapper {
	width: 802px;
	text-align: left;
	margin: 0 auto;
}
#container {
	background: #FFF;
	border-top: none;
	border-right: 2px solid #d6d5cc;
	border-bottom: 2px solid #d6d5cc;
	border-left: 2px solid #d6d5cc;	
}

#header {
	width: 734px;
	position: relative;
	margin: 0 32px;
	z-index: 1;
}
#header #strip {
	height: 34px;
	background: url(../images/header-top.gif) repeat-x;		
}
#header #logo {
	position: absolute;
	overflow: hidden;
	width: 116px;
	height: 187px;
	left: -33px;
	top: 50px;
}
#header #banner {
	width: 734px;
	height: 220px;
	text-indent: -999em;
	background: #ebeadd url(../images/banner.jpg) no-repeat;
}
#header #logo a {
	overflow: hidden;
	display: block;
	width: 116px;
	height: 187px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat;
	z-index: 3;
}

#header #navbar {
	width: 734px;
	height: 30px;
	background-color: #3b77a2;
}

#main {
	position: relative;
	/*overflow: hidden; */
	margin: 0;
	padding: 24px 0px 5px 32px;
}

#main ul, #main ol {
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1.2em;
}

#infoPanel {
	clear: both;
	position: relative;
	width: 734px;
	height: 284px;
	background: url(../images/img_infobg.jpg) no-repeat;	
}
#infoPanel img {
	display: block	
}

#infoPanel #boxCols {
	clear: both;
	padding-top: 45px;
}
#infoPanel #boxSingle {
	clear: both;
	padding-top: 45px;
}

#infoPanel #boxCols .box {
	float: left;
	margin-right: 17px;
	width: 150px;
	height: 194px;
	border: 10px solid #ebeadd;
}
#infoPanel #boxSingle .box {
	float: left;
	margin-right: 18px;
	width: 344px;
	height: 194px;
	border: 10px solid #ebeadd;
}
#infoPanel #textHolder {
	float: left;
	width: 210px;
	height: 214px;
}
#infoPanel #textHolder .outer {
	width: 210px;
	height: 214px;
	position: relative;
}
#infoPanel #textHolder .inner {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#infoPanel #textHolder p {
	margin: 0;
}

#footer {
	clear: both;
	text-align: right;
	padding: 6px 0;
	color: #616161;
	font-size: 11px;
}
#footer a {
	color: #616161;
	text-decoration: none;
}


/***** Accessibility *****/

#skiplinks, #skiplinks li { list-style-type: none; padding: 0; margin: 0; display: inline; height: 0; }
#skiplinks a {
	border: 1px solid #fff;
	color: #000;
	text-decoration: none;
	background-color: #EEEFF0;
	padding: 2px 5px;
	position: absolute;
	top: 2px;
	left: -999em;
	font: 1.3em Arial, Arial, Helvetica, sans-serif;
	z-index: 10;
}
#skiplinks a:focus, #skiplinks a:active {
	left: 2px;
	border-color: #A2ACAF;/* :hack: IE requires a border-color change (!?) for this to work */
}

#skiplinks a:hover { text-decoration: underline; }

/**** NAV ****/

ul#nav {
	width: 714px;
	height: 30px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#nav li {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0 22px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;	
}
#nav li a {
	float: left;
		display: inline;
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	white-space: nowrap;
	text-decoration: none;
}
#nav li a:hover {
	color: #C5D7E4;
}

#page_home #nav_home a,
#page_amazing-mopitup #nav_amazing-mopitup a,
#page_how-mopitup-works #nav_how-mopitup-works a,
#page_buy-mopitup #nav_buy-mopitup a,
#page_contact #nav_contact a
{
	color: #C5D7E4;
}

/**** CONTENT ****/

.content {
	width: 734px;
	clear: both;
}
.content-hr .outer {
	background: url(../images/hr.gif) repeat-x left top;
	margin-bottom: 1.4em;
}
.content-hr .inner {
	position: relative;
	overflow: hidden;
	padding-top: 1em;
	background: url(../images/hr.gif) repeat-x  left bottom;
}
.content-hr-top .outer {
	background: url(../images/hr.gif) repeat-x left top;
}
.content-hr-top .inner {
	position: relative;
	overflow: hidden;
	padding-top: 1em;
}

.columns {
	width: 734px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.columns-hr .outer {
	background: url(../images/columns-hr.gif) no-repeat left top;
	margin-bottom: 1.4em;
}
.columns-hr .inner {
	position: relative;
	overflow: hidden;
	padding-top: 1em;
	background: url(../images/columns-hr.gif) no-repeat left bottom;
}
.columns-hr-left .outer {
	background: url(../images/hr.gif) no-repeat left top;
	margin-bottom: 1.4em;
}
.columns-hr-left .inner {
	position: relative;
	overflow: hidden;
	padding-top: 1em;
	background: url(../images/hr.gif) no-repeat left bottom;
}
.column-left {
	float: left;
	width: 356px;
}
.column-right {
	float: right;
	width: 356px;
}

.bluebox {
	background: #3B77A2;
	color: #C6D7E3;
	margin: 0 0 12px 0;
	padding: 0;
}
.bluebox .bluebox-inner {
	margin: 0;
	padding: 12px 18px 0 18px;
}
.bluebox h3 {
	color: #FFF;
}


#main .boxlist, #main .boxlist-wide {
	width: 754px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 0 8px 0;
	list-style-type: none;
}

#main .boxlist li, #main .boxlist-wide li {
	display: block;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	width: 114px;
	height: 114px;
	text-align: center;
	color: #07538A;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	background: url(../images/bg_box.gif) no-repeat;	
}
#main .boxlist-wide li {
	width: 138px;
	background: url(../images/bg_box-wide.gif) no-repeat;
}
.boxlist li span, .boxlist li a, .boxlist-wide li span, .boxlist-wide li a {
	display: block;
	padding: 15px;
}
.boxlist li span span, .boxlist-wide li span span {
	position: absolute;
	left: 0px;
	bottom: 0px; 
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;	
}
.boxlist li.num1 span span, .boxlist-wide li.num1 span span  {
	background-image: url(../images/num1.gif);
}
.boxlist li.num2 span span, .boxlist-wide li.num2 span span  {
	background-image: url(../images/num2.gif);
}
.boxlist li.num3 span span, .boxlist-wide li.num3 span span {
	background-image: url(../images/num3.gif);
}
.boxlist li.num4 span span, .boxlist-wide li.num4 span span {
	background-image: url(../images/num4.gif);
}
.boxlist li.num5 span span, .boxlist-wide li.num5 span span {
	background-image: url(../images/num5.gif);
}
.boxlist li.num6 span span {
	background-image: url(../images/num6.gif);
}
.boxlist li.num7 span span {
	background-image: url(../images/num7.gif);
}
.boxlist li.num8 span span {
	background-image: url(../images/num8.gif);
}
.boxlist li.num9 span span {
	background-image: url(../images/num9.gif);
}
.boxlist li.num10 span span {
	background-image: url(../images/num10.gif);
}
.boxlist li.num11 span span {
	background-image: url(../images/num11.gif);
}
.boxlist li.num12 span span {
	background-image: url(../images/num12.gif);
}
.boxlist-wide li.num6 span span {
	background-image: url(../images/num6-wide.gif);
}
.boxlist-wide li.num7 span span {
	background-image: url(../images/num7-wide.gif);
}
.boxlist-wide li.num8 span span {
	background-image: url(../images/num8-wide.gif);
}
.boxlist-wide li.num9 span span {
	background-image: url(../images/num9-wide.gif);
}
.boxlist-wide li.num10 span span {
	background-image: url(../images/num10-wide.gif);
}


#video {
	padding: 20px 20px 0 20px;
	text-align: center;

}
#video .border-brown {
	border: 10px solid #ebeadd;
	margin: 0 auto;
	width: 640px;
	height: 385px;
}
#video p {
	margin: 12px;	
}

/**** Form ****/

#paypalForm {
	margin-bottom: 12px;	
}

#paypalForm label {
	display: block;
	clear: both;
	margin: 2px 0;
}
#paypalForm p {
	margin: 12px 0;
}


/**** ELements ****/

.smallText {
	font-size: 75%;	
}


