/*------------------------------------------------------------
NORMALIZE styles
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,fieldset,textarea,p,blockquote,th,td, img {  
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
a:focus, a:active, a { outline: none;}

/*------------------------------------------------------------
STRUCTURE styles
-------------------------------------------------------------*/


html {
     height:100%;
     padding:0;
     margin:0;
}
body {
     height:100%;
     padding:0;
     margin:0 auto;
	-x-system-font:none;
	background-color: #fff;
	color: #515151;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

#header{
	margin: 0 auto;
	padding: 5px;
}
#top_msg{
	margin: 5px 0px 0px 0px;
}
#top_msg h1{
	font-size: 18px;
	color: #000;
}
#ask{
	font-size: 12px;
}
.price{
	font-weight: bold;
	color: #007cff;
}
.highlight{
	color: #76a837;
}
#content{
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#logo {
        background-image: url(../images/logo.png); 
        background-repeat: norepeat;
        width:200px;
        height:50px;
        padding: 0px;
        margin: 5px 5px 0px 0px;
        float: left;
        }
#middle_msg{
	font-size: 15px;
	color: #007cff;
}
.break{
	clear: both;
	height: 20px;
}
.tab_title{
	font-size: 15px;
	font-weight: bold;
	color: #76a837;
}
.tab_content_left{
	float: left;
	
}
.tab_content_right{
	float: left;
	margin: 0px 0px 0px 40px;
}

.sul {
	/*list-style-image: url(../icons/smallarrow.png);*/
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 10px;
	color: #4c4c4c;
}
.sul li{
	background: url(../images/list_bedzzle.png) no-repeat;
	padding: 1px 0px 0px 25px;
	height: 18px;
	margin: 0;
	font-size: 12px;
}

#signupbtt{
	width:260px;height:35px;
	margin: 0px 0px 0px 210px; 
	font-size: 13px; 
	font-weight: bold;
	
	background: url(../images/signupbg.png) no-repeat;
}
#signuplink{
	position: absolute;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	text-align: center; 
	color: black;
	margin: 6px 0px 0px 0px;
	width:260px;height:35px;
}
/*
 * forms
 */
#presentation{
	clear: both;
	width: 925px;
	margin: 25px 0px 0px 35px;
	text-align: left;
}

 #toogleSignup{
	margin: 0px 5px;
	width:120px;
	height: 35px;
	background-image: url(../images/search.png); 
    background-repeat: norepeat;
    text-align: center;
    font-weight: bold;
	color: #404f52;
	font-size: 14px;
	cursor: pointer;
	float: left;
}
#toogleSignup:hover{
	margin: 0px 5px;
	width:120px;
	height: 35px;
	background-image: url(../images/search_hover.png); 
    background-repeat: norepeat;
    text-align: center;
    font-weight: bold;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	float: left;
}
.signup_text{
		padding: 6px;
	margin-top: 0px;
}
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

fieldset { padding: 0 1em 1em 1em; margin: 0; }  
legend { padding: 0 .8em 0 .8em; }
legend+* { margin-top: 2px; }  
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em; }
form div { margin-bottom: .8em; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }

#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }


#contact { display: block; width: 500px; margin: 0px 0px 0px 10px; padding: 0px; background-color: #FFF; -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 170px; font-size: 13px; -webkit-border-radius:5px; }
input.contact_field,select.contact_field, textarea.contact_field { width: 260px;padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.send { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; padding: 8px; font-size: 14px;}
#contact input.send:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:0px 20px 5px 20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } 
#message { margin: 10px 0; padding: 0; }

.error_message { display: block; font-size: 12px; line-height: 22px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px 5px; padding: 3px 10px 3px 35px; color: #333;border: 1px solid #007cff; -webkit-border-radius:5px; }

.success_message { display: block;  font-size: 12px; line-height: 22px; background: #baf8bc url('../images/success.gif') no-repeat 10px 10px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }
.loader { padding: 5px 10px;float: right; }

#contact #success_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }
