@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Nobile', Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 820px;
	min-height: 602px;
	padding-top: 20px;
	margin: auto;
		
}

#photo  {
	width: 300px;
	padding-top: 496px;
	vertical-align: bottom;
	background-repeat: no-repeat;
}

body.epraxa #photo {
	background-image: url(../images/sidebar.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 496px;
}

body.challenge #photo {
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;

}

body.services #photo {
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;

}

body.talk_to_us #photo {
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;	
}

body.our_work #photo {
	display: none;
}


#sidebar {
	width: 300px; 
	float: left;
	
}

#sidebar #logo {
	background: url(../images/logo.gif) top;
	width: 273px;
	height: 106px;
	text-indent: -999px;
	overflow: hidden;
	
}

body.our_work #header {

}

body.our_work #sidebar {
	margin-bottom: 100px;
}

#header {
	padding-top: 67px;
	font-weight: bold;
	padding-bottom: 28px;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
	float: left;
	width: 495px;
	
}

#header {
	color: #8595aa;
	
}

#header strong {
	color: #ca573f;	
	
}

a:link, a:visited {
	text-decoration: none;
	color: #ca573f;
}

a:hover {
	text-decoration: underline;
}


#nav {
	width: 495px;
	height: 91px;
	overflow: hidden;
	text-decoration: none;
	border: none;
	margin: auto;
	padding-left: 10px;
	float: left;
	
}

#nav a:link, #nav a:visited {
	display: block;
	float: left;
	height: 91px;
	overflow: hidden;
	text-indent: -999px;
	
}

#nav a#epraxa:link, #nav a#epraxa:visited {
	background: url(../images/nav/epraxa.jpg) bottom left no-repeat;
	width: 95px;
}

#nav a#challenge:link, #nav a#challenge:visited {
	background: url(../images/nav/challenge.jpg) bottom left no-repeat;
	width: 95px;
}

#nav a#services:link, #nav a#services:visited {
	background:url(../images/nav/services.jpg) bottom left no-repeat;
	width: 95px;
}

#nav a#our_work:link, #nav a#our_work:visited {
	background: url(../images/nav/our-work.jpg) bottom left no-repeat;
	width: 95px;
}

#nav a#talk_to_us:link, #nav a#talk_to_us:visited {
	background: url(../images/nav/talk-to-us.jpg) bottom left no-repeat;
	width: 95px;
}

#nav a#epraxa:hover,
#nav a#challenge:hover,
#nav a#our_work:hover,
#nav a#talk_to_us:hover,
#nav a#services:hover,
#nav a.on#epraxa:link, #nav a.on#epraxa:visited,
#nav a#challenge.on:link, #nav a#challenge.on:visited,
#nav a#our_work.on:link, #nav a#our_work.on:visited,
#nav a#talk_to_us.on:link, #nav a#talk_to_us.on:visited,
#nav a#services.on:link, #nav a#services.on:visited
{
	background-position: top;
}


#nav img {
	border: 0px;
}

body.our_work #copy {
	width: 100%;
}

#copy {
	color:#666666;
	font-size: 13px;
	float: left;
	width: 495px;
	text-align: inherit;
	letter-spacing: 2px;
	line-height: 25px;
	
	
}


#copy img {
	float: right;	
}


body.epraxa #copy { 
	background: url(../images/epraxa_content_bg.jpg) bottom right no-repeat;
	
}



body.epraxa .point {
	color: #ca573f;
}
body.challenge #copy {
	background: url(../images/challenge-img.jpg) bottom right no-repeat;	
}

body.challenge .point {
	color: #ca573f;
}

body.services #copy {
	background: url(../images/services-img.jpg) bottom right no-repeat;		
	padding-left: 15px;
}

body.services #headline {
	font-size: 12px;
}
body.services #header {
	color: #8595aa;

}

body.services .point {
	color: #ca573f;
}

body.services #copy #text {
	margin-top: 5px;
	font-size: 11px;
	letter-spacing: 1px;
}

body.services #copy .bullet {
	color: #ca573f;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 20px;
	line-height: 28px;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
	
}
body.talk_to_us #copy {
	background: url(../images/talk-to-us-img.jpg) bottom right no-repeat;	
}

body.talk_to_us .point {
	color: #ca573f;
}

body.talk_to_us #contact {
	padding-top: 10px;
}

body.our_work #copy #album1, #stripTransmitter0 {
	margin-left: 260px;
	width: 555px;
}

#stripTransmitter0 {
	margin-left: 260px;
}

#overlay1, #overlay2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#overlay1 {
	background: url(../images/intro1.jpg) no-repeat center center #ffffff;
	z-index: 1;
}

#overlay2 {
	background: url(../images/intro2.jpg) no-repeat center center #ffffff;
	z-index: 2;
	display: none;
}

#footer {
	font-size: 10px;
	color: #8595aa;
	text-align: left;
	padding-top: 10px; 
	margin: auto;
	clear: both;
	width: 820px;
}

a#replay_intro:link, a#replay_intro:visited {
	font-size: 11px;
}

#login {
	float: right;
}

#login a:link, #login a:visited {
	color: #8595aa;
	font-size: 10px;
	text-decoration: none;
}

#login a:hover {
	color: #ca573f;
	text-decoration: none;
}