* { margin: 0; padding: 0; }

body
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	background-color:#000000;
}

img
{
	border: 0;
}

a:link { text-decoration: none; color: #29585e; font-size: 15px; }
a:visited { text-decoration: none; color: #29585e; font-size: 15px; }
a:hover { text-decoration: underline; color: #29585e; font-size: 15px; }
a:active { text-decoration: none; color: #29585e; font-size: 15px; }

p
{
	margin-top: 1px;
	margin-bottom: 5px;
}

#wrapper {
/* Set left & right margins ‘auto’ keeps #content in the center */
margin:0px auto; 
/* Left aligns #content text (otherwise it would follow suit and be centered) */
text-align:left; 
/* Set desired width (I use 775 so fits on 800*600 with scrollbar) */
width:775px; 
}


#QuickBasketContainer
{
	position: relative;
	z-index: 10;
	top: 10px;
	margin-left: 10px;
	width: 140px;
}
#LeftNav
{
	position: relative;
	z-index: 10;
	top: 10px;
	margin-left: 10px;
	width: 140px;
}

.Headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	font-weight: normal;
}

.QBB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.B
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.BB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#SiteNavigation
{
	position: relative;
	width: 1000px;
	top: 10px;
	left: 0px;
	z-index: 0;
}


h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1
{
	font-size: 14px;
	color: #29585e;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h3
{
	font-size: 8px;
	color: #000;
}

h2 a:link , h2 a:visited , h2 a:active
{
	color: #29585e;
}
h2 a:hover
{
	color: #29585e;
}



#BreadcrumbsContainer
{
	position: absolute;
	z-index: 1;
	left: 195px;
	width: 451px;
	height: 18px;
}
.Breadcrumbs
{
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing: 2px;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

#TopMenu
{
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 27px;
	background-image: url(./Content/TopMenuBack.gif); width:800px; ;
}

#Nav1 , #Nav2
{
	position: absolute;
	z-index: 0;
	top: 4px;
}
#Nav1
{
	left: 565px;
}
#Nav2
{
	left: 670px;
}

#Content
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 190px;
	width: 100%;
}

#AdviceDescription
{
	position: absolute;
	z-index: 1;
	left: 240px;
	top: 190px;
	width: 451px;
	height: 76px;
}

a.Sandbag:link {color: #29585e; font-size: 10px; }
a.Sandbag:visited {color: #29585e; font-size: 10px; }
a.Sandbag:hover {text-decoration: underline; font-size: 10px; }
a.Sandbag:active {color: #29585e; font-size: 10px; } 

a.CatImpactDK:link {font-family: Impact; color: #054431; font-size: 19px; }
a.CatImpactDK:visited {font-family: Impact; color: #054431; font-size: 19px; }
a.CatImpactDK:hover {font-family: Impact; text-decoration: none; font-size: 19px; }
a.CatImpactDK:active {font-family: Impact; color: #054431; font-size: 19px; } 

a.CatImpactLT:link {font-family: Impact; color: #9cb1aa; font-size: 19px; }
a.CatImpactLT:visited {font-family: Impact; color: #9cb1aa; font-size: 19px; }
a.CatImpactLT:hover {font-family: Impact; text-decoration: none; font-size: 19px; }
a.CatImpactLT:active {font-family: Impact; color: #9cb1aa; font-size: 19px; } 

