@charset "UTF-8";
@import url("nav.css");
@import url("footer.css");
@import url("sidebars.css");
@import url("competencies.css");
@import url("main.css");
@import url("tables.css");
@import url("figures.css");

/* 

Presentation overrides - Neutral

SUBSYTEMs Website Redesign 2007 
based on wicklow CSS
by George Fox
january, 2008
multimedia (at) subsystem (dot) com

*/

/*PAGE */

body {
	background-color: #5b5f68;
	color: whitesmoke;
}

a {
	color: white;
}

#mainArea {
	background: url(../images/chrome/neutral/bg_mainArea.jpg) repeat-x;
}


#header {
	color: white;
}

#header h1 {
	background: url(../images/chrome/neutral/logotype.png) no-repeat;
}

/* NAV */

#nav {
	border-bottom-color: white;
	background-image: url(../images/chrome/neutral/bg-nav.jpg);
}

#nav a {
	color: white;
}

#pmenu li li,
#pmenu li li li,
#pmenu li li li li {
	background: #7e99b3}

#pmenu li:hover > a {
	background: #5a8bbf;
}

* html #pmenu li a:hover {
	position: relative;
	background: #5a8bbf;
	color: #fff;
}

#pmenu li.fly {
	background: #7e99b3 url(../images/chrome/icons/fly.png) no-repeat right center;}


/* CONTENT */

.figure {
	background: #404187 url(../images/bg-figure/bleumosaic.jpg) repeat-x center top;
	color: white;
	border-color: white;
}

.contentBlock {
	background: #d0d5da url(../images/chrome/neutral/bg_contentBlock.jpg) repeat-x 0 top;
	border-color: white;
}

.contentBlock a.button2 {
	color: white;
	width: 140px;
	height: 40px;
	display: block;
	background: url(../images/chrome/neutral/btn_dl.jpg) no-repeat -10px 0;
	font-weight: bold;
	padding: 5px 2px 2px 40px;
}

.contentBlock a:hover.button2 {
	text-decoration: underline;
	background-position: -10px -50px;
}

.contentBlock a:visited.button2 {
	color: #bdd4e9;
	text-decoration: none;
}


/*
#cl .contentBlock,
#cv .contentBlock,
#sv .contentBlock,
#es .contentBlock,
#is .contentBlock,
#it .contentBlock,
#pm .contentBlock {
	background: #f6cab1 url(../images/bg-figure/tsb2007tint.jpg) repeat-x center top;
	color: #54312a;
	border-color: white;
}

*/


/*
.contentBlock a:link {
	color: #a32727;
}

.contentBlock a:hover {
	color: #b30707;
}

.contentBlock a:visited {
	color: #545454;
}
*/

/* FOOTER */

#footer {

	border-color: white;
	background: #4a4a4a url(../images/chrome/neutral/bg-footer.jpg) repeat-x 0 bottom;
}
	
#footer p,
#footer ul,
#footer ol {
	color: silver;
}

#footer a {
	color: white;
}


/* SIDEBARS */

.sidebar {
	color: #a7a7a7;
}

/* Feature 1 Colors */

.feature,
.feature a {
	color: #a8b0b9;
}

.contentBlock .feature h1,
.contentBlock .feature h2,
.contentBlock .feature h3,
.contentBlock .feature h4,
.contentBlock .feature h5,
.contentBlock .feature h6 {
	border-color: #a8b0b9;
}

.contentBlock .feature div {
	border-color: #a8b0b9;
}

.one,
.one a {
	color: white;
}

.basic h1,
.basic h2,
.basic h3,
.basic h4,
.basic h5,
.basic h6,
.basic div {
	background-color: white;

}
.one h1,
.one h2,
.one h3,
.one h4,
.one h5,
.one h6 {
	background: url(../images/chrome/neutral/bg_sidebar_feat_01.png) center top;
}

.one div {
	background: url(../images/chrome/neutral/bg_sidebar_feat_01.png) center bottom;

}

/* Feature 2 Colors */

.two,
.two a {
	color: white;
}

.two h1,
.two h2,
.two h3,
.two h4,
.two h5,
.two h6 {
	background: transparent url(../images/chrome/neutral/bg_sidebar_feat_02.png) center top;
}

.two div {
	background: transparent url(../images/chrome/neutral/bg_sidebar_feat_02.png) center bottom;
}

/* Feature 3 Colors */

.three,
.three a {
	color: white;
}

.three a:hover {
	background-color: #4a4a4a;
}

.three h1,
.three h2,
.three h3,
.three h4,
.three h5,
.three h6 {
	background: transparent url(../images/chrome/neutral/bg_sidebar_feat_03.png) center top;
	
}

.three div {
	background: transparent url(../images/chrome/neutral/bg_sidebar_feat_03.png) center bottom;
	
}

/* Feature 4 Colors */

.four,
.four a {
	color: white;
}

.four h1,
.four h2,
.four h3,
.four h4,
.four h5,
.four h6 {
	background: transparent url(../images/chrome/neutral/bg_sidebar_feat_04.png) center top;
}

.four div {
	background: transparent url(../images/chrome/neutral/bg_sidebar_feat_04.png) center bottom;
}


