/* www.protopartners.com.au */

/*--- RESET STYLES ---*/
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, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table,
input,
select,
textarea,
password {
	font-size: 100%;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--- COLOR SCHEME ---
dark grey	#202021
mid grey		#3c3c3e
light grey	#868689
dark blue	#7daed1
mid blue		#92c3ff
light blue	#c1dfff
crimson  	#b11116
gold	     	#fcaf17
green		#a9cc4c
*/

/*--- SITE STYLES---*/
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	line-height: 1;
	background-color: #202021;
	color: #fff;
}
.page-wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}
#page {
	width: 1024px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	font-family: Century Gothic,sans-serif;
}
.main {
	width: 690px;
	padding: 16px 0 16px 10px;
	position: relative;
}
.side {
	position: absolute;
	top: 0;
	left: 724px;
	width: 290px;
	padding-right: 10px;
}
/*---  M E N U  ---*/
#menu {
	position: absolute;
	top: 24px;
	left: 10px;
	z-index: 2;
	overflow: visible;
	height: 20px;
	margin-bottom: 24px;
	font-size: 0;	/* hide interstitial whitespace else menu spacing is larger than desired */
}
#menu .item {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	margin-right: 30px;
	border-top: 12px solid #3c3c3e;
}
.webkit #menu .item {
	width: 149px;
}
.ie6 #menu .item,
.ie7 #menu .item {
	display: inline;
	width: 144px;
}
#menu .last {
	margin-right: 0;
}
#menu .item a {
	display: inline-block;
	padding: 8px;
	font-size: 15px;
	font-variant: normal;
	color: #ccc;
	text-decoration: none;
	width: 137px;
}
.webkit #menu .item a,
.ie #menu .item a {
	width: 131px;
}
#menu .hover a {
	color: #fff;
}
#menu .hover {
	background-color: #111;
	border-bottom: 1px solid #3c3c3e;
	border-top-color: #92c3ff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80); /* for IE */
	-moz-opacity:0.8; /* for older Firefox */
	-khtml-opacity:0.8; /* for older webkits */
	opacity:0.8;
}
#menu li.selected {
	border-top-color: #92c3ff;
}
#menu a.major {
	background: transparent url(/images/menu-hexagon.gif) scroll no-repeat left center;
	text-indent: 12px;
	cursor: default;
}
.ie6 #menu a.major,
.ie7 #menu a.major {
	margin-left: -12px;  /* to compensate for text-indent */
}

#menu .submenu {
	display: none;
}
#menu .hover .submenu {
	display: block;
	font-variant: normal;
	line-height: 20px;
}
#menu .hover .submenu .item {
	padding: 0;
	margin-right: 0;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	font-size: 14px;
	font-variant: normal;
}
#menu .submenu li a {
	display: block;
	padding: 2px 4px 4px 8px;
	text-decoration: none;
	color: #92c3ff;
	font-size: 14px;
}
#menu .submenu .hover a {
	display: block;
	padding: 2px 4px 4px 8px;
	background-color: #000;
	border-bottom: 0px solid #000;
	color: #fff;
}
/* M A I N  */
h1.title {
	margin-top: 80px;
	padding-bottom: 16px;
	color: #7daed1;
	font-size: 37px;
	border-bottom: 2px solid #3c3c3e;
}
.main p.introduction {
	margin: 16px 0;
	font-size: 20px;
	line-height: 24px;
}
.main p.intro {
	margin: 16px 0;
}
.main .main-feature {
	padding-top: 8px;
	position: relative;
}
.main .main-feature h3 {
	color: #7daed1;
	font-size: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #3c3c3e;
}
.main p {
	font-size: 100%;
	margin-top: 10px;
	line-height: 20px;
}
.main .main-feature p.last {
	margin-bottom: 10px;
}
.main .main-feature em {
	font-weight: bold;
	color: #7daed1;
}
.main .main-feature b {
	font-weight: bold;
}
.exhibit {
	margin: 8px 0;
	width: 690px;
}
.exhibit2 { /*fixme: temporary fix for bad image aspect*/
	margin: 8px 0;
	width: 500px;
	margin-left: 95px;
}
.main .footer {
	margin: 256px 0 16px 0;
	font-size: 13px;
}
.main .box3 {
	margin-left: 15px;
	display: inline-block;
	width: 194px;
	padding: 8px;
	vertical-align: top;
}
.ie .main .box3 {
	display: inline;
}
.main .service {
	height: 440px;
	color: #000;
}
.main .service a:hover {
	opacity: 0.6;
}
.main .service img {
	height: 440px;
	width: 194px;
}
.main .service p {
	margin-left: 4px;
	position: absolute;
	top: 220px;
	width: 190px;
}
.main .strategy {
	background-color: #d03822;
}
.main .improvement {
	background-color: #a8c8ea;
}
.main .creation {
	background-color: #b2d235;
}
.main .box3 p {
	padding: 8px 0;
}
.main h2.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #7daed1;
	line-height: 36px;
	margin: 24px 0 10px 0;
	padding-left: 16px;
	border-top: 2px solid #3C3C3E;
	border-bottom: 2px solid #3C3C3E;
}
.main .explanation {
	padding-left: 16px;
}
/*--- SIDE BAR ---*/
.side .logo {
	display: inline-block;
	width: 100%;
	height: 64px;
	background: transparent url(/images/logo.png) scroll no-repeat center center;
	cursor: pointer;
}
.side .summary {
	background-color: ##262627;
	color: #7DAED1;
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 16px;
	padding: 16px 8px;
	text-align:center;
	margin-top: 8px;
}
.side .summary em {
	color: #fff;
}
/* S E C T I O N   M E N U */
.side .section-menu {
	padding: 58px 0 20px;
}
.side .section-menu p.section,
.side .section-menu li {
	color: #666769;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
}
.side .section-menu li.selected {
	color: #7daed1;
}
.side .section-menu p.section {
	border-bottom: 2px solid #3c3c3e;
	padding: 0 0 4px 10px;
	color: #7daed1;
}
.side .section-menu ul {
	padding: 8px 0 8px 16px;
}
.side .section-menu li {
	list-style-type: disc;
	list-style-position: inside;
}
.side .section-menu li a {
	text-decoration: none;
	color: #666769;
}
.side .section-menu li.selected a {
	color: #7daed1;
}
.side .section-menu li a:hover {
	color: #fff;
}
/* N E W   S E R V I C E S */
.side .new-services {
	width: 100%;
	border-top: 12px solid #3c3c3e;
	border-bottom: 12px solid #3c3c3e;
	padding: 8px 0;
	margin-bottom: 16px 0;
}
.side .new-services .developed {
	display: inline-block;
	width: 180px;
	font-size: 23px;
	line-height: 30px;
}
.side .new-services .count {
	display: inline-block;
	width: 85px;
	font-size: 47px;
	vertical-align: top;
	padding-top: 2px;
	text-align: right;
	line-height: 1.2em;
}
/* F E A T U R E S  */
#features {
	width: 100%;
	margin: 16px 0;
}
#features li {
	display: block;
	padding: 8px 8px 8px 150px;
	background-color: #262627;
	height: 106px;
	cursor: pointer;
	position: relative;
}
#features li img {
	position: absolute;
	top: 8px;
	left: 8px;
	height: 106px;
	width: 134px;
}
#features p {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 2px solid #3c3c3e;
	padding-bottom: 4px;
	color: #7daed1;
}
#features a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}
#features li.hover {
	background-color: #111;
}
#features li.press {
	background-color: #000;
}
/* G E T   W H I T E P A P E R  */
#getwhitepaper {
	width: 100%;
	background-color: #262627;
	border-top: 12px solid #3c3c3e;
	margin-bottom: 16px;
}
#getwhitepaper .offer {
	padding: 16px;
	font-size: 15px;
	font-weight: bold;
	color: #a9cc4c;
}
#getwhitepaper .offer strong {
	color: #fff;
	font-weight: bold;
}
#getwhitepaper input {
	margin: 0 8px 0 16px;
	background-color: #c1dfff;
	color: #111;
	padding: 2px 4px 4px 6px;
	font-size: 80%;
	width: 256px;
	font-style: normal;
	font-weight: bold;
}
#getwhitepaper input.prompt {
	font-style: italic;
	color: #666;
}
#signup {
	width: 260px;
	margin: 16px;
	background-color: #a9cc4c;
	color: #202021;
	font-size: 17px;
	padding: 2px 0;
	font-family: century gothic,sans-serif;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#signup strong {
	font-weight: bold;
}
#signup.disabled {
	background-color: #ccc;
	color: #555;
}
#getwhitepaper {
	height: 170px;
}
#getwhitepaper .whitepaper {
	display: none;

}
#getwhitepaper .whitepaper h3 {
	font-size: 15px;
	padding: 16px;
	color: #a9cc4c;
}
#getwhitepaper .whitepaper a {
	font-size: 15px;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 80%;
	display: inline-block;
}
#getwhitepaper.signedup .offer,
#getwhitepaper.signedup #email
#getwhitepaper.signedup #signup {
	display: none !important;
}
#getwhitepaper.signedup .whitepaper {
	display: block;
}
/* C A S E  S T U D I E S   AND   P R O F I L E S  */
.case-study,
.profile {
	width: 320px;
	margin: 5px 10px;
	display: inline-block;
	position: relative;
}
.profile {
	height: 290px;
	vertical-align: top;
}
.case-study h3 {
	padding-top: 20px;
}
.case-study .semi-exhibit {
	width: 100%;
}
.case-study p,
.profile p {
	padding-bottom: 20px;
	border-bottom: 12px solid #3C3C3E;
	margin-bottom: 16px;
}
.case-study a img {
	border: 1px solid #222;
}
.case-study a:hover img {
	border: 1px solid #7DAED1;
}
.profile img {
	position: absolute;
	padding-top: 10px;
}
.profile div {
	display: inline-block;
	width: 200px;
	height: 160px;
	padding-left: 120px;
	padding-top: 10px;
	font-size: 90%;
	line-height: 1.2em;
}
/* M A S T E R   C L A S S  */
ul.keypoints {
	padding: 5px 20px 20px 20px;
}
ul.keypoints li {
	padding: 5px 0;
}
table.schedule {
	margin-bottom: 20px;
}
table.schedule td,
table.schedule th {
	padding: 10px 0 0 20px;
}
/* C O N T A C T   U S  */
.main .contactus {
	padding-top: 8px;
	position: relative;
}
.main .contactus h3 {
	color: #7daed1;
	font-size: 16px;
	padding-top: 8px;
}
.main .contactus h4 {
	color: #7daed1;
	font-size: 14px;
	padding-top: 24px;
}
.main .contactus p {
	margin-top: 10px;
	line-height: 20px;
}
.main .contactus a {
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
.main .contactus a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.main a.download {
	color: #7daed1;
}
.fs .h-slideshow ol.index li span {
	background: #222 !important;
	color: #aaa !important;
}
.fs .h-slideshow ol.index li.selected span {
	background: #000!important;
	color: #fff!important;
}
.fs .h-slideshow ol.index li span.hover {
	color: #7daed1!important;
}
.fs .h-slideshow ul.controls li span {
	background-image: url(../images/h-slideshow-controls.png)!important;
}
.fs .h-slideshow p.h-slide {
	margin-top: 0px!important;
}
.fs .front {
	padding: 10px;
	height: 770px;
}
.fs .front-text {
	width: 420px;
}
.fs .front-text h2 {
	font-size: 230%;
	padding-bottom: 30px;
}
.fs .front-text p {
	font-size: 150%;
    text-align: justify;
	padding: 0;
}
.fs .front-text p.call-to-action {
	font-size: 200%;
	padding-top: 30px;
}
.fs .front-strategy,
.fs .front-improvement,
.fs .front-creation {
	position: absolute;
	right: 10px;
	width: 220px;
	height: 180px;
}
.fs .front-strategy {
	top: 10px;
	background: transparent url(../images/front-service-strategy.jpg) scroll no-repeat 0px 0px;
}
.fs .front-improvement {
	top: 200px;
	background: transparent url(../images/front-service-improvement.jpg) scroll no-repeat 0px 0px;
}
.fs .front-creation {
	top: 390px;
	background: transparent url(../images/front-service-creation.jpg) scroll no-repeat 0px 0px;
}

