* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

HTML {
	height: 100%;
}

BODY {
	background: #bed9e8 url(/images/bg.gif) repeat-x;
	height: 100%;
	padding: 0px 30px;
}

P, TD, TH, LI, BLOCKQUOTE {
	color: #888;
	font-size: 12px;
}

A:LINK, A:VISITED, A:ACTIVE {
	color: #DF6F1D;
	text-decoration: none;
}

A:HOVER {
	color: #000;
}

UL {
	margin: 5px 20px 5px 20px;
}

H1, H2, H3, H4, H5, H6 {
	color: #0069AA;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}

H1 {
	font-size: 24px;
	margin-bottom: 15px;
}

H2 {
	font-size: 20px;
	margin-bottom: 15px;
}

H3 {
	font-size: 18px;
	margin-bottom: 10px;
}

H4 {
	font-size: 16px;
	margin-bottom: 10px;
}

H5 {
	font-size: 14px;
	margin-bottom: 10px;
}

H6 {
	font-size: 14px;
}

A.button {
    background: transparent url(/images/bg_button_a.gif) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 25px;
	margin-right: 3px;
	outline: none;
    padding-right: 14px;
    text-decoration: none;
}

A.button SPAN {
    background: transparent url(/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 11px;
    padding: 7px 0px 7px 14px;
}

A.button:HOVER {
    background-position: right -25px;
    outline: none;
}

A.button:HOVER SPAN {
   background-position: left -25px;
}

A.blue {
    background: transparent url(/images/bg_button_blue_a.gif) no-repeat scroll top right;
}

A.blue SPAN {
    background: transparent url(/images/bg_button_blue_span.gif) no-repeat;
}

DIV.block {
	display: block;
	height: 1%;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
} 

DIV.nomargin {
	margin: 0px;
} 

.small {
	font-size: 11px;
}




/* WRAPPER ---------- */
#wrapper {
	background: #FFF url(/images/bg_wrapper.gif) repeat-x;
	margin: auto;
	padding: 0px 30px;
	width: 740px;
}



/* HEADER ---------- */
#header {
	backgroundx: url(/images/bg.gif) repeat-x;
	border-top: 14px solid #0069AA;
	padding: 7px 0px 0px 0px;
}

#header DIV.logo {
	clear: left;
	float: left;
}

#header DIV.tagline {
	clear: right;
	float: right;
}



/* MENU ---------- */
#menu {
	clear: both;
	height: 26px !important;
}

#menu A {
    background: transparent url(/images/bg_menu_a.gif) no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 26px;
	margin-right: -1px;
	outline: none;
    padding-right: 25px;
    text-decoration: none;
}

#menu A SPAN {
    background: transparent url(/images/bg_menu_span.gif) no-repeat;
    display: block;
    line-height: 12px;
    padding: 7px 0 7px 10px;
}

#menu A:HOVER {
    background-position: right -26px;
    outline: none;
}

#menu A:HOVER SPAN {
   background-position: left -26px;
}

#menu A.active {
    background-position: right -52px;
    outline: none;
}

#menu A.active SPAN {
   background-position: left -52px;
}



/* CONTENT ---------- */
#content {
	background: #FFF;
	clear: both;
	padding: 30px 0px 20px 0px;
}

#content DIV.column {
	width: 340px;
}

#content DIV.left {
	float: left;
	padding: 0px 10px 0px 20px;
}

#content DIV.right {
	float: right;
	padding: 0px 20px 0px 10px;
}

#content DIV.promotion P.image,
#content DIV.catalogue P.image {
	float: right;
	margin-left: 20px;
}

#content DIV.catalogue P {
	cfloat: left !important;
	cwidth: 180px;
}

#content P {
	margin-bottom: 15px;
}

#content P.intro {
	color: #000;
	font-size: 14px;
}


#content #title {
	background: #0076bf url(/images/bg_title.gif) no-repeat top right;
	clear: both;
	height: 42px;
	margin: 0px 0px 40px 0px;
	overflow: hidden;
}

#content #title H1 {
	background: url(/images/bg_title_h1.gif) no-repeat top left;
	color: #FFFFFF;
	height: 42px;
	padding: 8px 0px 0px 10px;
}

#content #leftside {
	float: left;
	margin: 0px 30px 0px 0px;
	width: 200px;
}

#content #leftside DIV.block {
	margin: 0px 0px 10px 0px;
}

#content #leftside DIV.blue {
	background: #d9eaf4 url(/images/bg_blueblock.gif) repeat-x top;
}

#content #leftside DIV.padded {
	padding: 15px;
}

#content #leftside DIV.blue P {
	margin: 3px 0px;
}

#content #leftside DIV.blue P.image {
	margin: 10px 0px;
}

#content #rightside {
	float: left;
	width: 480px;
}

#content #rightside H2 {
	
}

#content Table.smallCatTable {
	margin: 10px 0px 0px 0px;
}

#content Table.smallCatTable TD.image {
	padding: 0px 10px 0px 0px;
}

#content DIV.imageblock {
	margin: 0px 0px 20px 20px;
	width: 172px;
}

#content DIV.imageblockwide{
	margin: 0px 0px 20px 0px;
	width: 480px;
}

#content DIV.imageblock P,
#content DIV.imageblockwide P {
	margin: 0px 0px 5px 0px;
}

#content DIV.imageblock EM,
#content DIV.imageblockwide EM {
	color: #BBB;
	font-size: 11px;
	font-style: normal;
}

#content DIV.imageblock BLOCKQUOTE,
#content DIV.imageblockwide BLOCKQUOTE {
	color: #0076bf;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
}




FORM.genericForm {
	margin: 0px 0px 10px 0px;
}

FORM.genericForm LABEL {
	color: #000;
	float: left;
	margin: 3px 10px 0px 0px;
	width: 100px;
}

FORM.genericForm LABEL.required {
	background: url(/images/icon_required.gif) no-repeat right center;
}

FORM.genericForm label.error {
	color: #F00;
	clear: both;
	display: block;
	float: none;
	font-weight: bold;
	margin: 0px 0px 0px 110px;
	padding: 5px 0px;
	width: auto;
}

FORM.genericForm INPUT,
FORM.genericForm SELECT,
FORM.genericForm TEXTAREA {
	color: #999;
}

FORM.genericForm .field {
	border-top: 1px solid #666;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #666;
	padding: 3px 5px;
	width: 240px;
}

FORM.genericForm .select {
	width: 250px;
}

FORM.genericForm .focus {
	background-color: #ffffd7;
	color: #000;
}

FORM.genericForm .submit {
	width: auto;
}


TABLE.storesTable TH {
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 3px 5px;
}

TABLE.storesTable TD {
	font-weight: bold;
	padding: 5px 5px;
}

TABLE.storesTable TD.address {
	xxbackground: #F5F5F5;
	color: #AAA;
	font-weight: normal;
	xxborder-bottom: 1px solid #CCC;
	padding: 5px 5px 5px 5px;
}

TABLE.storesTable TD.links {
	color: #AAA;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
	padding: 0px 5px 5px 5px;
}

TABLE.storesTable TD.links A {
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 2px 2px 2px 20px;
}

TABLE.storesTable TD.links A.website {
	background: url(/images/icon_store_url.gif) no-repeat left center;
}

TABLE.storesTable TD.links A.email {
	background: url(/images/icon_store_email.gif) no-repeat left center;
}

TABLE.storesTable TD.links A IMG {
	border: 0px none;
}

DIV.storeSearch,
DIV.catNav {
	background: #e6f1f8;
	font-size: 11px;
	padding: 10px;
}

DIV.storeSearch FORM {
	margin: 0px;
	padding: 0px;
}

DIV.storeSearch P {
	margin: 0px;
	padding: 0px;
}

DIV.storeSearch FORM LABEL {
	color: #000;
	float: left;
	font-size: 11px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	width: 100px;
}

DIV.storeSearch FORM INPUT,
DIV.storeSearch FORM SELECT {
	float: left;
	font-size: 11px;
	margin: 0px 5px 0px 0px;
}

DIV.storeSearch FORM SELECT {
	margin: 2px 5px 0px 0px;
	padding: 2px;
}

DIV.storeSearch FORM INPUT.submit {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

DIV.viewPage {
	background: #e6f1f8 url(/images/cat_loading.gif) no-repeat center center;
	padding: 2px;
}

DIV.viewPage P {
	margin: 0px !important;
}

DIV.catNav A.previous {
	background: url(/images/icon_prev_up.gif) no-repeat left center;
	padding: 0px 0px 0px 25px;
}

DIV.catNav A.previous:HOVER {
	background: url(/images/icon_prev_over.gif) no-repeat left center;
}

DIV.catNav A.next {
	background: url(/images/icon_next_up.gif) no-repeat right center;
	padding: 0px 25px 0px 0px;
}

DIV.catNav A.next:HOVER {
	background: url(/images/icon_next_over.gif) no-repeat right center;
}

DIV.downloadpdf {
	padding: 10px 0px;
}



/* Catalogue list ---------- */

#rightside UL.catalogueList,
DIV.catalogue UL.catalogueList {
	margin: 0px;
	padding: 0px;
}

DIV.catalogue UL.catalogueList {
	float: right;
}

#rightside UL.catalogueList LI {
	display: block;
	list-style: none;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 120px;
}

DIV.catalogue UL.catalogueList LI {
	display: block;
	list-style: none;
	float: left;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 60px;
}

DIV.catalogue UL.catalogueList LI IMG {
	border: 0px none;
}

DIV.catalogue UL.catalogueList LI EM {
	display: block;
	float: left;
	font-size: 11px;
	font-style: normal;
	padding: 4px 0px 0px 0px;
}


/* FOOTER ---------- */
#footer {
	background: #FFF;
	border-top: 1px solid #E5F0F6;
	clear: both;
	font-size: 11px;
	padding: 16px 0px;
}

#footer DIV.copyright {
	float: left;
	padding: 0px 0px 0px 0px;
}

#footer DIV.siteby {
	float: right;
	padding: 0px 0px 0px 0px;
}

#footer P {
	font-size: 11px;
}
