@import url(reset.css);
@import url(grid.css);
@import url(text.css);

body {
	background-color: #333;
	color: #444;
}

.outer {
	width: 962px; 
	margin: 0 auto;
	background-color: #000;
	/*padding: 0 25px; */
}



/*** BACKGROUNDS ***/

.home {
	background: #000 url(/images/bg-home.jpg) no-repeat top center;
	padding: 0px;
}

.page {
	background: #fff url(/images/bg-page.jpg) no-repeat top center;
	padding: 0px;
}

/*** NAVIGATION ***/

.navbar {
	padding: 13px 0px 0px 0px;
	background-color: #000;
}
.navigation {
	margin: 0 0 0 60px;
}

.navigation li {
	display: block;
	width: 90px;
	float: left;
	margin-right: 6px;
	text-align: center;
}

.navigation a, .navigation a:visited, .navigation a:link {
	color: #fff;
	text-decoration: none;
}

.navigation a:hover {
	color: orange;
}


.navigation a.selected {
	color: orange;
}


/*** LOGO ***/

.logo {
	display: inline-block;
}

a .logo {

}

/*** FEATURE ARTICLES (SPLASH) ***/

.feature {
	margin-top:13px;
	color: #aaa;
	background-color: #000;
	text-align:center;
}

.splash-copy {
	display: none;
}

/*** THUMBNAILS ***/

.thumb img {
	border: solid 3px transparent;
	margin: 0;
}

.thumb img:hover {
	border: solid 3px #FF9933;
}

/*** BREADCRUMBS ***/

.breadcrumb {
	margin-top: 12px;
}

.breadcrumb a, .breadcrumb a:visited {
	text-decoration: none;
	color: #333;
}

.breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}


/*** HOME ROLLOVERS ***/

.rollover img {
	border: solid 3px transparent;
	margin: 0;
	width: 110px;
}

.rollover img:hover {
	border: solid 3px #FF9933;
}

.active img {
	border: solid 3px orange;
}

.content {  
    background-color: transparent;   
}  

#Pain_Control, #Battlefield_PTSD, #Products_and_Business_Research, #VR_Systems { display:none; }


#Dentisha { display:none; }

/*** SIDEBAR ***/

.sidebar-home {
	padding: 0 0 0 17px;
}

.sidebar-home a, .sidebar-a:visited {
	color: #fff;
	font-weight: bold;
}

.sidebar-home a:hover {
	color: #111;
}

.sidebar-page {
	padding: 57px 0 0 17px;
}

.sidebar-page a, .sidebar-page a:visited {
	font-weight:bold;
}


/*** TITLE LINKS ***/

.title-link a {
	text-decoration: none;
}

.title-link a:hover {
	color: orange;
}

.title-link a:hover span {
	visibility: visible;
	color: orange;
}

.title-link a span {
	padding-left: 4px;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: .5px;
	color: #999;
	visibility: visible;
}

.filled {
text-decoration:line-through;
}


/*** IMAGE POSITIONING ***/

.left {	
float: left;
margin: 0 1.25em 1.25em 0px;
padding: 0px;
font-size: 10px;
}

.right {	
float: right;
margin: 0 0 1.25em 1.25em;
padding: 0px;
text-align: left;
font-size: 10px;
}

/*** FOOTER ***/

.footer {
	background-color: #000; 
	padding: 7px 0 10px 0; 
	text-align: center;
}