/*
 Screen style    
 Site: Robothams
*/

body {
 background: #000;
 color: #ccc;
 font-size: 68.75%;
 padding: 25px 0;
 text-align: center;
}

#wrapper {
	text-align: left;
	width: 700px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*
=IR
*/
.ir {
 font-size: 1em;
 overflow: hidden;
 position: relative;
}

.ir span {
 background-position: top left;
 background-repeat: no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

.ir a {
 cursor: pointer;
 display: block;
 height: 100%;
 width: 100%;
}

/* Header */
#header {
 height: 85px;
 position: relative;
 margin-bottom: 27px;
}

#logo {
 margin: 0;
 position: absolute;
 top: 0;
 left: 0;
}

#logo img {
 display: block;
}

#tel {
 width: 132px;
 height: 16px;
 position: absolute;
 top: 8px;
 right: 1px;
}

#tel span {
 background-image: url(../images/text/tel.gif);
}

/* Navigation */
#nav {
 bottom: 12px;
 right: 0;
 margin: 0;
 position: absolute;
 width: 392px;
}

#nav li {
 float: left;
 list-style: none;
 margin: 0;
}

#nav a {
 color: #ccc;
 display: block;
 font-size: 1em;
 height: 35px;
 margin: 0;
 overflow: hidden;
 position: relative;
 text-decoration: none;
 text-transform: uppercase;
}

#nav a span {
 background-position: top left;
 background-repeat: no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

#nav a:hover {
 background-color: #000;
 color: #ccc;
}

#nav a:hover span, #nav a.current span {
 background-position: left bottom;
}

#nav a#nav01 {
 width: 56px;
}

#nav a#nav01 span {
 background-image: url(../images/nav/01.gif);
}

#nav a#nav02 {
 width: 79px;
}

#nav a#nav02 span {
 background-image: url(../images/nav/02.gif);
}

#nav a#nav03 {
 width: 76px;
}

#nav a#nav03 span {
 background-image: url(../images/nav/03.gif);
}

#nav a#nav04 {
 width: 73px;
}

#nav a#nav04 span {
 background-image: url(../images/nav/04.gif);
}

#nav a#nav05 {
 width: 53px;
}

#nav a#nav05 span {
 background-image: url(../images/nav/05.gif);
}

#nav a#nav06 {
 width: 55px;
}

#nav a#nav06 span {
 background-image: url(../images/nav/06.gif);
}

/* Dropdown */
#nav li ul {
 background: url(../images/bg/dropdown.png) bottom right no-repeat;
 color: #666;
 display: block;
 left: -999em;
 margin: 0;
 padding: 0 0 5px 0;
 position: absolute;
 width: 189px;
 z-index: 100;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 1.09em;
}

#nav li ul ul {
 margin: -2em 0 0 10em;
}

#nav li:hover ul, #nav li.sfhover ul {
 left: auto;
}

#nav li li {
 border-left: 1px solid #CDCDCD;
 width: 183px;
}

#nav li li a {
 background: #fff;
 border-top: 2px solid #F3F3F3;
 color: #666;
 display: block;
 height: auto;
 line-height: normal;
 padding: 3px 3px 3px 8px;
 text-align: left;
 text-transform: none;
 width: 171px;
}

#nav li li.first {
 border-top: 1px solid #CDCDCD;
}

#nav li li.first a {
 border-top: none;
}

#nav li li a:hover, #nav li li a.current {
 background-color: #93C44C;
 color: #fff;
}

/* Content */
#content {
 float: left;
 width: 486px;
 padding-bottom: 50px;
}

.home #content, .projects #content {
 float: none;
 width: 700px;
 padding: 0;
}

h1 {
 color: #fff;
}

.sIFR-hasFlash h1.sifr {
 font-size: 26px;
 line-height: 26px;
 visibility: hidden;
}

.sIFR-hasFlash #content p.subtitle {
 font-size: 14px;
 line-height: 16px;
 visibility: hidden;
}

.sIFR-hasFlash #content p.intro {
 font-size: 1.63em;
 line-height: 17px;
 visibility: hidden;
}

label {
 color: #fff;
}

#home-slideshow {
 border: 1px solid #989899;
 width: 698px;
 height: 448px;
}
#project-slideshow {
	margin-bottom: 20px;
}
#home-boxes {
	width: 698px;
	height: 100px;
	float: left;
	margin-top: 20px;
	padding-bottom: 23px;
}
.home #home-boxes a:hover {
	text-decoration: none;
	background-color: none;
}
#home-box1 {
	border: 1px solid #989899;
	width: 335px;
	height: 100px;
	float: left;
	margin-right: 24px;
}
#home-box2 {
	border: 1px solid #989899;
	width: 335px;
	height: 100px;
	float: left;
}
#home-line {
	width: 698px;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #444;
	margin: 0px;
	padding: 0px;
}
#home-slideshow img {
 display: block;
}

#content p.news-intro {
 color: #fff; 
}

#projects-slideshow {
 width: 700px;
 height: 430px;
}

/* Enquiry */
form.enquiry {
 background: transparent url(../images/bg/form-bottom.gif) bottom left no-repeat;
 margin-top: 44px;
 padding-bottom: 18px;
 font-size: 1.09em;
}

form.enquiry div {
 background: #333 url(../images/bg/form-top.gif) no-repeat;
 padding: 14px 24px 0 17px;
 width: 445px;
}

form.enquiry p {
 float: left;
 width: 195px;
 margin-bottom: 0.75em;
}

form.enquiry p input, form.enquiry p textarea {
 background-color: #fff;
 border: 1px solid #CDCDCD;
 color: #666;
 padding: 2px 4px;
 width: 185px;
}

form.enquiry p textarea {
 height: 66px;
 width: 185px;
}

form.enquiry p.right {
 float: right;
 width: 195px;
}

form.enquiry p.send {
 clear: both;
 float: none;
 margin: 0;
 padding: 5px 0 0 0;
 width: auto;
}

form.enquiry p.send input {
 border: none;
 padding: 0;
 width: auto;
 display: block;
}

.contact-form {
 font-size: 1.09em;
 margin-top: -15px;
}

.application {
 margin-top: 10px;
}

.contact-form td.label {
 width: 120px;
}

.application td.label {
 width: 160px;
}

.contact-form input, .contact-form textarea {
 width: 250px;
 border: 1px solid #666;
}

.contact-form input.checkbox, .contact-form .contact-send input {
 width: auto;
 border: none;
}

.contact-send {
 margin-top: 20px;
}

#content ul.privacy {
 margin: 0;
}

#content ul.privacy li {
 list-style: none;
}

#content ul.sitemap {
 margin-top: 1.5em;
}

.news {
 background: url(../images/bg/line1.gif) bottom repeat-x;
 padding-bottom: 10px;
 margin-bottom: 20px;
}

.last-news {
 background: none;
}

.news p {
 color: #999;
}
.news h4 {
	color: #93C44C;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: -15px;
	font-size: 13px;
	font-weight: normal;
}

.news img {
 border: 1px solid #93C34C;
 display: block;
 margin: 15px 0 10px 0;
}

.team {
 background: url(../images/bg/line1.gif) bottom repeat-x;
 padding-bottom: 10px;
 margin-bottom: 20px;
 margin-top: 20px;
}

.team img {
 border: 1px solid #999;
 display: block;
 margin: 15px 0 10px 0;
}

.partners img {
 border: 1px solid #93C34C;
 float:left;
 display: block;
 margin: 5px 20px 10px 0;
}

.partners p {
 color: #999;
 margin: 5px 0 10px 0;
 line-height: normal;
}


p.pdf {
 background: url(../images/icons/pdf.gif) left center no-repeat;
 padding-left: 15px;
 margin: 0 0 0.25em 0;
}

/* Sidebar */
#sidebar {
 width: 188px;
 float: right;
 padding: 50px 0;
 color: #666;
 font-size: 0.82em;
 line-height: 1.8;
}

#sidebar p.address {
 font-size: 1.3em;
 line-height: 1.8;
}

#sidebar img {
 border: 1px solid #999;
 margin-bottom: 5px;
}

#sidebar h2 {
 font-size: 1.22em;
 font-weight: normal;
 margin: 0.75em 0 0 0;
}

#sidebar h2.news-archive {
 font-size: 1.4em;
 font-weight: normal;
 margin: 0.75em 0 0 0;
}

#sidebar ul {
 margin: 0 0 0.75em 0;
}

#sidebar li {
 margin: 0;
 list-style: none;
}

#sidebar input {
 font-size: 1.22em;
 color: #999;
 vertical-align: middle;
}

#sidebar input.email {
 border: 1px solid #666;
 padding: 3px 4px;
 font-family: Arial, Helvetica, sans-serif;
 margin-right: 4px;
}

/* Footer */
#footer {
	border-top: 7px solid #93C44C;
	clear: both;
	margin-top: 0px;
	padding-top: 16px;
	color: #999;
}

.home #footer {
	border: 0;
	margin: 0px;
}

#footer .left {
	width: 520px;
	float: left;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}

#footer .right {
 font-size: 0.91em;
 width: 100px;
 float: right;
 text-align: right;
}

#footer a {
 text-decoration: none; 
}

#footer .left a {
 color: #999;
}

#footer .left span {
 margin-left: 8px;
}

#footer p.smaller {
 color: #666;
 font-size: 0.91em;
}

#footer p.smaller a {
 color: #666;
 margin-right: 10px;
}

#footer p.smaller span {
	padding: 0px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}

#footer .right a {
 color: #999;
}

#footer .copy {
	background: url(../images/bg/logo-small.gif) 5px 50% no-repeat;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
}

.news-archive-links {
padding-bottom: 10px;
border-bottom: 1px dashed #CCC;
}

p.news-archive {
font-size: 14px;
margin-bottom: 3px;
}

.news-archive-links p {
font-size: 12px;
margin-bottom: 3px;
color: #CCC;
}

.news-archive-links p a {
color: #CCC;
text-decoration: none;
}

.news-archive-links p a:hover {
color: #000;
text-decoration: underline;
}
