/*********************************************************************

	Latitude Cascading Stylesheet  (c) 2008
	All rights reserved. 
	Any reproduction or intentional misuse is strickly prohibited

*********************************************************************/

/* Reseet All original browser styles */
@import url("reset.css");

/* Home page styles */
@import url("products.css");


/*********************************************************************
	Base Structure
*********************************************************************/

/* Home page color */
#green {
	background:url("../images/background_green.jpg") repeat-x top center;
	}
/* About Us page color */
#purple {
	background:url("../images/background_purple.jpg") repeat-x top center;
	}
/* Product page color */
#orange {
	background:url("../images/background_orange.jpg") repeat-x top center;
	}
/* Contact page color */
#yellow {
	background:url("../images/background_yellow.jpg") repeat-x top center;
	}	
/* Where to buy page color */
#aqua {
	background:url("../images/background_aqua.jpg") repeat-x top center;
	}
#container {
	margin:0 auto;
	padding:0;
	width:790px;
	display: block;
	}
.home {
	background:url("../images/home_woman.jpg") bottom right no-repeat;
	height: 590px;
	}
.about {
	background:url("../images/about_background.jpg") bottom right no-repeat;
	height: 400px;/*firefox*/
	#height: 394px; /*IE7*/
	_height: 394px; /*IE6*/
	}
#upper_logo {
	float:left;
	clear:left;
	padding:34px 0 0 56px;
	margin: 0;
	}
#upper_logo h1 a{
	background:url("../images/latitude_logo.gif") top left no-repeat;
	height:70px;
	width:210px;
	padding:0;
	margin:0;
	display:block;
	text-indent:-999em;
	}
#navigation {
	height:78px;
	width:465px;
	clear: right;
	float:right;
	display:block;
	padding:0;
	margin: 10px 0 0 0;
	}
#navigation a {
	width:85px;
	height:69px;
	display:block;
	text-indent:-999em;
	float:left;
	clear:none;
	z-index:200px;
	margin:0;
	}
#header_text {
	margin: 0;
	float:right;
	clear:right;
	width:480px;
	display: block;
	padding:47px 6px 0 0;
	}
#header_text h2 {
	font-size:13px;
	}
	
	
/*********************************************************************
	Sidebar + Side Navigation
*********************************************************************/

#sidebar {
	}

#green #sidebar {
	background:url("../images/left_squares.gif") repeat-y top left;
	float:left;
	clear:left;
	height:480px;
	width:192px;
	padding:0;
	margin:6px 0 0 0;
	}

#orange #sidebar {
	background: url("../images/left_nav_back.gif") top left no-repeat;
	float:left;
	clear: left;
	height:457px;
	width:170px;
	padding:0;
	margin: 56px 0 0 0;
	}
	
#yellow #sidebar {
	background: url("../images/left_squares.gif") top left no-repeat;
	float:left;
	clear:left;
	height:608px;
	width:192px;
	padding:0;
	margin:6px 0 0 0;
	}
#purple #sidebar {
	background: url("../images/left_squares.gif") top left no-repeat;
	float:left;
	clear:left;
	height:480px;
	width:192px;
	padding:0;
	margin:6px 0 0 0;
	}
#aqua #sidebar {
	background: url("../images/left_squares.gif") top left no-repeat;
	float:left;
	clear:left;
	height:480px;
	width:192px;
	padding:0;
	margin:6px 0 0 0;
	}
	
#sidebar ul {
	margin:55px 0 0;
	}
#sidebar ul li {
	margin:0;
	width:140px;
	display: block;
	float: left;
	clear: both;
	padding:0;
	}
#sidebar  ul li a {
	color:#CBC5E0;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	padding:12px 0 0 18px;
	margin: 0;
	display: block;
	}
#sidebar a:hover, #sidebar a.active {
	color:white;
	}
.homevid {
	position:relative;
	top:96px;
	left:0;
	}
	
/*********************************************************************
	Home Content
*********************************************************************/	
	
#home_content {
	float:right;
	clear:right;
	margin:0;
	padding:25px 233px 0 0;
	width:280px;
	}	
#home_content p {
	color:#333333;
	font-size:12px;
	}
#home_content h1 {
	color:#FE7014;
	font-size:15px;
	padding:0;
	margin:5px 0 2px 0;
	}
#home_content h2 {
	color:#666;
	font-size:13px;
	padding:0;
	margin:5px 0 12px 0;
	}
	
/*********************************************************************
	About Us Content
*********************************************************************/	
	
#about_content {
	float:right;
	clear:right;
	margin:0;
	padding:25px 233px 0 0;
	width:330px;
	}	
#about_content p {
	color:#333333;
	font-size:12px;
	line-height: 14px;
	}
#about_content h1 {
	color:#FE7014;
	font-size:15px;
	padding:0;
	margin:5px 0 2px 0;
	}
#about_content h2 {
	color:#666;
	font-size:13px;
	padding:0;
	margin:5px 0 12px 0;
	}
	
/*********************************************************************
	Product Page Content
*********************************************************************/

#product_content {	
	float:right;
	clear:right;
	margin:15px 0 0;/*firefox*/
	#margin:8px 0 0 -50px; /*IE7*/
	_margin:8px 0 0 -80px; /*IE6*/
	padding:0;
	height: 435px;
	/*width:613px;*/
	}

/*********************************************************************
	Contact form styles
*********************************************************************/

#contact_form {
	float:right;
	clear:right;
	margin:0;
	padding:25px 140px 0 0;
	width:395px;
	font-size: 12px;
	}	
#contact_form table{
	font-size: 12px;
	}
#contact_form table td {
	padding:3px;
	}
#contact_form select, #contact_form input {
	font-size: 11px;
	}
#contact_form .commonfields {
	width:225px;
	border:1px solid #999;
	}
#contact_form h1 {
	color:#FE7014;
	font-size:15px;
	padding:0;
	margin:5px 0 2px 0;
	}
#contact_form h2 {
	color:#666;
	font-size:13px;
	padding:0;
	margin:5px 0 12px 0;
	}
	
/*********************************************************************
	Footers
*********************************************************************/

#footer {
	width: 100%;
	margin:0 0 -10px 0;
	padding:0;
	height:10px;
	display:block;
	float:left;
	clear:both;
	}
#green #footer {
	background:#97D045;
	}
#purple #footer {
	background:#8483BD;
	}
#orange #footer {
	background:#FE7014;
	}
#yellow #footer {
	background:#E6DC44;
	}
#aqua #footer {
	background:#A2D8D6;
	}
#copyright {
	width:600px;
	font-size: 11px;
	margin: 10px auto 0;
	display:block;
	clear:both;
	padding:20px 0 0;
	text-align:center;
	}
	
	
	
