/* CSS Document */
/* Default Layout Coastline Produce */

/* This rule resets a core set of elements so that they will appear consistent across browsers. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content.  */
body {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0; 
  text-align: center; /* KLUDGE: Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
/* Commonly used to style section titles. */

h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

/* This is a container for the page content.  */
#outerWrapper {
  background-color: #fff;
  margin: 30px auto 0 auto; 
  text-align: left; /* KLUDGE: Redefines the text alignment defined by the body element. */
  width: 760px;
}

#outerWrapper #header {
	
}

#outerWrapper #header #heading {
	width:576px;
	height: 20px;
}

#outerWrapper #header #heading h1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing : 0.5px;
	text-align:center;
	padding: 2px 0 0 0;
}

#page-headers {
	float: right;
	background-color:#FFFFFF;
	width: 626px;
}

#logo {
	float:right;
}
#tag {
	float: left;
	}
	
#content-holder {
	clear: right;
}


/* This is the menu column */
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  width: 130px;
}

#outerWrapper #contentWrapper #leftColumn1 #left-col-utilities {
	margin: 0 0 20px 0;
}

#searchForm, #vacancies, #getSpecialOffers, #offer-alerts {
	text-align: center;
}

#offer-alerts {
	margin: 20px 0 0 0; 
}

#vacancies {
	margin: 20px 0 0 0;
}

#outerWrapper #contentWrapper #leftColumn1 #left-col-utilities .globalBlue {
	color: #333;
}


#searchForm { 
	margin: 20px auto 0 7px;
	width: 120px;
}

#searchForm h2 {
	font-size: 103%;
	padding: 0 2px 0 0;
	margin: 0;
}

#offer-alerts, #vacancies {

}

#offer-alerts img, #vacancies img {
	border: 0;
}

.searchBox {
	width: 110px;
	height: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 4px auto;
}

/* This is the right column */
#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  width: 180px;
  
}

/* Contains the main page content.  */
#outerWrapper #contentWrapper #content {
  margin: 0 184px 0 134px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. I*/
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#outerWrapper #footer {
  padding: 10px 10px 10px 10px; 
}

/* ########## 2 col Layout ############# */
#content-2col {
  margin: 0 0 0 134px; 
  padding: 0 0 0 0;
}

/* ########## Links CSS ############# */

/* Generic Links
-------------------------------------------*/

/* Sets the style for unvisited links. */
a,  a:link {
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {

}
/* Sets the style for a link that is being activated/clicked. */
a:active {

}

/* -------------------- */

/* Left Column Main navigation
It's OK to set colours here - they are site wide.
--------------------------------------------------*/
#outerWrapper #contentWrapper #leftColumn1 ul {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	background-color: #FFFFFF;
}

#outerWrapper #contentWrapper #leftColumn1 ul a {
	display: block;
	width: 130px;
	height: 25px;
	font-size: 11px;
}

#outerWrapper #contentWrapper #leftColumn1 ul li {
	display: inline; /*KLUDGE: Removes large gaps in IE/WIN*/
}

#outerWrapper #contentWrapper #leftColumn1 ul li a:link, #outerWrapper #contentWrapper #leftColumn1 ul li a, #outerWrapper #contentWrapper #leftColumn1 ul li a:visited {
	color: #666;
}

#outerWrapper #contentWrapper #leftColumn1 ul li a:active, #outerWrapper #contentWrapper #leftColumn1 ul li a:focus, #outerWrapper #contentWrapper #leftColumn1 ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* left col utility links - can be overridden using the colour switch below*/

#outerWrapper #contentWrapper #leftColumn1 #left-col-utilities a, #outerWrapper #contentWrapper #leftColumn1 #left-col-utilities a:link, #outerWrapper #contentWrapper #leftColumn1 #left-col-utilities a:visited {
	color: #FFF;
} 

#outerWrapper #contentWrapper #leftColumn1 #left-col-utilities a:active, #outerWrapper #contentWrapper #leftColumn1 #left-col-utilities a:focus, #outerWrapper #contentWrapper #leftColumn1 #left-col-utilities a:hover {
	color: #FFF;
	text-decoration: underline;
} 
/* -------------------- */

/* ################## Colours CSS ################## */

body {
  background-color: #FFF;
  color: #000;
}

h1 {
	color: #000;
}

h2 {
	color: #000;
}

/* Generic Links
-------------------------------------------*/

/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}



/*------------------------------------------------------------------------*/

#outerWrapper #contentWrapper #leftColumn1 {

}

#outerWrapper #contentWrapper #rightColumn1 {

}

#outerWrapper #header {
	background-color: #fff; /* stays the same for all colour layouts */
}

#outerWrapper #footer {
  background-color: #FFF; /* stays the same for all colour layouts */
}


/* ######## Content CSS ###############*/
#content h1 {
	margin-top: 20px;
}

#content-holder #content h1 {
	padding-top: 20px;
	margin-top: 0;
}

#content h1, #content h2, #content h3, #content h4, #content p {
	margin-left: 20px;
	margin-right: 20px; 
}

.flRight {
	float: right;
}

.rsbImage {
	text-align: center;
	margin: 20px 0;
}
/*Page Specific
--------------------------*/

/* Main Body Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#forms p {
	position: relative;
	width: 100%;
}
#forms label {
	float: left;
	width: 10em;
	text-align: right;
	margin-top: 4px;
}

#forms input {
	width: 220px;
	font-size: 11px;
	margin: 1px 0;
}

#forms input.contactButton {
	width: 100px;
}

#forms #buttonHolder {
	text-align: center;
	margin: 10px 0;
}

#forms input.checker {
	width: 14px;
}

#forms textarea {
	width: 220px;
	height: 100px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#forms select {
	width: 220px;
	font-size: 11px;
	margin: 1px 0;
}

/*Home Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#homeAnimation {
	background-color: #FFFFFF;
}

#home_montage {
	float: right;
}

#outerWrapper #contentWrapper #content #homeAnimation  p {
	color: #8769A6;
	margin: 0;
	text-align:center;
	font-size: 75%;
	padding: 3px 0 2px 0;
}

#outerWrapper #contentWrapper #content #homeAddress h2 {
	color: #FFFFFF;
	font-size: 200%;
}

#outerWrapper #contentWrapper #content #homeAddress p {
	color: #8769A6;
	font-size: 120%;
	font-weight: bold;
}

.bulletsRSB {
	margin: 15px 0 0 13px;
	padding: 0;
	color: #FFF;
	list-style: none;
}

.bulletsRSB li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: url(/images/gif/ul-bullet-white.gif) left center no-repeat;
	
}

/*Why Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#whyTop {
	background-color: #FFFFFF;
}

#whyBulletBox {
	background-color: #7772A0;
	border-bottom: 4px solid #FFF;
	padding: 8px 0 8px 0;
}

/*Products Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#productsFlashHolder {
	text-align: center;
}

/*Specials Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#adImage{
	text-align: center;
	margin-top: 10px;
}

/*Specials Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.policyList {
	color: #ffffff;
	margin-right: 20px;
}

/*Contact Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#coastAddress {
color: #FFFFFF;
padding: 5px;
}

/*Contact Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#region-text {
	width: 350px;
	margin: 0 0 0 150px;
}
#region-text p {
	margin: 0;
	}
	
/* Supplier Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#addHolder {
	text-align: center;
}

#supplierTopImages {
	background-color: #ffffff;
	text-align: center;
	padding: 20px 0;
}

/* Jobs Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.vacancy {
	border-bottom: 1px solid #ccc;
}
.vacancy h3 {
	color:#CE2921;
}
.vacancy p {
	margin: 5px 0;
}

#advertiseVac {
	text-align: right;
	height: 20px;
	background:url(../images/gif/tab1.gif) bottom left repeat-x;
	margin: 0 184px 0 134px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  }

#advertiseVac p a {
   margin: 2px 5px 0 0;
  padding: 0 0 0 0;
  color: #ffffff;

}

/* Specials Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#specialtbl {
	width: 400px;
	margin: 5px auto;
	border: 0;
}

#specialtbl tr.theHeader {
	text-align: center;
	padding: 2px;
	background: #6369A7;
	color: #fff;
}

#specialtbl td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

#specialtbl tr.row1 {

}

#specialtbl tr.row2 {
background-color: #9C9BC5;
}

.rtEditor {
	padding:5px;
	text-align: left;
	background-color: #C9C7DD;
}

.rtEditor h1, .rtEditor h2, .rtEditor h3, .rtEditor p {
	color: #4A4876;
}


/* Search Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#searchtbl {
	width: 400px;
	margin: 5px auto;
	border: 0;
}

#searchtbl th {
	text-align: center;
	padding: 2px;
	background: #6369A7;
	color: #fff;
}

#searchtbl td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

#searchtbl tr.row1 {

}

#searchtbl tr.row2 {
background-color: #FCC68A;
}

