@import "stile.css";
@import "form.css";

/*-------------------------*//* global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/* define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}

html {
/*	see Layout.css for 'full height' treatment*/
}

body {
	font: normal 62.5%/1 verdana, arial, sans-serif;
	color:#333;
/*	background: see 'Section styling' further down*/
}

/* headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5 {
	font-family: arial, verdana, sans-serif;
	margin: 1em 0 0 0;
	font-weight: normal;
}

h1 {
	font-size: 200%;
}

#twoZero h1, #twoOne h1, #twoTwo h1, #twoThree h1, #twoFour h1, 
#twoFive h1, #twoSix h1, #threeZero h1, #threeOne h1, #threeTwo h1, 
#threeThree h1, #threeFour h1, #threeFive h1, #fourOne h1 {/*	H1's with a running head (2 lines)*/
	padding-bottom: 10px;
	margin-top: 26px;
}

h2 {
	font-size: 175%;
/*	letter-spacing: 1px;*/
	font-weight: bold;
}

h3 {
	font-size: 175%;	
	font-weight: bold;
}

#eightZero h3{
	margin-top:30px;
}

h4 {
	
}

h5 {
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p {
	font-size: 1.2em;
	margin: 1em 0 1em 0;
	line-height:1.4;
}

span {
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	font-size:120%;
	margin:0 0 10px 0;
}

blockuote{
	
}

cite{
	
}


/* list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
#content ol li {
	margin-left: 2.5em;		
}

ul {
	list-style: none;
	margin-top: 1em;
}

li {
	line-height:1.4;
	font-size: 130%;
}

#content li {
	margin: 0.2em 0 0 2.5em;
	list-style: disc;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
dl {
	
}

	dt {
		clear:left;
		float:left;
		width:125px;
		font-size: 1.1em;
	}
	
	dd {
		font-size: 1.1em;
	}


/* link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
a img {
	border:none;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	
}

/* skip to content link at top of page*/
.skip {
	position: absolute;
	left: -9999px;
}

/*	background: see 'Section styling' further down*/


/*---content_sub---*/
#content_sub a:link, #content_sub a:visited {
	color: #009BB9;
}
#content_sub .more a {
	background: url(../images/bg_more_sub.gif) no-repeat 0 50%;
	padding-left: 11px;
	font-size: 120%;
}
#content_sub li {
	background: url(../images/bg_more_sub.gif) no-repeat 0 50%!Important;
	padding-left: 11px!Important;
/*	text-decoration: none;*/
	font-weight: bold;
	list-style: none;
}

#content_sub li a {
/*	text-decoration: none;*/
}

#content_sub ul {
	margin-left: -2.5em; /*hack*/
}

/*---footer---*/


/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	 /* */
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor: hand;
}

/*example usage:

	#hdr_news, #hdr_news span{ 	 
		width:43px; 
		height:11px;
		background: url(/images/hdr_news.gif) no-repeat; 
	}
	
	<h1 id="head_news" class="replace">News headline<span></span></h1>
	
*/

/* bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*easy clearing*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.dotRule {
	background: url(../images/dot.gif) repeat-x 0 100%;
	padding-bottom: 1em;
/*	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;*/
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

/* Section styling (body bg, container shadow, links, (see h1's IR in next section down)...*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*---Indian glow---*/
/*body.indianGlow {*//*	Ffox and other browsers (not IE6) - synch the imgs: body and shadow under edge of container*/
/*>KEEP< if you want indian glow, un-rem this and del following line	background: url(../images/bg_body_indian_glow.jpg) repeat -5px -5px;*/
/*	background: url(../images/bg_body_chelsea_green.jpg) repeat 31px 28px;*/
/*}*/
/** html body.indianGlow {*//*	IE6/Windows only - synch the imgs as above*/
/*>KEEP< if you want indian glow, un-rem this and del following line	background: url(../images/bg_body_indian_glow.jpg) repeat 25px -5px;*/
/*	background: url(../images/bg_body_chelsea_green.jpg) repeat 67px 28px;*/
/*}*/
body {
	background: url(../images/bg_body_tile.gif) 0 0;
}
/*.indianGlow #container {*/
/*>KEEP< if you want indian glow, un-rem this and del following line	background: url(../images/bg_container_indian_glow.jpg) repeat-y 50% 0;*/
/*	background: url(../images/bg_container_chelsea_green.jpg) repeat-y 50% 0;*/
/*}*/
#container {
	background: url(../images/bg_container_generic.jpg) repeat-y 50% 0;
}
.menu #content_main a:link, 
.menu #content_main a:visited {
	color: #646A47;
}
.menu #content_main a:hover {
	color: #000;
}
.menu #nav a:link, 
.menu #nav a:visited {
/*	color: #9E5644;*/
	color: #929B67;
	font-size:80%;
	font-weight:bold;
}
.menu #nav a:hover {
/*	color: #62352A;*/
	color: #525A2C;
	text-decoration:underline;
}
.menu #content_main .more a {
	background: url(../images/bg_more_content_main_powder_blue.gif) no-repeat 0 80%;
	padding-left: 14px;
	font-weight: bold;
}
.menu h1, 
.menu h2, 
.menu h3 {
	color: #929B67;
}
.menu #content li {
/*	background: url(../images/bg_more_content_main_indian.gif) no-repeat 0 50.3em;
	padding-left: 14px;*/
}
/*---/Indian glow---*/


/* h1's IR and colour styled*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
/*---ALL---
#content_main .title {
	width: 310px;
	height: 20px;
	text-indent: -5000px;
}
#content_main .title {
	width: 310px;
}*/


/*/////////////
////////////// BELOW: GENERIC (NON-SWITCHABLE) HEADINGS
//////////////*/

.replace, .replace span
{
	width: 100%;
	height: 25px;
	display: block;
	background: transparent none no-repeat scroll 0 0;
	overflow: hidden;
}

#h1_contact_us, #h1_contact_us span {
	background-image: url(../images/h1_contact_us.gif);
}
#zeroZeroPrivacy #content_main .title, #zeroZeroPrivacy #content_main .title span {
	background-image: url(../images/h1_privacy_policy.gif);
}
#zeroZeroTerms #content_main .title, #zeroZeroTerms #content_main .title span {
	background: url(../images/h1_terms.gif);
}
#zeroZeroSitemap #content_main .title, #zeroZeroSitemap #content_main .title span {
	background-image: url(../images/h1_sitemap.gif);
}
#zeroZeroNews #content_main .title, #zeroZeroNews #content_main .title span {
	background-image: url(../images/h1_news.gif);
}
#h1_warning, #h1_warning span {
	background-image: url(../images/h1_warning_green.gif);
}
#zeroZero #content_main .title, #zeroZero #content_main .title span {
	background-image: url(../images/h1_zero_zero_green.gif);
}
#oneZero #content_main .title, #oneZero #content_main .title span {
	background-image: url(../images/h1_one_zero_green.gif);
}
#twoZero #content_main .title, #twoZero #content_main .title span {
	background-image: url(../images/h1_two_zero_indian.gif);
}
#twoOne #content_main .title, #twoOne #content_main .title span {
	background-image: url(../images/h1_two_one_green.gif);
}
#twoOne #content_sub h3,
#twoTwo #content_sub h3,
#twoThree #content_sub h3,
#twoFour #content_sub h3,
#twoFive #content_sub h3,
#twoSix #content_sub h3
{
	background-image: url(../images/bg_h3_products.gif);
	height: 34px!Important;
}

#twoTwo #content_main .title, #twoTwo #content_main .title span {
	background-image: url(../images/h1_two_two_green.gif);
}
#twoThree #content_main .title, #twoThree #content_main .title span {
	background-image: url(../images/h1_two_three_green.gif);
}
#twoFour #content_main .title, #twoFour #content_main .title span {
	background-image: url(../images/h1_two_four_green.gif);
}
#twoFive #content_main .title, #twoFive #content_main .title span {
	background-image: url(../images/h1_two_five_green.gif);
}
#twoSix #content_main .title, #twoSix #content_main .title span {
	background-image: url(../images/h1_two_six_green.gif);
}
#threeZero #content_main .title, #threeZero #content_main .title span {
	background-image: url(../images/h1_three_zero_green.gif);
}
#threeOne #content_main .title, #threeOne #content_main .title span {
	background-image: url(../images/h1_three_one_green.gif);
}
#threeTwo #content_main .title, #threeTwo #content_main .title span {
	background-image: url(../images/h1_three_two_green.gif);
}
#threeThree #content_main .title, #threeThree #content_main .title span {
	background-image: url(../images/h1_three_three_green.gif);
}
#threeFour #content_main .title, #threeFour #content_main .title span {
	background-image: url(../images/h1_three_four_green.gif);
}
#threeFive #content_main .title, #threeFive #content_main .title span {
	background-image: url(../images/h1_three_five_green.gif);
}
#threeSix #content_main .title, #threeSix #content_main .title span {
	background-image: url(../images/h1_three_six_green.gif);
}

#threeSeven #content_main .title, #threeSeven #content_main .title span {
	background-image: url(../images/h1_products_different.gif);
}

#fourZero #content_main .title, #fourZero #content_main .title span {
	background-image: url(../images/h1_four_zero_green.gif);
}
#fiveZero #content_main .title, #fiveZero #content_main .title span {
	background-image: url(../images/h1_five_zero_green.gif);
}
#sixZero #content_main .title, #sixZero #content_main .title span {
	background-image: url(../images/h1_six_zero_green.gif);
}
#sevenZero #content_main .title, #sevenZero #content_main .title span{
	background-image: url(../images/h1_seven_zero_green.gif);
}
#eightZero #content_main .title, #eightZero #content_main .title span {
	background-image: url(../images/h1_eight_zero_green.gif);
}

#nineZero #content_main .title, #nineZero #content_main .title span {	
	background-image: url(../images/h1_useful_links.gif);
}

#sixEight #content_main .title, #sixEight #content_main .title span {	
	background-image: url(../images/h1_nine_zero_green.gif);
}


.menu:link, 
.menu:visited {
	color: #009BB9;
}
/*/////////////
////////////// ABOVE: GENERIC (NON-SWITCHABLE) HEADINGS
//////////////*/

/*---Others---*/
#zeroZeroLoggedIn #content_main .title {
	background: url(../images/h1_logged_in.gif) no-repeat 0 0;
	width: 535px;
}
#zeroZeroLoggedOut #content_main .title {
	background: url(../images/h1_logged_out.gif) no-repeat 0 0;
	width: 535px;
}
/*---/Others---*/

/* h2 IRs*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
#content_sub .title {
	background: url(../images/bg_h2_doing_business.gif) no-repeat 0 0;
	width: 218px;
	margin-left: -10px;/*	The container (#content_sub) is 180w + pad 10L+10R so as this is inside it needs the -ve margins with it's width to match the 180*/
	margin-right: -10px;
	height: 34px;
	text-indent: -5000px;
}
#zeroZeroNews #content_sub .title {
	background: url(../images/bg_h2_news_index.gif) no-repeat 0 0;
}
/*---/Page h1 and h2 IR---*/

.newLine {
	display: block;
	margin-top: 0.3em;
}

.clearMe {
	clear: both;
}

.noBorder, .noBorder a {
	border-left: none!Important;
}

.noPaddingLeft, .noPaddingLeft a {
	padding-left: 0!Important;
}

.faded {
	color: #CCCCCC;
}

#loggedInList {
	padding-top: 50px;
}

.intro {
	font-weight: bold;
}

.ulStrong li {
/*	font-weight: bold;*/
}

.alert {
	color: #009BB9;
	background: #F2E5E1;
	padding: 10px;
}

ul.moreStyle li {
	list-style: none!Important;
	font-family:tahoma, arial, sans-serif;
}

.moreStyle li a:link, .moreStyle li a:visited {
/*	background: url(../images/bg_more_content_main_indian.gif) no-repeat 0 50%;*/
	background: url(../images/bg_more_content_main_powder_blue.gif) no-repeat 0 80%;
	padding-left: 14px;
}

img.warningIcon {
	float: left;
	margin: 20px;
}

img#ship_logo{
	margin:130px 25px 0 30px;
}

