@charset "UTF-8";
/* CSS Document */
ul#categories {list-style:none; margin:0px;padding:0px;}
li.categories {background: url(../images/categories.gif); background-repeat: no-repeat;display:block;width:250px;height:23px;overflow:hidden;float:left;margin:3px 5px 5px 0px; text-align:center;}
li.categories:hover {background: url(../images/categories_over.gif); background-repeat: no-repeat;display:block;width:250px;height:23px;overflow:hidden;float:left;margin:3px 5px 5px 0px; text-align:center;}
li.categories_active {background: url(../images/categories_active.gif); background-repeat: no-repeat;display:block;width:250px;height:23px;overflow:hidden;float:left;margin:3px 5px 5px 0px; text-align:center;}
li.claim_rewards {background: url(../images/claim_reward.gif); background-repeat: no-repeat;display:block;width:250px;height:23px;overflow:hidden;float:left;margin:3px 5px 5px 0px; text-align:center;}
li.claim_rewards:hover {background: url(../images/claim_reward_over.gif); background-repeat: no-repeat;display:block;width:250px;height:23px;overflow:hidden;float:left;margin:3px 5px 5px 0px; text-align:center;}

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #d3d3d3 url(../images/backtile.gif); background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	background: url(../images/content_tile.gif); background-repeat: repeat-y;
	padding:0px;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 38px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixLtHdr #header {
	width:800px;
	margin: 0px;
	height: 128px;
	background: url(../images/header_tile.gif); background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #mainContent {
	background: url(../images/content_tile.gif); background-repeat: repeat-y;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	text-align:center;
	height: 78px;
	margin: 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#bgap {
margin-right: 0px;
	margin-top: 10px;
	padding-top: 0px;
	width:10px;
	height: 95px;
	display:block;
	float:left;
	background: #ffffff;
}
div#bcard {
	margin-right: 0px;
	margin-top: 10px;
	padding-top: 0px;
	width:200px;
	height: 95px;
	display:block;
	float:left;
	background: url(../images/contact_backing.gif);
	background-repeat: no-repeat;text-align:center;
}
div#bcard_blank {
	margin-right: 0px;
	margin-top: 10px;
	padding-top: 0px;
	width:200px;
	height: 95px;
	display:block;
	float:left;
	background: #ffffff;
}
img#logo_image {border:0px;margin-top:20px;margin-left:31px;}
div#logo {
	background: #d4d4d4 url(../images/logo_back.gif);
	background-repeat: no-repeat;
	padding:0px; margin:0px;
	float:left;
	width:203px;
	height:128px;
	display:block;
}
div#main_nav {
	font-size: 11px;
	padding-left:7px;
	padding-right:0px;
	padding-top:44px;
	margin:0px;
	float:left;
	width:575px;
	height:84px;
	display:block;
	color: #808080;
}

div#header_right {
	background: #d4d4d4 url(../images/header_right.gif);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	float:right;
	width:15px;
	height:128px;
	display:block;
}
div#content_right {
	margin: 0px;
	padding:0px;
	width:15px;
	height:auto;
	display:block;
	float:right;
}

div#footer_left {
	background: #d4d4d4 url(../images/footer_left.gif);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	float:left;
	width:11px;
	height:123px;
	display:block;
}

div#footer_nav {
	padding-left:0px;
	padding-right:0px;
	padding-top:43px;
	margin:0px;
	float:left;
	width:774px;
	height:80px;
	display:block;
	background: #d4d4d4 url(../images/footer_tile.gif);
	background-repeat: repeat-x;
	color: #808080;
}

p#gap_base {
	width: 774px;
	height:20px;
	display:block;
	padding:0px;
	margin:0px;
}
span#copyright {
	line-height: 13px;
	padding:0px;
	font-size: 10px;
	color: #434343;
}

div#footer_right {
	background: url(../images/footer_right.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin:0px;
	float:right;
	width:15px;
	height:123px;
	display:block;
}

div#home_main {
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0px;
	width:724px;
	height:auto;
	border-left: solid 1px #808080;
	margin: 0px;
	display:block;
	float:left;
	color: #404040;
	font-size: 11px;
}

div#catalogue_main {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	width:724px;
	height:auto;
	border-left: solid 1px #808080;
	margin: 0px;
	display:block;
	float:left;
	color: #404040;
	font-size: 11px;
}

div#catalogue_main2 {
	padding-top:20px;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:0px;
	width:744px;
	height:auto;
	border-left: solid 1px #808080;
	margin: 0px;
	display:block;
	float:left;
	color: #404040;
	font-size: 11px;
}

ul
{
line-height: 15px;
margin-left:0px; padding-left:25px;
list-style-image:url("../images/bullet.gif");
}

b.red {color: #dc0019; font-weight: normal;}
b {color: #6e6e6e;}
h1 {font-size: 16px; margin-top: 0px; margin-bottom:14px; color: #334ca0; font-weight: normal;}
h2 {font-size: 14px; margin-top: 0px; margin-bottom:14px; color: #dc0019; font-weight: normal;}
h3 {padding-top: 4px; height:20px; font-size: 12px; margin-top: 0px; margin-bottom:5px; color: #545454; font-weight: normal;}
h4 {letter-spacing: 1px; padding-bottom: 0px; padding-top: 2px; font-size: 12px; margin-top: 0px; margin-bottom:0px; color: #545454; font-weight: normal;}

a.categories:link {outline: none; font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.categories:active {outline: none; font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.categories:visited {outline: none; font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.categories:hover {outline: none; font-size: 12px; font-weight: normal; color: #dc0019; text-decoration: none; line-height: 22px;}

a.claim_rewards:link {font-weight: normal; outline: none; font-size: 12px; color: #ffffff; text-decoration: none; line-height: 22px;}
a.claim_rewards:active {font-weight: normal; outline: none; font-size: 12px; color: #ffffff; text-decoration: none; line-height: 22px;}
a.claim_rewards:visited {font-weight: normal; outline: none; font-size: 12px; color: #ffffff; text-decoration: none; line-height: 22px;}
a.claim_rewards:hover {font-weight: normal; outline: none; font-size: 12px; color: #ffffff; text-decoration: none; line-height: 22px;}

a.categories_on:link {outline: none; cursor: default; font-size: 12px; font-weight: normal; color: #dc0019; text-decoration: none; line-height: 22px;}
a.categories_on:active {outline: none; cursor: default; font-size: 12px; font-weight: normal; color: #dc0019; text-decoration: none; line-height: 22px;}
a.categories_on:visited {outline: none; cursor: default; font-size: 12px; font-weight: normal; color: #dc0019; text-decoration: none; line-height: 22px;}
a.categories_on:hover {outline: none; cursor: default; font-size: 12px; font-weight: normal; color: #d72c2c; text-decoration: none; line-height: 22px;}

a.button:link {font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.button:active {font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.button:visited {font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.button:hover {font-size: 12px; font-weight: normal; color: #dc0019; text-decoration: none; line-height: 22px;}

a:link {font-size: 11px; font-weight: normal; color: #334ca0; text-decoration: underline;}
a:active {font-size: 11px; font-weight: normal; color: #334ca0; text-decoration: underline;}
a:visited {font-size: 11px; font-weight: normal; color: #334ca0; text-decoration: underline;}
a:hover {font-size: 11px; font-weight: normal; color: #dc0019; text-decoration: underline;}

a.contact:link {font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.contact:active {font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.contact:visited {font-size: 12px; font-weight: normal; color: #334ca0; text-decoration: none; line-height: 22px;}
a.contact:hover {font-size: 12px; font-weight: normal; color: #dc0019; text-decoration: none; line-height: 22px;}

a.nav_footer:link {font-size: 11px; font-weight: normal; color: #808080; text-decoration: none;}
a.nav_footer:active {font-size: 11px; font-weight: normal; color: #808080; text-decoration: none;}
a.nav_footer:visited {font-size: 11px; font-weight: normal; color: #808080; text-decoration: none;}
a.nav_footer:hover {font-size: 11px; font-weight: normal; color: #505050; text-decoration: none;}

#bottom-logos {
	border: 1px none #fc71d0;
}

#bottom-logos img {
	border: 1px none;
}

#page_status {
	display: none;
	font-size: 9px;
	padding-bottom: 15px;
}

