@charset "UTF-8";
/* CSS Document */

/*
= RESETS 
---------------------------------------*/
img {
	border: 0;
}

/*
= UTILITIES 
---------------------------------------*/
.clear { clear: both; }
.center { text-align: center; }



/*
= BODY STYLES 
---------------------------------------*/

body {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: Arial;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	line-height: 14px;
}

#page-wrap {
	position:relative;
	width: 950px;
	margin: 0 auto;
}

#header {
	width:100%;
	height: 274px;
	clear:both;
	position: relative;
	background: url(../images/mp-header.jpg) no-repeat;
}


/*
= NAVIGATION 
---------------------------------------*/

#nav {
	width:100%;
	height: 31px;
	clear:both;
	position: relative;
	background: url(../images/nav/nav_bg.jpg) no-repeat;
}

#nav ul { 
	list-style: none; 
	margin-top: 3px; 
	left: 6.5%;
	position: absolute;
}

#nav ul li {
	margin: 0 10px;
	float: left;
}

/*
= MAIN CONTENT 
---------------------------------------*/
#content {
	clear:both;
	margin: 10px 0;
	position: relative;
}


/*
= TOP COLUMN 
---------------------------------------*/
#colTop {
	position: relative;
}

#colTop .col1 {
	width: 268px;
	float: left;
}

#colTop .col2 {
	width: 681px;
	float: left;
}


/*
= BOTTOM COLUMN 
---------------------------------------*/
#colBottom {
	position: relative;
	margin-top: 0px;
}

#colBottom .col1 {
	width: 779px;
	float: left;
}

#colBottom .col2 {
	margin-left: 0px;
	width: 120px;
	float: left;
	position: relative;
}




/*
=  FOOTER
---------------------------------------*/
#footer {
	width:100%;
	height:32px;
	clear:both;
	background-color:#cccccc;
	padding:12px 0px;
	font-size: 1em;
}


/*
= DIV LAYOUTS 
---------------------------------------*/
#mickeyTout {
	width:268px;
	height:220px;
	background: url(../images/mickey-tout2-bg.jpg) no-repeat top left;
}

.meet_mickey {
	width: 96.8%;
	padding: 10px;
	margin: 10px 0 0 0;
	font-size: 1.2em;
	text-align: left;
	clear: both;
	float: left;
	background-color: #75CDAB;
}

ul.mickey_text {
	position: absolute;
	font-size: 12px;
	list-style-image: url(../images/mickey-l.jpg);
}

ul.mickey_text li {
	text-align: left;
	width: 95px;
	margin: 0px;
	padding: 0;
}

.testimonials_wrapper {
	margin: 10px 0;
}

/*
= TWITTER TOUT 
---------------------------------------*/
#twitter_tout {
	width: 169px;
	height: 380px;
	padding-top: 70px;
	background: url(../images/twitter_tout_bg.jpg) no-repeat;
}

.tw_wrap {
	width: 150px;
	background: #FFF;
	margin: 0 auto;
}

/*
= APP FORM 
---------------------------------------*/
#form-wrap {
	width: 600px;
	margin: 0 auto;
}

#form1 {
	width: 580px;
	background: #CCCCCC;
	padding: 5px;
	margin: 0px 0px 10px 0;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica;
}

#form1 fieldset {
	border: 1px solid #666;
	background: #efefef;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
}

#form1 label {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.rowElem {
	clear: both;
	margin: 10px 0;
}

.error {
	color: red;
	margin: 10px 0;
}

#thankyou {
	width: 400px;
	padding: 20px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	margin: 50% auto;
}

#thankyou p {
	font-size:1.2em;
}

/*
= TWITTER WIDGET 
---------------------------------------*/
#TwitterWidget {
	font-size: 14px;
	width:150px;
	height:50px;
	padding-top: 29px;
	padding-bottom: 10px;
	background-color: #CE5B00;
	border: 2px solid #75CDAB;
	position: absolute;
	left: 7%;
}

#TwitterWidget a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;	

}

