@charset "UTF-8";
/* CSS Document */

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, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #858585;
	line-height: 21px;
	
}

body a {
	color: #999;
	text-decoration: underline;
}

body a:hover {
	color: #09F;
	text-decoration: 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;
}



/* HEADLINES */

h1 {
	font-size: 20pt;
	margin: 0px 10px 20px 0px;
	line-height: 28px;
	color: #58CAF8;
}

h2 {
	font-size: 12pt;
	margin: 20px 10px 0px 0px;
	line-height: 20px;
	color: #666;

}

h3 {
	font-size: 12pt;
	margin-bottom: 15px;
	color: #58CAF8;
}

/* -------------- MAIN CONTENT CONTAINERS -------------- */

#container_main {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


/* -------------- HEADER --------------- */

a.trayvous_logo_header {
	width: 295px;
	height: 134px;
	float: left;
	margin-top: 80px;
	background-image: url(../images/trayvous_logo.png);
	display: block;
	background-repeat: no-repeat;

}

		/* ------------- NAVIGATION ------------- */
		
		
				#navbar {
					width: 480px;
					height: 30px;
					font-size: 20px;
					font-weight: bold;
					color: #000;
					float: left;
					clear: left;
			
					
				}
				#navbar li {
					float: left;
					display: inline;
					margin-right: 28px;
					padding: 0px;
				} 
				
				#navbar a {
					color: #000;
					text-decoration: none;
				}
				
				#navbar a:hover {
					color: #FCF;
					text-decoration: none;
				}
				
				#navbar ul {
					margin: 0px;
					padding: 0px;
					list-style: none;
					display: inline;
				}
				
				.nav_current_page {
					color: #FFF;
				}


			


/* ------------ HOMEPAGE ------------ */

	#video_container_main {
		width: 470px;
		height: 400px;
		background-image: url(../images/hero_back.png);
		float: right;
		margin-top: 85px;
	
	}
	
	#video_container_inside {
		width: 400px;
		height: 300px;
		float: left;
		margin: 38px 0px 0px 35px;
		background-color: #FFF;
		border: 1px solid #EBEBEB;
		
	}
	
	#homepage_body_text {
		width: 480px;
		height: auto;
		float: left;
		margin-top: 70px;
	}






/* ----------- INSIDE PAGES ------------ */

	#inside_body_text {
		width: 900px;
		padding: 30px;
		height: auto;
		float: left;
		margin-top: 40px;
	}
	
	#inside_body_text_legal {
		width: 900px;
		padding: 30px;
		height: auto;
		float: left;
		margin-top: 40px;
		font-size: 12px;
		line-height: 15px;
	}
	.legal_text {
		font-size: 12px;
		line-height: 15px;
		
	}
	
			/* ------------ PRODUCT ------------- */
			
					#product_left {
						float: left;
						width: 440px;
					}
					
					#product_right {
						float: right;
						width: 400px;
					}
					
					.spec_header {
						font-weight: bold;
						color: #58CAF8;
					}

/* ----------- FOOTER ------------ */


	#footer_main {
		height: 290px;
		width: 100%;
		background-image: url(../images/footer.jpg);
		background-repeat: repeat-x;
		background-position: center;
		clear: both;
		float: left;
		margin-top: 100px;
	
	}
	
	#footer_main a {
		color: #FFF;
		text-decoration: underline;
	}
	
	#footer_main a:hover {
		color: #0F0;
		text-decoration: none;	
	}
		
	
	#footer_container {
		width: 960px;
		height: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	
	a.trayvous_logo_footer {
		width: 165px;
		height: 54px;
		float: right;
		margin-top: 180px;
		background-image: url(../images/trayvous_logo_small.png);
		display: block;
		background-repeat: no-repeat;

	}
	
	#footer_legal {
		width: 600px;
		height: auto;
		float: left;
		clear: both;
		font-size: 11px;
		color: #CCC;
		line-height: 12px;
		margin-top: 20px;
	
	}
	
	#footer_legal a {
		color: #CCC;
	}
	
	#footer_contact {
		float: right;
		clear: right;
		text-align: center;
		margin-top: 15px;
		line-height: 15px;
	}
	
	
	
		/* --------- FOOTER NAVIGATION ---------- */
		
				#footer_navbar {
					width: 750px;
					height: auto;
					font-size: 14px;
					color: #FFF;
					float: left;
					margin-top: 200px;
			
					
				}
				#footer_navbar li {
					float: left;
					display: inline;
					margin-right: 20px;
					padding: 0px;
				} 
				
				#footer_navbar a {
					color: #FFF;
					text-decoration: none;
				}
				
				#footer_navbar a:hover {
					color: #FCF;
					text-decoration: none;
				}
				
				#footer_navbar ul {
					margin: 0px;
					padding: 0px;
					list-style: none;
					display: inline;
				}
				

/* ---- added by michael ---- */


