/********************************************/
/***               Reset                  ***/
/********************************************/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}
/********************************************/
/***               Global                 ***/
/********************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
	background:url(background1.jpg) bottom repeat-x #14789d;
}
#bodyHOME {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
	background:url(backgroundHOME_03.jpg) bottom repeat-x #E9E9E9;
}
#mainConainer {
	background-image: url(background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainConainerHOME {

	background-image: url(background2.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
}
.container {
	margin: 0 auto;
	width: 955px;
	text-align: left;
}
.containerHOME {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
h1 {
	margin-bottom: 10px;
	font-size: 22px;
	color: #9d0101;
	letter-spacing: 1pt
}
h2 {
	line-height: 18px;
	margin-top: 25px;
	padding: 5px 0;
	font-size: 18px;
	color: #444
}
h3 {
	margin-top: 15px;
	padding: 2px 2px 2px 0px;
	font-size: 12px;
	line-height:12px;
	color: #373332;


}
h4 {
	padding: 15px 0 5px 0;
	color: #333;
	font-size: 14px;
	letter-spacing: 1pt
}
h5 {
	font-size: 13px;
	font-weight: bold;
	color: #992A0F
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #992A0F
}
img.border {
	border: 2px solid #d9d9d9
}
img.borderHover {
	border: 2px solid #d9d9d9;
	text-decoration: none
}
img.borderHover:hover {
	border: 2px solid #760805
}
img.block {
	margin: 10px 5px 5px 10p x;
	border: 2px solid #d9d9d9
}
img.floatRight {
	margin: 10px 5px 5px 10px;
	border: 2px solid #d9d9d9
}
img.floatLeft {
	margin: 10px 10px 5px 5px;
	border: 2px solid #d9d9d9
}
.clear {
	clear: both
}
.displayNone {
	display: none
}
.floatRight {
	float: right
}
.floatLeft {
	float: left
}
.bold {
	font-weight: bold
}
strong {
	font-size: 12px
}
p {
	padding-bottom: 10px;
	line-height: 18px
}
p.contentBottom {
	padding-bottom: 5px;
	line-height: 12px
}
p.price {
	padding: 6px 5px;
	color: #4b4846
}
span.price {
	padding-left: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1pt;
	color: #9d0101
}
ul {
	list-style-type: none
}
li.bullet {
	margin: 5px 0;
	padding: 0 10px;
	background: url(../images/bullet_grey.jpg) no-repeat;
	background-position: 0 7px
}
li.bulletRed {
	margin: 5px 0;
	padding: 0 10px;
	background: url(../images/bullet_red.jpg) no-repeat;
	background-position: 0 7px
}
li.bulletBlue {
	margin: 5px 0;
	padding: 0 10px;
	background: url(../images/bullet_blue.gif) no-repeat;
	background-position: 0 7px
}
li.bulletBlueBig {
	margin: 5px 0;
	padding: 0 10px;
	background: url(../images/bullet_blue_big.jpg) no-repeat;
	background-position: 0 7px
}
li.bulletFooter {
	margin: 5px 0;
	padding: 0 10px;
	background: url(../images/bullet_footer_grey.jpg) no-repeat;
	background-position: 0 7px
}
blockquote {
	padding: 10px;
	float: right;
	display: block;
	width: 225px;
	color: #9d0101;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 1pt
}
blockquote p {
	line-height: 23px
}
blockquote em {
	color: #9d0101;
	font-size: 24px
}
blockquote em.first {
	padding-right: 3px
}
blockquote em.last {
	padding-left: 3px
}
blockquote a {
	border-bottom: none
}
/********************************************/
/***           Links & Buttons            ***/
/********************************************/
a {
	color: #FC0F8F;
	text-decoration: none;
}
a:hover {
	color: #09F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
}
a.image {
	border: none;
	background: none;
	text-decoration: none
}
#footer a {
	margin: 0 7px;
	padding: 0 1px;
	font-size: 9px;
	color: #fefefe;
	background: none;
	border: none;
	border-bottom: 1px solid #c5c4c5
}
#footer a:hover {
	color: #333;
	background: #fefefe;
	border-bottom: none
}
#submitButton {
	margin: 0 0 0 10px;
	width: 97px;
	height: 27px;
	font-weight: bold;
	color: #E8E9E0
}
.submitbutton {
	background: url(../images/submit_button.jpg);
	border-style:none;
	border: none;
	cursor: pointer
}
/********************************************/
/***          Content Wrappers            ***/
/********************************************/
.content {
	padding: 8px;
	background-color:#E8E9E0;
}
div.hr {
	height: 22px;
	background-color: transparent;
	background-image: url(hr.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left center;
}
div.hr2 {
	height: 2px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: transparent;
	background-image: url(hr.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left center;
}
.contentBottom {
	padding: 20px;
	margin: 0 auto;
	height:207px;
	background-repeat: repeat-x;
	background-image: url(footer_bg2.jpg); 
}
.contentBottom a {
	margin: 0 7px;
	padding: 0 1px;
	font-size: 10px;
	color: #202020;
	border-bottom: none;
}
.contentBottom a:hover {
	color: #333;
	background:none;
	border-bottom: 1px solid #c5c4c5;
}
/*.contentBottom ul {padding: 0 0 10px 0}
.contentBottom li {
	display: inline;
	font-size: 12px;
	color: #999
}*/
.contentBottom p {
	margin-left: 7px;
	color: #202020;
	font-size: 10px;
	line-height: 10px;
}
#subPages {
	padding: 0px 0;
	float: right;
	width: 388px;
	height:1900px;
}
#productGrid {
	padding-top: 25px;
	width: 650px;
	float: right
}
/********************************************/
/***              Masthead                ***/
/********************************************/
#masthead {
	margin: 0;
	padding: 0;
	height: 159px;
	text-align: right;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mastheadHOME {
	margin: 0;
	padding: 0;
	height: 650px;
	text-align: center;

}
.headerRight {
	margin: 0px 0px 0 0;
	float: right;
	width: 250px;
	height: 150px;
	text-align:center;
}
.headerRightHOME {
	margin: 5px 0px 0 0;
	float: right;
	width: 1000px;
	height: 20px;
}
#mastheadHOME a {
	color:#E8E9E0;
	text-decoration:none;
	border-bottom: 0px;
}
#mastheadHOME a:hover, a:active {
	color:#FC0F8F;
	text-decoration:none;
}
#masthead a {
	color:#E8E9E0;
	text-decoration:none;
	border-bottom: 0px;
}
#masthead a:hover, a:active {
	color:#FC0F8F;
	text-decoration:none;
	background-color: none;
}
.headerLeft {
	margin: 0;
	padding: 0px 0 0 0px;
	text-align: left;
	height:150px;
}
.wrapbgcolor1 {
	background-color:#3E3E3E;
}
/********************************************/
/***               Footer                 ***/
/********************************************/
#footer {
	margin:0 auto;
	/*	padding: 10px 0 0 15px;
*/	background:url(../images/footer_bg3.jpg) repeat-x;
	height: 56px;
}
#footer ul {
	padding: 0 0 10px 0
}
#footer li {
	display: inline;
	font-size: 7px;
	color: #999
}
#footer p {
	margin-left: 7px;
	color: #E8E9E0;
	font-size: 9px;
	line-height: 12px;
}
/************/

ul#split, ul#split li {
	margin:0;
	padding:0;
	list-style:none
}
ul#split li {
	float:left;
	width:280px;
	margin:0 25px 10px 0
}
ul#split h5 {
	font: normal 110%/1.3 Verdana, sans-serif;
	margin:0px;
	padding: 5px 0 5px0 7px;
	text-align:left;
	color: #000
}
ul#split p {
	margin:0;
	padding:3px
}
li#one {
	background: transparent
}
li#two {
	background: transparent
}
li#three {
	background: transparent
}
/********************************************/
/***          Navigation Menus            ***/
/********************************************/
#mainNav {
	padding-top:20px;
	height: 26px;
}
#mainNav ul.sf-menu {
	padding: 0 0 0 25px
}
ul#dropDown li:hover {
	background: #672121
}
#mainNav li {
	z-index: 999 !important
}
#mainNav li.topLi {
	margin-top: 0px;
	padding-top: 5px;
	float: left;
	display: block;
	height: 41px;
	background: url(../images/main_nav_seperator.jpg) no-repeat bottom right
}
#mainNav li.last {
	background: none
}
#mainNav a.topLink {
	padding: 12px 18px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #E8E9E0;
	letter-spacing: 1px;
	border: none
}
#mainNav a.topLink:hover {
	background: url(../images/main_nav_hover_bg.jpg) repeat-x bottom left
}
#mainNav a.topLinkDrop {
	padding: 12px 38px 12px 18px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #E8E9E0;
	letter-spacing: 1px;
	border: none
}
#mainNav a.topLinkDrop:hover {
	background: url(../images/main_nav_hover_bg.jpg) repeat-x bottom left
}
/*************** Drop Down Styling ********************/
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none
}
ul#dropDown li {
	width: 200px;
	background: url(drop.png) repeat-x bottom left
}
ul#dropDown a {
	margin: 1px;
	padding: 8px 12px;
	color: #E8E9E0;
	background: none;
	border: none
}
ul#dropDown a:hover {
	background: url(drop_hover.png) repeat-x bottom left
}
/********************************************/
/***              Sub Menu                ***/
/********************************************/
#subNav {
	width: 225px;
	background: #f2f2f2;
	border: 1px solid #e1e1e1
}
#subNav h3 {
	margin-top: 0;
	font-size: 10px
}
#subNav li {
	display: block;
	border-bottom: 1px solid #e1e1e1
}
#subNav a {
	padding: 4px 0 4px 10px;
	display: block;
	border: none;
	color: #333;
	background: #f2f2f2
}
#subNav a:hover {
	background: #d3d1d1
}
/********************************************/
/***           Product Pages              ***/
/********************************************/
/************ Catagory Pages *****************/
.productListing {
	margin: 0 0 25px 20px;
	float: left;
	width: 190px;
	background: #f2f2f2;
	border: 1px solid #e1e1e1
}
.productListing span.image {
	margin: 10px 0;
	display: block;
	text-align: center
}
.productListing img {
	border: 1px solid #d9d9d9
}
.productListing h4 {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 12px
}
.productListing p {
	margin: 0;
	padding: 0 5px 5px
}
.productListing a.moreInfoButton {
	margin: 0 5px;
	padding: 3px 5px;
	float: none;
	background: #3A3635;
	border: 1px solid #272423;
	color: #E8E9E0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	text-decoration: none
}
.productListing a.moreInfoButton:hover {
	color: #eae9e8;
	background-color: #605b5a;
	border: 1px solid #4b4745
}
.productListing div {
	margin: 5px 0 10px 0
}
/************ Individual Product Page *****************/
#productGrid h1 {
	padding: 0 0 15px 10px;
	font-size: 24px
}
span.model {
	padding-left: 5px;
	color: #333;
	font-size: 13px
} /** Product Model Name **/
span.carrier {
	padding-left: 5px;
	color: #515151;
	font-size: 12px
}/** Product Carrier Name **/
.rightColumn {
	margin-top: 20px;
	padding-bottom: 10px;
	width: 225px;
	float: right
}
.rightColumn ul {
	padding: 20px 0 25px;
	background: url(../images/right_column_product_bg.jpg) no-repeat top right
}
.rightColumn li {
	padding-bottom: 4px
}
.rightColumn p {
	padding: 15px 0 20px 15px;
	color: #890101
}
.rightColumn .price {
	padding-left: 10px;
	font-size: 22px
}
a.buyNow {
	margin-left: 12px;
	border: none;
	background: none;
	text-decoration: none
}
.bottomSpecBlock {
	margin: 25px 0 0 0;
	border: 1px solid #e5e5e5
}
.bottomSpecBlock h3 {
	margin: 0
}
.bottomSpecBlock ul {
	margin: 0;
	padding: 0
}
.bottomSpecBlock li {
	padding: 8px 15px
}
.bottomSpecBlock li.odd {
	background: #f0f0f0
}
.bottomSpecBlock li.last {
	padding-bottom: 0;
	border: none;
	background: none
}
/********************************************/
/***            Contact Page              ***/
/********************************************/
.contactInfo {
	margin: 15px 0 30px 0;
	padding: 10px 0;
	width: 550px;
	background: #f2f2f2;
	border: 1px solid #e1e1e1
}
.contactInfo li.title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}
.address {
	padding-left: 25px
}
.address li {
	padding: 2px 0
}
.phoneRight {
	float: right;
	width: 225px
}
.phoneRight li {
	padding: 2px 0
}
.phoneRight .label {
	font-weight: bold
}
.phoneRight .tollFree {
	padding-left: 55px
}
.phoneRight .local {
	padding-left: 80px
}
.phoneRight .fax {
	padding-left: 34px
}
/************ Contact Form *****************/
.contactForm {
	margin: 0 0 30px 0;
	padding: 25px 0 3px 10px;
	width: 540px;
	background: #f2f2f2;
	border: 1px solid #e1e1e1
}
.contactForm label {
	float: left;
	width: 120px;
	margin-left:1em;
	color: #333333
}
.contactForm input {
	margin-bottom: 5px;
	padding-left: 3px;
	width: 370px;
	background: url(../images/textarea_bg.gif) no-repeat top left;
	border: 1px solid #aaa
}
.contactForm textarea {
	padding-left: 3px;
	width: 370px;
	height: 130px;
	background: url(../images/textarea_bg.gif) no-repeat top left;
	border: 1px solid #aaa
}
.contactForm select {
	margin: 0 0 3px 0;
	padding: 0;
	width:370px
}
.contactForm option {
}
.contactForm #submitButton {
	margin: 5px 0 0 133px;
	width: 375px;
	height: 30px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-family: Arial, Helvetica, sans-serif;
	background: #3A3635;
	border: 1px solid #272423;
	cursor: pointer
}
.contactForm #submitButton:hover {
	color: #eae9e8;
	background-color: #605b5a;
	border: 1px solid #4b4745
}
/************ Success & Error Messages *****************/
.success {
	margin: 45px 32px 0 0;
	text-align: center;
	background: #D9E7CD;
	border: 1px solid #87C445
}
.success h3 {
	margin: 0;
	padding: 12px 0 3px 0;
	font-family: 'Arial Black';
	font-size: 17px;
	color: #495E16;
	text-transform: uppercase;
	letter-spacing: 1pt;
	background: none;
	border: none
}
.success p {
	color: #333
}
.error {
	margin: 3px 0 1px 135px;
	color: #8f0101
}
.phpError {
	padding-left: 5px;
	;
	color: #8f0101
}
.required {
	padding-left: 3px;
	color: #8f0101;
	font-weight: bold
}
.requiredNote p {
	margin: 20px 0 0 0;
	padding: 0px;
	color: #333
}
.loading {
	margin: 0 0 0 260px
}
/********************************************/
/***           Product Search             ***/
/********************************************/
#productSearch {
	margin-right: 0px;
	background-color: #FFCA78;
	width: 388px;
	height:150px;
	text-align:center;
}
.searchBox {
	width: 388px;
	height: 120px
}
.searchBox p {
	margin: 6px;
	padding: 2px 0 0 0px;
	display: block;
	color: #F00;
	font-size: 12px;
	text-transform: uppercase
}
.searchBottom {
	width: 303px;
	height: 12px
}
#searchButton {
	margin: 10px 0 0 173px;
	padding: 3px 10px;
	background: #3A3635;
	border: 1px solid #272423;
	color: #E8E9E0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	cursor: pointer
}
#searchButton:hover {
	color: #eae9e8;
	background-color: #605b5a;
	border: 1px solid #4b4745;
	text-decoration: underline
}
.productSearchForm {
	margin: 0 auto;
	padding: 0px 0 0 130px
}
.productSearchForm label {
	display: none
}
/********************************************/
/***           Banner Gallery             ***/
/********************************************/
#productViewer {
	margin: 0 0 35px 0;
	padding: 0;
	width: 580px;
	height: 250px
}
.viewerLinks {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 250px;
	float: right;
	background-color:#666;
	/*background: url(../images/link_bg.jpg) no-repeat*/
}
.viewerImage {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden
}
.viewerLinks ul {
	margin-left: 1px;
	padding-left: 8px;
	height: 50px;
	/*background: url(../images/list_bg.jpg) no-repeat bottom left;*/
	cursor: pointer
}
.viewerLinks li {
	padding-top: 8px
}
.viewerLinks ul:hover {
	background: url(../images/hover_bg.jpg) no-repeat bottom right
}
.viewerLinks ul.last:hover {
	background-image: url(../images/hover_bg_last.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#productViewer a {
	text-decoration: none;
	border: none;
	background: none
}
.viewerLinks em {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #f1f1f1;
	font-weight: bold;
	font-style: normal;
}
.viewerLinks span {
	margin: 0;
	padding: 0;
	font-size: 8px;
	text-transform: uppercase;
	color: #c7c7c7;
}
.viewerImage a {
	position: relative;
	left: 0px
}
/********************************************/
/***           Slide Gallery              ***/
/********************************************/
#sliderGallery {
	background-color: #E8E9E0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	height:150px;
	width: 900px
}
#sliderGallery a {
	border: none;
	background: none
}
#leftButton, #rightButton {
	float: left;
	width: 36px;
	height: 150px;
	cursor: pointer
}
.rightImage {
	background: #E8E9E0 url(../images/right_button.jpg) no-repeat
}
.leftImage {
	background: transparent url(../images/left_button.jpg)
}
.rightImageHov {
	background: transparent url(../images/right_button_hov.jpg) no-repeat top right
}
.leftImageHov {
	background: transparent url(../images/left_button_hov.jpg) no-repeat top right
}
#canvas {
	float: left;
	width: 828px;
	height: 150px;
	overflow:hidden;
	position:relative
}
#canvas ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0px
}
#canvas ul li {
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	vertical-align:bottom;
	width:120px;
	height:150px;
	margin-left:2px;
	background-color:#EDEDED;
}
#canvas ul li a img {
	border: none
}
.viewerImage a {
	position: relative;
	left: 0px;
	display: none;
}
.viewerImage a#active {
	display: inline;
}
/********************************************/
/***         Featured Products            ***/
/********************************************/
#featuredProducts {
	padding: 0px 0px 0 0px;
	width: 531px;
	height:
}
.featuredBlock {
	margin-bottom: 25px;
	background: #f2f2f2;
	border: 1px solid #e1e1e1
}
.featuredBlock h3 {
	margin-top: 0
}
.featuredBlock span.image {
	margin: 10px 0;
	display: block;
	text-align: center
}
.featuredBlock .info {
	padding: 0 7px
}
.featuredBlock span.price {
	padding-left: 10px
}
a.moreInfoButton {
	margin-right: 20px;
	padding: 3px 10px;
	float: right;
	background: #3A3635;
	border: 1px solid #272423;
	color: #E8E9E0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	text-decoration: underline
}
a.moreInfoButton:hover {
	color: #eae9e8;
	background-color: #605b5a;
	border: 1px solid #4b4745;
	text-decoration: underline
}
/********************************************/
/***          3 Column Layout             ***/
/********************************************/
#textBlocks {
	margin: 0;
	padding: 35px 0;
	overflow: auto
}
#contbl1 {
	background-color:#e7e7e7;
	background-image:url(footer_textBlocks.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
#contbl2 {
	background-color:#e7e7e7;
	background-image:url(footer_textBlocks.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
#contbl3 {
	background-color:#e7e7e7;
	background-image:url(footer_textBlocks.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

.contentBlock {
	margin: 0 16px 0 0;
	float: left;
	width: 289px;
}
.contentBlock h3 {
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	margin-top: 0;
}
.contentBlock p {
	padding: 5px 10px
}
.contentBlockRight {
	margin: 0 0 0 0;
	float: left;
	width: 289px;
}
.contentBlockRight h3 {
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	margin-top: 0;
}
.contentBlockRight p {
	padding: 5px 10px
}
/********************************************/
/***            Extras Page               ***/
/********************************************/
.featuresWrap h2 {
	margin-left: 25px
}
.featuresWrap h3 {
	margin-bottom: 5px
}
.feature {
	margin-left: 25px;
	padding: 0 15px
}
.jquery li {
	margin-bottom: 7px
}
#flash {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 266px;
	  }
.HeaderAnnounce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;

}
div#menu{float:left;width: 100%;padding-top:120px;background: #BBD9EE}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 100px;width:650px}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 7em;padding: 5px 0;background: #E7F1F8;text-decoration:none;color: #666}
ul#nav a:hover{background: #FFA826;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}

div#menurubricks{
	width:820px;
	text-align:left;
	font-family:"Trebuchet MS",Arial,sans-serif;
	margin: 0 auto;

}
ul#navrubricks,ul#navrubricks li{list-style-type:none;margin:0;padding:0}
ul#navrubricks{float:left;font-size: 90%}
ul#navrubricks li{float:left;margin-left: 3px;text-align: center}
ul#navrubricks a{float:left;width: 92px;padding: 5px 0;background: #31C8F3;text-decoration:none;color: #FFC}
ul#navrubricks a:hover{background: #FECB00;color: #990000}
ul#navrubricks li.activelink a,ul#navrubricks li.activelink a:hover{background: #E8E9E0;color: #990000; font-weight:bold;}