/* @override http://embarkmedia.com/style.css */


/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/


/* Global positioning */
* {
	margin: 0;
	padding: 0;
	}

body {
	font: 11px "Trebuchet MS" ,Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 1000px;
	margin: 0 auto;
	background-image: url('images/stripe_bg.png');
	}

/* Image layout */
img { border: none; }



/* Container positioning */
.container {
	position: relative;
	width: 1000px;
	height: 625px;
	margin: 0;
	margin-top: 30px;
	}

.headercontainer {
	position: relative;
	width: 1000px;
	height: 92px;
	margin: 0px;
	}

.subheadercontainer {
	width: 1000px;
	height: 33px;
	margin: 0px;
	background-color: #000000;
	}

.contentcontainer {
	position: relative;
	width: 1000px;
	height: 475px;
	margin: 10px 0 0 16px;
	padding: 0px;
	}


/* Individual div positioning */
/* SUBHEADER CONTAINER */
.subhc {
	width: 500px;
	height: 33px;
	margin: 0;
	padding: 0px 0 0 0;
	position: absolute;
	top: 92px;
	}



/* ----- NAVIGATION ----- */

.subhcnav {
	margin-right: 0px;
	width: 500px;
	height: 33px;
	position: absolute;
	top: 92px;
	left: 500px;
	}

ul.menu {
	width: auto;
	height: 22px;
	position: absolute;
	left: 35px;
	top: 5px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Georgia;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1.5px;
	text-transform: lowercase;
	}

ul.menu li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	}

ul.menu li a {
	color: #959595;
	text-decoration: none;
	padding: 5px 10px 0px 23px;
	display: inline;
	}

ul.menu li a:hover {
	color: #FFFFFF;
	list-style-type: none;
	background: transparent url('images/over-menu.png') no-repeat top left;
	}


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



.contentcontainer {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 475px;
	}

.c1 {
	margin: 10px 10px 10px 10px;
	padding: 0;
	width: 480px;
	height: 435px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.c1video {
	margin: 10px 40px 10px 40px;
	padding: 0;
	width: 480px;
	height: 435px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.c1videohd {
	margin: 10px 10px 10px 10px;
	padding: 0;
	width: 480px;
	height: 435px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.c2 {
	margin: 10px 50px 10px 50px;
	padding: 0;
	width: 400px;
	height: 435px;
	position: absolute;
	top: 0px;
	left: 500px;
	}	
	
/* ----- CLIENT CONTENT ---- */


table.clienttable {
	font-family: "Trebuchet MS" ,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	width: 480px;
	border-color: black;
	border-width: 3px;
	padding: 19px 0 0 0;
	}

th.clienttable {
	font-size: 10pt;
	color: white;
	}

tr.clienttable { height: 36px; }

td.clienttable {
	font-size: 12px;
	padding: 3px;
	background-image: url('images/brown-trans.png');
	color: white;
	width: 25%;
	height: 36px;
	border-style: dashed;
	border-width: 1px;
	border-color: silver;
	text-align: left;
	}

ul.clienttditem {
	width: 480px;
	height: 30px;
	position: relative;
	padding: 3px 3px 3px 3px;
	margin: auto;
	list-style-type: none;
	font-family: "Trebuchet MS" ,Helvetica,Arial,Verdana,sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.5px;
	display: inline-table;
	}

ul.clientitem li {
	width: 92px;
	height: 30px;
	margin: 3px 3px 3px 3px;
	padding: 0;
	color: #919191;
	background-color: #fed;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
	display: table-cell;
	}

ul.clientitem li a {
	color: #959595;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	display: inline;
	}

ul.clientitem li a:hover {
	color: #FFFFFF;
	list-style-type: none;
	background: transparent url('images/over-menu.png') no-repeat top left;
	}



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


.footer {
	width: 1000px;
	height: 20px;
	position: absolute;
	top: 455px;
	left: 0px;
	background: transparent url('images/black-trans.png') repeat top left;
	font-family: "Trebuchet MS" ,Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	}

.fnav {
	margin: 0px 0px 0px 50px;
	padding: 0;
	width: 350px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

ul.fmenu-footer {
	list-style-type: none;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 1.5px;
	}

ul.fmenu-footer li {
	float: left;
	padding: 4px 15px 0px 0px;
	color: #EEEEEE;
	text-decoration: none;
	font-size: 12px;
	}

ul.fmenu-footer li a {
	color: #EEEEEE;
	text-decoration: none;
	font-size: 12px;
	}

ul.fmenu-footer li a:hover { color: #FEBE0F; }

.fcopyright {
	margin: 0;
	padding-top: 5px;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 350px;
	}

.ftag {
	margin: 0;
	padding-top: 5px;
	width: 350px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 650px;
	}



/* ----- TEXT BOXES ----- */

.testimonialtop {
	position: relative;
	width: 400px;
	height: 40px;
	padding: 0;
	margin: 1px 0 0 0;
	display: block;
	background-image: url('images/testimonial_top.png');
	background-repeat: no-repeat;
	background-position: left;
	}

.testimonialmiddle {
	position: relative;
	width: 360px;
	height: auto;
	margin: 0;
	padding: 0 20px 0 20px;
	display: block;
	background-image: url('images/testimonial_middle.png');
	background-repeat: repeat-y;
	background-position: left;
	}

.testimonialbottom {
	position: relative;
	width: 400px;
	height: 10px;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
	background-image: url('images/testimonial_bottom.png');
	background-repeat: no-repeat;
	background-position: left;
	}

.videotop {
	position: relative;
	width: 420px;
	height: 10px;
	padding: 0;
	margin: 0;
	display: block;
	background-image: url('images/videoscreen_top.png');
	background-repeat: no-repeat;
	background-position: center;
	}

.videomiddle {
	position: relative;
	width: 420px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url('images/videoscreen_middle.png');
	background-repeat: repeat-y;
	background-position: center;
	}

.videobottom {
	position: relative;
	width: 420px;
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url('images/videoscreen_bottom.png');
	background-repeat: no-repeat;
	background-position: center;
	}

.videoplayer {
	display: block;
	width: 400px;
	height: 315px;
	position: relative;
	left: 10px;
	}

.videotophd {
	position: relative;
	width: 480px;
	height: 10px;
	padding: 0;
	margin: 0;
	display: block;
	background-image: url('images/videoscreen_tophd.png');
	background-repeat: no-repeat;
	background-position: center;
	}

.videomiddlehd {
	position: relative;
	width: 480px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url('images/videoscreen_middlehd.png');
	background-repeat: repeat-y;
	background-position: center;
	}

.videobottomhd {
	position: relative;
	width: 480px;
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url('images/videoscreen_bottomhd.png');
	background-repeat: no-repeat;
	background-position: center;
	}

.videoplayerhd {
	display: block;
	width: 460px;
	height: 273px;
	position: relative;
	left: 10px;
	}


/* Paragraph and hyperlink */

.sidebar {
	float: left;
	width: 400px;
	height: auto;
	margin: 0;
	padding: 24px 0 0 0;
	}

.videosidebar {
	float: left;
	width: 420px;
	height: auto;
	margin: 0;
	padding: 24px 0 0 0;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	}

.videosidebarhd {
	float: left;
	width: 480px;
	height: auto;
	margin: 0;
	padding: 24px 0 0 0;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	}

.sidebartxt {
	text-align: left;
	line-height: 20.4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #818181;
	}

.ctextbox {
	position: relative;
	width: 400px;
	height: auto;
	margin: 0 auto /*to center */;
	padding: 0 20px 0 20px;
	display: block;
	}

p.contenttext {
	text-align: left;
	width: 355px;
	padding-bottom: 15px;
	line-height: 14px;
	letter-spacing: .5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #413000;
	}

ul.contentlist {
	text-align: left;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	}

ul.contentlist li {
	list-style-type: square;
	list-style: inside;
	margin: 0 0 0 20px;
	color: #EEEEEE;
	text-decoration: none;
	}

ul.contentlist li a {
	color: #413000;
	text-decoration: none;
	}

ul.contentlist li a:hover { color: #FEBE0F; }

.item {
	float: left;
	width: 400px;
	margin: 0;
	padding: 24px 0 0 0;
	}

.statusbar {
	float: left;
	display: none;
	width: 400px;
	margin: 0;
	padding: 24px 0 0 0;
	}

.txt_search, .txt_contact, .field_contact {
	text-align: left;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2e2e2e;
	}

.btn_search, .btn_contact {
	text-align: center;
	line-height: 14px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #2e2e2e;
	background-color: #fed;
	border: 1px solid;
	vertical-align: middle;
	width: 80px;
	height: 23px;
	cursor: pointer;
	border-color: #696 #363 #363 #696;
	}

.search, .lbl_contact {
	text-align: left;
	line-height: 14px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #f3f3f3;
	}

blockquote {
	text-align: left;
	line-height: 20.4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #f1f1f1;
	}

.field_contact {
	vertical-align: middle;
	width: 241px;
	height: 100px;
	margin: 0 0 0 5px;
	padding: 10px 5px 0 5px;
	border: 1px solid transparent;
	background-color: #dedede;
	}

.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


/* @end */
