/* ----- CSS ----- */

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

body{
	margin:0;
	padding:0;
	background:white;
}



/* ----- OTHER HTML ----- */

acronym {
	border-bottom: 1px dotted silver;
	cursor:help;
}


blockquote {
	padding-left:2em;
}

/* ----- PARAGRAPHS ----- */

p{
	font-size:0.75em;
	margin-bottom:1em;
}

/* ----- HEADINGS ----- */

h1{
	padding: 0em 0em 1em 13em;
}

h3{
	padding: 0em 0em 1em 10.6em;
	color:#000066;
	font-size:0.9em;
	font-weight:bold;
}
h4{	/*used for image fig headers*/
	font-size:0.75em;
	padding: 1em 0em 0em 13em;
	font-weight: bold;
}

h5{	/*used motor vehicles*/
	color:#663399;
	font-size:0.8em;
	font-weight:bold;
	list-style-type:none;
	text-decoration:none;
	padding:1em 0em 0em 0em;
}

#header h1{
	padding:0em !important;
	margin: 0em !important;
}

#pageTitle{
	width: 100%;
	border-top: 3px solid #ff9933;
	border-bottom: 3px solid #ff9933;
	float:left;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	background:#D6D5E7;
}

#pageTitle h2{
	padding: 0.1em 0em 0.1em 11.35em;
	color: #292b7f;
	background:#D6D5E7;
	font-size: 0.96em;
	font-weight:bold;
	float:left;
}

#pageTitle em{
	background:#D6D5E7;
	color: #292b7f;
}

/* ----- LISTS ----- */


ul {
	padding:0em 0em 1em 1em;
	list-style:disc;
}
.ui-window ul {
	padding:0em 0em 0em 0em !important;
}

#lightwindow_container ul {
	padding:0em 0em 0em 0em !important;
}

ol {
	padding:1em;
}

li {
	font-size:0.75em;
	padding:0.5em;
}

li li {
	font-size:1em; /*fix nested list font size prob */
}

#primaryContent ul {
	list-style: disc outside;
	margin: 0em;

}

#primaryContent ol {
	margin: 0em;
	/* Added by Jon H 31st Oct 08 */
	padding:1em 1.6em;
}

#primaryContent table ol {
	list-style: decimal outside;
	font-size:0.75em;
	padding: 0em;
	margin: 0em;
	float:right;
}



#primaryContent ol.alpha {
	list-style: lower-alpha outside;
	margin: 0em;
}

#primaryContent ol.alpha ul {
	list-style: none;
	padding: 1em 0em;
	margin: 0em;
}

#primaryContent ol.alpha ul li{
	padding: 0em;
	margin: 0em;
}

#primaryContent ol, #primaryContent ul{
	margin: 0em;
}

/* ----- IMAGES ----- */


img {
	border:0px;
}

.rightImg {
	float:right;
	padding: 0em 2em 2em 2em;
}

.leftImgWrapper{
	float:left;
	margin: 1em 0em 1em 10em;
}

/* ----- TABLES ----- */

table{
	margin: 1em 0em 1em 0em;
	border: 0px solid;
	border-collapse: collapse;
	font-size:0.75em;
	display:block; /*to force margin spaces to work, has odd effect on table borders, hence 0px rule */
	float:left;
}

table td{
	padding:0.2em;
	border: 1px solid;
	text-align:center;
}


table th{
	padding:0.4em;
	border: 1px solid;
}


table caption{
	padding: 1em 0em 1em 0em; 
	font-weight:bold;
	/* funny old bunch of rules to align caption correctly. turn border back on to see full issue!*/
	border-collapse:collapse;
	display:block;
	font-weight:bold;
	padding:1em 0em;
	text-align:left;
	width:100%;
	}


table td[scope] { /* doesnt work in ie */	
	font-weight:bold;
}

/*individual tables*/



table#lock th, table#lock td{
	width:32%;
	text-align:left;
	border:0px solid white;
}

/* ----- IDS ----- */




#site-logo {
	float:left;

	background: #6363a5 url(/a/images/logoBristolPortCompany.gif) no-repeat scroll 0%;
	width:100%;/*logo is actiually 656px*/
	height:41px;/*should be 44*/
	text-indent:-9999px;
}

#site-logo a{
	float:left;
	/*display:block;*/
	background: #6363a5 url(/a/images/logoBristolPortCompany.gif) no-repeat scroll 0%;
	width:360px;/*image is actiually 656px, only want text highlighted*/
	height:41px;/*should be 44*/

}


#navigation {
	float:left;
	background:white;
	width:100%;

}



#navigation ul {

	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0.25em 0em;
	clear:both;
}
*:first-child+html #navigation li{/*ie7 only - make conditional instead*/
	width:100%;/* CAUSES PROBLEMS IN FF3 SAFARI3 - for tidyer two liners in ie7 in small screens*/
} 

#navigation li {
	float:left;
	/*padding-right:0.5em;*/
	height:1em;/*stops ie6 trying to put one li item on two lines(which it fails miserably at anyway)*/
	display:block;
	font-size:0.675em !important;
}

#navigation li a {
	background: transparent url(/a/images/liNavOff.gif) no-repeat scroll 0%;
	text-decoration:none;
	color: black;
	padding: 4px 1em 0em;
	text-indent:0.7em;
	width:100%;/*for tidyer two liners in ie7 in small screens*/
}

#navigation li a:hover {
	background: transparent url(/a/images/liNavOn.gif) no-repeat scroll 0%;
	text-decoration:none;
	color: black;
	padding: 4px 1em 0em;
	text-indent:0.7em;
	width:100%;/*for tidyer two liners in ie7 in small screens*/
}


#header .hr {
	height: 12px;
	width: 100%;
	float:left;
	clear:both;
	background: #adadce url(/a/images/hrNavBottom.gif) no-repeat scroll 0%;
	border-top:1px solid #000;
}

.hr hr {
  	display: none;
}

/*reset general list rules, before applying menu list rules */

#primaryContent .menu ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0em;
}

#primaryContent .menu ol {
	list-style-type: none;
	padding: 0em 0em 0em 0em;
	margin: 0em;
}

#primaryContent .menu li{
	padding: 0em 0em 0em 0em;
	margin: 0em;
}

/* all these wrappers needed to make sretchy content work against left nav - other methods, blue robot etc use px*/

#middleContent{
	width:100%;
	float:left;
	padding:0 !important;
	margin:0 !important;
}

#primaryContent{
	float:left;
	width:100%; /*needed for no horizontal scroll bars*/
	padding:0 !important;
	margin:0 !important;
}


#textContent{/*add padding, rather than giving it to uls, ps etc*/
	float:left;
	padding:0em 1em 0em 0em;
	margin:0em 0em 0em 11em;

}

#textContent p{
	padding-right:1em !important;
}


#textContentLarge{
	/*mostly for large shipping tables*/
	padding:1em;
	background:#9999cc;/*beware blue background color*/
}


#textContent p, #textContent h1, #textContent h2, #textContent h3, #textContent h4 {
	clear:left;/*no both, screws with rightImg*/
	padding-left:0 !important;
	margin-left:0 !important;/*cancel main p*/
}

/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */



.menu {
	height:1em;
	float:left;
	margin:0;
	font-weight:bold;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:1em;
	background:#fff;
}
/* horizontal modified by jon */

.horizontal {
	clear:both;
	width:100% !important;
	margin-top:1em;
	margin-bottom:1em;
	background:#9999CC;
}

.horizontal ul{
	width:100% !important;
	text-align:center;
	background:#9999CC;
}

/* style the list items -be very careful with this item, can screw up the whole list*/
.menu li {
background:#D6D5E7;
/* height:2.4em; especially this one*/
/* for IE7 */
float:left;

/*margin or padding causes hover flicker, use two borders instead */
border:2px solid #fff;
}

.menu li.sub {
	background:#D6D5E7 no-repeat right center;
	float:left;
} 

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
	color: #3C3C8A;
	display:block; 
	text-decoration:none;
	width:12em;
	padding:0.3em;
	border:1px solid #3C3C8A;
	

}

/* hack for IE5.5 */

* html .menu a, * html .menu a:visited {
	width:12em; 
	w\idth:12em;/*was 1 px less than 150pc width above*/
	color: #3C3C8A;
}

/* style the link hover */
* html .menu a:hover {
	color: #3C3C8A;
	background:#FFCC99; 
	position:relative;
}

.menu li:hover {
	position:relative;
	color: #3C3C8A;
	}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
	color: #3C3C8A;
	background:#FFCC99;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color: #3C3C8A;
	background:#FFCC99;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-2.3em;
	/* set up the overlap (minus the overrun) */
	left:10em;
	/* set up the overrun area */
	padding:2.3em;
	/* this is for IE to make it interpret the overrrun padding */
	background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {
	visibility:visible;
}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
	visibility:hidden;
}

/* etc etc etc for more levels*/


#footer {
	float:left;
	width: 100%;
	border-top: 3px solid #ff9933;
	background:#00006b;
	color:#FFF;
}

#footer ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt;
	clear:both;
	color:#FFF;
}

#footer li {
	float:left;
	padding: 0pt 0pt 0pt 0px;
}

#footerHome {
	background: #7676ac url(/a/images/footerHomeOff.gif) no-repeat scroll 0%;
}


#footerHome a{
	float:left;
	text-indent:-9999px;
	height:27px;
	width:366px;
	cursor: pointer;
}


	#footerHome:hover{
		background: #7676ac url(/a/images/footerHomeOn.gif) no-repeat scroll 0%;
		cursor: pointer;
	}

.footerDisclaimer{
	background: #00006b url(/a/images/footerDisclaimerOff.gif) no-repeat scroll 0%;
	text-indent:-9999px;
	height:27px;
	width:167px;
	cursor: pointer;
}


	.footerDisclaimer a{
		background: #00006b url(/a/images/footerDisclaimerOff.gif) no-repeat scroll 0%;
		display:block;
		height:27px;
		width:167px;
		cursor: pointer;
	}

	.footerDisclaimer a:hover{
		background: #00006b url(/a/images/footerDisclaimerOn.gif) no-repeat scroll 0%;
		display:block;
		height:27px;
		width:167px;
		cursor: pointer;
		}

.footerContact {
	/*looping over in ie6 due to have layout and text-indent bug - see google */
	text-indent:-9999px;
	height:18px;
	width:93px;
	margin-top:4px;
}

	.footerContact a{
		background: #00006b url(/a/images/footerContactOff.gif) no-repeat scroll 0%;
		display:block;
		text-indent:-9999px;
		height:18px;
		width:93px;
	}

	.footerContact a:hover{
		background: #00006b url(/a/images/footerContactOn.gif) no-repeat scroll 0%;
		display:block;
		height:18px;
		width:93px;
		}

.footer_modal_window {
	background:white;
}

/* ----- CLASSES ----- */

a.backButton{
	float:right;
	background: #fff url(/a/images/backOff.gif) no-repeat scroll 0%;
	width:151px;
	height:22px;
	margin-right:1em;
	text-indent:-99999px;
}
a.backButton:hover{
	background: #fff url(/a/images/backOn.gif) no-repeat scroll 0%;
}

.gallery a#styled_window_one{
	float:left;
	background: #fff url(/a/images/galleryOff.gif) no-repeat scroll 0%;
	width:341px;
	height:22px;
	margin: 2em 1em 1em 0em;
	clear:both;
	text-indent:-99999px;
}

.gallery a#styled_window_one:hover{
	background: #fff url(/a/images/galleryOn.gif) no-repeat scroll 0%;
}

/*similar rules in marine-information.css*/


.vcard{
	/*font-size:0.75em;*/
}

.vcard img {
	float:left;
	clear:left;
	padding-top:1em;
	padding-left:6em;
width:33px;
}

#contact-contents .vcard span{

	display:block;/*for line returns*/
	width:16em; /*needed to keep boundries for ie7*/
}


#contact-contents address{
	float:left;
	padding-left:1.5em;
}

/*must be div, spans used in inline text*/

.vcard div.tel{
	float:left;
}

div.tel {

	float:left;
}

div.type {
	float:left;
	padding-right:2em;
}

/*is there a way to do this without wrappers?*/

.vcard .telWrapper{
	float:left;
	padding-top:1.1em;
	padding-bottom:1em;
	padding-left:1.5em;
	width:17em;
}

.vcard .emailWrapper{
	float:left;
	padding-top:1.3em;
	padding-bottom:1em;
	padding-left:1.5em;
width:17em;
}

.infoWrapper{
	float:left;
	padding-top:1.1em;
	padding-bottom:1em;
	padding-left:1.1em;
	width:30em; /*needed to keep boundries for ie7*/
}

.infoWrapper p{
	padding:0em;
	margin:0em;

}

.infoImg {
	clear:left;
	float:left;
	padding-top:1em;
	padding-left:9.75em;
}


#contactInfo img,  #contactInfo .infoImg{
	/*cancels out padding for popup*/
	padding-left:0em;
	margin-left:0em;
}

#timecontainer {
	float:right;
	padding: 0.1em 1em 0.1em 1em;
	color: #292b7f;
	font-size: 0.96em;
	font-weight:bold;
	background:#D6D5E7;
}

.offScreen{
	text-indent:-9999px;
	display:none;
}

.hide{
	display:none;
}
.show{
	display:block;
}

#footer .noPopup{
	display:none;
}



.noFlashContent {
float:left;
margin:0;
padding:0;
}

.noFlashContent p{
float:left;
clear:both;
margin:0 !important;
padding:0 !important;
}

.noFlashContent img{
float:left;
clear:both;
}
/*sticky footer ( http://www.themaninblue.com/experiment/footerStickAlt/) removed - js now doing size*/


/* for shipping info front page - specific css file screws with centering, need to tidy */

.shippingInfoFront #primaryContent form{
	background:#D6D5E7; 
}

fieldset {
	border:0;
	padding-bottom:2em;
}

legend {
	padding:2em;
	color:#663399;
	font-weight:bold;
	text-align:center;/*only works in ie*/
}

fieldset label{
	color:#663399;
	margin: 0em 2em;
	font-weight:bold;
}

fieldset input{
	margin: 0em 2em;
}




