/*
Name: robertsonsimpson
Date: 21-07-2009
Author: Adrian Booth
URL: http://www.dmsdesign.co.uk


/* default elements */
* {margin: 0; padding: 0;}

body {
	color: #222;
	font-family: sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-image: none;
	padding: 0%;
}

a {
	color: #3AAADC;
}
a:hover {
	color: #0D0F49;
}

big {font-size: 1.1em;}

h1,h2,h3,h4,h5,h6 {
	color: #3AAADC;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 5px;
	line-height: 1.5em;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	font-family: Tahoma, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	font-family: Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin: 0px;
	padding-left: 20px;
	color: #FFFFFF;
}

h4 {
	font-family: Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	background-image: url(../img/arrow_over_f2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-left: 20px;
}

h5 {
	font-family: Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	background-image: url(../img/arrow_over_f2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-left: 20px;
}
h6 {
	font-family: Tahoma, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 5px;
	line-height: 1.5em;
}
h6 a {text-decoration: none;}
h6 a:hover {text-decoration: underline;}

blockquote {
	background: url('../img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {
	line-height: 1.5em;
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #332;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container {
	font-size: 1.3em;
	line-height: 1.3em;
	width: 980px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #332;
	background-color: #FFFFFF;
}

/* header */
.title {
	background-color: #FFFFFF;
	height: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.top_logo{
	float:left;
	width:400px;
	height:100px;
	background-position:left 0px;
	margin-right: 0px;
	margin-top: 35px;
	margin-left: 33px;
	background-repeat: no-repeat;
	background-image: url(../img/RS%20Logo%20NEW.jpg);
}

.top_head_banner{
	float:right;
	width:240px;
	height:85px;
	background-position:right 0px;
	background-image: url(../img/header_back.gif);
	background-repeat: no-repeat;
	margin-right: 50px;
	margin-top: 45px;
}

.top_head_banner .text{
	background-position:0px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}

.top_head_banner a {
	text-decoration: underline;
	color: #FFFFFF;
}
.top_head_banner a:hover {
	text-decoration: underline;
	color: #0D0F49;
}

.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	height: 276px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 50px;
	margin-left: 50px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #663;
	margin-bottom: 12px;
}

/* menu */

.menucontainer {
	background-color: #FFFFFF;
	height: 27px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
	padding-right: 50px;
}

.menu {
	height: 25px;
	background-repeat: repeat;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #996;
	background-position: top;
	float: right;
}
.menu a {
	color: #666666;
	text-align: left;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 4px;
	margin-left: 4px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #C9C6B3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px;
	vertical-align: top;
	text-indent: 0px;
	width: 300px;
	background-image: url(../img/arrow_over.gif);
}
.menu a:hover,.menu a#active {
	background-position: left center;
	color: #0D0F49;
	width: 100px;
}



/* navigation */
.navigation {
	height: 41px;
	background-repeat: repeat;
	padding-right: 46px;
	padding-left: 46px;
	background-image: url(../img/nav_back.gif);
	padding-top: 16px;
	padding-bottom: 8px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #996;
	background-position: top;
}
.navigation a {
	background: #FFF url(../img/nav.gif) repeat-x;
	color: #FFFFFF;
	float: left;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	width: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 4px;
	margin-left: 4px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #C9C6B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #FFFFFF;
}

/* bottom navigation*/

.botnavcontainer {
	height: 27px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
	padding-right: 50px;
}

.bottomnav {
	height: 25px;
	background-repeat: repeat;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #996;
	background-position: top;
	float: left;
}
.bottomnav a {
	color: #666666;
	text-align: left;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 4px;
	margin-left: 4px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #C9C6B3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	background-repeat: no-repeat;
	background-position: 0px;
	vertical-align: top;
	text-indent: 0px;
	width: 300px;
	background-image: url(../img/arrow.gif);
}
.bottomnav a:hover,.bottomnav a#active {
	background-position: left center;
	color: #0D0F49;
	width: 100px;
}

/* main */
.main {
	background-image: url(../img/two_column_back.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-size: None;
}
.main#two-columns {
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/two_column_back.gif);
}

.main#one-column {
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/two_column_back.gif);
}

/* bottom */
.bottom {
	color: #444;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AA8;
}
.bottom .left,.bottom .right {width: 49%;}



/* footer */
.footer {
	color: #FFFFFF;
	background-color: #B3B3B3;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.footer .left {
	width: 90%;
	font-size: 10px;
	color: #FFFFFF;
}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.clearer2 {
	font-size: 14;
	height: 14px;
	background-image: url(../img/nav_back.gif);
}
.col2 .left {
	width: 584px;
	margin-left: 50px;
	background-color: #FFFFFF;
	padding: 0px;
}
.col2 .right .content {
	background-color: #B3B3B3;
}
.col2 .right {
	width: 288px;
	margin-right: 50px;
	height: 100%;
}

.col2 .rightbottom .content {
	background-color: #FFFFFF;
}
.col2 .bottom .right {
	width: 288px;
	margin-right: 50px;
	height: 100%;
	background-color: #FFFFFF;
}
.content {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.left {float: left;}
.right {float: right;}
.right .content {
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
}

.col1 .left {
	margin-left: 100px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: 100px;
}

.form {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: center;
}

.col1 .leftform {
	margin-left: 50px;
	padding: 0px;
	margin-right: 50px;
	text-align: center;
	background-color: #FFFFFF;
}

/* block list */
ul.block {
	width: 90%;
	border-top-color: #CCCCCC;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.block li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.block li a,.block li em {
	color: #FFFFFF;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 1.05em;
	color: #FFFFFF;
	background-color: #B3B3B3;
	padding-left: 0px;
	margin-left: 10px;
}
.right .block li a:hover {
	background-color: #999999;
	color: #FFFFFF;
}

ul.rightbottom .block {
	width: 94%;
	border-top-color: #CCCCCC;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0;
}
.rightbottom .block li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-right: 0px;
}
.rightbottom .block li a,.block li em {
	color: #666666;
	display: block;
	font-size: 0.9em;
}
.rightbottom .block li em {
	font-size: 0.9em;
	font-style: normal;
}
.rightbottom .block li a {
	text-decoration: none;
	width: 94%;
	padding-top: 2px;
	padding-right: 3%;
	padding-bottom: 2px;
	padding-left: 2px;
}
.rightbottom .block li a span {font-weight: bold;}
.rightbottom .block li a:hover {
	color: #000000;
	background-color: #E6E6E6;
}
.rightbottom .block,.right .blockbottom li {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 1.05em;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 0px;
	margin-left: 10px;
}

