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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GLOBAL */

body {
	background: #FFF;
	color:  #686868;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.4em;
	}
a {
	color: #6485A0;
	text-decoration: underline;
	}
a img {
	border: 0;
	text-decoration: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
p, blockquote {
	margin-bottom: 12px;
	}
textarea, input, select {
	font-family: sans-serif;
	font-size: inherit;
	}
input[type=text], input[type=password], select, label {
	width: 200px;
	}

/* SHARED LAYOUT */

#header, #nav, #crumbs, #content, #footer, #fineprint {
	margin: 0 auto;
	width: 960px;
	}
.consumer-reviews {
	background: #F4F3F4 url(../img/tango/32/system-users.png) 210px 10px no-repeat;
	}
div.consumer-reviews-footer {
	background: url(../img/consumer-reviews-bg.png) right no-repeat;
	height: 50px;
	}
.highlight {
	color: #E56C33;
	}
.consumer-reviews {
	}
.consumer-reviews blockquote {
	background: url(../img/blockquote-bg.png) top left no-repeat;
	}
.hidden {
	display: none;
	}
	
/* HEADER */

#header {
	background: #FFF url(../img/header-bg.png) no-repeat left 10px ;
	height: 110px;
	}
#header span {
	display: none;
	}
#header a#home-link {
	display: block;
	height: 100px;
	padding: 5px;
	width: 655px;
	}
#header #search {
	margin-left: 560px;
	position: absolute;
	width: 400px;
	z-index: 1;
	}
#header #search form {
	background-color: #F4F3F4;
	border: 1px solid #EEE;
	border-top: 0;
	float: right;
	font-size: .8em;
	padding: 0 8px 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	}
#header #search form div {
	clear: right;
	float: right;
	margin-top: 5px;
	}
#header #search form div#country-selector {
	border-bottom: 1px solid #EEE;
	padding-bottom: 5px;
	}
#header label {
	font-size: .8em;
	}
#header select {
	width: 200px;
	}
#header input[type="text"] {
	width: 194px;
	}
#header input[type="submit"], #header input[type="button"] {
	width: 30px;
	}
#header #search-results {
	display: none;
	background-color: #F4F3F4;
	border: 1px solid #EEE;
	clear: right;
	float: right;
	line-height: 1.0em;
	opacity: .95;
	padding: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 400px;
	}
#header #search-results h2 {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #E56C33;
	font-size: .95em;
	padding: .25em 0 .25em .5em;
	}
#header #search-results h2:first-child {
	border-top: none;
	}
#header #search-results h3 {
	font-weight: bold;
	}
#header #search-results .block {
	background: white;
	border: 1px solid white;
	clear: both;
	display: block;
	font-size: .8em;
	padding: .5em .5em .5em 1.5em;
	}
#header #search-results .block img {
	float: right;
	}
#header #search-results a.block {
	color: #686868;
	text-decoration: none;
	}
#header #search-results a.block:hover {
	/* background: white url(../img/tango/22/go-next.png) 4px center no-repeat; */
	border: 1px solid #6485A0;
	}
#header #search-results a.bottom {
	border-top: 1px solid #EEE;
	cursor: pointer;
	display: block;
	font-size: .8em;
	padding: .25em .5em .5em .5em;
	text-align: right;
	}

/* NAVIGATION */

#nav-wrapper {
	background: #FFF url(../img/nav-bg.png) repeat-x left bottom;
	border-bottom: 1px solid #EEE;
	height: 50px;
	}

/* BREADCRUMBS */

#crumbs {
	clear: both;
	font-size: .8em;
	padding: 10px 0px 20px;
	}

/* CONTENT */

#content {
	padding-bottom: 12px;
	}

/* MAIN */

#main {
	float: left;
	font-size: .8em;
	width: 640px;
	}
#content.full-main #main {
	width: 100%;
	}
#main h1 {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
	}
#main h1.h1-news {
	background: url(../img/h1-news.png) right no-repeat;
	}
#main h1.h1-awards {
	background: url(../img/h1-awards.png) right no-repeat;
	}
#main h1.h1-audio-topics {
	background: url(../img/h1-audio-topics.png) right no-repeat;
	}
#main h1.h1-dealers {
	background: url(../img/h1-dealers.jpg) right no-repeat;
	}
#main h1.h1-distributors {
	background: url(../img/h1-distributors.png) right no-repeat;
	}
#main h1+p {
	margin-top: 12px;
	}
#main h1+.block {
	margin-top: 0;
	}
#main #image-info p#more-images {
	float: right;
	}
#main #image-info p#finishes {
	float: left;
	font-weight: bold;
	margin-left: 0px;
	}
#main #image-info p#finishes #finish-availability {
	color: #BCBDC0;
	font-weight: normal;
	}
#main #logos {
	clear: both;
	margin-left: 0px;
	margin-bottom: 12px;
	}
#main #logos .logo {
	display: inline;
	margin: 4px;
	opacity: .6;
	}
#main #logos .logo:hover {
	opacity: 1;
	}
#main #product-nav {
	background: #F4F3F4 url(../img/product-nav-bg.png) repeat-x;
	border: 1px solid #BCBDC0;
	clear: both;
	height: 22px;
	margin-bottom: 24px;
	padding: 1px;
	}
#main #product-nav a {
	border-right: 1px solid #BCBDC0;
	color: #444;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 1px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	}
#main #product-nav a:last-child {
	border-right: none;
	}
#main #ddp-product-nav {
	background: #F4F3F4 url(../img/product-nav-bg.png) repeat-x;
	border: 1px solid #BCBDC0;
	clear: both;
	height: 22px;
	margin-bottom: 24px;
	padding: 1px 0 0 60px;
	}
#main #ddp-product-nav a {
	border-right: 1px solid #BCBDC0;
	color: #444;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 1px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	}
#main #ddp-product-nav a:last-child {
	border-right: none;
	}
#main h2 {
	clear: both;
	color: #E56C33;
	font-size: 1.2em;
	margin-left: 0;
	margin-bottom: 6px;
	}
#main h3 {
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 6px;
	}
#main h4 {
	font-size: inherit;
	font-weight: bold;
	margin-left: 24px;
	margin-bottom: 6px;
	}
#main p, #main ul, #main blockquote, #main table {
	font-size: inherit;
	margin-left: 24px;
	margin-bottom: 12px;
	}
#main p {
	text-align: justify;
	}
#main blockquote {
	padding: 0 50px 0 20px;
	}
#main blockquote {
	border-top: 1px solid #F4F3F4;
	border-bottom: 1px solid #F4F3F4;
	font-family: serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 6px;
	}

#main label {
	font-size: inherit;
	font-weight: bold;
	}
#main li {
	list-style: disc;
	margin-left: 12px;
	}
#main .block {
	border-top: 2px solid #F4F3F4;
	clear: both;
	margin-top: 12px;
	padding-top: 12px;
	}
#main .block:last-child {
	margin-bottom: 24px;
	}
#main .block div {
	margin-top: 6px;
	}
#main .block h2 {
	}
#main .sub-headline {
	float: left;
	margin-bottom: 6px;
	width: 100%;
	}
#main .sub-headline h2 {
	clear: none;
	}
#main .sub-headline .social-links div {
	margin-top: 0;
	}
#main .datetime {
	float: left;
	margin-left: 0;
	text-align: left;
	}
#main .social-links {
	float: right;
	text-align: right;
	}
#main .social-links .social-link-item {
	float: left;
	margin-right: 0px;
	}
#main .product-expandable h2 a {
	background: url(../img/tango/16/list-add.png) left no-repeat;
	color: #E56C33;
	cursor: pointer;
	height: 1.4em;
	padding: 10px 40px 6px 20px;
	text-decoration: none;
	}
#main .expanded {
	background: url(../img/tango/16/list-remove.png) left no-repeat;
}
#main .expandable {
	background: url(../img/tango/16/list-add.png) left no-repeat;
}
#main .product-expandable h2 a.expanded {
	background: url(../img/tango/16/list-remove.png) left no-repeat;
	}
#main .reviews {
	background: url(../img/tango/32/internet-group-chat.png) right 8px no-repeat;
	}
#main .consumer-reviews {
	background: url(../img/tango/32/system-users.png) right 8px no-repeat;
	}
#main .write-review {
	background: url(../img/tango/32/text-x-generic_with_pencil.png) right 8px no-repeat;
	}
#main .downloads {
	background: url(../img/tango/32/document-save.png) right 8px no-repeat;
	}
#main .downloads h3 {
	margin-left: 24px;
	}
#main .product {
	float: left;
	text-decoration: none;
	width: 280px;
	}
#main .product:first-child {
	margin-right: 80px;
	}
#main .product h2 {
	color: #686868;
	margin-bottom: 0;
	}
#main .product .blurb {
	color: #E56C33;
	font-size: inherit;
	line-height: 1.4em;
	margin-left: 1em;
	margin-bottom: 12px;
	margin-top: 0;
	}
#main form#user-review input[type="text"] {
	width: 200px;
	}
#main form#user-review #summary-block input[type="text"] ,
#main form#user-review textarea,
#main form#user-review select {
	width: 410px;
	}
#main form#user-review textarea {
	height: 110px;
	}
#main form#user-review #name-block {
	float: left;
	margin-right: 4px;
	}
#main form.help-message textarea,
#main form.help-message input[type="text"],
#main form.help-message select {
	width: 410px;
	}
#main form.help-message textarea {
	height: 110px;
	}
#main form#dealer-search {
	margin-bottom: 24px;
	}
#main form#dealer-search div {
	margin-bottom: 24px;
	}
#main div#dealer-legend {
	margin-bottom: 2em;
	}
#main div#dealer-legend span {
	font-size: .9em;
	margin-right: 25px;
	}
#main div#dealer-legend span:last-child {
	margin-right: 0px;
	}
#main table#dealer-results {
	font-size: inherit;
	line-height: 1.4em;
	width: 100%;
	}
#main table#dealer-results td {
	padding-bottom: 12px;
	}
#main #map_canvas {
	border: 1px solid #EEE;
	height: 500px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 638px;
	}
#main img.align_right {
	float: right;
	margin-left: 10px;
	}
#main img.align_left {
	float: left;
	margin-right: 10px;
	}
#main .map-info {
	font-size: inherit;
	line-height: 1.4em;
	}
#main .distributor-list {
	font-size: inherit;
	margin-top: 24px;
	}
#main .video img {
	float: left;
	margin-right: 10px;
	}
#main .video h2 {
	clear: none;
	}
#main ul.article-list {
	margin: 0;
	padding: 0;
	}
#main ul.article-list li {
	list-style: none;
	margin-left: 0;
	}
#main ul.article-list div {
	text-align: justify;
	}
#main ul.article-list p {
	margin: 0 0 12px;
	padding: 0px;
	text-align: inherit;
	}
#main ul.article-list p:last-child {
	margin-bottom: 0;
	}
#main ul.article-list .article-list-date {
	color: #BCBDC0;
	float: left;
	line-height: 1em;
	}
#main ul.article-list .article-list-teaser {
	margin-left: 80px;
	padding-bottom: 12px;
	}
#main ul.article-list h3 a {
	color: #E56C33;
	font-size: 1.2em;
	}

#main form#review-filter {
	margin-bottom: 12px;
	}

#main form.stacked-inputs fieldset {
	border-top: 1px solid #F4F3F4;
	border-left: 1px solid white;
	padding-bottom: 12px;
	}
#main form fieldset legend {
	font-weight: bold;
	margin-left: 21px;
	padding: 0 3px;
	}
#main form.stacked-inputs label {
	display: block;
	font-weight: normal;
	float: left;
	text-align: right;
	width: 200px;
	}
#main form.stacked-inputs input[type=submit] {
	margin-left: 207px;
	}
#main div.comment:nth-child(even) {
	background: #F4F3F4;
	}
#main div.comment {
	padding: 5px;
	margin: 5px 0 0;
	}
#main div.comment .comment-date {
	float: right;
	font-weight: bold;
	margin: 0;
	}
#main div.comment .comment-name {
	font-weight: bold;
	margin: 0 0 6px;
	}
#main div.comment p:last-child {
	margin-bottom: 0;
	}
#main table.ticket-list {
	border-collapse: collapse;
	font-size: inherit;
	margin-left: 24px;
	margin-bottom: 1em;
	}
#main table.ticket-list th {
	font-weight: bold;
	}
#main table.ticket-list tr {
	border-bottom: 1px solid #F4F3F4;
	}
#main table.ticket-list tr:last-child {
	border: none;
	}
#main table.ticket-list td {
	padding-right: 24px;
	}

/* NOTICES */
#main p.error {
	background: #fbe3e4;
	border-color: #d12f19;
	}
#main p.info {
	background: #d9effa;
	border-color: #649AE1;
	}
#main p.success {
	background: #CFC;
	border-color: #6FC764;
	}
#main p.warning {
	background: #FFB;
	border-color: #f5d227;
	}
#main p.error, #main p.info, #main p.success, #main p.warning {
	border-style: dotted;
	border-width: 1px;
	clear: left;
	margin-left: 0px;
	padding: 10px 24px;
	width: 590px;
	}

#main table.ddp-images {
	}
#main table.ddp-images td:first-child {
	width: 80%;
	}



/* ASIDE */

#aside {
	float: right;
	font-size: .8em;
	width: 250px;
	}
#content.full-main #aside {
	display: none;
	}
#aside .block {
	margin-bottom: 24px;
	padding: 12px;
	}
#aside .block:first-child {
	padding-top: 0;
	}
#aside h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}
#aside p, #aside blockquote, #aside ul, #aside .highlight {
	font-size: inherit;
	line-height: 1.4em;
	margin-left: 12px;
	}
#aside .product-categories ul {
	margin-bottom: 12px;
	}
#aside .complete-your-system img {
	text-align: center;
	}
#aside .complete-your-system p.center {
	margin-left: 0;
	text-align: center;
	}
#aside .headlines li {
	list-style: disc;
	margin-left: 3px;
	}
#aside .consumer-reviews {
	padding: 0;
	}
#aside .consumer-reviews h3 {
	padding-top: 10px;
	padding-left: 10px;
	}
#aside .consumer-reviews p,
#aside .consumer-reviews blockquote {
	margin-left: 30px;
	margin-right: 30px;
	}
#aside .consumer-reviews blockquote p {
	margin: 0;
	}


/* HOME PAGE */

#home-page #crumbs {
	padding-bottom: 0;
	}
#home-page #aside {
	display: none;
	}
#home-page #main {
	width: 100%;
	}
#home-page h1 {
	font-size: 1.2em;
	margin-bottom: 0;
	}
#home-page #main h1+p {
	margin-top: 0;
	}
#home-page #portal-1 {
	}
#home-page #portal-2 {
	border-top: 2px solid #F4F3F4;
	border-bottom: 2px solid #F4F3F4;
	float: left;
	margin-right: 30px;
	padding: 8px 0px 10px 0;
	text-align: justify;
	width: 400px;
	}
#home-page .portal-2-left {
	float: left;
	width: 145px;
	}
#home-page .portal-2-left a {
	display: block;
	}
#home-page #portal-2 img {
	display: block;
	float: left;
	margin-right: 10px;
	}
#home-page .portal-2-right {
	float: right;
	width: 240px;
	}
#home-page .portal-2-right p {
	margin-left: 0;
	}
#home-page #portal-3 {
	background: #F4F3F4 url(../img/tango/32/system-users.png) 210px 10px no-repeat;
	float: left;
	padding: 0;
	width: 250px;
	}
#home-page #portal-3 h1 {
	margin-top: 10px;
	margin-left: 10px;
	}
#home-page #portal-3 p, #home-page #portal-3 blockquote {
	margin-right: 0px;
	}
#home-page #portal-3 p.highlight {
	margin-bottom: 0;
	}
#home-page #portal-3 blockquote {
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
#home-page #portal-3 blockquote p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding: 0 20px 0 0;
	text-align: left;
	}
#home-page #portal-4 {
	float: left;
	padding: 10px 0px 10px 30px;
	width: 220px;
	}
#home-page .highlight {
	text-align: left;
	}

/* FOOTER */

#footer-wrapper {
	background: #BCBDC0 url(../img/footer-wrapper-bg.png) center no-repeat;
	background: #BCBDC0;
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	}
#footer {
	background: #BCBDC0 url(../img/footer-bg.png) no-repeat;
	font-size: .8em;
	}
#footer h2 {
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0em;
	}
#footer h2.new-block {
	border-top: 1px solid #EEE;
	margin-top: 1em;
	padding-top: 1em;
	}
#footer #left-column {
	float: left;
	padding: 10px 30px 10px 0;
	width: 430px;
	}
#footer #right-column {
	float: right;
	padding: 10px 0px 10px 30px;
	width: 470px;
	}
#footer #bg-hack {
	clear: both;
	}
#footer a {
	color: white;
	}
#footer #dealer-locator {
	background: url(../img/tango/24/radar.png) left no-repeat;
	height: 24px;
	line-height: 24px;
	margin-right: 20px;
	padding: 4px 0 4px 28px;
	}
#footer #distributors {
	background: url(../img/tango/22/internet-web-browser.png) left no-repeat;
	height: 24px;
	margin-right: 20px;
	padding: 4px 0 4px 26px;
	}

#footer a[id|="social"] {
	height: 24px;
	margin-right: 20px;
	padding: 4px 0 4px 20px;
	}
#footer a#social-facebook {
	background: url(../img/komodo/facebook_16.png) left no-repeat;
	}
#footer a#social-twitter {
	background: url(../img/komodo/twitter_16.png) left no-repeat;
	}
#footer a#social-digg {
	background: url(../img/komodo/digg_16.png) left no-repeat;
	}
#footer a#social-reddit {
	background: url(../img/komodo/reddit_16.png) left no-repeat;
	}
#footer a#social-youtube {
	background: url(../img/komodo/youtube_16.png) left no-repeat;
	}
#footer a#social-google {
	background: url(../img/komodo/google1_16.png) left no-repeat;
	}
#footer a#sister-psb {
	margin-right: 20px;
	}
#footer form#ddp-login div {
	float: left;
	margin-right: 5px;
	}
#footer form#ddp-login p {
	clear: both;
	}
#footer form#ddp-login input[type="text"],
#footer form#ddp-login input[type="password"] {
	width: 150px;
	}
#footer #sister-brands {
	margin-top: 10px;
	}


/* FINE PRINT */

#fineprint {
	clear: both;
	padding-top: 1em;
	}
#fineprint p {
	font-size: .7em;
	text-align: center;
	}
#fineprint address {
	font-size: .8em;
	margin-bottom: 1em;
	text-align: center;
	}


/* BUTTONS */

.buttons {
	margin-bottom: 5em;
	}
.buttons a, input[type="submit"] {
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	color: #686868;
	cursor:pointer;
	display:inline;
	float:none;
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	margin:0 7px 0 0;
	padding:8px 12px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/* STANDARD */
.buttons a:hover {
	background-color: #d9effa;
	border: 1px solid #649AE1;
	color: #686868;
	}
.buttons a:active {
	background-color: #649AE1;
	border: 1px solid #649AE1;
	color: white;
	}
/* POSITIVE */
button.positive, .buttons a.positive {
	color:#529214;
	}
.buttons a.positive:hover, button.positive:hover, input[type="submit"]:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active, input[type="submit"]:focus {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative {
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #d12f19;
	color: #d12f19;
}
.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: white;
}

/* neutral button */
input.neutral-button {
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	color: #686868;
	cursor:pointer;
	font-family: Helvetica,Arial,sans-serif;
	margin-left: 16em;
	padding-left: 24px;
	background: url(ico/accept.png) 5px no-repeat;
	}

input[type="submit"] {
	padding: 4px 10px;
	}



/* PAGE-SPECIFIC STYLES */


/* Easy Slider */

#home-page #main #portal-1 ul, #home-page #main #portal-1 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#portal-1 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:960px;
	height:290px;
	overflow:hidden; 
	display:none; /* hack to only show first slide to clients without JS */
	}	
#portal-1 li:first-child {
	display: block; /* hack to only show first slide to clients without JS */
	}

/* numeric controls */	

ol#controls{
	height: 0px;
	margin: 0;
	padding:0;

	position: relative;
	top: -30px;
	float: right;
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
	}
ol#controls li a{
	background: url(../img/home/slide-button.png);
	float:left;
	height:20px;
	line-height:20px;
	border: none;
	color:#ccc;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background: url(../img/home/slide-active.png);
	color:#EEE;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */

/* News ticker */
#home-page #portal-news {
	border: 1px solid #BCBDC0;
	clear: both;
	height: 22px;
	margin: 20px 0;
	padding: 0px;
	}
#home-page #portal-news h1 {
	background: #F4F3F4 url(../img/product-nav-bg.png) repeat-x;
	border-right: 1px solid #BCBDC0;
	float: left;
	height: 22px;
	margin: 0;
	padding: 0 5px;
	}
#home-page ul.newsticker {
	background: #FFF;
	float: right;
	margin: 0;
	padding: 0;
	}
#home-page ul.newsticker li {
	float: left;
	height: 1.6em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 860px;
	}
#home-page ul.newsticker a {
 	text-decoration: none;
 	}
#home-page ul.newsticker a:hover {
 	text-decoration: underline;
 	}
div.ddp-home-item {
	height: 300px; width: 300px; 
}
div.ddp-home-item img {
	text-align: center;
}
#main div.ddp-home-item ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
#main div.ddp-home-item li {
	line-height: 1.25em;
	font-size: .8em;
	list-style-type:none;
}
#main div.ddp-home-item h1{
	font-size: 1.5em;
}
#main div.ddp-home-item h2{
	font-size: 1.5em;
}
#main table.ddp-landing td {
	vertical-align: top;
}
#main table.ddp-landing td.detail {
	padding: 0 0 0 50px;
}
#main table.ddp-landing td.detail p{
	font-size: .85em;
}
#main table.ddp-landing td h2 {
	padding: 0;
	margin: 0;
}
#main table.ddp-press-images td {
	padding: 10px;
}

