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


/*******************************************************************************
*  brucepeterkin.css (used with reset.css)
*  February 2010
*  Rendered by Sujvala
*  www.brucepeterkin.co.uk
*******************************************************************************/

/*******************************************************************************
*  body
*******************************************************************************/

body
{  
    background-color: #f0f1f2;
    background-image: url(/media/img/bg-screen.jpg);
    background-repeat: repeat-y; 
    background-position: top center;
    font-family: Arial, Helvetica, sans-serif;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #0000FF;
}
a:hover
{
	color:			#FF6600;
}

/*******************************************************************************
*  Page containers
*******************************************************************************/

#container-outer {
    margin:                   0 auto;
    width:                    980px;
    background-color:         #fff;
    padding:                  0 0 10px 0;
}

#container-inner {
    width:                      960px;
    background-color:           #fff;
    margin:                     0 10px;
    min-height:                 400px;
	background: 				url(/media/img/bg-gradient-top.jpg) top left repeat-x;
}
*html #container-inner {
    height:                     400px;
}
#container-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*******************************************************************************
*  Header
*******************************************************************************/
#header {
    display:    block;
    width:      960px;
    height:     240px;
	background-image:           url(/media/img/bg-cherry-blossom.jpg);
    background-position:        top right;
    background-repeat:          no-repeat;
}

#header h1 {
    float:          left;
    padding-top:    10px;
    padding-left:   15px;
	font-size:		3.8em;
}
#header h1 a {
	color:			#666666;
}
#header h1 a:hover {
	color:			#FF6600;
}

#header h2 {
    float:          left;
	clear:			left;
    padding-top:     -10px;
	padding-bottom:  6px;
    padding-left:    15px;
	font-size:		2.8em;
}
#header h2 a:hover,
#header h2 a {
	color:			#FF6600;
}

#topnav {
    display: 	block;
	float: 		left;
	clear: 		left;
    width: 		685px;
    border-top: 1px solid #666666;
	margin-left: 15px;	
}
#topnav ul {
    display: block;
    float: right;	
}

#topnav li {    
      display: inline;
      float: left;
      margin-top: 4px;
	  margin-bottom: 4px;
}
#topnav li a {
    color: #666666;
    font-size: 1.2em;
    padding-left: 20px;
    width: 66px;
}
#topnav li a:hover,
#topnav li.selected a {
    color: #FF6600;
}



#rtnav {
	display:				block;
	width:					220px;
	float:					right;
}
#rtnav ul {
	list-style:				none;
}
#rtnav li {
	font-size:				0.5em;
	line-height:			0;
	float: left;
}
#rtnav li a {
	display:				block;
	height:					100px;
	width:					100px;
	line-height:			normal;
	font-size:				0.5em;
	margin:					0 10px 10px 0;	
}


#rtnav li#budconn a {
	background: url(/media/img/rtnav-budconn.jpg) 0 0 no-repeat;
}	
#rtnav li#budconn a:hover,
#rtnav li#budconn a.selected {
	background-position: 0 -100px;
}

#rtnav li#brspace a {
	background: url(/media/img/rtnav-brspace.jpg) 0 0 no-repeat;
}	
#rtnav li#brspace a:hover,
#rtnav li#brspace a.selected {
	background-position: 0 -100px;
}

#rtnav li#proton a {
	background: url(/media/img/rtnav-proton.jpg) 0 0 no-repeat;
}	
#rtnav li#proton a:hover,
#rtnav li#proton a.selected {
	background-position: 0 -100px;
}

#rtnav li#earthimp a {
	background: url(/media/img/rtnav-earthimp.jpg) 0 0 no-repeat;
}	
#rtnav li#earthimp a:hover,
#rtnav li#earthimp a.selected {
	background-position: 0 -100px;
}

#rtnav li#viewcreatives a {
	background: url(/media/img/rtnav-viewcreatives.jpg) 0 0 no-repeat;
}	
#rtnav li#viewcreatives a:hover,
#rtnav li#viewcreatives a.selected {
	background-position: 0 -100px;
}

#rtnav li#peterhayes a {
	background: url(/media/img/rtnav-peterhayes.jpg) 0 0 no-repeat;
}	
#rtnav li#peterhayes a:hover,
#rtnav li#peterhayes a.selected {
	background-position: 0 -100px;
}

#rtnav li#gbs a {
	background: url(/media/img/rtnav-gbs.jpg) 0 0 no-repeat;
}	
#rtnav li#gbs a:hover,
#rtnav li#gbs a.selected {
	background-position: 0 -100px;
}

#rtnav li#nbc a {
	background: url(/media/img/rtnav-nbc.jpg) 0 0 no-repeat;
}	
#rtnav li#nbc a:hover,
#rtnav li#nbc a.selected {
	background-position: 0 -100px;
}

#rtnav li#bobh a {
	background: url(/media/img/rtnav-bobh.jpg) 0 0 no-repeat;
}	
#rtnav li#bobh a:hover,
#rtnav li#bobh a.selected {
	background-position: 0 -100px;
}







#rtnav li a strong {
	position:				absolute;
	top:					-1000px;
	left:					-1000px;
}


#article
{
    width: 680px;
    float: left;
    padding-left: 20px;
	margin-top: -30px;
}

#article p
{
    font-size: 1em;
    line-height: 1.4em;
    padding-bottom: 8px;
}
#article img
{
    float: left;
    clear: right;
    padding-bottom: 8px;
    padding-right: 10px;
}

#overview
{
    width: 680px;
    height: 90px;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px dashed #CCCCCC;
    border-bottom: 2px dotted #CCCCCC;
}
#overview h3
{
    padding-left: 110px;
	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 10px;
    color: #000;
}
#overview #portrait
{
	/*padding-left: 10px;*/
}
#overview p
{
	padding-left: 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-bottom: 0px;
}
#overview p.paging
{
	font-size: 0.8em;
	padding-left: 0;
	padding-right: 10px;
	float: right;
	display: inline;
}
#overview p.features a
{
	font-weight: bold;
	color: #FF0080;
}
#overview a:hover
{
	color:			#FF6600;
	text-decoration: underline;
}
#overview ul
{
	padding-left: 110px;
	font-size: 0.9em;
	line-height: 120%;
}
#overview li
{
	list-style: circle inside;

}


#feature-box
{
	width: 360px;
	float: left;
	border-bottom: 2px dotted #CCCCCC;
	margin: 0 30px 10px 0;
}
#feature-box p
{
	font-size: 0.9em;
	color: #000;
	padding-left: 0px;
}


#case-study-wrapper
{
	width: 940px;
    float: left;
    padding-left: 20px;
}
.case-study
{
	width: 210px;
	float: left;
	padding: 0 20px 20px 0;
}
.case-study p
{
	text-align: left;
	font-size: 0.9em;
}



#sidebar
{
    width: 220px;
    float: right;
	margin-top: 15px;
	min-height: 120px;
	margin-right: 0px;
}
#sidebar h4
{
	font-size: 1.2em;
	line-height: 1em;
	padding-bottom: 10px;
    color: #000;
}
#sidebar img
{
	padding-bottom: 10px;
}

#footer
{
    display: 		block;
	float: 			left;
	clear: 			both;
	width:			920px;
	padding: 		0 0 10px 0;
	margin: 		20px 20px 0 20px;
	border-top: 	2px solid #999999;
	font-size: 		0.8em;
}
#footer p {
    display: inline;
    float: left;
	margin: 2px 0;
	color: #333;
}
#footer ul {
    display: inline;
    float: right;	
}

#footer li {    
      display: inline;
      float: left;
      margin-top: 2px;
	  margin-bottom: 2px;
}
#footer li a {
    color: #333;    
    padding-left: 10px;
    width: 66px;
}
#footer li a:hover,
#footer li.selected a {
    color: #FF6600;
}