@charset "utf-8";
*{ padding:0; margin:0; border:none; font-family:Arial, Helvetica, sans-serif;}
DIV{ position:relative;}

.clearBoth{clear:both;}

INPUT{padding:2px;}
INPUT.button{background:white; border:1px solid #ccc;}
INPUT.button:hover{border:1px solid #27d3fd;}
LABEL{width:140px; text-align:right; float:left; clear:left;}FORM P{clear:left;}

/* links */
a:link {
	text-decoration: none;
	color:#27d3fd;
}
a:visited {
	text-decoration: none;
	color:#27d3fd;
}
a:hover {
	text-decoration: underline;
	color:#27d3fd;
}

.wrapper{width:1000px; margin: 0 auto;}

.left{float:left;}
.leftHome{float:left;}
.right{float:right;}

BODY{ background: url(/images2/decor/qs2_body_bckg.png) repeat-x;}

#slogan{
display:block;
position:absolute;
top:70px;
left:55px;
font-size:19px;
color:#ffffff;
}

#nav {width:1000px;}
#nav .left{ width:16px; height:84px;
background: url(/images2/decor/qs2_nav-left_bckg.png);
}
#nav .center{width:968px; height:84px; float:left;
background: url(/images2/decor/qs2_nav-center_bckg.png);
}
#nav .right{width:16px; height:84px;
background: url(/images2/decor/qs2_nav-right_bckg.png);
}

#nav A {height:83px; margin:3px 15px 0; text-decoration:none; display:block;  float:left;}
#nav .nHome{
width:99px;
background:url(/images2/buttons/qs2_nav-home_btn.png) no-repeat;
}
#nav .nHome:hover{
background:url(/images2/buttons/qs2_nav-home-hover_btn.png) no-repeat;
}
#nav .nAbout{
width:99px;
background:url(/images2/buttons/qs2_nav-about_btn.png) no-repeat;
}
#nav .nAbout:hover{
width:99px;
background:url(/images2/buttons/qs2_nav-about-hover_btn.png) no-repeat;
}
#nav .nSignup{
width:110px;
background:url(/images2/buttons/qs2_nav-signup_btn.png) no-repeat;
}
#nav .nSignup:hover{
width:110px;
background:url(/images2/buttons/qs2_nav-signup-hover_btn.png) no-repeat;
}
#nav .nContact{
width:113px;
background:url(/images2/buttons/qs2_nav-contact_btn.png) no-repeat;
}
#nav .nContact:hover{
width:113px;
background:url(/images2/buttons/qs2_nav-contact-hover_btn.png) no-repeat;
}
#nav .nDemo{
width:96px;
background:url(/images2/buttons/qs2_nav-demo_btn.png) no-repeat;
}
#nav .nDemo:hover{
width:96px;
background:url(/images2/buttons/qs2_nav-demo-hover_btn.png) no-repeat;
}
#nav .nLogin{
width:83px;
float:right;
background:url(/images2/buttons/qs2_nav-login_btn.png) no-repeat;
}
#nav .nLogin:hover{
width:83px;
float:right;
background:url(/images2/buttons/qs2_nav-login-hover_btn.png) no-repeat;
}


#content{
margin: 0 1px;
width:998px;
background-color:#ffffff;
font-family:"Trebuchet MS"; 
font-size:12px; 
color:#4c473c; 
line-height:16px;
}

#content .leftHome{
width:650px;
padding-right:50px;
}
#content .left{
width:600px;
padding-right:50px;
padding-left:40px;
border-right:solid 1px #F7F7F7;
}
#content .right{
width:298px;
}

#whyQuik{
background:url(/images2/decor/qs2_blueBox-middle_bckg.png) repeat-y top;
width:291px;
line-height:normal;
}
#whyQuik .top{
background:url(/images2/decor/qs2_blueBox-top_bckg.png) no-repeat top;
height:70px;
width:291px;
position:absolute;
}
#whyQuik .bottom{
background:url(/images2/decor/qs2_blueBox-bottom_bckg.png) no-repeat top;
height:19px;
width:291px;
}
#whyQuik .middle{
padding:30px 10px 10px 10px;
color:#FFE900;
font-size:18px;
text-align:center;
}
#whyQuik H1{
line-height:28px;

}
#whyQuik  P{
color:#ffffff;
}
#whyQuik .free{
font-size:38px;
}
#whyQuik .day{
font-size:38px;
}
#whyQuik .demo{
font-size:38px;
}
#whyQuik UL{
 list-style-image: url(/images2/decor/qs2_blueBox-bullet_bckg.png);
list-style-type:square;
}
#whyQuik A{
color:#4d4d4d;
}
#footer {width:1000px; padding: 10px 0;}
#footer .left{ width:24px; height:108px;
background: url(/images2/decor/qs2_footer-left_bckg.png);
}
#footer .center{width:746px; height:108px; float:left;
background: url(/images2/decor/qs2_footer-center_bckg.png);
}
#footer .right{width:230px; height:108px;
background: url(/images2/decor/qs2_footer-right_bckg.png);
}
#footer p{font-family:"Trebuchet MS"; 
font-size:12px; 
color:#4c473c; 
line-height:16px;
}

#footerNav{margin:15px 60px;}
#footerNav A{
color:#ffffff;
font-size:14px;
font-weight:bold;
padding:5px;
display:block;
}

.bigText{
	font-size:17px;
	line-height:19px;
	font-weight:bold;
	color:#333333;
}

H3{
	color:#ffc20e;
	font-family:Arial;
	font-size:24px;
	font-weight:normal;
	margin:5px 0;
}
HR{
	background-image:url(/images/decor/quik_hr_bckg.png);
	height:12px;
	display:block;
}
#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    padding: 10px;
	border:1px solid #D3E2E7;
}

#inputArea input, #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 150px;
}
#inputArea select, #inputArea radio
 {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px;
    border: solid 1px #85b1de;

}
#continueSubmit { background-color: #ffc20e; padding: 5px; font-weight: bold; }