/***********************************************/
/* Header Navigation                    */
/***********************************************/

/* Row 1                         */
.hdrnav_r1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A0CFFF;
	font-weight: bold;
}
#hdrnav_r1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
}

#hdrnav_r1 a{
	color: #cccccc;
	text-decoration: none;
}

#hdrnav_r1 a:hover{
	color: #A0CFFF;
}
#homenav_r1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A0CFFF;
	font-weight: bold;
}

#homenav_r1 a{
	color: #A0CFFF;
	text-decoration: none;
}

#homenav_r1 a:hover{
	color: #A0CFFF;
}
/* Row 2                        */
.hdrnav_r2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807E7E;
	font-weight: bold;
}
#hdrnav_r2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#hdrnav_r2 a{
	color: #ffffff;
	text-decoration: none;
}

#hdrnav_r2 a:hover{
	color: #807E7E;
}
/***********************************************/
/* Lower Navigation                  */
/* 		note: .lwrnav_r1_case is for case study page
/*		as is lwrnav_r1_case_active
/***********************************************/

.lwrnav_r1, .lwrnav_r1_case_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #379BFE;
	font-weight: bold;
}

.lwrnav_r1_case_active, .lwrnav_r1_case {
	margin-right: 40px;
}

#lwrnav_r1, .lwrnav_r1_case {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807E7E;
	font-weight: bold;
}

#lwrnav_r1 a, .lwrnav_r1_case a {
	color: #807E7E;
	text-decoration: none;
}

#lwrnav_r1 a:hover, .lwrnav_r1_case a:hover {
	color: #379BFE;
}

/***********************************************/
/* Body text                  */
/***********************************************/

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.body_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #379BFE;
	font-weight: bold;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#body a{
	color: #379BFE;
}


/***********************************************/
/* Case study page                */
/***********************************************/

#ipod_position {
	position: absolute;
	width: 700px;
	top: 0px;
	left: 50%;
	margin-left: -350px;
}

#ipod {
	height: 360px;
	width: 223px;
	position: absolute;
	right: 40px;
	top: 120px;
}

#ipod #background {
	background-image: url('../images/ipod.png');
	height: 100%;
	width: 100$;
}

#ipod #screen {
	position: absolute;
	left: 24px;
	top: 17px;
	width: 181px;
	height: 136px;
	background-color: #000000;
}

#ipod #menu, #ipod #prev, #ipod #next, #ipod #play {
	position: absolute;
	cursor: pointer;
}

#ipod #menu {
	left: 98px;
	top: 188px;
}

#ipod #prev {
	left: 53px;
	top: 245px;
}

#ipod #next {
	left: 164px;
	top: 245px;
}

#ipod #play {
	left: 111px;
	top: 304px;
}