/*RESET*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*LAYOUT*/

body {
	width: 16000px;
	background: black url(/images/RD-horiz-bg2.jpg) no-repeat;
}

section {
	width: 930px;
	float: left;
	padding-left: 30px;
	padding-right: 1040px;
	margin-top: 55px;
}

article {
	background: transparent url(/images/pix-000-70.png);
	margin: 50px;
	padding: 30px;
	min-height: 400px;
}

.title {
	display: inline-block;
	margin: 5px 15px 15px 5px;
	padding-top: 26px;
	height: 1px;
	width: 371px;
	overflow: hidden;
	float: left;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}

.insert {
	display: block;
	margin: 8px 0 0 8px;
	padding: 5px;
	border: 1px solid #ddd;
	float: right;
}

nav ul {
	position: fixed;
	line-height: 55px;
	margin: 0 100px;
	padding: 0 10px;
	background: transparent url(/images/pix-000-70.png);
	white-space: nowrap;
	z-index:1000;
}

nav ul li { display: inline; }

#logo {
	position: fixed;
	display: block;
	background: transparent url(/images/RD-logo-sm-70.png) no-repeat;
	overflow: hidden;
	text-align: left;
	height: 55px;
	width: 100px;
}

#logo h1 { visibility: hidden; }

form { clear: both; }

label, .label {
	display: block;
	margin: -5px 0 0 0.45em;
}

form p { margin: 0.2em 0; }

.unit { display: inline-block; }

.submit { text-align: right; }

.submit input {
	padding: 0.7em;
	margin-left: -30px;
}

.cen {
	position: relative;
	margin: 134px 0 0 273px;
}

.cell {
	display: inline-block;
	vertical-align: middle;
	margin: 0.4em 0 0.4em 0;
}

#map {
	display: inline-block;
	float: right;
	max-height: 1100px;
	max-width: 400px;
	overflow: auto;
}

.ccol {
	display: table-cell;
	vertical-align: text-top;
}

.ccol1 {
	clear: left;
	min-width: 300pt;
}

#how ul {margin: 0 70px; padding: 0;}

#how ul li {
	list-style:none;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#how ul li + li {
	padding-top: 1em;
}

#how ul li span.bullet {
	float: left;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	background-color: white;
	margin: 20px 20px 20px -50px;
	height: 10px;
	width: 10px;
}

#how ul li:nth-child(even) {
	margin-left: -50px;
}

#how ul li:nth-child(even) span.bullet {
	float: right;
	margin: -5px -40px 5px 5px;
	background: transparent url('/images/RD-sixsteps-bg.png') no-repeat;
	height: 50px;
	width: 50px;
}

#how ul li:nth-child(odd) span.bullet {
	margin: 5px 10px 5px -60px;
	background: transparent url('/images/RD-sixsteps-bg.png') no-repeat;
	height: 50px;
	width: 50px;
}

#how ul li:nth-child(6n+2) span.bullet {
	background-position: 0 -50px;
}

#how ul li:nth-child(6n+3) span.bullet {
	background-position: 0 -100px;
}

#how ul li:nth-child(6n+4) span.bullet {
	background-position: 0 -150px;
}

#how ul li:nth-child(6n+5) span.bullet {
	background-position: 0 -200px;
}

#how ul li:nth-child(6n+6) span.bullet {
	background-position: 0 -250px;
}

/*CORRECTIONS*/

.threehigh { height: 104px; }

.halfspan { width: 371px; }

.shim {
	width: 1em;
	display: inline-block;
}

.enter { margin-left: 172px; }

#home article h1 { width: 167px; }

#contact article h1 { width: 160px; }

#how article h1 { width: 163px; }

#workflow article {
min-width:800px;
}

/*HAX*/

.gadget .title, .gadget .powered, .gadget tr:nth-of-type(1) { display: none; }

.gadget { margin-top: 1em !important; }

.gadget tbody div {
	border: none !important;
	background: transparent url(/images/pix-fff-60.png) !important;
}

/*FONTS*/

body {
	color: #eee;
	font: 500 17px/150% "Lucida Grande", "Lucida Sans Unicode", Jamrul, sans-serif;
	letter-spacing: 0.1em;
}

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

a:visited {
	text-decoration: underline;
	color: #e2e2e2;
}

a:active {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

article p { vertical-align: text-top; }

#home article p + p, #workflow article p + p { margin-top: 1em; }

em, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Myriad Pro", Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

nav ul li a {
	color: #e0e0c0;
	outline: 0;
	font: bold 16px/100% "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	padding: 0 5px;
}

nav ul li.active { color: #b22222; }

nav ul li.active a, nav ul li.active a:hover { color: inherit; }

a, a:focus { outline: none; }

article blockquote {
	font: 500 italic 1.05em/130% Georgia, "Times New Roman", serif;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
}

#tml li p { text-align: right; }

input:focus, textarea:focus {
	outline: #eee thin dashed;
	background: transparent url(/images/pix-fff-80.png);
}

nav a:link { text-decoration: none; }

nav a:visited { text-decoration: none; }

nav a:active {
	text-decoration: none;
	color: #fff;
}

nav a:hover {
	text-decoration: none;
	color: #fff;
}

form input, form textarea {
	font: bold 1.1em/100% Monaco, "Lucida Console", "DejaVu Sans Mono", monotype;
	border: none;
	background: transparent url(/images/pix-fff-60.png);
	color: #333;
}

form hr {
	border: 0;
	margin: 0.75em 0 1em 0.2em;
	float: left;
	width: 44em;
	color: #eee;
	background-color: #eee;
	height: 1px;
}

label, .label {
	font-size: 0.5em;
	text-transform: uppercase;
	vertical-align: super;
}

legend {
	line-height: 1.75em;
	margin-bottom: 1em;
}

.sm { font: normal 0.75em/100% "Monaco", "Lucida Console", "DejaVu Sans Mono", monotype; }

.med { font: normal 0.85em/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

.left {
	text-align: right;
	min-width: 8em;
	margin-right: 1em;
}

.vshim {
	display: table-cell;
	height: 476px;
	width: 0px;
	vertical-align: middle;
}

.vshimmed {
	display: table-cell;
	vertical-align: middle;
}

#slider-home {
	height: 204px;
	overflow: hidden;
}

#slider-home .viewport {
	float: left;
	width: 285px;
	height: 204px;
	overflow: hidden;
	position: relative;
}

#slider-home .disable, #slider-tml .disable { visibility: hidden; }

#slider-home .overview, #slider-tml .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}

#slider-home .overview li {
	float: left;
	margin: 0 20px 0 0;
	padding: 1px;
	height: 200px;
	border: 1px solid #dcdcdc;
	width: 280px;
}

#slider-tml {
	height: 480px;
	clear: both;
	background: transparent url(/images/quote.png) no-repeat top left;
}

#slider-tml .viewport {
	float: left;
	width: 640px;
	height: 480px;
	overflow: hidden;
	position: relative;
}

#slider-tml .overview li {
	float: left;
	margin: 0 20px 0 0;
	padding: 1px;
	height: 476px;
	border: none;
	width: 634px;
}

#slider-tml .pager {
	overflow: hidden;
	list-style: none;
	margin: -40px 15px 0 30px;
	float: right;
}

#slider-tml .pager li {
	float: left;
	margin: 0 0.35em;
}

#slider-tml .pagenum {
	background: transparent url(/images/nav-beans.png) no-repeat;
	height: 20px;
	width: 20px;
	text-decoration: none;
	text-align: center;
	display: block;
}

#slider-tml .pagenum:hover {
	text-decoration: none;
	background: url(/images/nav-beans.png) no-repeat scroll -40px 0 transparent;
}

#slider-tml .active { background: url(/images/nav-beans.png) no-repeat scroll -20px 0 transparent; }

#slider-tml .buttons {
	display: block;
	margin: 132px 0 0 0;
	float: left;
	width: 36px;
	height: 1px;
	overflow: hidden;
	position: relative;
	padding-top: 35px;
}

#slider-tml .next {
	margin: 198px 0 0 20px;
	background: url("/images/nav-arrows.png") no-repeat scroll 0 -1px transparent;
}

#slider-tml .next:hover { background: url("/images/nav-arrows.png") no-repeat scroll -37px -1px transparent; }

#slider-tml .prev {
	margin: 198px 20px 0 0;
	background: url("/images/nav-arrows.png") no-repeat scroll 0 -38px transparent;
}

#slider-tml .prev:hover { background: url("/images/nav-arrows.png") no-repeat scroll -37px -38px transparent; }

#how ul {
list-style: square;
clear:both;
}

#how li {
padding-bottom:1em;
}

/* B&A GALLERY */

.bna-label {
font-size: 0.9em;
text-transform: uppercase;
margin-right: 1em;
letter-spacing: 0.3em;
display: inline-block;
*display: inline;
*zoom: 1;
min-width: 103px;
text-align: right;
}

.galcon { position: relative;/*height prevents overlaying*/
width:800px;
display:inline-block;
white-space:nowrap;
}

.thumb img {
	border: 1px solid #ddd;
	margin: 1px 6px 6px 1px;
	height: 60px;
	width: 60px;
	vertical-align: middle;
}

.thumb:hover { background-color: transparent; }

.thumb:hover img {
	border: 2px solid #eee;
	margin: 0 5px 5px 0;
}

.thumb span { /*enlarged*/
	position: absolute;
	background: transparent url(/images/pix-000-70.png);
	padding: 15px;
	border: none;
	visibility: hidden;
	text-decoration: none;
	white-space: normal;
}

.thumb span img {
	width:auto;
	height:auto;
	float:left;
	margin-right:15px !important;
}

.thumb:hover span img, .thumbnail:visited span img, .thumbnail:active span img { border: 1px solid #ddd; }

.thumb:hover span {
	visibility: visible;
	top: 70px; /*v offset*/
	left: 0; /*h offset*/
	z-index: 50;
}

/* H-POT */
input[name="medium"], label[for="medium"] {
	position:absolute;
	overflow:hidden;
	clip: rect(0 0 0 0); 
	height:1px; width:1px;
	margin:-1px; padding:0; border:0; 
}

/* GARBAGE
#lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: rgba(0,0,0,0.7);
	z-index: 100; }

#lb_wrap { 
	position: absolute;
	left: 50%;
	top: 50%; }
	
#lbimg {
	display: block;
	border: 5px solid #fff; }
	
#close {
	position: absolute;
	display: none;
	width: 250px;
	height: 40px;
	margin: 0 auto;
	background-color: #414141;
	background: rgba(65, 65, 65, 0.8);
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0; 
	-webkit-border-radius: 0 0 5px 0; 
	font: bold 1em Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff; }

a:hover #close { display: block; }

hr {
	height: 1px;
	background-color: #fff;
	border: 0;
	color: #fff;
}
*/