
img { border: none; display: block;}

body, form, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,p,span,div,blockquote,legend,fieldset {
	margin: 0;
	padding: 0;
}

#header {
	background-color: #999;
	height: 270px;
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

hr {
	display: none;
}

address {
	margin-top: 3px;
	font-style: normal;
	line-height: 1.1;
}

body {
	font: normal 12px/1.6 "Trebuchet MS", Lucite Grande, Verdana, sans-serif;
	background: url(images/bg/body_bg.gif) repeat-x;
	text-align: center;
	color: #333;
}

#wrapper {
	width: 100%;
	text-align: center;
	background: url("images/bg/wrapper_bg.jpg") no-repeat center top;
}


#inner-wrapper {		
	position: relative;
	padding-top: 22px;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}


body.index { background: url("images/bg/body_index_bg.gif") repeat-x }
body.index #wrapper { background: url("images/bg/wrapper_index_bg.jpg") no-repeat center top }


body.work { background: url("images/bg/body_work_bg.gif") repeat-x }
body.work #wrapper { background: url("images/bg/wrapper_work_bg.jpg") no-repeat center top }




/********** General link styles ***************/

a:link {
	text-decoration: underline;
	color: #f60;
}

a:visited {
	color: #f90;
}

a:hover {
	background-color: #FCFCE0;
	color: black;
	text-decoration: none;
}

a.subtle {
	color: #999;
}

a.subtle:hover {
	color: black;
}

a.vcard {
	text-decoration: none;
	background: url(images/bg/vcard.gif) no-repeat left center;
	padding: 2px 0 2px 25px;
	color: #999;
	font-size: 11px;
}

a.vcard:hover {
	color: black;
}



/********* Main heading styles ****************/


h2 {
	margin-bottom: 2px;
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #D6D6D6;
}


h3 {
	font: bold 24px/24px Arial, Helvetica, sans-serif;
/*	letter-spacing: -1px; */
	color: #000;
  margin-bottom: 35px;
}

h4 {
	font: bold 15px Arial, Helvetica, sans-serif;
		color: black;
    margin-bottom: 4px;
}

h5 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: black;
  margin-bottom: 3px;
}




/*********** Logo box ***************/

#logo a {
	display: block;
	width: 150px;
	height: 130px;
	background: white url(/images/misc/rd_logo.gif) no-repeat 0px 0px;
}

#logo a:hover {
	background-position: 0px -260px;
}

#logo a:active {
	background-position: 0px -130px;
}


#logo h1 {
	width: 150px;
	text-indent: -10000px;
	overflow: hidden;
}


/******** Telephone number (top-right) *********/

#tel {
	position: absolute;
	right: 17px;
	top: 6px;
	color: #999;
	font-size: 11px;
	padding: 0;
	line-height: 100%;
}

#tel strong {
	color: #333;
}







/******** Main nav styles **************/

#nav {
	border-top: 1px solid white;
	width: 740px;
	height: 140px;
	position: absolute;
	top: 152px;
  left: 10px;
  z-index: 1000;
}

#nav ul li {
	padding-top: 9px;
	display: block;
	height: 120px;
	width: 148px;
	float: left;
	list-style: none;
	line-height: 100%;
}


#nav ul li a {
	padding-left: 15px;
	padding-top: 9px;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}


#nav ul li a:hover {
	background: url("images/bg/nav_hover_bg.gif") no-repeat center top;
	}


#nav ul li ul {
	height: 100px;
	margin-top: 7px;
	padding: 0;
}

#nav ul li ul li {
	color: #999;
	width: 130px;
	height: 16px;
	list-style: none;
	padding: 0 0 0 10px;
	display: block;
	margin: 0;
}


#nav ul li ul li a {
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 7px;
	margin: 0;
	text-transform: none;
	text-decoration: none;
	color: white;
	opacity:0.60;
	-khtml-opacity:0.60;
	filter:alpha(opacity=60);
	voice-family: "\"}\"";
	voice-family: inherit;
	float: left;
	}

/* reset container for opera */
html>body #nav ul li ul li a {
	float: none;
}


#nav ul li ul li a.current,#nav ul li ul li a.current:hover {
	background: url("images/bg/nav_arrow_bg.gif") no-repeat left center;
	opacity:0.99;
	-khtml-opacity:0.99;
	filter:alpha(opacity=99);
}



#nav ul li ul li a:hover {
	background: transparent;
	color: white;
	opacity:0.99; 
	-khtml-opacity:0.99;
	filter:alpha(opacity=99);
}



/****** Work showcase (on homepage only) *******/

#showcase {
	z-index: 100000;
	position: absolute;
	top: 290px;
	left: 0;
	width: 760px;
	height: 185px;
	/* background:   url("images/bg/recent_work_bg.gif") no-repeat 588px 20px; */
}

#showcase h4 {
	display: none;
}

#showcase ul {
	height: 155px;
	padding-top: 40px;
	padding-left: 25px;
}

#showcase ul li {
	background: none;
	width: 55px;
	height: 55px; 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}


#showcase ul li.featured {
	display: block;
	float: left;
	width: 187px;
	height: 140px;
}

#showcase ul li.featured a {
	text-decoration: none;
	background: #DFEFF9;
	display: block;
	width: 187px;
	height: 140px;
}


#showcase ul li.featured a span  {
	padding: 1px 0 0 12px;
	width: 140px;
	font: 11px "Trebuchet MS", Georgia, Verdana, sans-serif;
	display: block;
	background: #DFEFF9;
	height:15px;
	line-height: 100%;
	margin-top: 2px;
}


#showcase ul li.links {
	text-align: center;
	font-size: 12px;
	float: left;
	color: #D3D3D3;
	margin-top: 4px;
	width: 150px;
	height: 45px;
	padding-top: 20px;
	background: url(images/bg/callout_bg.gif) no-repeat center top;
	line-height: 12px;
}

#showcase ul li.links a:link,  #showcase ul li.links a:visited {
	display: inline;
	color: #0099FF;
	line-height: 15px;
	text-decoration: none;
	}
	
#showcase ul li.links a:hover {
	text-decoration: none;
	text-decoration: underline;	
}

#showcase ul li.links a.shuffle {
	background: url(images/bg/shuffle_bg_ani.gif) no-repeat 0px 0px;
	padding: 3px 0 3px 22px;
 }


#showcase ul li.links a.shuffleload {
	text-decoration: none;
	background: url(images/bg/shuffle_bg_ani.gif) no-repeat 0px -70px;
	padding: 3px 0 3px 22px;
 }

#showcase ul li a {
	background: #DFEFF9;
	display: block;
	width: 55px;
	height: 55px;
	color: #B5C8D2
}


#showcase ul li a:hover  { color: #63727A }

#showcase ul li a img, #showcase ul li a:visited img  {
	width: 35px;
	height: 35px;
	margin: 0;
/*	border: 2px solid #C7D8E1; */
	border: 2px solid #C7DDEB;
	display: inline;
/*	background: #728087; */
	padding: 1px;
}

#showcase ul li.featured a img, #showcase ul li.featured a:visited img {
	padding: 1px;
	width: 145px;
	height: 110px;
	border-width: 4px;
	display: block;
/*	background: url(images/bg/loading_bg.gif) no-repeat center center; */
}


#showcase ul li a:hover img {
	border-color: #B5D1EE;
}


#showcase ul li a:visited:hover img { border-color: #B5D1EE}

#showcase ul li a:active img, #showcase ul li a:visited:active img { border-color: #ff9900}

#showcase ul li a.dimmed {
	opacity:0.17;
	-khtml-opacity:0.17;
	filter:alpha(opacity=17);
}



.highlight {
	background: #FFFCF0;
}

#content p.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: black;
/*	margin-top: 35px; */
	margin-bottom: 1.1em;
	width: 90%;
}

#content p.intro em {
	font-style: normal;
/*	background: #FFFBE8; */
	padding: 1px 0;
}


body.index #content h2 {
	text-transform: none;
	font: bold 24px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	letter-spacing: -1px;
	color: #333;
	margin-top: 195px;
	margin-bottom: 0.8em;
}

body.index #content h2 span {
	color: #ccc;
	font-size: 20px;
}

#content {
	display: inline;
	width: 435px;
	float: left;
	margin: 12px 0 0 30px;
	padding-bottom: 30px;
}

#content p {
	line-height: 140%;
	margin-bottom: 1.35em;
}

strong { color: black; }

#content ul {
  padding-top: 6px;
  padding-left: 30px;
  margin-bottom: 1.35em;
  }
#content ul li {
  line-height: 130%;
  margin-bottom: 0.7em
  }


body.about #content { width: 520px; }

#section-nav {
	text-align: center;
	position: absolute;
	top: 315px;
	left: 560px;
	width: 175px;
	font-size: 11px;
}
/*
#section-nav ul {
	margin: 0;
	padding: 0;
}

#section-nav ul li {
	list-style: none;
	display: block;
	float: left;
}
	
#section-nav ul li.next {
	margin-left: 5px;
	padding-left: 10px;
	}

#section-nav ul li a, #section-nav ul li a:visited {
	font: 11px Arial, Helvetica, sans-serif;
}
*/

#section-nav a:link, #section-nav a:visited {
	font: 11px Arial, Helvetica, sans-serif;
}


#section-nav a.prev {
float: left;
}

#section-nav a.next {
	float: right;
}

#sidebar {
	width: 200px;
	margin: 70px 0 0 540px;
	padding-bottom: 15px;
}

div.sidebar-content {
  padding-top: 15px;
	margin-left: 28px;
	font-size: 11px;
  margin-bottom: 25px;
}


img.sidebar-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px 0;

}

body.work #sidebar { margin-top: 320px; }
/* body.contact #sidebar { border: 1px solid #E0E0E0 } */

body.work #content h3 { margin-bottom: 285px; }


#sidebar h4 { 
	font: bold 15px/1.3 Arial, Helvetica, sans-serif;
	color: black;
}


div.contacts {
		padding-top: 12px;
		padding-bottom: 5px;
/*		margin-left: 28px; */
}

#brochure {
	margin-top: 38px;
	padding-top: 40px;
}

#brochure img {
	margin-bottom: 8px;
}

#brochure p {
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.4em;
	color: #999;
}

#other {
	padding-top: 15px;
	margin-left: 28px;
	font-size: 11px;
  margin-bottom: 25px;
}
#other ul {
	margin-left: 15px;
	margin-top: 5px;
	color: #ccc;
	
	}
#other ul li {
	list-style: circle;
	margin-bottom: 3px;
}
#other ul li.current {
	list-style: disc;
	color: #666;
	}

#other ul li a:link, #other ul li a:visited  {
	color: #666;
}

#other ul li a:hover {
	color: black;
}

#other ul li.current a {
	color: black;
	text-decoration: none;
}

#other ul li.overview {
	list-style: none;
	margin-top: 10px;
}

#other ul li.overview a:link, #other ul li.overview a:visited  { color: #f60; }


#related-project {
	background: #E9F4FB;
	padding: 18px 20px 15px 25px;
	width: 150px;
	border: 1px solid #D3E9F8;
	margin-bottom: 10px;
}

#related-project h4, #results h5 {
	color: #CDD3D6;
	font: normal 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
}

#related-project h5 {
	font: bold 15px arial, helvetica, sans-serif;
	margin-bottom: 16px;
}

#related-project p {
	color: #9BA7AA;
	font: 11px/1.3 Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 2px;
}

#related-project a img {
	width: 145px;
	height: 110px;
	border: 3px solid #C7D8E1;
	background: transparent;
	padding: 1px;
	margin-bottom: 12px;
	margin-left: -5px;
}


#related-project a:hover img {	border-color: #BAC9D1; }

#related-project ul li {
	list-style: none;
	margin: 0 0 2px 5px;
	padding: 0 0 0 8px;
	background:  url(images/bg/blue_arrow_bg.gif) no-repeat left center;
}

#related-project ul li a {
	color: #0099FF;
	font-size: 11px;
}

#related-project ul li a:hover {
	text-decoration: underline;
}








#enquiry {
	padding: 18px 20px 15px 20px;
	width: 400px;
	margin-bottom: 10px;
}










.related {
	background: #E9F4FB;
	padding: 18px 20px 15px 20px;
	width: 160px;
	border: 1px solid #D3E9F8;
	margin-bottom: 25px;
}

.related h5 {
	font: bold 15px arial, helvetica, sans-serif;
	margin-bottom: 16px;
}

.related p {
	font: 11px/1.3 Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 2px;
}


.related ul {
  margin-bottom: 1.3em;
}



.related ul li {
  margin-left: 20px;
  font-size: 11px;
  line-height: 135%;
}


.related a {
	color: #0099FF; 
}


#managed-servers {
  margin-top: 50px;
}

#managed-servers img {
  padding-top: 8px;
  margin-left: -12px;

}

p.price {
  font-size: 12px;
  color: #990000;
}

p.price strong {
 color: #990000;
  font-size: 16px;
  padding: 0 2px;
}

/******** Call to action box ************/

#action {
	margin-top: 20px;
	background: #FCFCE0;
/*	border: 1px solid #E2EBBC; */
	border: 3px double #E2EBBC;
	width: 736px;
	margin-left: 10px;
	padding: 6px 0;
	clear: both;
}

#action h4 {
	font: bold 15px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
}


#readytotalk {
	float: left;
	display: inline;
	width: 375px;
	padding: 18px 0 15px 0;
	margin-left: 25px;
}



#readytotalk p a:link, #readytotalk p a:visited {
	color: #666;
}

#readytotalk ul {
	margin-bottom: 30px;
}

#readytotalk ul li {
	color: #99BF00;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	margin: 0 0 13px 0;
	list-style: none;
	line-height: 100%;
}

#readytotalk ul li.telephone {
	font-weight: bold;
	color: #C1C1B9;
}

#readytotalk ul li.telephone strong {
	font-size: 17px;
	color: #666;
}

#readytotalk ul li a {
	color: #99BF00;
	padding: 2px;
}

#readytotalk ul li a:hover {
	color: white;
	background-color: #99BF00;
	text-decoration: none;
}


#subscribe {
	margin-left: 505px;
	width: 215px;
	border-left: 1px solid #DBE7AB;
	padding: 16px 0 10px 0;
}

#subscribe form {
	margin-left: 25px;
}

#subscribe p {
	color: #828282;
	font-size: 11px;
	line-height: 115%;
	margin-bottom: 9px;
}

#subscribe form input#email {
	border: 1px solid #999;
	padding: 2px;
	font-size: 12px;
	color: black;
	width: 150px;
	margin-bottom: 3px;
}



#work-header {
	position: absolute;
	top: 355px;
 	left: 5px;
	width: 730px; 
	height: 225px;
	padding-top: 20px;
	padding-left: 22px;
/*	background: #E9F4FB; */
/*	background: url(images/bg/work-banner_bg.gif) no-repeat left top;	 */
}



#viewer {
	float: left;
	width: 395px;
	display: inline;
}

#project-image {
	border: 6px solid #C7DDEB;
	background: #C7DDEB url(images/bg/switch_image_loading.gif) no-repeat center center;
	width: 380px;
	height: 170px;
}


img#workimage {
	display: block;
	width: 380px;
	height: 170px;
}




#viewer ul {
	float: left;
	display: inline;
	height: 22px;
	margin: 8px 0 0 10px;
	padding: 0;
	width: 180px;
}

#viewer ul li {
	list-style: none;
	float: left;
	margin: 0 8px 0 0;
}

#viewer ul li a#img1 {	background-image: url(images/nav/viewer_bg_1.gif);}
#viewer ul li a#img2 {	background-image: url(images/nav/viewer_bg_2.gif);}
#viewer ul li a#img3 {	background-image: url(images/nav/viewer_bg_3.gif);}
#viewer ul li a#img4 {	background-image: url(images/nav/viewer_bg_4.gif);}
#viewer ul li a#img5 {	background-image: url(images/nav/viewer_bg_5.gif);}
#viewer ul li a#img6 {	background-image: url(images/nav/viewer_bg_6.gif);}

#viewer ul li a:link, #viewer ul li a:visited {
	text-decoration: none;
	height: 22px;
	width: 22px;
	display: block;
	padding: 0px;
	text-indent: -1200px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#viewer ul li a:hover {
	background-color: transparent;
	background-position: 0px -50px;
}


#viewer ul li a.on {	background-position: 0px -100px; }



#project-url {
	color: #C7DDEB;
	text-align: right;
	margin-left: 210px;
	width: 160px;
	margin-top: 8px;
	font-size: 11px;
}

#project-url a:link {
	color: #09f;
}

#project-url a:visited {
	color: #51B7F9;
}

#project-url a:hover {
	background: none;
	text-decoration: none;
}

#results {
/*	background: #E2EEF5;
	border: 1px solid #D3E9F8; 
	padding: 10px 15px 10px 22px; */
	position: absolute;
	left: 530px;
	top: 25px;
	width: 190px;
	height: 170px;
/*	margin-left: 525px; */
	color: #C3CDD3;
}

#results h5 {
	color: #C3CDD3;
	margin-bottom: 3px;
}

#results blockquote {
	color: #89AEC7; 
	font-size: 17px;
	line-height: 1.2;
/*	background: url(images/bg/callout_bg.gif) no-repeat left bottom; */
	padding-bottom: 30px;
}

#results ul {
	padding: 8px 15px 10px 0;

/*	position: absolute;
	left: 530px;
	top: 158px; */
	width: 170px;
/*	background:   url(images/bg/callout_bg.gif) no-repeat left top; */
	/*	margin-left: -10px; */
}


#results ul li {
	list-style: none;
	padding-left: 8px;
	background:   url(images/bg/blue_arrow_bg.gif) no-repeat left center;
}


#results a, #results a:visited {
	color: #0099FF;
	font: normal 11px "Trebuchet MS", Georgia, Verdana, sans-serif;
	border: none;
	}

#results a:hover {
	text-decoration: underline;
}



#footer {
	font-size: 11px;
	color: #999999;
	clear: both;
	width: 700px;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
	padding-left: 20px;
}

span.copyright {
	color: #585858;
	padding-right: 6px;
}

img#new {
	position: absolute;
	left: -28px;
	top: 265px;
	width: 60px;
	height: 60px;
}



#worklist {
	width: 580px;
	margin: 0 0 0 30px;
	padding: 0 0 25px 0;
	clear: left;
	float: left;
	display: block;
}


#worklist li {
	width: 115px;
	height: 85px;
	display: block; 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	line-height: 100%;
}


#worklist li a, #worklist li a:visited {
	text-decoration: none;
	display: block;
	border: none;
	color: #999;
}

#worklist li a:hover {
	background-color: transparent;
	color: black;
}

#worklist li a img, #showcase li a:visited img  {
	width: 35px;
	height: 35px;
	margin: 0 0 4px 0;
	border: 2px solid #C7DDEB;
	display: inline;
	padding: 1px;
}


#worklist li a:hover img,
#worklist li a:visited:hover img {
	border-color: #90B1D1;
}

/* #worklist li a:visited:hover img { border-color: #90B1D1} */



fieldset.contacts {
  border: 1px solid #E0E0E0;
  padding: 15px 25px;
}

fieldset.contacts legend {
	font: normal 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
  color: #bbb;
}

  


/****** Contact form **********/


body.contact #content form {
/*	border: 3px double #E2EBBC; */
	border: 3px double #EFEFEF;
	background: #F3F4F8;
	padding: 20px 30px;
	width: 280px;
	margin-top: 40px;
}

body.contact #content form p {
	margin-bottom: 1em;
}

body.contact #content form h5 {
	margin-bottom: 1.3em;
}

body.contact #content form label {
	color: black;
}

.textfield {
	border: 1px solid #666;
	padding: 1px;
}

