/* CSS Document */
@charset "UTF-8";

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
#safari { background-color: #9B0042 }
}

body {
	font-family: Arial, Helvetica, sans-serif;
}


body#index {
	background: #9B0042;
	border-bottom: #FFFFFF;
}
#header {
	background: #FFFFFF url(../images/logos/logo_maroon.gif) no-repeat;
}
#headerSearch {
	background: url(../images/quicksearch_maroon.gif) no-repeat 0px 8px;
}
#menu {
	border-right: 1px dashed #A50042;
}
#nav ul li a:hover {
	color: #A50042;
}
#liveHelp ul li {
	background: url(../images/liveHelp_icon_maroon.gif) no-repeat 0px;
	color: #A50042;
}
#liveHelp ul li a:link {
	color: #A50042;
}
#liveHelp ul li a:hover {
	color: #333333;
}
#liveHelp ul li a:visited {
	color: #A50042;
}
#dropletColumn {
	background: url(../images/droplet_background_maroon.jpg) no-repeat;
}
p a:link {
	color: #A50042;
}
p a:hover {
	color: #333333;
}
p a:visited {
	color: #A50042;
}
#pageIntro {
	border-top: 1px dashed #A50042;
}
#frameContainer {
	border-bottom: #A50042 dashed 1px;
}
table.coloredTable tr.row td.productCode {
	background: #9E0546;
}
table.coloredTable tr.row td.productName {
	background-color: #D0A9B1;
}

