@charset "UTF-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,p,img,hr {
	border:0;
	padding:0;
	margin:0;
}

body {
	background:url(images/back_blend.gif);
	background-repeat:repeat-x;
	background-color:#dedddc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	}
	
a:link {color:#990033;text-decoration:none;}
a:visited {color:#990033;text-decoration:none;}
a:hover {color:#000;text-decoration:underline;}
a:active {color:#000;text-decoration:none;}

h2 {
	font-size:12px;
	font-weight:600;
	color:#990033;
}

li,ul {
	margin-left:9px;
	padding:0;
	list-style-image:url(images/bullet_red_onWht.gif);
	}

#outercontainer {
	position:relative;
	width:945px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	top:12px;
	background:url(images/outer_middle.gif);
	background-repeat:repeat-y;
}

#outertop {
	height:8px;
	width:945px;
	background:url(images/outer_top.gif);
}

#outerbott {
	height:8px;
	width:945px;
	background:url(images/outer_bottom.gif);
}

#bottomlinks {
	background-color:#dedcdc;
	padding:10px 28px;
	color:#666;
}
#bottomlinks a:link {color:#666;text-decoration:none;}
#bottomlinks a:visited {color:#666;text-decoration:none;}
#bottomlinks a:hover {color:#333;text-decoration:underline;}
#bottomlinks a:active {color:#666;text-decoration:none;}



#container {
	position:relative;
	width:895px;
	margin:18px 25px;
	height:auto;
}

#logobar {
	position:relative;
	width:895px;
	height:87px;
	background:url(images/back_header.gif);
	}

#logo {
	position:absolute;
	width:839px;
	top:25px;
	left:28px;
	}

#menubar {
	position:relative;
	height:20px;
	width:895px;
	background:#CCC;
	margin:3px 0;
	}
	
#navigation {
	position:absolute;
	top:4px;
	left:28px;
	font-size:11px;
	font-weight:700;
	letter-spacing:1px;
	}

#navigation ul {
	margin:0;
	padding:0px 25px 0px 0px;
	display:inline;
	}
#navigation li {
	margin:0;
	padding:0px 23px 0px 0px;
	display:inline;
	}

#navigation a:link {
	color:#333;
	text-decoration:none;
	}
#navigation a:visited {
	color:#333;
	text-decoration:none;
	}
#navigation a:hover {
	color:#FFF;
	text-decoration:none;
	}
#navigation a:active {
	color:#333;
	text-decoration:none;
	}
	
#tickerbar {
	position:relative;
	height:20px;
	width:895px;
	background:#CCC;
	margin:3px 0;
	}
	
#ticker {
	position:absolute;
	top:4px;
	left:28px;
	font-size:11px;
	font-weight:400;
	}
#ticker a:link {color:#333;text-decoration:none;}
#ticker a:visited {color:#333;text-decoration:none;}
#ticker a:hover {color:#000;text-decoration:underline;}
#ticker a:active {color:#000;text-decoration:none;}
	
#content {
	position:relative;
	width:847px;
	height:auto;
	margin:25px 20px 25px 28px;
	line-height:1.4em;
}

#advert {
	position:absolute;
	width:292px;
	left: 383px;
	top: 0px;
}

#logos {
	position:absolute;
	width:152px;
	left:696px;
	top:0px;
	font-size:0.9em;
	line-height:1.1em;
	text-align:center;
	padding:0 10px;
	}
	
#pinkbox {
	width:147px;
	height:165px;
	padding:15px;
	background:url(images/back_newsbox.gif) no-repeat #88052b;
	color:#FFF;
	font-size:1em;
	line-height:1.2em;

}
#pinkbox h2 {
	font-size:1.2em;
	font-weight:200;
	color:#FFF;
}
#pinkbox a:link {color:#CCC;text-decoration:none;}
#pinkbox a:visited {color:#CCC;text-decoration:none;}
#pinkbox a:hover {color:#000;text-decoration:underline;}
#pinkbox a:active {color:#CCC;text-decoration:none;}


#menubox {
	float:left;
	width:121px;
	height:139px;
	padding:28px;
	background:url(images/back_greybox.jpg) no-repeat #4b4b4b;
	color:#FFF;
	font-size:1.2em;
	line-height:1.3em;
}
#menubox h2 {
	font-size:1.3em;
	font-weight:200;
	color:#FFF;
}
#menubox a:link {color:#CCC;text-decoration:none;}
#menubox a:visited {color:#CCC;text-decoration:none;}
#menubox a:hover {color:#000;text-decoration:underline;}
#menubox a:active {color:#CCC;text-decoration:none;}

#productsbox {
	position:relative;
	float:right;
	width:550px;
	height:430px;
	background-color:#ECECEC;
	}

.whitebox {
	position:absolute;
	left:20px;
	top:20px;
	background-color:#FFF;
	padding:20px;
	width:210px;
	height:150px;
}

.table {
	font-size:9px;
	text-align:left;
	border-style:dotted;
	border-width:1px;
	border-color:#CCC;
	}


.floatright {
	float:right;
	}


.black {
	color:#000;
	}

.red {
	color:#ac0636;
	}
	
.white {
	color:#FFF;
	}

.marginrightmiddle {
	position:relative;
	top:9px;
	margin-right:7px;
	
}
