/*  
CSS by Nami Studios
derived from template by Viktor Persson
http://arcsin.se/
*/

/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

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, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	color: #333333;
	font: normal 1.3em Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	background-color: #efefef;
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.5em;
	padding: 0.2em 0 1.2em;
}

h1 {
	font: normal 2.7em Trebuchet MS, Georgia, serif;
	color: #000000;
}
h2 {
	font: normal 2.2em Trebuchet MS, Georgia, serif;
	color: #666666
	}
h3 {
	font: normal 2em Trebuchet MS, Georgia, serif;
	color: #666666
	}
h4 {
	font: normal 1.8em Trebuchet MS, Georgia, serif;
	color: #666666
	}
h5 {
	font: normal 1.6em Trebuchet MS, Georgia, serif;
	color: #666666
	}
h6 {
	font: bold 1.2em Trebuchet MS, Georgia, serif;
	color: #666666
	}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #F6F6F2 url('http://www.inmixedcompany.com/img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('http://www.inmixedcompany.com/img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('http://www.inmixedcompany.com/img/grain_light.gif');
	border: 1px solid #DDC;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('http://www.inmixedcompany.com/img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('http://www.inmixedcompany.com/img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {
	color: #666600;
	text-decoration: none;
}

a:hover {
	color: #E95A21;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('http://www.inmixedcompany.com/img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: url('http://www.inmixedcompany.com/img/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('http://www.inmixedcompany.com/img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
#dashboard a img.bordered{
	background-color: #ffffff;
	border: 1px solid #ddd;
	padding: 3px;
}

#dashboard a:hover img.bordered{
	background-color: #E95A21;
	border: 1px solid #E95A21;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	clear: both;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
	border-bottom: 1px dotted #D4D4D3;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
}

#header {
	background: #ffffff url('http://www.inmixedcompany.com/img/backgrounds.gif') repeat-x 0 0;
	padding-top: 5px;
}


/* Toplinks */
#toplinks {
	background: #ffffff url('http://www.inmixedcompany.com/img/toplinks.gif') no-repeat left top;
	color: #999999;
	float: right;
	font-size: .9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {
	color: #999999;
}
#toplinks a:hover {
	color: #FFFFFF;
}

/* Site title */
#site_title {
	color: #2e2e2e;
	padding: 5px 0 5px 0;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}

/* @group Breadcrumb Nav
================================ */

#breadcrumbs {
	width:540px;
	margin: 0;
	padding: 1em 0 .4em 0;
	list-style: none;
	}

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 1.1em;
	}

#breadcrumbs a {
	text-decoration: none;
	color: #2b2b23;
	}
#breadcrumbs a:hover { text-decoration: underline; }

#breadcrumbs li.section a {
	padding: 4px 2px;
	color: #888b76;
	}

/* @end Breadcrumb Nav
--------------------------- */
/* @group Main Nav - from train-ee site
================================ */

#nav-main {
	position: relative;
	bottom: 57px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav-main li {
	display: block;
	float: right;
	margin: 0;
	font-size: 1.2em;
	line-height:21px;
	}

#nav-main a {
	display: block;
	padding: 8px 18px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: dotted #e2e2e2 1px;

	}
#nav-main a:hover{
	color: #000;
	border-left: dashed #000 1px;
	/*background: url(http://www.inmixedcompany.com/img/bg-nav-main-arrow.gif) no-repeat 50% 100%;*/
	}

	
#nav-main li
span{
	 display:inline;
	 color:#fff;
	 font:.9em Helvetica, Arial, sans-serif
}

#nav-main li
 span.sub
{
	display: block;
	padding:0 0 8p 0;
	font:.7em Tahoma,Helvetica, Arial, sans-serif;
	color:#e2e2e2;
	display:inline;
}

#nav-main li a
span.sub
{
	display: block;
	padding:0 0 8p 0;
	font:.7em Tahoma,Helvetica, Arial, sans-serif;
	color:#e2e2e2;
	display:inline;
}

#nav-main li a:hover
span.sub {
	color:#fff;
}



/* @end Main Nav
--------------------------- */
/* ----- ACTIVE LINK ----- */
.works #nav-main .works a {
	color: #000;
	border-left: dashed #000 1px;
	/*background: url(http://www.inmixedcompany.com/img/bg-nav-main-arrow.gif) no-repeat 50% 100%;*/
}
.blog #nav-main .blog a {
	color: #000;
	border-left: dashed #000 1px;
	/*background: url(http://www.inmixedcompany.com/img/bg-nav-main-arrow.gif) no-repeat 50% 100%;*/
}
.about #nav-main .about a {
	color: #000;
	border-left: dashed #000 1px;
	/*background: url(http://www.inmixedcompany.com/img/bg-nav-main-arrow.gif) no-repeat 50% 100%;*/
}
.mediakit #nav-main .mediakit a {
	color: #000;
	border-left: dashed #000 1px;
	/*background: url(http://www.inmixedcompany.com/img/bg-nav-main-arrow.gif) no-repeat 50% 100%;*/
}
.contact #nav-main .contact a {
	color: #000;
	border-left: dashed #000 1px;
	/*background: url(http://www.inmixedcompany.com/img/bg-nav-main-arrow.gif) no-repeat 50% 100%;*/
}

/* ----- ACTIVE LINK ----- */


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {
	background: #80ced0;
}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #5a5b5b;
	float: left;
	font: bold 1em Arial,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #2e2e2e;
}


/* Main */
#main_wrapper_outer {background: url('http://www.inmixedcompany.com/img/grain.gif');}
#main_wrapper_inner {
	background: url('http://www.inmixedcompany.com/img/main_wrapper_inner.gif') repeat-x left top;
	line-height: 1.5em;
	padding: 30px 0 0 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 542px;
	padding-top: 25px;
	padding-right: 25px;
	border-right: 1px dotted #CCB;
}

#main ol {
	margin: 0 0 1.2em 30px;
}
#main ul {
	margin: 0 0 1.2em 2em;
}

#main ul li {
	list-style-image:url(http://www.inmixedcompany.com/img/list-img.gif);
	}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Page Title */

.title_area {
	padding:0 0 10px 0;
	margin: 0px;
	border-bottom: 1px dotted #CCB;
}
.page_title {
	padding:0;
	color: #666666;
}

/* Sidebar */
#sidebar {
	color: #333333;
	width: 286px;
	border-left: 1px dotted #fff;
	margin:0px 0 0 0;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {
	color: #666600;
	text-decoration: none;
}
#sidebar a:hover {
	color: #E95A21;
	text-decoration: underline;
}



/* Columns */
.col3, .col3-mid {
	width: 31%;
	padding: 0;
}
.col3-mid {
	margin-left: 2%;
	border-right: 1px dotted #fff;
	padding: 0 10px 0 12px;
	margin-bottom: 10px;
}

/* Labels */
.label {
	border-left-style: solid;
	border-left-width: 4px;
	margin-bottom: 0.2em;
	padding-left: 10px;
}

.label-blue {border-left-color: #55AADA;}
.label-green {border-left-color: #B7D897;}
.label-orange {border-left-color: #FA8F6F;}

/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {
	font-size: 1em;
}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet, .quiet a {
	color: #666666;
}

.loud, .loud a {color: #000;}
.highlight, .highlight a {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}


/* @group Slogan
================================ */

#slogan {
	height: 90px;
	border-top: 1px dashed #c8d4dc;
	border-bottom: 1px solid #fff;
	background: #ffffff;
	}

#slogan strong {
	display: block;
	width: 640px;
	height: 90px;
	position: relative;
	left: -23px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(http://www.inmixedcompany.com/img/slogan.png);
	}

/* @end Slogan
--------------------------- */




/* Dashboard */

#dashboard {
	padding-top: 25px;
	padding-bottom: 15px;
	margin-top: 50px;
	border-top: 7px solid #ff9900;
	color: #FFFFFF;
	background: #b7b7b7 url(http://www.inmixedcompany.com/img/bg-footer.gif) repeat-x 0 0;
	clear: both;
}
#dashboard a{
	color: #fff;
	text-decoration:underline;
}

#dashboard a:hover{
	color: #E95A21;
	text-decoration:underline;
}

#dashboard_wrap {
	margin: 0 auto;
	width: 855px;
	}
	
#dashboard h1,#dashboard h3,#dashboard h4,#dashboard h5,#dashboard h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
#dashboard h4,#dashboard h5,#dashboard h6 {font-weight: bold;}

#dashboard h1 {font-size: 2.6em;}
#dashboard h2 {
	color: #333333;
	font-weight: normal;
	line-height: 1.35em;
	font-size: 1.25em;
	vertical-align:middle;
}
#dashboard h3 {font-size: 1.5em;}
#dashboard h4 {font-size: 1.25em;}
#dashboard h5 {font-size: 1.1em;}
#dashboard h6 {font-size: 1em;}

#dashboard h1 img,#dashboard  h3 img,#dashboard h4 img,#dashboard h5 img,#dashboard h6 img {margin: 0;}
#dashboard h2 img {
	margin-top: 0px;
}

.dashboardP {
	color: #666666;
}


/* Footer links */
#footer {
	color: #CCCCCC;
	background-color: #000000;
	padding: 12px 0;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
	background: url('http://www.inmixedcompany.com/img/grain_light.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {
	margin-bottom: 1em;
}
.archive_post_date {
	background: url('http://www.inmixedcompany.com/img/grain_light.gif');
	border-bottom: 2px solid #C5C5B5;
	border-right: 2px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
	border-top: 1px dotted #CFCFBF;
	border-left: 1px dotted #CFCFBF;
}
.archive_post_day {
	font: normal 1.8em Arial,serif;
	height: 20px;
	padding-top: 5px;
}

.icon_list {
	margin-bottom: 1em;
}
.icon_list_img {
	background: url('http://www.inmixedcompany.com/img/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}

/* 
   post-images
------------------------------------------------------------------- */

.postimages {margin: 0;}
.postimages a.postimg {	
	background: url('http://www.inmixedcompany.com/img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.postimages a.postimg:hover {background: #C6C6BA;}
.postimages .postimg img {display: block;}


/* 

/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('http://www.inmixedcompany.com/img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #E95A21;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	border-bottom: 1px dotted #CCB;
	padding: 15px 0px 20px;
	}
.box_gallery {margin-bottom: 1.5em;}
.box_section {
	margin: 0;
	font: 14px/14px arial, sans-serif;
	color: #000;
	}

.box_title {
	margin: 10px 0;
	font: 16px/16px arial, sans-serif;
	color: #E95A21;
	}
.box_content {padding: 8px 0 8px;}
.box ul{
	padding-left: 15px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	line-height: 22px;
	font-size: 12px;
	margin: 0;
}

.box span{
	display: inline;
}

.box ul li{
	list-style: url(http://www.inmixedcompany.com/img/icon-sidenav.gif);
	margin-left: 7px;
}
.box ol {
	margin: 0 0 0 30px;
}
.box ol li {list-style: decimal;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}



/* 
   new
------------------------------------------------------------------- */

.quotebox p{
padding:20px 20px 40px 20px;
background:url(http://www.inmixedcompany.com/img/quotebox_bottom.gif) left bottom no-repeat;
width:406px
}

.quotebox{
	background:url(http://www.inmixedcompany.com/img/quotebox_top.gif) left top no-repeat;
	margin:15px 0 0;
	font-style:italic
}

.quotebox_sm p{
padding:20px 50px 40px 20px;
background:url(http://www.inmixedcompany.com/img/quotebox_bottom_sm.gif) left bottom no-repeat;
width:215px
}

.quotebox_sm{
	background:url(http://www.inmixedcompany.com/img/quotebox_top_sm.gif) left top no-repeat;
	margin:15px 0 0;
	font-style:italic
}

/* @group COMPONENTS
================================ */

/* @group Banner
================================ */

#banner {
	border-top: 1px dashed #bfbfb4;
	border-bottom: 1px dashed #c1c1ad;
	background: #eae4d3;
	}

#banner .wrap {
	padding: 2.6em 65px 1.8em;
	background: transparent url(http://www.train-ee.com/images/interface/bg-banner-spotlight.jpg) no-repeat 0 0;
	}
.pg-home #banner .wrap {
	width: 932px;
	overflow: hidden;
	padding: 2.6em 0 9px
	}

#banner h2 {
	float: left;
	width: 570px;
	height: 47px;
	position: relative;
	z-index: 15;
	margin: 0;
	padding: 7px 0 0;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 4.6em;
	font-weight: bold;
	text-indent: -9999px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	}

	#banner h2.classroomTraining { background-image: url(http://www.train-ee.com/images/interface/txt-classroomTraining.png); }
	#banner h2.customTraining { background-image: url(http://www.train-ee.com/images/interface/txt-customTraining.png); }
	#banner h2.freeTutorials { background-image: url(http://www.train-ee.com/images/interface/txt-freeTutorials.png); }
	#banner h2.onDemandTraining { background-image: url(http://www.train-ee.com/images/interface/txt-onDemandTraining.png); }
	#banner h2.trainingEvents { background-image: url(http://www.train-ee.com/images/interface/txt-trainingEvents.png); }
	#banner h2.gettingStarted { background-image: url(http://www.train-ee.com/images/interface/txt-getting-started.png); }



.pg-home #banner h2 {
	float: none;
	width: 740px;
	height: 58px;
	margin: 0 auto 5px;
	padding: 0;
	background-image: url(http://www.train-ee.com/images/interface/txt-tuneUpEeSkills.png);
	}

#banner p {
	float: right;
	width: 258px;
	position: relative;
	z-index: 15;
	margin: 0;
	padding: 0 0 .4em;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #010101;
	}
.pg-home #banner p {
	float: none;
	width: 642px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.334em;
	text-align: center;
	}


/* @group Slides
================================ */

#slides {
	width: 702px;
	height: 205px;
	position: relative;
	top: -18px;
	overflow: hidden;
	z-index: 5;
	margin: 0 auto;
	padding: 0 101px;
	}

#slides h3 {
	float: left;
	width: 214px;
	height: 205px;
	margin: 0;
	padding: 0 10px;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background: url(http://www.train-ee.com/images/interface/bg-slide-item.png) no-repeat 50% 0;
	}
#slides h3:hover { background-position: 50% -176px; }

#slides h3 a {
	display: block;
	width: 214px;
	height: 42px;
	padding: 182px 0 0;
	text-decoration: none;
	color: #2c2c24;
	}

#slides h3.training a { background: url(http://www.train-ee.com/images/interface/icon-slide-training.png) no-repeat 50% 52px; }
#slides h3.classroom a { background: url(http://www.train-ee.com/images/interface/icon-slide-classroom.png) no-repeat 50% 52px; }
#slides h3.books a { background: url(http://www.train-ee.com/images/interface/icon-slide-books.png) no-repeat 50% 52px; }
#slides h3.screencasts a { background: url(http://www.train-ee.com/images/interface/icon-slide-screencasts.png) no-repeat 50% 52px; }
#slides h3.tutorials a { background: url(http://www.train-ee.com/images/interface/icon-slide-tutorials.png) no-repeat 50% 52px; }

#slide-box {
	width: 7020px;
	height: 205px;
	position: absolute;
	overflow: visible !important;
	}

#slide-box div {
	float: left;
	position: relative;
	width: 702px;
	height: 205px;
	display: block !important;
	}

#slides-prev {
	display: block;
	width: 117px;
	height: 293px;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 10;
	background: url(http://www.train-ee.com/images/interface/slide-nav-mask.png) no-repeat -117px 0;
	}
#slides-prev a {
	display: block;
	width: 89px;
	height: 293px;
	text-indent: -9999px;
	background: url(http://www.train-ee.com/images/interface/slide-nav.png) no-repeat 0 0;
	}
#slides-prev a:hover { background-position: 0 100%; }

#slides-next {
	display: block;
	width: 117px;
	height: 293px;
	position: absolute;
	top: 34px;
	right: 0;
	z-index: 10;
	background: url(http://www.train-ee.com/images/interface/slide-nav-mask.png) no-repeat 0 0;
	}
#slides-next a {
	display: block;
	position: relative;
	right: -28px;
	width: 89px;
	height: 293px;
	text-indent: -9999px;
	background: url(http://www.train-ee.com/images/interface/slide-nav.png) no-repeat 100% 0;
	}
#slides-next a:hover { background-position: 100% 100%; }

/* @end Slides
--------------------------- */

/* @end Banner
--------------------------- */

/* Splash for index-b.html */

#splash.b {
	background: url(http://www.inmixedcompany.com/img/bg_splash.jpg) no-repeat;
	width: 875px;
	height: 228px;
	margin: 1em auto;
	overflow: hidden;
	position: relative;
}

#splash.b h2 {
	float: right;
}

#splash.b .left {
	float: left;
}

#splash.b .center {
	height: 229px;
	position: relative;
	width: 500px;
	margin: 0 0 5px 20px;
}

#splash.b .center p {
	clear: both;
	font-size: 120%;
	margin: 0;
	padding: 15px 0 0 0;
	width: 460px;
	text-align: left;
	line-height: 150%;
}

#splash.b .center h2 {
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
}

#splash.b .right {
	height: 220px;
	width: 225px;
	padding: 0 0 0 15px;
	position: absolute;
	right: 25px;
	top: 5px;
}

#splash.b .right ol {
	position: relative;
	right: 0;
	top: 45px;
}

#splash.b #features li {
	margin: 8px 0 8px 0;
	font-size: 140%;
	width: 100%;
}
#splash.b a#start {
	display: block;
	width: 142px;
	height: 33px;
	background: url(http://www.inmixedcompany.com/img/buttons/start_button.jpg) no-repeat 0 0;
	text-indent: -2000px;
	overflow: hidden;
	margin-top: 12px;
}
#splash.b a#learn-more-blue {
	background: url(http://www.inmixedcompany.com/img/buttons/LearnMore_Blue.png) no-repeat 0 0;
	float: right;
	height: 0;
	top: 172px;
	right: 20px;
	position: absolute;
	overflow: hidden;
	padding-top: 43px;
	width: 172px;
}

#splash.b p {
	font-size: 120%;
	clear: both;
	float: left;
	width: 200px;
}

#splash.b h3 {
	margin: 0;
	width: 263px;
	height: 54px;	
}

#splash.b .right h3 {
	font-size: 1.8em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	color: #0070c0;
	margin: 30px 0 0 0;
}

#splash.b ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#splash.b ol li {
	margin-top: 7px;
}

#splash.b a#start-b {
	display: block;
	width: 140px;
	height: 33px;
	background: url(http://www.inmixedcompany.com/img/buttons/start-now-button.gif) no-repeat 0 0;
	text-indent: -2000px;
	overflow: hidden;
	margin-top: 12px;
}

#splash.b a#start-green {
	background: url(http://www.inmixedcompany.com/img/btn_splash.jpg) no-repeat 0 0;
	height: 0;
	float: left;
	clear: left;
	top: 170px;
	right: 54px;
	position: absolute;
	overflow: hidden;
	padding-top: 43px;
	width: 172px;
}

#splash.b a#start-b:hover {
	background-position: 0 -33px;
}

#splash.b a#learn-more {
	font-weight: bold;
	text-decoration: underline;
	color: #006633;
}

#splash.b a#learn-more:hover {
	color: #006633;
}

#splash.b a#learn-more-b {
	font-weight: bold;
	text-decoration: underline;
	color: #006633;
	display: block;
	width: 125px;
	margin: 0 0 0 25px;
	font-size: 120%;
	padding: 0 0 0 15px;
	background: url(http://www.inmixedcompany.com/img/play-button.gif) center left no-repeat;
	height: 20px;
}
#btn_splash {
	margin: 0 0 0 25px;
}
