@charset "utf-8";
/* CSS Document */

body {
background-position: top center;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
color:#5c5b5b;
font-weight:lighter;
line-height:24px;
margin:0px;
padding:0px;
}

p {
margin-top:0px;
margin-bottom:0px;
line-height:24px;
}

h1 {
font-family: 'Roboto Condensed', sans-serif;
margin:0px;
padding:0px;
font-size:26px;
color:#bc0349;
font-weight:300;
margin-bottom:10px;
text-transform:uppercase;
}

h2 {
font-family: 'Roboto Condensed', sans-serif;
margin:0px;
padding:0px;
font-size:18px;
color:#0772ae;
font-weight:300;
margin-bottom:10px;
text-transform:uppercase;
}


a img {
border:0px;
margin:0px;
padding:0px;
}

a {
color:#c50000;
text-decoration:underline;
}

a:hover {
color:#c50000;
text-decoration:none;
}

#top {
background:url(images/bg-top.jpg) repeat-x;
}

#logo {
width:224px; height:81px; display:block; float:left; background:url(images/logo-bg.png);
}


#nav {
margin:auto; 
list-style:none;
width:680px;
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
font-weight:300;
text-transform:uppercase;
}

#nav li {
float:left; 
display:block; 
margin-top:18px;
}

#nav li a {
display: block;
color: #046aa4;
text-decoration: none;
padding:10px 15px 0px 15px;
height:36px;
}

#nav li a:hover {
color:#ffffff;
background:url(images/b-bg.jpg);
}


.grey {
padding:5px;
background:#f2f2f2;
}

.grey img {
border:solid 1px #FFFFFF;
}



#footer {
font-size:12px;
color:#a2a2a2;
}

#footer-links {
float:left;
color:#a2a2a2;
text-decoration:none;
}

#footer-links a {
color:#a2a2a2;
text-decoration:underline;
}

#website {
float:right;
color:#a2a2a2;
}

#website a {
color:#a2a2a2;
text-decoration:none;
}




.catalogCategories {
	list-style-type: none;
	color: #565656;
}

ul.catalogCategories {
	margin-left:0px;
	padding-left:0px;
	color: #565656;
}

.catalogCategories li {
	margin-bottom: 2px;
	margin-left:0px;
	margin-top:0px;
}
.catalogCategories li a {
	display: block;
	padding: 5px;
	background: #e8e8e8;
	text-decoration: none;
color:#666666;	font-size: 11px;
	font-weight:bold;
}

.catalogCategories li a:hover {
	background-color: #ffffff;
	color:#565656;
}

.catalogCategories li a.active {
	background-color: #f4f4f4;
	color: #565656;
}

.catalogCategories.level1 a {
margin-left:10px;
background:#f4f4f4;
color:#666666;
}