th/* Reset stuff */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Page Style */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

/* header */

#header {
    height: 222px;
    background: rgb(239,239,239);
}

#header-container {
    width: 860px;
    height: 100%;
    margin: 0 auto;
    padding-top: 15px;
}

#logo {
    float: left;
    width: 385px;
}

#header-text {
    float: right;
    font-size: 24px;
    margin-top: 25px;
    margin-right: 65px;
}

#getStarted {
    float: right;
    clear: right;
    margin-top: 20px;
    margin-right: 65px;
    cursor: pointer;
}

#content {
    width: 860px;
    margin: 0 auto;
}

/* info boxes */

#aboutlm {
    position: relative;
    padding-top: 15px;
    overflow: hidden;
	margin-bottom: 80px;
}
#aboutlm .box {
    background: #FFF;
	margin-left: 5px;
}

#faq p, #faq .content h2{
	text-align: justify;
}

#faq h2,
#aboutPage h2,
#termsandconditions h2,
#privacyInfo h2,
#faq .content h2 {
	padding:20px 0px 10px 0px;
	font-size:16px;
}
.content h2 {
    font-size:15px;
    font-family: Helvetica, sans-serif;
    font-weight:bold;
}
#about .content h2 {
    padding:0 0 10px;
}
#faq p,
#aboutPage p,
#termsandconditions p,
#privacyInfo p,
.content p {
    padding:0 0 10px;
	text-align:justify;
}

#privacyInfo h1 {
    color:#cc0000;
    font-size:24px;
    margin-bottom:15px;
}

#faq,
#aboutPage,
#termsandconditions,
#privacyInfo {
    background-color:#ffffff;
    padding:20px 50px 25px 50px;
    margin-left:5px;
    margin-bottom:5px;
	overflow:hidden;	
}

.box .header ul li {
    font-size: 24px;
    color: #999999;
    display: inline-block;
    text-align: center;
    width: 32%;
}

.box .header ul li span {
    cursor: pointer;
}

.box .header ul li.active {
    color: rgb(238,156,94);
}

.box .content.why,
.box .much,
.box .content.signup,
#signupSideBox {
    display: none;
}

.box .content {
    margin-top: 40px;
}
.current .content, .current .header {
    display:block;
}
.box .content ul {
    margin-bottom:-15px;
    width:450px;
}

.box .much ul {
    margin-top: 40px;
    text-align: center;
}

.box .much ul li {
    margin-bottom: 30px;
    font-size: 20px;    
}

.box .content li {
    float: left;
    clear: left;
    padding:10px 0px 10px 3px;
    margin-bottom:10px;
    cursor: pointer;
}

.box .content li:hover {
	background:rgb(230,230,230);
}

.arrow-right {
    width: 0;
    height: 0;
    position: relative;
}

.box .content li .productshot {
    position:absolute;
    left:450px;
    top:0px;
    display:none;
    z-index:100;
}

.box .content li .number {
    position:relative;
    float:left;
    display:none;
    z-index:100;
}

.box .content li.current .number,
.box .content li.current .productshot {
    display:block;
}

.box .content li.current .zoom {
    cursor:pointer;
}

#signupSideBox {
    position: absolute;
    right: 0;
    top: 350px;
    width: 185px;
    height: 150px;
    background: rgb(239,239,239);    
    padding : 10px 5px 0px 25px;
}

#signupSideBox ul {
    color: rgb(102,102,102);
    font-size: 11px;
}

#signupSideBox ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}


#imageZoom {
    position:absolute;
    bottom:10px;
    right:10px;
    padding:10px 20px;
    background:#000;
    color:#FFF;
    background:rgba(0,0,0,0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 5px #000;
    -moz-box-shadow: 0px 2px 5px #000;
    -webkit-box-shadow: 0px 2px 5px #000;
    z-index:200;
	cursor:pointer;
}
#imageViewer, #emailMessage {
    position:absolute;
    top:100px;
    left:50%;
    width:200px;
    margin-left:-100px;
    padding:15px 0 0 0;
    background:#000;
    color:#FFF;
    background:rgba(0,0,0,0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 5px #000;
    -moz-box-shadow: 0px 2px 5px #000;
    -webkit-box-shadow: 0px 2px 5px #000;
    z-index:200;
}
#imageViewer, #imageZoom {
    display:none;
}
#imageContainer {
    margin:10px 10px 0px;
    height:0;
}
#imageClose {
    position:absolute;
    top:5px;
    right:10px;
    color:#FFF;
    text-decoration:none;
}
#tryme {
    margin-top:15px;
    font-size:20px;
}
#tryme a {
    padding:6px 15px;
    background:url(../images/boxbutton_bg.png) repeat-x 0 100% #929292;
    color:#D1D1D1;
    text-decoration:none;
}
#tryme a:hover {
    background:#575757;
    color:#FFF;
}

.special, .special input, .special textarea {
    font-size:17px;
}

#logo-upload {
	float:right;
	margin-right:20px;
}

#upload-lbl {
	margin-bottom:8px;
}

#logo-sel {
	font-size:12px;
}

#trial-text {
	font-size:14px;
}

#trial-text2,
#trial-text3 {
	font-size:12px;
}

#trial-finish {
	font-weight:bold;
}

form {
    /*width:475px*/
/*    margin:0 auto;*/
    color: #3e3e3e;
    overflow: auto;
}
form p {
    margin-bottom:25px;
}
form label {
    float:left;
    width:190px;
	margin-right:10px;
    clear:left;
}
form input, form textarea {
	font-size:12px;
    width: 205px;
	margin-bottom:10px;
}
form label.submit {
    float:none;
    display:block;
    margin-left:135px;
}

div#form-contents { 
	width: 580px; 
}

input[type=submit] {
	background:url('../images/signup.png') no-repeat;
	border:none;
	margin-left: 200px;
	cursor: pointer;
	height: 38px;
	width: 132px;
}

#disclaimer {
    margin-top: 10px;
}

/* companies + footer */

#footer {
    width: 650px;
    margin: 0 auto;
}

#footer.fixed {
    position: absolute;
    left: 50%;
    margin-left: -325px;
    top: 585px;
}

#footer #info {
    width: 150px;
    color: #999999;
    font-weight: bold;
    float: left;
}

#footer #logos {
    width: 480px;
    float: left;
    position: relative;
    margin-left: 20px;
    top: -42px;
    display: table;
}

#logos .logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#logos img {
    width: 115px;
}

#footer #links {
    clear: left;
}

#footer ul {
    text-align: center;
    position: relative;
    top: -35px;
}

#footer ul li {
    display: inline;   
}

#footer ul li a {
  color: #999999;
  font-weight: bold;
}

/*******live validation********-*/

.LV_valid {
    color:#6aa368;
    background-image: url(../images/checkedG.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 3px 20px;
    font-size:11px;
}

.LV_invalid {
    color:#d45955;
    background-image: url(../images/uncheckedR.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 3px 20px;
    font-size:11px;
}
    
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
    display:block;
}
    
input.LV_valid_field,
input.LV_valid_field:focus,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 2px solid #6aa368;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 2px solid #d45955;
}

.height20{
	height:20px;
}

.height40{
	height:40px;
}

.height60{
	height:60px;
}

.top8{
	top:8px;
}

.top-8{
	top:-8px;
}

.top-10{
	top:-10px;
}
