/* 
Title:     Get Started Page CSS
Author:    Jamie @ VERB
Created:   04.16.2008
*/

* {
margin:0; 
padding:0; 
font-size:100%;
}
body {
margin: 0; 
padding: 0; 
font: 0.84em/1.333 Arial, Helvetica, sans-serif; 
text-align: center; 
background: #fff;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, select, label, table, tr, td {margin: 0; padding: 0;}

ul, ul li {list-style: none;}

img, a img {border: 0;}

#container {border:0px solid #ff0; width: 625px; margin: 0 auto; padding: 0 0 15px 0; text-align: left;}


/* ---- Header ---- */
#header {
background: url(../images/curve-outline-top.gif) no-repeat left 57px;
width: auto; height: 85px;
margin: 2px 0 0 0;
position: relative;
}

#logo {
width: 373px; height: 54px;
padding: 30px 0 0 20px;
}
#logo h1{
width: 373px; height: 54px;
/* background: url(../images/heres-what-i-think.gif) no-repeat left top; */
text-indent: -9999px;
}


/* ---- Content-Areas --- */

#content {background: url(../images/curve-outline-sides.gif) repeat-y left top; width: 100%; padding: 5px 0; overflow: hidden;}


.column{float: left; display: inline;}

#left {width: 310px; padding-top: 37px; text-align: left;color: #3C2E09; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

#left p{padding: 0 15px 15px 25px;}
#left p#manager-bio{font-size: 11px;padding: 40px 0 25px 0;}
#left img.manager{float: left; display: inline; margin-left: 25px; margin-right: 5px;}

#left #hotel-logo{text-align: center; margin: 15px 0 0 0; padding:0}


#right {width: 296px; background: #bdd9ef; font-size: 12px; text-align:center; padding-bottom: 2px;}
#right h2{background:#3c2e09 url(../images/get-started.gif) no-repeat left top; height: 36px; text-indent: -9999px; text-align:left;}
#right #form-wrapper{width: 290px;margin: 0 auto;margin-top: 2px;text-align:left;border: 1px solid #fff;}
#right form{overflow: hidden;}

#right label {display: block;float: left; clear: left;margin: 2px 0 2px 0;width: 99%;}
#right .prelabel{display: block; width: 115px; float: left; padding: 2px 5px 2px 0; text-align: right; }
#right  label input, #right  label textarea, #right label select {float: left; width: 155px; margin: 0; padding: 1px 0 0 0;}
						
#right label select {width: 159px; padding: 0 0 0 0 }
#right label #area-code,#right label #phone-1 { width: 40px; float: none; }
#right label #phone-2 { width: 46px; float: none; }
#right p { font-size: 10px;  padding: 0 0 10px 120px; margin: 0; clear: left;  border: none;}
#right p#required { font-size: 11px; padding: 5px 0 10px 10px; margin: 0; }
#right #button{text-align: center; padding: 5px 0 20px 0}

#footer{
background: url(../images/curve-outline-btm.gif) no-repeat left top;
padding: 38px 0 0 0;
font-size: 11px;
text-align: center;
}
#footer #contact-info{
margin: 0 0 25px 0;
line-height: 1.44;
}
#footer #contact-info a{
color: #000;
}
#footer #contact-info a:hover{
text-decoration: none;
}


