body {
	background:#fff;
	color:#666666;
	font-family:Trebuchet MS,Verdana, Arial, Sans-Serif;
	font-size:10pt;
	margin-top:0;
}

a {
	color:#999;
}
a:hover {
	color:#EF980B;
}
strong a {
	color: #333;
}

ul, ol {
	list-style-position:outside;
	margin-top:0;
	padding-top:0;
}
ol {
	list-style-type:decimal;
}
ul {
	list-style-type:disc;
}
li {
	margin-left:0;
	color: #EF980B;
}
li .li_content {
	color:#666;
}
h1,h2,h3,h4,h5,h6 {
}
h1 {
	color:#EF980B;
	font-size:1.7em;
	font-weight:bold;
}
h2 {
	color:#A9CE1E;
	font-size:1.3em;
	font-weight:bold;
}
h3 {
	font-size:1.2em;
}
strong {
	font-weight:bold;
	color:#333;
}
em {
	color:#EF980B;
}
address {
	font-style: normal;
}
.clearfix {
	clear:both;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
input, select, textarea {
	color:#333333;
	font-size:11px;
}
input.button {
	color:#ffffff;
	cursor:pointer;
	cursor:hand; /* ie 5.5 and lower */
	background:url('../images/layout/default/buttons/iamotagreen_button.jpg') #A2D633 repeat-x bottom;
	border:1px solid #86B526;
	font-size:11px;
	font-weight:bold;
	height:20px;
	padding:0 10px;
}
.error {
	color: #DF2F00;
	font-weight: bold;
	padding: 0.4em;
	margin: 0.5em 0;
	border: 1px solid #EFC0B3;
	background-color: #FFEFDD;
}
.error strong {
	color: #AF2500;
}


.alertbox {
	border:1px dotted #FF4200;
	background:#FFF7DF;
	color:#000;
	padding:5px 10px;
}

.alertbox h1 {
	color:#FF4200;
	padding:0;
	margin:0 0 0.5em;
	font-size: 1.4em;
}

.alertbox strong {
	color:#FF4200;
}

.alertbox li {
	color:#FF4200;
}

.alertbox li .li_content {
	color:#000;
}


/* --- Layout: Page Container --------------------------------------------------------------------------- */

#page_container {
	margin:0 auto;
	padding:20px 0;
	position:relative;
	width:950px;
}

/* --- Layout: Top Nav --------------------------------------------------------------------------- */

#top_nav {
	padding-right:10px;
	text-align:right;
	margin-right: 33px;
}

#top_nav ul {
	font-size:8pt;
	list-style:none;
	margin:0;
	width:100%;
}

#top_nav li {
	border-left:1px dotted #E0E0E0;
	color:#999;
	display:inline;
	margin:0;
	padding:0 5px;
}

#top_nav li.first {
	border:none;
	padding-left:0;
}

#top_nav li a {
	color:#999999;
	text-decoration:none;
}
#top_nav li a:hover {
	text-decoration:underline;
}

#top_nav strong {
	font-weight: bold;
}


/* --- Layout: Header --------------------------------------------------------------------------- */

#header_info {
	height:61px;
	float:left;
}

#logo_container {
	width: 200px;
	height: 61px;
	float: left;
}

#logo {
	width:200px;
	height:61px;
	background:url('../images/iamota-authentic-mobile-experiences.png') no-repeat;
	cursor:pointer;
	cursor:hand; /* ie 5.5 and lower */
}


/* --- Layout: Body Content --------------------------------------------------------------------------- */

#page_body {
	width:100%;
	margin-top:0;
	clear:left;
}

#page_content {
	padding:10px 0 20px 0;
	margin:0;
}
.page_half {
	float:left;
	width:50%;
}
.page_third {
	float:left;
	width:33%;
}
.page_two_third {
	float:left;
	width:66%;
}
.page_quarter {
	float:left;
	width:25%;
}


/* --- Layout: Footer --------------------------------------------------------------------------- */

#page_footer {
	font-size:8pt;
}

#footer_top {
	clear: both;
	height:33px;
	margin-bottom:10px;
	position:relative;
	width:950px;
}

#footer_nav {
	float:left;
}

#footer_nav ul {
	list-style:none;
	margin:0;
	padding-left:0;
}

#footer_nav li {
	display:inline;
	margin:0;
	border-left:1px dotted #999999;
	padding:0 0.5em;
}
#footer_nav li a {
	color:#999999;
	text-decoration:none;
}
#footer_nav li.first {
	border:none;
	padding-left:0;
}
#footer_nav li a:hover {
	text-decoration:underline;
}

#footer_copy {
	float:right;
}

#footer_copy div {
	color:#999;
	text-align:right;
}

#footer_copy strong {
	color:#999;	
}

#page_bottom {
	bottom:-30px;
	height:30px;
	left:0;
	position:absolute;
	width:980px;
}

/* --- Forms --------------------------------------------------------------------------- */

.form_message {
	background:#ffefdd;
	border:1px solid #e0e0e0;
	margin:5px 10px 0 10px;
	padding:2px;
}
.form_table {
	padding:0 5px;
}
.form_table .error {
	margin: 2px 0 1em 100px;
	padding: 2px;
	width: auto;
	font-size: smaller;
}
.form_table .form_title {
	border-bottom:1px solid #e0e0e0;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:5px;
	margin-top:2px;
}
.form_table .form_subtitle {
	font-size:9px;
	margin-bottom:5px;
}
.form_table .form_add {
	background:url('../images/icons/panelbutton_add.jpg') no-repeat;
	margin-bottom:2px;
	padding-left:14px;
}
.form_table label {
	float:left;
	margin-bottom:2px;
	padding-right:5px;
	text-align:right;
	width:95px;
}
.form_table input, 
.form_table select, 
.form_table textarea, 
.form_table iframe {
	float:left;
	margin-bottom:2px;
	width:186px;
}
.form_table input.checkbox {
	background-color: #CCCC33;
	width:auto;
	float:right;
}
.form_table input.button {
	margin-left:100px;
	margin-top:10px;
	vertical-align:middle;
	width:auto;
}
.form_table input.calendar {
	width:170px;
}
.form_table label.spanning {
	margin-left:5px;
	text-align:left;
	width:356px;
}
.form_table input.spanning, 
.form_table select.spanning, 
.form_table textarea.spanning {
	width:322px;
}
.form_table iframe.spanning {
	margin:0 50px 10px 50px;
	width:224px;
}
.form_table input.calendar.spanning {
	margin:0 50px;
	width:326px;
}
.form_table div.keyword_input {
	font-weight:bold;
	padding-left:105px;
}
.form_table br {
	clear:both;
	height:0;
	line-height:0;
}
.form_table .checkbox_container {
	float:left;
	margin-bottom:2px;
	padding-right:5px;
	text-align:right;
	width:100px;
}
.form_table label.checkbox {
	text-align:left;
	width:auto;
}
.form_table .form_textarea_border {
	border:1px solid;
	float:left;
	margin-bottom:2px;
	width:186px;
	font:courier;
}
.form_table .form_textarea_prefix {
	font:courier;
}
.form_table iframe {
	background:#fafff0;
	border:1px solid #f3ffda;
	width:184px;
}


/* --- Tables --------------------------------------------------------------------------- */

.table {
	background:#A2D633;
	border:5px solid #e0e0e0;
	padding:1px;
}
.table table {
	border-collapse:collapse;
	border-spacing:0;
	caption-side:top;
	width:100%;
}
.table caption {
	background:url('../images/layout/default/nav/nav-primary-bg.jpg') repeat-x;
	border:none;
	color:#ffffff;
	font-weight:bold;
	height:27px;
	line-height:20px;
	padding:4px;
	display:table-caption;
	width:100%;
}
.table caption a {
	color:#ffffff;
}
.table table th {
	background:#EDF8D6;
	border:1px solid #e0e0e0;
	font-weight:bold;
	padding:3px;
}
.table table td {
	background:#ffffff;
	border:1px solid #e0e0e0;
	padding:3px;
}
.table table td.r0 {
	background:#fafff0;
}
.table table th.first_col, div.table table td.first_col {
	border-left:0;
}


/* --- Public Website --------------------------------------------------------------------------- */


.iamota_customers {
	float:left;
	margin-top:1em;
	text-align:center;
}

.iamota_phone_subpage {
	float:left;
	margin-top:0;
	text-align:center;	
}

.iamota_overview {
	float:left;
	width: 530px;
	padding-right:50px;
}

.example_container {
	width: 100%;
}

.example_container .one_third {
	width: 33%;
	float: left;
	text-align: center;
}

.example_container .one_third .one_third_example {
	height:235px;
}


/* --- Authentication Page --------------------------------------------------------------------------- */

#auth #signup {
	border-left:1px dotted #E0E0E0;
}
#auth #signin, #auth #signup {
	padding:5px 15px;
}
#auth #signup .form_table label,
#auth #signup .form_table .checkbox_container {
	width:180px;
}
#auth #signup .form_table .error,
#auth #signup .form_table input.button {
	margin-left:185px;
}


/* --- Slide Show --------------------------------------------------------------------------- */

#slideshow {width: 950px; height: 450px; padding:0; margin:0; overflow: hidden }
#slideshow_nav {width:125px;float:right;text-align:right;padding-top:10px;}
#slideshow_nav a{background:#eaeaea;font-size:10pt;color:transparent;text-align:center;display:block;float:left;width:20px;height:20px;margin-left:5px;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;}
#slideshow_nav a.activeSlide{background:#ED9F16;}


/* --- Fact Boxes --------------------------------------------------------------------------- */

#fact_boxes{width:100%;margin:20px 0 10px;}
#fact_boxes .fact_wrapper{width:30%;float:left;}
#fact_boxes .fact_wrapper div{padding-right:30px;}
#fact_boxes .first_fact {width:20%;}
#fact_boxes .last_fact {width:20%;}
#fact_boxes .last_fact div {text-align:right;padding-right:0;}


