/*
.index {
}
.about {
}
.solutions {
}
.portfolio {
}
.career {
}
.contact {
}
*/
.index h1          { color: #8daab7; } /* fuzzy */
.index h2          { color: #8daab7; } /* fuzzy */
.index a           { color: #8daab7; } /* fuzzy */
.index a:hover     { color: #14609d; } /* fuzzy */
.index strong     { color: #14609d; } /* fuzzy */

.about h1          { color: #6699cc; }
.about h2          { color: #6699cc; }
.about a           { color: #99ccff; }
.about a:hover     { color: #6699cc; }
.about strong          { color: #6699cc; }

.solutions h1      { color: #ff9933; }
.solutions h2      { color: #ff9933; }
.solutions a       { color: #ffcc66; }
.solutions a:hover { color: #ff9933; }
.solutions strong      { color: #ff9933; }

.portfolio h1      { color: #996699; } /* fuzzy */
.portfolio h2      { color: #996699; } /* fuzzy */
.portfolio a       { color: #9999cc; }
.portfolio a:hover { color: #996699; }
.portfolio strong      { color: #996699; } /* fuzzy */

.career h1         { color: #669900; }
.career h2         { color: #669900; }
.career a          { color: #99cc00; }
.career a:hover    { color: #669900; }
.career strong         { color: #669900; }

.contact h1        { color: #993333; }
.contact h2        { color: #993333; }
.contact a         { color: #cc6666; }
.contact a:hover   { color: #993333; }
.contact strong        { color: #993333; }


.index     #stripe {
	background: url(../images/stripe-index.png) repeat-y center center #7595c2;
	border-color: #495b8b;
}
.about     #stripe {
	background: url(../images/stripe-about.png) repeat-y center center #95cce4;
	border-color: #9ca6c0;
}
.solutions #stripe {
	background: url(../images/stripe-solutions.png) repeat-y center center #ffcd52;
	border-color: #c0a28f;
}
.portfolio #stripe {
	background: url(../images/stripe-portfolio.png) repeat-y center center #b7abdb;
	border-color: #9c8ad6;
}
.career    #stripe {
	background: url(../images/stripe-career.png) repeat-y center center #bed540;
	border-color: #afb685;
}
.contact   #stripe {
	background: url(../images/stripe-contact.png) repeat-y center center #bc4c1e;
	border-color: #973c41;
}


.index #sidebar ul li {
	background-image: url(../images/bullet-index.png);
}
.about #sidebar ul li {
	background-image: url(../images/bullet-about.png);
}
.solutions #sidebar ul li {
	background-image: url(../images/bullet-solutions.png);
}
.portfolio #sidebar ul li {
	background-image: url(../images/bullet-portfolio.png);
}
.career #sidebar ul li {
	background-image: url(../images/bullet-career.png);
}
.contact #sidebar ul li {
	background-image: url(../images/bullet-contact.png);
}


.index #header {
	background: url(../images/header-index.png) no-repeat top left #fff;
}
.about #header {
	background: url(../images/header-about.png) no-repeat top left #fff;
}
.solutions #header {
	background: url(../images/header-solutions.png) no-repeat top left #fff;
}
.portfolio #header {
	background: url(../images/header-portfolio.png) no-repeat top left #fff;
}
.career #header {
	background: url(../images/header-career.png) no-repeat top left #fff;
}
.contact #header {
	background: url(../images/header-contact.png) no-repeat top left #fff;
}


.index #picture {
	background: url(../images/picture-index.png) no-repeat top left #466ca1;
	border-color: #7083ad;
}
.about #picture {
	background: url(../images/picture-about.png) no-repeat top left #6aa8cb;
	border-color: #a6afc4;
}
.solutions #picture {
	background: url(../images/picture-solutions.png) no-repeat top left #e09d20;
	border-color: #be9e87;
}
.portfolio #picture {
	background: url(../images/picture-portfolio.png) no-repeat top left #8575b5;
	border-color: #a99bda;
}
.career #picture {
	background: url(../images/picture-career.png) no-repeat top left #a0b723;
	border-color: #b8bf98;
}
.contact #picture {
	background: url(../images/picture-contact.png) no-repeat top left #a22a04;
	border-color: #95393e;
}
