html {
	height:100%;
}
body {
	margin:0px;
	padding: 40px 0px 4px 0px;
	background: url("../images/utility/background/back.gif") repeat-x top left #043047;
}
#wrap {
	position:relative;
	border:1px solid #000;
	margin:auto;
	min-height:100%;
	width:780px;
	background-color:#ffffff;
	color:#000000;
}
#header{
	border-top: 20px solid black;
	border-bottom: 1px solid black;
	padding:7px;
	height:60px;
	background-color: #ffffff;
	color:#000000;
}
#companylogo {
	position: relative; 
	left: 15px; 
	float: left; 
	width: 239px; 
	top: 17px; 
	height: 30px; 
	margin: 0px 0px 0px 0px;
/*	background-image: url('../images/utility/details/dfs_logo.jpg'); */
}
#productlogo {
	position: relative; 
	right: 110px; 
	float: right; 
	width: 143px; 
	top: 15px; 
	height: 37px;
	margin: 0px 0px 0px 0px;
/*		background-image: url('../images/utility/details/s5_logo.jpg');  */
}
#holder {
	margin: 15px;
	border:1px solid #B7B6B6;
	background-color: #E5E3DE;
	color:#000000;
	font-family: verdana, arial, sans-serif; text-align:left;
	font-size: 10px;
	overflow: hidden;
}
#banner {
	margin: 7px;
}
#bannerimage {
	height: 66px;
	width: 722px;
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	background-image:url('../images/ecommerce/details/banner.jpg');
}	
#bannerimage img {
	display: none;
}
/* mac hide \*/
* html #content {height:1%}
/* end hide*/
#content {
	margin: 7px;
	border:1px solid #B7B6B6;
	padding:7px;
	background-color: #ffffff;
	color:#000000;
	overflow: hidden;
}
#content img {
	margin: 5px 0px 5px 0px;
}
a {
	color: #0080c2;
	background-color: transparent; 
	text-decoration: none;
}
a:hover {
	color: #ffffff; 
	background-color: #0080c2; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h1 {
    padding: 0px 0px 0px 0px; 
	margin: 47px 0px 0px 15px; 
	height: 25px;
	font-weight: bold; 
	font-size: 15px; 
	color: #FFF;
} 
h2 {
    padding: 0px 0px 0px 0px; 
	margin: 0px 0px -5px 0px; 
	height: 25px;
	font-weight: bold; 
	font-size: 14px; 
	background-color:#ffffff; 
	color: #999; 
}
h3 {
    padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; 
	font-size: 10px;
	font-weight: bold; 
	color: #003366;
	background-color:#ffffff; 
}
/* mac hide \*/
* html #contenthead {height:1%}
/* end hide*/
#contenthead {
	margin: 12px 25px 12px 9px;
    background-color: #ffffff;
	color:#000000;
}
#cheadleft {
	position: relative;
	float: left;
	width: 175px;
	padding-top: 31px;
	color:#666666;
	background-color:#ffffff;
}
#cheadleft a {
/* 	background:url(../images/utility/green_arrow.gif) no-repeat; */
/* 	padding-left: 10px; */
}
#cheadleft a.noimage {
	background:none;
}
#cheadleft a:hover {
	color: #ffffff; 
	background-color: #0080c2; 
	text-decoration: none;
}	
#cheadleft img{
	position: relative;
}
#cheadright {
	position: relative;
	float: right;
	width: 440px;
}
#cheadright p{
	margin : 3px 0px 0px 0px;
}
#linksleft {
	position: relative;
	float: left;
	width: 190px;
}
#cheadright ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#cheadright li{
	background:url(../images/utility/green_arrow.gif) no-repeat;
	padding-left: 10px;
	margin : 3px 0px 0px 0px;
}

#linksright {
	position: relative;
	float: right;
	width: 190px;
	right: 15px;
}
.cheadrule {
	margin: 15px 0px 0px 0px;
	height: 1px;
}
/* mac hide \*/
* html .item {height:1%}
/* end hide*/
.item {
	margin: 12px 25px 12px 9px;
	background-color:#ffffff;
	color:#000000;
	line-height: 1.4em;
}
.title {
	position: relative;
	float: left;
	width: 175px;
}
.details {
	position: relative;
	float: right;
	width: 440px;
	font-size: 10px;
}
.details p {
	margin : 0px 0px 8px 0px;
}
.details a.thumb {
	display: block;
}
.details sup {
	font-weight: bold;
}
/* mac hide \*/
* html .screenblock {height:1%}
/* end hide*/
.screenblock {
	margin: 2px 0px 27px 0px;
	padding: 2px 2px 12px 0px;
	height: 100%;
	width: 100%;
}
.screenblockleft {
	position: relative;
	float: left;
	width: 140px;
	margin: 0px 0px 10px 0px;
	color: #999999;
}
.screenblockleft img{
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 112px;
	width: 140px;
}

.screenblockright {
	position: relative;
	float: right;
	width: 280px;
	margin: 0px 0px 27px 0px;
	padding: 0px 0px 0px 0px;
	color: #999999;
}
.screenblockright div.title{
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color: #003366; font-weight: bold;
}
.clearer {
	clear: both;
}
/* mac hide \*/
* html .rule {height:1%}
/* end hide*/
.rule {
	margin: 0px 25px 0px 9px;
	height: 1px;
}
/* mac hide \*/
* html .smallrule {height:1%}
/* end hide*/
.smallrule {
	margin: 10px 0px 25px 0px;
	height: 1px;
}
#call2action {
	height: 66px;	
	margin: 7px;
	border:1px solid #000;
	background-color: transparent;
	color:#000000;
	background-image: url('../images/utility/details/call_to_action.jpg');
	font-weight: bold;
}
#c2aleft {
	position: relative;
	float: left;
	width: 175px;
	left: 262px;
	top: 43px;
}
#c2aright {
	position: relative;
	float: right;
	width: 175px;
	right: 60px;
	top: 43px;
}
/* mac hide \*/
* html #footer {height:1%}
/* end hide*/
#footer {
   	margin: 7px;
	border:1px solid #B7B6B6;
	padding:7px;
	background-color:#ffffff;
	color:#000000;
	overflow: hidden;
}
/* mac hide \*/
* html #footerhead {height:1%}
/* end hide*/
#footerhead {
	margin: 12px 25px 5px 9px;
    background-color:#ffffff;
	color:#000000;
}

#fheadtitle {
	position: relative;
	float: right;
	width: 440px;
	margin-top: 10px;
}
.footerrule {
	margin: 0px 25px 0px 9px;
	height: 1px;
}

/* mac hide \*/
* html #footercontent {height:1%}
/* end hide*/
#footercontent {
	margin: 12px 25px 12px 9px;
	height: 100px;
}
/* mac hide \*/
* html #fcleft {height:1%}
/* end hide*/
#fcleft {
	position: relative;
	float: left;
	width: 175px;
	padding-top: 10px;
	color:#666666;
	background-color:#ffffff;
}
#fcleft img{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* mac hide \*/
* html #fcright {height:1%}
/* end hide*/
#fcright {
	position: relative;
	float: right;
	width: 440px;
}
#fcright p{
	margin : 3px 0px 0px 0px;
}




#lowerlinksleft {
	position: relative;
	float: left;
	width: 175px;
}
ul#lowerlinksleft  {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#lowerlinksleft  li {
	background:url(../images/utility/green_arrow.gif) no-repeat;
	padding-left: 10px;
	margin : 3px 0px 0px 0px;
}
#lowerlinksright {
	position: relative;
	float: right;
	width: 175px;
	right: 25px;
}
ul#lowerlinksright  {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#lowerlinksright li {
	background:url(../images/utility/green_arrow.gif) no-repeat;
	padding-left: 10px;
	margin : 3px 0px 0px 0px;
}



/* mac hide \*/
* html #fclinksright {height:1%}
/* end hide*/
#fclinksright {
	position: relative;
	float: right;
	width: 175px;
	right: 25px;
	padding-top: 5px;
}

/* mac hide \*/
html #modulelinks {height:1%}
/* end hide*/
#modulelinks {
	position: relative;
	float: left;
	width: 150px;
	color:#666666;
}
ul#modulelinks {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#modulelinks li {
/* 	background:url(../images/utility/green_arrow.gif) no-repeat; */
/* 	padding-left: 10px; */
	margin : 3px 0px 0px 0px;
}

/* mac hide \*/
* html .multilinksleft {height:1%}
/* end hide*/
.multilinksleft {
	position: relative;
	float: left;
	width: 175px;
	padding-top: 0px;
}
.multilinksleft p{
	margin : 3px 0px 0px 0px;
}
#postscript {
	position: relative;
	float: right;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
#postscript p{
	font-size: 10px;
	color: #ccc;
	background-color: transparent;
	text-align:center;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#postscript a {
	color:#5EB0DB;
	background-color: transparent;
}
#postscript a:hover {
	color: #ffffff; 
	background-color: #0080c2; 
	text-decoration: none;
}

/* mac hide \*/
* html #reports {height:1%}
/* end hide*/
#reports {
	position: relative;
	float: left;
	left: 245px;
	width: 340px;
	margin-bottom: 7px;
}
#reports p{
	height: 16px;
	margin: 2px;
	padding: 0px;
}
/* mac hide \*/
* html #reportsarrows {height:1%}
/* end hide*/
#reportsarrows {
	position: relative;
	float: left;
	width: 20px;
	padding-top: 2px;
}
/* mac hide \*/
* html #reportslabel {height:1%}
/* end hide*/
#reportslabel {
	position: relative;
	float: left;
	width: 175px;
	left: 255px;
/*	padding-top: 5px;*/
}
/* border-right: green 1px solid; border-top: green 1px solid;  border-left: green 1px solid; border-bottom: green 1px solid; */

.highlight {
	font-size: 10px;
	font-weight: bold; 
	color: #003366;
}
.imagetitle {
	font-size: 10px;
	display: block;
	font-weight: bold; 
	color: #003366;
	margin-bottom: 20px;
	margin-top: -6px;
}