/* ----- ------- ------ ----- */
/* ----- General styles ----- */
/* ----- ------- ------ ----- */



body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	color: #666666;
}

body * {
	margin: 0px;
	padding: 0px;
}



/* ----- ------- ------ ----- */
/* ----- General styles ----- */
/* ----- ------- ------ ----- */





/* ----- --------- ------ ----- */
/* ----- Structure styles ----- */
/* ----- --------- ------ ----- */



#wrapper {
	width: 1000px;
	margin: 0 auto;
	/* background: url("../images/bg-85p.jpg") no-repeat 0px -150px; */
	background: url("../images/bg-85p-grey.jpg") no-repeat 0px -150px;
}

#wrapper #header {
	width: 1000px;
	height: 12.5em;
	/* background: url("../images/bkg-gel.png") repeat top left; */
}

#wrapper #iunit-switch {
	width: 1000px;
	clear: both;
	background: #ffffff;
}

#wrapper #body {
	padding: 25px 0 15px 0;
	width: 1000px;
	clear: both;
	float: left;
	background: #ffffff;
}

#wrapper #body #body-inner {
	width: 960px;
	padding: 0 20px 0 20px;
	clear: both;
	float: left;
	background: #f4f4f4;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

#wrapper #body #body-inner #nav {
	float: left;
	width: 146px;
	display: none;
}

#wrapper #body #body-inner #content {
	float: left;
	width: 960px;
}

#wrapper #footer {
	width: 1000px;
	clear: both;
	float: left;
	/* background: url("../images/bg-85p.jpg") no-repeat bottom left; */
	background: url("../images/bg-85p-grey.jpg") no-repeat 0 -250px;
}




/* ----- --------- ------ ----- */
/* ----- Structure styles ----- */
/* ----- --------- ------ ----- */






/* ----- ------- ------ ------ ----- */
/* ----- Content Header styles ----- */
/* ----- ------- ------ ------ ----- */



#header {
	position: relative;
}

#header #logo {
	padding-top: 75px;
	position: absolute;
	top: 30px;
	left: 20px;
	background: url("../images/logo-rw.png") no-repeat top left;
}

#header #logo h1 {
	color: #ffffff;
}

#header #logo h1 acronym {
	border: none;
}

#header ul {
	background: url("../images/bkg-gel.png") repeat top left;
	padding: 3px 0 4px 0;
	float: left;
	width: 100%;
	list-style: none;
	text-align: right;
	font-weight: bold;
	font-size: 75%;
}

#header ul li {
	margin-right: 0.5em;
	padding-right: 0.75em;
	display: inline;
	border-right: 1px solid #c0c0c0;	
}

#header ul li.last {
	border-right: 0px;
}

#header ul li a {
	color: #ffffff;
	text-decoration: none;
}

#header ul li a:hover {
	color: #cc3333;
	text-decoration: underline;
}

#header ul.twitter {
	position: relative;
	top: 0px;
	right: 20px;
	background: none;
}

#header ul.twitter li {
	border: none;
}

#header ul.twitter li a img {
	border: none;
}

#header #ipadNav {
	margin: 0 0 0 20px;
	padding: 0px;
	position: absolute;
	top: 14em;
	text-align: left;
	width: auto;
	background: none;
}

#header #ipadNav li {
	margin: 0px 10px 0 0;
	padding: 0px; 
	border-right: 0px;
	float: left;
}

#header #ipadNav li a {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border: 1px solid #666666;
	background: #333333;
}

#header #ipadNav li a:hover {
	background: #f0f0f0;
	color: #cc3333;
	text-decoration: none;
}



/* ----- ------- ------ ------ ----- */
/* ----- Content Header styles ----- */
/* ----- ------- ------ ------ ----- */






/* ----- ------- ---- ------ ----- */
/* ----- Content Body styles ----- */
/* ----- ------- ---- ------ ----- */



/* ----- Navigation ----- */
div#nav {
}

div#nav ul {
	float: left;
	list-style: none;
	margin-top: 1em;
	background: url("../images/nav-bottom-right.png") no-repeat bottom right;
}

div#nav ul li {
	height: 27px;
	float: left;
}

div#nav ul li a {
	float: left;
	width: 126px;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	color: #666666;
	background: url("../images/nav-div-off.png") no-repeat top right;
}

div#nav ul li a:hover {
	color: #cc3333;
	background: url("../images/nav-div-on.png") no-repeat top right;
}

div#nav ul li.first {
	height: 27px;
	padding-top: 0px;
	background: url("../images/nav-top.png") no-repeat top left;
}

div#nav ul li.first a {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url("../images/nav-div-off.png") no-repeat bottom right;
}

div#nav ul li.first a:hover {
	background: url("../images/nav-div-on.png") no-repeat bottom right;
}

div#nav ul li.last {
	height: 26px;
}

div#nav ul li.last a {
	background: url("../images/nav-div-last-off.png") no-repeat top right;
}

div#nav ul li.last a:hover {
	background: url("../images/nav-div-last-on.png") no-repeat top right;
}

div#nav ul.links {
	background: none;
}

div#nav ul.links li {
	background: none;
	height: auto;
	padding-bottom: 1em;
}

div#nav ul.links li a {
	width: 146px;
	background: none;
	padding: 0px;
	text-align: center;
}

div#nav ul.links li a:hover {
	background: none;
}

div#nav ul.links li a img {
	border: none;
}

/* ----- Navigation ----- */



/* ----- Ipad / Iphone Switch stuff ----- */

#iunit-switch {

}

#iunit-switch ul.twitter {
	margin-left: 20px;
	float: left;
	width: auto;
	background: none;
	position: relative;
	top: 10px;
	background: none !important;
}

#iunit-switch ul.twitter li {
}

#iunit-switch ul.twitter li a {
}

#iunit-switch ul.twitter li a img {
	border: none;
}

#iunit-switch ul {
	margin: 0 auto;
	padding: 0px;
	background: url("../images/iunit-switch.png") no-repeat 50% 0% #ffffff !important;
	width: 194px;
	height: 24px;
	position: relative;
	top: 10px;
	list-style: none;
}

#iunit-switch ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#iunit-switch ul li.iunit-iphone {
}

#iunit-switch ul li.iunit-iphone a {
	display: block;
	float: left;
	height: 24px;
	width: 97px;
	text-indent: -999em;
}

#iunit-switch ul li.iunit-iphone a:hover {
	background: url("../images/iunit-iphone.png") no-repeat top left;
}

#iunit-switch ul li.iunit-iphone a:focus {
	outline: 0px;
}

#iunit-switch ul li.iunit-iphone a.selected {
	background: url("../images/iunit-iphone.png") no-repeat top left;
}

#iunit-switch ul li.iunit-iphone a.selected:hover {
	background: none;
}

#iunit-switch ul li.iunit-ipad {
}

#iunit-switch ul li.iunit-ipad a {
	float: right;
	height: 24px;
	width: 96px;
	text-indent: -999em;
}

#iunit-switch ul li.iunit-ipad a:hover {
	background: url("../images/iunit-ipad.png") no-repeat top left;
}

#iunit-switch ul li.iunit-ipad a:focus {
	outline: 0px;
}

#iunit-switch ul li.iunit-ipad a.selected {
	background: url("../images/iunit-ipad.png") no-repeat top left;
}

#iunit-switch ul li.iunit-ipad a.selected:hover {
	background: none;
}

/* ----- Ipad / Iphone Switch stuff ----- */



div#content {
	padding-top: 1em;
}

div#content h2, h3, p, ul {
	margin-bottom: 1em;
}

div#content ul {
	list-style: none;
}

div#content ul li {
	margin-left: 5px;
	padding-left: 29px;
	padding-bottom: 0.5em;
	background: url("../images/bullet.png") no-repeat 0 6px;
}

div#content #mainIphone {
	float: right;
	width: 325px;
	height: 629px;
	margin-left: 20px;
	background: url("../images/iphoneShellwithReflection.png") no-repeat top left;
	position: relative;
	top: -40px;
}

div#content #mainIphone .homePageImage {
	float: left;
	margin-top: 101px;
	margin-left: 40px;
	width: 245px;
	height: 368px;
	background: url("../images/wte-Animation2.gif") no-repeat top left;
}

div#content #mainIphone .buttonsPageImage {
	float: left;
	margin-top: 101px;
	margin-left: 40px;
	width: 245px;
	height: 368px;
	background: url("../images/screen-buttons.gif") no-repeat top left;
}

div#content dl {
	float: left;
	width: 450px;
}

div#content dl dt {
	padding-left: 58px; 
	height: 38px; 
}

div#content dl dt a,
div#content dl dd a {
	color: #cc3333;
	text-decoration: none;
}

div#content dl dt a:hover,
div#content dl dd a:hover {
	text-decoration: underline;
}

div#content dl dt span { float: left; padding-top: 10px; font-weight: bold; }
div#content dl dt.btn-back { background: url("../images/btn-back.png") no-repeat top left; }
div#content dl dt.btn-search { background: url("../images/btn-search.png") no-repeat top left; }
div#content dl dt.btn-track { background: url("../images/btn-track.png") no-repeat top left; }
div#content dl dt.btn-target { background: url("../images/btn-target.png") no-repeat top left; }
div#content dl dt.btn-target-dir { background: url("../images/btn-target-direction.png") no-repeat top left; }
div#content dl dt.btn-more-pins { background: url("../images/btn-more-pins.png") no-repeat top left; }
div#content dl dt.btn-list { background: url("../images/btn-list.png") no-repeat top left; }
div#content dl dt.btn-phone { background: url("../images/btn-phone.png") no-repeat 15px 5px; }
div#content dl dt.btn-arrow { background: url("../images/btn-arrow.png") no-repeat 15px 5px; }

div#content dl dd {
	padding: 5px 0 10px 10px;
	border-bottom: 2px solid #e2e2e2;
}

div#content dl dd.nodiv {
	border-bottom: none;
}

div#content dl dd img {
	display: block;
	padding-bottom: 5px;
}

div#content dl.full {
	margin: 0px;
	padding: 0 0 20px 0;
	width: 100%;
}

div#content dl.full dt {
	margin: 0px;
	padding: 5px 0 5px 0;
	height: auto;
	float: left;
	width: 100%;
	border-bottom: 2px solid #e2e2e2;
}

div#content dl.full dd {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
	background: #ffffff;
	display: none;
}

div#content dl.full dd span {
	float: left;
	padding: 1em 0 1em 1em;
	width: 50%;
}

div#content dl.full dd.noimg span {
	width: 90%;
}

div#content dl.full dd img {
	float: right;
	padding: 5px;
}

div#content dl.full dd ul {
	float: left;
	padding: 1em 0 0 1em;
	width: 50%;	
}

div#content dl.full dd span.buttons {
	float: none;
	padding: 0px;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -999em;
	position: relative;
	top: -0.5em;
}

span.minus {
	background: url("../images/btn-minus.png") no-repeat top left;
}
span.reorder {
	background: url("../images/btn-reorder.png") no-repeat top left;
}
span.search {
	width: 52px !important;
	height: 34px !important;
	background: url("../images/btn-search.png") no-repeat top left;
}



/* ----- ------- ---- ------ ----- */
/* ----- Content Body styles ----- */
/* ----- ------- ---- ------ ----- */




/* ----- ------- ------ ------ ----- */
/* ----- Content Footer styles ----- */
/* ----- ------- ------ ------ ----- */



#footer {
}

#footer ul {
	margin: 1em;
	padding-top: 0.5em;
	list-style: none;
	font-weight: bold;
	font-size: 75%;
	float: left;
}

#footer ul li {
	margin: 0px 10px 0 0;
	padding: 0px; 
	border-right: 0px;
	float: left;
}

#footer ul li a {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border: 1px solid #666666;
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	background: #f0f0f0;
	color: #cc3333;
	text-decoration: none;
}

#footer ul.validator {
	float: right;
	width: auto;
	border-top: none;
	padding-top: 0.51em;
}

#footer ul.validator li {
	margin-left: 1em;
	border-bottom: none;
	float: left;
}

#footer ul.validator li a {
	border: none;
	background: none;
}

#footer ul.validator li a img {
	border: none;
}



/* ----- ------- ------ ------ ----- */
/* ----- Content Footer styles ----- */
/* ----- ------- ------ ------ ----- */

