/* 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;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background:url(../images/mainbg.png) repeat-x 0 0 #CCC;
    font-size:14px;
    line-height:1.4;
}

a {
    color:#555;
}
a:hover {
    color:#333;
}
#wrapper {
    width:960px;
    margin:0 auto;
}

/* header */

#header {
    height:138px;
    padding:0 25px;
    padding-top:5px;
}

#header #logostrap {
    font-family: Helvetica, sans-serif;
    font-size:20px;
    color:#D10000;
}
#header #logo, #header #keypoints {
    float:left;
}
#header #keypoints {
    margin-top:10px;
    color:#999;
}
#header #keypoints li {
    margin-bottom:7px;
}
#header #keypoints strong{
    font-size:18px;
    font-weight:bold;
    color:#666;
}
#header #logo {
    width:450px;
}
#header #keypoints {
    width:460px;
}

/* content */

#content {
    padding-top:25px;
}

#footer {
	margin:0 auto;
	margin-top:3px;
	width:335px;
	font-size:11px;
	font-weight:bold;
}

/* info boxes */
#aboutlm {
    position:relative;
    padding-top:40px;
    overflow:hidden;
}
#aboutlm .box {
    background:#FFF;
}
.box .header {
    padding:6px 15px;
    background:url(../images/boxbutton_bg.png) repeat-x 0 100% #929292;
    color:#D1D1D1;
    position:absolute;
    top:0;
    cursor:pointer;
    -moz-border-radius-topleft:9px;
    -moz-border-radius-topright:9px;
    -webkit-border-top-left-radius:9px;
    -webkit-border-top-right-radius:9px;
    border-top-left-radius:9px;
    border-top-right-radius:9px;
}
.box .header h2 {
    font-size:20px;
    font-family: Helvetica, sans-serif;
    font-weight:normal;
}
.current .header {
    background:url(../images/boxbutton_current_bg.png) repeat-x 0 100% #D10000;
    color:#FFF;
}
#how .header {
    left:0;
}
#why .header {
    left:165px;
}
#get .header {
    right:0;
    color:#FFF;
    background:#093;
}
#get .header:hover, #get.current .header {
    background:#15B952;
}
.box .content {
    padding:25px 0;
    background:url(../images/boxcontent_bg.png) repeat-y 427px 0 #FFF;
    display:none;
    -webkit-box-shadow: black 0px 0px 5px;
}
.box .special {
    background-image:none;
}
.current .content {
    display:block;
}
.box .content ul {
    margin-bottom:-15px;
    width:450px;
}
.box .content li {
    padding:10px 15px 10px 15px;
    margin-bottom:10px;
}

.box .content li.current {
    background:url(../images/current_line_bg.png) repeat-y 100% 0 #575757;
    color:#FFF;
}
.box .content li .productshot {
    position:absolute;
    left:450px;
    top:40px;
    display:none;
    z-index:100;
}
.box .content li.current .productshot {
    display:block;
}
.box .content li.current .zoom {
    cursor:pointer;
}

#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;
}
#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 {
	font-size:12px;
}

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

form {
    /*width:475px*/
/*    margin:0 auto;*/
    color:#3e3e3e;
    margin-left:25px;
    margin-bottom:-25px;
    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: 680px; margin: 0 auto; }

input[type=submit] {
	background:url(../images/Button.png);
	border:none;
	font-family:"Arial";
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	width:128px;
	height:34px;
	margin-left: 192px;
}

/*******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;
}
