/*
// INFOWIRE
*/

* { margin:0; padding:0; font-size:11px; color:#eee; font-family:Arial, Helvetica, sans-serif; }
body, html { height:100%; }

.right 	{ float:right; }
.left 	{ float:left; }

.r { clear:both; overflow:hidden; height:1px; }

/* INPUTS */
input, select, textarea { padding:2px; color:#444; border:1px solid #405f9d; }
label { padding:2px; }
.btn { float:right; margin:8px 0 8px 8px; padding:2px; display:block; clear:left; text-decoration:none; }
.btn:hover { color:#89d62c; }

.validation-failed { border:1px solid red; }

/* GLOBAL */
.push 	{ height:200px; }
.strip 	{ height:330px; background:#132864 url(../img/global/strip.jpg) no-repeat center; border:1px solid #333; border-width:1px 0; }
.content { background:url(../img/global/content.jpg) no-repeat center; width:778px; height:330px; margin:0 auto; }
.content_round { background:url(../img/global/content_round.jpg) no-repeat center; width:778px; height:330px; margin:0 auto; }


.miniNav { margin:29px 29px 0 0; }
.miniNav a { display:block; float:none; height:25px; background: no-repeat top center; margin:0 0 4px 4px; }
.miniNav a:hover { background-position:bottom center; }

.miniNav .client_login { width:81px; background-image:url(../img/global/client_login.gif); }
.miniNav .more_info { width:81px; background-image:url(../img/global/more_info.gif); }


/* MORE INFO */
.moreInfo { background:url(../img/moreinfo/cover.png) no-repeat center; _background:#3c5a98; margin:0 0 0 8px; padding:29px 27px; width:375px; height:272px; position:absolute; }
.moreInfo p { padding:0; }

.moreInfo label { display:block; width:100px; float:left; margin:2px; clear:both; }
.moreInfo input.field { width:260px; float:left; margin:2px 0; }
.moreInfo input.phone { width:120px; }