/* 
FILENAME: landing.css
TITLE: Landing stylesheet called for specialized landing pages on LikewiseSoftware.com
LAST MODIFIED DATE: 11.13.2007
*/

.clear {
	clear: both;
}

body {
	background: #083e61 url(/images/bg.gif) repeat-x;
/*	background: #fff url(/images/grid_h.gif) 50% repeat-y;*/
/*	background: #fff url(/images/grid_v.gif);*/
	color: #fff;
}

#content {
	background: none;
	margin-top: 9px;
	padding-bottom: 0;
}

ul#menu_primary {
	background: none;
	border-bottom: 1px solid #50565d;
}

ul#menu_secondary {
	clear: both;
	margin: 0;
	padding-left: 18px;
	width: 966px;
	list-style: none;
}

ul#menu_secondary li {
	float: right;
	margin: 0;
}

ul#menu_secondary {
	clear: left;
	background: none;
	border-top: 0;	
	border-bottom: 0;
}

ul#menu_secondary a {
	display: block;
	padding: 0 9px;
	line-height: 36px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul#menu_secondary a:link, ul#menu_secondary a:visited {
	color: #4d8abe;
}

ul#menu_secondary a:hover, ul#menu_secondary a:active {
	color: #f9893e;
}

.overview ul#menu_secondary #menub_overview a,
.features ul#menu_secondary #menub_features a,
.how_it_works ul#menu_secondary #menub_how_it_works a {
	background: #c30;
	margin-bottom: -1px;
	color: #fff;
}

#banner {
	margin: 18px 0 0 0;
	background: none;
}

#interior {
	background: none;
}

#content {
	width: 984px;
	background: none;
	margin-top: 9px;
	padding-bottom: 0;
}

#landing_form {
	width: 948px;
	margin: 0 18px;
	background: #073553 url(/images/landing_corners_bottom.gif) bottom no-repeat;
}

img.landing_logo {
	margin: 9px 18px 0 18px;
}

h1 {
	width: 948px;
	margin: 27px 0 9px 0;
	padding-top: 0;
}

/* This is for the other landing page */
.features h1 {
	margin: 18px;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h2.please {
	background: #073553 url(/images/landing_corners_top.gif) no-repeat;
	margin: 0 18px;
	padding: 18px;
}

.solutions {
	width: 100%;
}
	
.solutions .column {
	width: 50%;
}

.column { float: left; margin-bottom: 18px; }

.grid2col:after, { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.grid2col { _zoom:1; }

.column p {
	padding-left: 82px;
}

.column ul {
	padding-left: 100px;
}

img.left {
	float: left;
	margin: 0 9px 18px 18px;
}

a.learn_more {
	background: url(/images/button_learn_more.gif) no-repeat;
	width: 108px;
	margin-top: 18px;
}

.note p, .alert {
	color: #50565d;
}

label {
	display: block;
	margin-left: 18px;
	line-height: 18px;
	font-size: 1.3em;
	font-weight: bold;
	color: #083e61;
}

form ol li input, textarea {
	margin-left: 18px;
	padding: 2px;
	width: 287px;
	font: normal 1.3em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 1px solid #50565d;
}

form ol li select {
	margin-top: -1px; /* Corrects border explosion */
	margin-left: 18px;
	width: 291px; /* Proper width +4px */
	font: normal 1.3em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input:focus, textarea:focus, select:focus {
	border-color: #4d8abe;
	background: #a3c1df;
}

input.submit {
	clear: both;
	margin-left: 18px;
	margin-bottom: 9px;
}

/* =REGISTER FORM */

#register_form li {
	float: left;
	width: 310px;
}

.landing form {
	width: 948px;
}

.landing label {
	color: #fff;
}

.landing legend {
	color: #a3c1df;
}
