body {
	background-color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ---[ general links ]------------------------------- */

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

/* ---[ header links ]------------------------------- */

a.header-footer-link
{
	color: #333333;
	text-decoration: none;
}
a.header-footer-link:visited
{
	color: #333333;
	text-decoration: none;
}
a.header-footer-link:hover
{
color: #333333;
text-decoration: underline
}
a.header-footer-link:active
{
	color: #333333;
	text-decoration: none;
}

/* ---[ top nav ]------------------------------- */

#topnav {
	text-decoration: none;
	background-color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0;
	font-size: 0.7em;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	}
#topnav li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#topnav li a {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#topnav li a:hover {
	background-color: #777777;
	}
#topnav li.current a {
	color: #F6772F;
	}

/* ---[ bot nav ]------------------------------- */

#botnav {
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
#botnav li {
	list-style: none;
	display: inline;
		}
#botnav li a {
	color: #FFFFFF;
	text-decoration: none;
	}
#botnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#botnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
#botnav li a:hover {
	color: #FFFFFF;
	text-decoration: underline
	}

/* ---[ side nav ]------------------------------- */

#nav {
	margin-bottom:5px;
	margin-left:5px;
}
#nav a {
	color: #003399;
	display: block;
	text-align: left;
	text-decoration: none;
	list-style-type:none;
}
#nav dl {	
	padding: 0;
	margin: 0;
	list-style-type:none;
}
#nav dl dt a {
	font-weight: normal;
	padding: 2px 0 2px 5px;
	font-size: 0.7em;
	color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav dl dt.current a {
	color: #F6772F;
	background-color: #333333;
}
#nav dl dt.select a {
	font-weight: bold;
	background-color: #EEEEEE;
}
#nav dl dt a:hover {
	background-color:#CCCCCC;
}
#nav dl dd {	
	padding: 0;
	margin: 0;
	list-style-type:none;
}
#nav dl dd a {
	padding: 2px 0 2px 10px;
	font-size: 0.7em;
	background-color: #EEEEEE;
	color: #333333;
}
#nav dl dd.current a {
	color: #F6772F;
	background-color: #333333;
}
#nav dl dd.noback a {
	background-color: #FFFFFF;
}
#nav dl dd.select a {
	font-weight: bold;
	background-color: #EEEEEE;
}
#nav dl dd a:hover {
	background-color: #CCCCCC; 
}
#nav dl dd.thirdcurrent a {
	color: #F6772F;
	background-color: #333333;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav dl dd.thirdlevel a {
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.current-link
{
	color: #F6772F;
	text-decoration: none;
}
a.current-link:visited
{
	color: #F6772F;
	text-decoration: none;
}
a.current-link:hover
{
	color: #F6772F;
	text-decoration: none;
}
a.current-link:active
{
	color: #F6772F;
	text-decoration: none;
}

.box-outline-left-right-grey {
	background-image: url(../images/web-graphics/borders-bkgrds/service-box-rnd-mdl-grey-white.gif);
	background-repeat: repeat;
}

.cont-page {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cont-header {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.cont-header-logo {
	padding-left: 20px;
}
.cont-header-links {
	width: 250px;
	visibility: visible;
	text-align: right;
	float: right;
	padding-right: 20px;
	padding-top: 5px;
}
.cont-navigation {
	background-color: #333333;
	font-size: 0.7em;
}
.cont-navigation-table {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

.cont-footer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 2px;
	background-color: #333333;
	margin-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.cont-footer-links {
	text-align: center;
	padding-bottom: 1px;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
}

.cont-box-top {
}
.cont-box-bottom {
	padding-bottom: 10px;
}

.cont-home-body {
	width: 600px;
	background-color: #FFFFFF;
	padding-left: 20px;
}
.cont-home-news {
	width: 583px;
	height: 193px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
	border-left-color: #c1c1c1;
}
.cont-home-promo-banner {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
}
.cont-home-service-text-top {
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #e0e0e0;
	border-bottom-style: solid;
	margin-right: 10px;
	margin-left: 10px;
}
.cont-home-service-image {
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cont-image-border {
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	border: 3px solid #E0E0E0;
}
.cont-home-service-text-middle {
	padding-right: 5px;
	padding-left: 5px;
}
.cont-home-service-text-bottom {
	text-align: left;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
}
.cont-home-copyright-disc {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cont-right-bar {
	width: 175px;
	float: right;
	padding-right: 5px;
}
.cont-right-bar-box-hdr-top-grey {
	background-image: url(../images/web-graphics/borders-bkgrds/faded-grey-bgd.gif);
	text-align: center;
	padding-top: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-bottom: 2px;
	margin-left: 10px;
}
.cont-right-bar-box-hdr-grey {
	background-image: url(../images/web-graphics/borders-bkgrds/faded-grey-bgd.gif);
	text-align: center;
	padding-top: 2px;
	margin-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-bottom: 2px;
	margin-left: 5px;
}
.cont-right-bar-box-text {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.text-h2-mgrey {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}
.text-h3-mgrey {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
.text-h5-mgrey {

	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
}
.text-b1-mgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
}
.text-b2-mgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
}
.text-b4-mgrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	float: none;
}
.text-h3-dgrey {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}
.text-b5-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
}
.text-b4-lgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	text-align: left;
	float: none;
}
.text-h3-white {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.text-h4-white {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}
.text-h4-blue {
	font-size: 0.8em;
	font-weight: bold;
	color: #003399;
}
.text-h5-blue {
	font-size: 0.8em;
	font-weight: bold;
	color: #003399;
}
.text-b2-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #003399;
}
.cont-left-navigation-text-top-level {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.8em;
	font-weight: normal;
}
.cont-left-navigation-text-2nd-level {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.75em;
	font-weight: bold;
	color: #003399;
}
.cont-left-navigation-text-3rd-level {
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.75em;
	font-weight: normal;
	color: #003399;
}
.cont-body-title {
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.cont-body-heading1 {
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.text-h3-mgrey {

	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}
.cont-body-text {
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
}
.text-h2-dgrey {

	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.text-h4-mgrey {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
.cont-body-image-mid {
	text-align: center;
}
.text-h2-blue {


	font-size: 1em;
	font-weight: bold;
	color: #003399;
}
.text-h5-blue {

	font-size: 0.7em;
	font-weight: bold;
	color: #003399;
}
.text-h3-blue {
	font-size: 0.9em;
	font-weight: bold;
	color: #003399;
}
.text-h2-red {


	font-size: 0.9em;
	font-weight: bold;
	color: #CC0000;
}
.cont-body-heading2 {
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2px;
	margin-top: 5px;
}
.text-h3-table-header-red-bkg {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3300;
}
.text-h3-table-header-green-bkg {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
}
.cont-basket-info-box {
	background-color: #FFFFFF;
	padding-left: 3px;
	margin-right: 0px;
	margin-left: 1px;
	padding-right: 3px;
	border: 1px solid #000000;
}
.text-b3-white {
	font-size: 0.7em;
	color: #FFFFFF;
}
#ycccurrencyList select {
	width:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}.cont-left-navigation-currency-conv {
	margin-left: 10px;
	margin-top: 10px;
}
.cont-left-bar-box-hdr-grey {
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-bottom: 2px;
	margin-left: 5px;
	background-image: url(../images/web-graphics/borders-bkgrds/faded-grey-bgd.gif);
}
.cont-left-bar-box-grey-white {
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #999999;
}
.cont-left-bar-box-blue {
	border: 1px solid #001B51;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #003399;
	margin-left: 5px;
	padding-right: 1px;
	padding-left: 5px;
	margin-top: 10px;
}
.cont-left-bar-image-box {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text-b3-mgrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
}
.cont-right-bar-box-txt-bkg-lblue {
	padding-bottom: 2px;
	background-color: #003399;
	text-align: center;
}
.cont-right-bar-box-grey-white {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 5px;
}
.cont-right-bar-box-lblue-white {
	border: 1px solid #0033cc;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
}
.text-h3-yellow {

	font-size: 0.8em;
	font-weight: bold;
	color: #FFFF00;
}
.text-b2-red {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #CE0000;
	vertical-align: top;
}
.text-b2-black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}
.cont-right-bar-box-red-white {
	border: 2px solid #CC0000;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cont-right-bar-box-image {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text-h3-red {



	font-size: 0.7em;
	font-weight: bold;
	color: #CC0000;
}
.text-b3-blue {
	font-size: 0.7em;
	font-weight: normal;
	color: #003399;
}
.text-h4-dgrey {

	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
}
.cont-right-bar-box-lblue-lgrey {

	border: 2px solid #0033cc;
	background-color: #E9E9E9;
	text-align: center;
	margin-top: 8px;
}
.text-h4-blue {


	font-size: 0.8em;
	font-weight: bold;
	color: #003399;
}
.text-h3-table-header-lgrey-bkg {

	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
.text-h2-orange {



	font-size: 0.9em;
	font-weight: bold;
	color: #FF6600;
}
.text-h4-table-header-orange-dgrey-bkg {


	font-size: 0.9em;
	font-weight: bold;
	color: #FF6600;
	background-color: #333333;
}
.text-b2-blue {

	font-size: 0.8em;
	font-weight: normal;
	color: #003399;
}
.cont-body-grey-box {
	border: 3px solid #DDDDDD;
	margin: 10px;
	padding: 5px;
}
.text-b2-dgrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
}
.cont-lower-header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-top-style: none;
	border-top-color: #003399;
}
.cont-news-date {
	font-size: 0.9em;
	color: #333333;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cont-home-postage {
	margin-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cont-page-main-body {
	background-color: #FFFFFF;
}
.cont-home-news-section {
	padding-top: 6px;
	padding-bottom: 8px;
}
.cont-quantity-pricing {
	background-color: #EEEEEE;
	margin-right: 100px;
	margin-left: 10px;
	padding: 10px;
}
