/**
 * 	LanscaperApp.com Sytles
 * 	Feb 2013
 *  
 * 	Author: App-Order, LLC
 *		   	info@app-order.com
 * 		   	http://www.app-order.com
 *   
 */


/* General */

body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:16px;
}

h1
{
	display:block;
	font-size:2em;
	line-height:2em;
	font-weight:bold;
}

h2
{
	display:block;
	font-size:1.5em;
	line-height:1.5em;
}

h3
{
	display:block;
	font-size:1.2em;
	line-height:1.2em;
}

img
{
	display:block;
}

a:link 
{	
	text-decoration:none;
}

a:visited 
{
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

a:active
{
	text-decoration:underline;
}

/* Multi-use Classes */

#main
{
	margin-top:80px;
}

.content-wrapper
{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.panel 
{
	min-width:1050px;
	width:100%;
	min-height:320px;
	
	display:block;
	background-color:white;
	padding-top:20px;
	padding-bottom:20px;
	
	-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
}

.inputWrapper
{
	margin:0 0 10px 0;
}

.inputWrapperx
{
	display: none;
}

.required-color
{
	color:red;
}

.success-color
{
	color: rgba(114,149,198,1);
}

/* Navigation Menu */

#nav-menu
{
	min-width:1050px;
	width:100%;
	height:80px;
	display:block;

	position:fixed;
	top:0;
	
	z-index:90;
	background-color: rgba(114,149,198,1);
	background-image:url("../images/Nav-Menu-BG.jpg");
	background-repeat:repeat-x;
	
	-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
}

#nav-wrapper
{
	padding-top:5px;
}

#nav-menu ul
{
	list-style:none;
	margin:0;
}

#nav-menu li
{
	float:left;
	display:block;
}

#nav-menu a
{
	color:white;
}

.navText
{
	color:white;
	text-align:center;
	line-height:2.5em;
	font-size:1.5em;
	margin-left:1.5em;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
}

/* Footer */

#footer
{
	width:100%;
	height:60px;
	margin:0;

	position:fixed;
	bottom:0px;
	z-index:90;

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	background: #bdd4e0; /* Fallback background color for non supported browsers */           
	background-image: -moz-linear-gradient(top, #fff, #bdd4e0); /* Firefox 3.6 */ 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bdd4e0),color-stop(1, #fff)); /* Safari & Chrome */ 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#bdd4e0'); /* IE6 & IE7 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#bdd4e0')"; /* IE8 */

	border: 1px solid #a6bfcc;
	font-weight: bold;
	border-left-width: 0;
	border-right-width: 0;
	overflow: hidden;
	color:#36436a;
	font-size:18px;	
}

.footer-contact-us
{
	display:block; 
	float:left; 
	margin:20px 30px;
	font-weight:bold;
}

.footer-social-media
{
	display:block; 
	float:right; 
	margin:15px 10px;
}

/* Home */

#home
{
	min-height:600px;
	height:100%;
	background-color:black;
	color:white;
	text-align:center;
	
	background:url('../images/Grid-BG.png') #000;
	background-repeat:repeat;
}

#home img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#stage
{
	margin:60px auto 0 auto;
}

#nono 
{
	display:none;
}

/* Products */

#products
{
	background-color:rgba(224,224,224,1);
}

ul.benefits
{
	list-style-type:none;
	margin:0px;
}

ul.benefits li
{
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0 0 0 100px;
	margin-bottom:20px;
	min-width:100px;
	min-height:100px;
}

ul.innerList
{
	list-style-type:disc;
	margin:0 0 0 20px;
}

ul.innerList li
{
	padding:0;
	min-width:0;
	min-height:0;
	margin:0;
}

li.dollar
{
	background-image:url('../images/dollar_icon.png');
}

li.page
{
	background-image:url('../images/page_icon.png');
}

li.hourglass
{
	background-image:url('../images/hourglass_icon.png');
}

li.check
{
	background-image:url('../images/check_icon.png');	
}


/* About */

#about
{

}

.aboutBlock
{
	margin-top:10px;
}

.aboutBlock h2
{
	padding:15px 0;
}

.aboutBlock h3
{
	padding:10px 0;
}

/* Press */

#press
{
	background-color:rgba(224,224,224,1);
}

.videoWrapper
{
	width:900px; 
	display:block; 
	margin:20px auto;
}

.videoBlock
{
	display:inline-block;
    zoom: 1;
    *display: inline;
	width:425px;
	height:auto;
	text-align:center;
	margin-right:20px;
}

/* Demo */

#demo
{

}

/* Contact */

#contact
{
	background-color:rgba(224,224,224,1);
	padding-bottom:60px;
}

.contactForm
{
	margin-top:20px;
}

/* Modal Styles */

#overlay 
{
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.0;
	filter:alpha(opacity=0);
	z-index:94;
}

#modal 
{
    position:fixed;
    background:rgba(255,255,255,1);
    border-radius:10px;
    padding:4px;
	z-index:95;
}

#content 
{
    border-radius:8px;
    background:#fff;
    padding:20px;
}

#close 
{
    position:absolute;
    background:url(close.png) no-repeat;
    width:24px;
    height:27px;
    display:block;
    top:-7px;
    right:-7px;
}