/*<style type="text/css" media="screen"><!--*/
/*
	Notes on stylesheet:
		- Remove font-family bauhaus lite as this is only for the visualisation
		  until SIFR gets plugged-in.(search-replace STRIP)
*/
/*
clear and set defaults
*/
body {
	font-family: Verdana;
	font-size:   11px;
	color: #616161;
}
* {
	padding:0;
	margin:0;
}
p {
	padding: 0px; /* Arbitrary for now */
	margin:  0px;
	padding-top: 4px;
	padding-bottom:4px;
}
a {
	text-decoration: none;
    color:#666666;
}
a img {
	border:0;
}

/* Layout? Typography? */
ul.RedBullet li {
	list-style:url(images/bullet.jpg); 
}
ul.NoBullet {
	list-style:none !important;
}
ul.NoBullet li {
	list-style:none !important;
}
#Panel_Center ul {
	padding-top:5px;
    list-style:url(images/bullet.jpg);
    padding-left:3em;
}
 
/* Smaller text requests */
.SmallText {
	font-size:10px !important;
}

.RightAlign {
	text-align:right;
}

.CenterAlign {
	text-align:center;
}

/* Fonts requesting bold */
.Bold {
	font-weight:bold !important;
}
/*
@example_uses: Product List, Page Title, Latest News etc.
*/
h1, h1 a {
	font-family: "Bauhaus Lt Bt", Arial; /*		STRIP		*/
	color: #aa0000;
	text-transform: lowercase;
	font-size: 30px;
	font-weight: normal;
}
/*
@exmaple_uses: Featured Products etc.
*/
h2, h2 a {
	color: #717171;
	font-family: "Bauhaus Lt Bt", Arial; /*		STRIP		*/
	font-weight: normal;
	font-size: 22px;
}
/*
@example_uses: Product Titles
*/
h3, h3 a {
	color:#aa0000;
	font-weight: normal;
	font-size: 16px;
}
/*
@example_uses: Product Prices
*/
h4, h4 a { 
	color: #000000; 
	font-weight:bold;
	font-size: 13px;
}
/*
@example_uses: News Titles, Left Menu Navigation, Closing dates etc.
*/
h5, h5 a { 
	color: #717171;
	font-size: 11px; 
}
/*
@example_uses: Top Navigation
*/
.TopNavigationText {
	color: #FFFFFF;
	text-transform: lowercase;
	font-size:14px;
}
/*
@example_uses: Careers page titles, etc.
*/
.RedHeadingUppercase, .RedHeadingUppercase a, a.RedHeadingUppercase {
	text-transform: uppercase;
	font-size:12px;
	color:#770000;
}
/*
@example_uses: Careers detail headings(requirements etc.)
*/
.BlackHeadingUppercase, .BlackHeadingUppercase a, a.BlackHeadingUppercase {
	text-transform: uppercase;
	font-size:12px;
	color:#000000;
}
/*
@example_uses: Career details and general lightly bolded info
*/
.BlackBodyText {
	color:#000000;
	font-size: 11px;
}
.RedBodyText {
	color:#770000;
}
/*
@example_uses: Footer menu, read more etc.
*/
a.RedLink {
	color:#770000;
}
/*
@exmaple_uses: Footer menu
*/
a.Underline:hover {
	text-decoration: underline;
}
/*
@example_uses: View career details etc.
*/
a.BlackLink {
	color:#000000;
}
/*--></style>*/