  /* Colours used
-------------------------------------------------
  Green         : #09AB33;
  Yellow        : #FEE700;
  Greyed Yellow : #FF9C37;
  Light Gray    : #A5A5A5;
  Mid Gray      : #949494;
  Dark Gray     : #333333;
  V.Light Gray  : #EFEFEF;
  White         : #FFFFFF;
-------------------------------------------------*/

body
{
   /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
    font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
   font-size: 0.8em;
   color: #333333;
   background: white;
   text-align: center;
   margin: 0;
   padding: 0;
}

/* Page Wrapper used to center align the content
-------------------------------------------------*/
#pagePadding
{
    width: 760px;
    text-align: left;
    margin: 0 auto;
    background: white;
}

/* Get rid of horrible borders on images and
   gaps on forms
-------------------------------------------------*/
a img, form, fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

/* Header elements
-------------------------------------------------
   Note: that the logo is part of the background
   and then the print image is placed on top and
   hidden from the "normal" browsing mode

	- This is now not the case!! Logo is now seperate image
-------------------------------------------------
  Overide elements:
  #pageHeader .logo
  #pageHeader li
  #pageHeader li a
  #pageHeader li a:hover
-------------------------------------------------*/
#pageHeader
{
    background: url(/img/background/koiHeader.jpg) 0px 0px no-repeat;
    height: 500px;
    height: 110px;
}

#pageHeader .logo
{
    /*display: block;*/
    padding-top:5px;

    float: left;
}

#pageHeader .logoKoi
{
    float: left;
	padding-top: 5px;
	width:210px;
	height:100px;
}

#pageHeader .headerPhrase
{
  float: right;
  display: block;
  padding-top: 27px;
}

#pageHeader .logoKoi img {
    visibility: hidden;
    width:210px;
	height:95px;
}

#pageHeader .logo img
{
    visibility: hidden;
    width: 140px;
    height: 95px;
}

#pageHeader ul
{
    margin: 0;
    padding: 0;
    /*clear: right;*/
    float: right;
    list-style: none;
    margin-right: 10px;
    display: inline;
    padding-top: 50px;
    overflow: visible;
}

#pageHeader li
{
    margin: 0;
    padding: 0;
    float: left;
    padding: 1px 5px;
    border-right: 1px solid #66AADE;
    
    overflow: visible;
}

#pageHeader li a
{
    font-weight: bold;
    color: #00548F;
    text-decoration: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#pageHeader span
{
    color: #479EEC;
    display: inline;
    position: relative;

}

#pageHeader #topNav
{
    clear: right;
    padding-top: 14px;
    width: 370px;
}

#basketImg
{
    float: right;
    padding-top: 50px;
}

#pageHeader li a:hover
{
    color: #479EEC;
}

/* Nav elements
-------------------------------------------------
   Note: Nav floated left and content floated
   up against because of the way the markup
   is layed out
-------------------------------------------------
   Overide elements:
   #navigation p
   #navigation li a
   #navigation li.selected a
-------------------------------------------------*/
#navigation
{
    width: 139px;
    float: left;
    font-size: 11px;
    padding-bottom: 20px;
	margin-top: 10px;
}

#navigation img
{
    margin-left: 2px;
    margin-top: 8px;
}

#navigation div
{
    color: #6B8EA6;
    background: url(/img/graphics/graphicDottedLine.gif) 0px 0px repeat-x;
    margin-top: 8px;
    padding-top: 12px;
    padding-bottom: 3px;
}

#navigation span
{
    color: #6B8EA6;
    background: url(/img/graphics/graphicDottedLine.gif) 0px bottom repeat-x;
    margin-bottom: 12px;
    display: block;
    padding-top: 36px !important;
    padding-top: 12px;
    padding-bottom: 15px;
}

#navigation p
{
    margin: 0px 0px 5px 0px;
    padding: 0;
    color: #09AB33;
    font-weight: bold;
}

#navigation ul
{
    margin: 0;
    padding: 0;
    line-height: 1.8em;
}

#navigation li
{
    margin: 0;
    background: url(/img/graphics/graphicBulletNormal.gif) 0px 3px no-repeat;
    padding: 0;
    padding-left: 10px;
    list-style: none;
}

#navigation li.selected
{
    background: url(/img/graphics/graphicBulletSelected.gif) 0px 3px no-repeat;
}

/* Normal state
-------------------------------------------------*/
#navigation li a
{
  color: #00548F;
  font-weight: bold;
  text-decoration: none;
}

/* Normal state
-------------------------------------------------*/
#navigation li a:hover
{
    color: #479EEC;
}


/* Clicked state
-------------------------------------------------*/
#navigation li.selected a
{
  color: #479EEC;
}

/* Search box
-------------------------------------------------*/
#searchBox
{
    /*background: url(/img/graphics/graphicDottedLine.gif) 0px 0px repeat-x;*/
    margin: 0px;
    padding: 0px;
}

#searchBox label
{
    color: #666;
    padding-bottom: 3px;
    display: block;
}

#searchBox #search1
{
    border: 1px solid #AAA;
    width: 76px;
    float: left;
    height: 17px;
    padding: 1px 2px;
    margin: 0;
}

#searchBox #goButton
{
    float: left;
    margin-left: 3px;
    display: block;
}

/* Body content
--------------------------------------------------*/
#content
{
    margin-left: 170px;
    padding-bottom: 20px;
    font-size: 11px;
	margin-top: 10px;
	position: relative;
	top: 0;
	left: 0;
}

#content a
{
    color: #479EEC;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover
{
    text-decoration: underline;
}

#breadcrumbs, #breadcrumbs2
{
    font-weight: normal;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
    line-height: 1.6em;
    margin: 0px !important;
    background: url(/img/background/backgroundDottedRow.gif) 0px 0px repeat-x;
    height: 28px;
    color: #6C8698;
    margin-bottom: 20px;
    voice-family: "\"}\"";
    margin: 0px;
}

#breadcrumbs2, #bcbline
{
    background: url(/img/graphics/graphicDottedLine.gif) 0px 0px repeat-x;
    height: auto;
}

#bcbline
{
    overflow: hidden;
    height: 1px;
    margin-bottom: 20px;
}

#breadcrumbs a, #breadcrumbs a
{
    text-decoration: none;
    font-weight: bold;
    color: #479EEC;
}

#breadcrumbs a:hover, #breadcrumbs a:hover
{
    text-decoration: underline;
}

/* Home page
--------------------------------------------------*/
.homeRow
{
    clear: right;
}

.homeTile, .homeTile2
{
    float: left;
    padding: 0;
    height: 160px;
    width: 108px;
    margin: 0;
    padding-left: 8px;
    text-align: center;
}

.homeTile2
{
    /*width: 216px;*/
}

.homeTile strong, .homeTile2 strong
{
    margin-top: 5px;
    font-size: 11px;
    display: block;
}

.homeTile a, .homeTile2 a
{
    text-decoration: none;
    color: #00548F;
}

.homeTile a:hover, .homeTile2 a:hover
{
    text-decoration: underline;
}

.homeTile a img, .homeTile2 a img
{
    border: 1px solid #A5A5A5;
    padding: 2px;
}

#koiBanner
{
	margin-bottom: 10px;
	text-align: center;
}

/* Product page
-----------------------------------------------*/
form.product
{
    margin-right: 1px;
    /*display: inline-block;*/
}

.productWrapper
{
    margin-left: 122px;
}

form.product h1, form.product h2
{
    margin: 0;
    color: #77000A;
    font-size: 12px;
}

form.product .price
{
    color: #09AB33;
    font-size: 12px;
}

.thumbnail, .thumbnail2
{
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    padding: 1px;
    border: 1px solid #4F6F85;
}

.productHack
{
    width: 1px;
    float: right;
}

.buy
{
    clear: right;
    margin: 5px 0px 25px 0px;
    background: url(/img/background/backBuy.gif) 0px 0px repeat-x;
    height: 43px;
}

form.product ul
{
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    margin-bottom: 5px;
}

form.product li
{
    margin: 0;
    background: url(/img/background/lineBullet.gif) 4px 10px no-repeat;
    padding: 0;
    padding-left: 10px;
    list-style: none;
    display: block !important;
    d\isplay: inline-block;
}

.productquantity img
{
    vertical-align: middle;
}

.productquantity input, .basketQuantity
{
    vertical-align: middle;
    border: 1px solid #4F6F85;
    color: #4F6F85;
    height: 16px !important;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    text-align: center;
    /* mac hack \*/
    padding-top: 3px;
    /* end mac hack */
    height: 21px;
    heigh\t: 16px;
}

.productprice
{
    float: left;
    color: #09AB33;
    /*color: red;*/
    font-size: 12px;
    font-weight: bold;
    padding-top: 14px;
}

.productprice2
{
    color: #09AB33;
    /*color: red;*/
    font-size: 12px;
    font-weight: bold;
}

.price
{
    color: #09AB33;
}

.productquantity
{
    float: right;
    padding-top: 11px !important;
    padding-top: 9px;
}

.line
{
    background: url(/img/graphics/graphicDottedLine.gif) 0px 0px repeat-x;
    height: 1px;
    overflow: hidden;
    margin: 20px 0px;
}

.vari
{
    float: right;
    padding-bottom: 10px;
    text-align: right;
}

.vari span
{
    display: block;
    margin-bottom: 3px;
    font-size: 11px ;
}

/* Filter product page and basket
-----------------------------------------------*/
.filterTable, .filterTableDetails, .pumpTable
{
    border-collapse: collapse;
    width: 458px;
    margin-bottom: 5px;
    clear: right;
}

#basket
{
    /*border-collapse: collapse;*/
    width: 584px;
}

#basket a
{
    color: black;
}

#basket td, #basket th
{
    border: 1px solid #FFF;
    vertical-align: middle;
    background: #E5EBEF;
    padding: 4px 10px;
    line-height: 1.4em;
    font-size: 11px;
    height: 16px;
}

#basket .basketRow td
{
    background: #D6DFE4;
}

#basket th
{
    background: #6293B6;
    font-weight: bolder;
    text-align: left;
    color: white;
}

#proceedButton
{
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.priceCol
{
    white-space: nowrap;
    color: #09AB33;
    text-align: right;
}

.costCol
{
    white-space: nowrap;
    color: #09AB33;
}

.quanCol
{
    white-space: nowrap;
    width: 75px;
}

.filterTableDetails
{
    width: 586px;
}

.filterTable td, .filterTable th, .filterTableDetails td, .filterTableDetails th, .pumpTable td, .pumpTable th
{
    border: 2px solid #FFF;
    border-width: 0px 2px 0px 2px;
    background: #E5EBEF;
    padding: 0px 10px;
    line-height: 1.4em;
    font-size: 11px;
}

body .lines td
{
    border-width: 2px;
    vertical-align: middle;
}

.filterTable th, .filterTableDetails th, .pumpTable th
{
    background: #6293B6;
    border-width: 0px 2px 2px 2px;
    padding: 3px 10px;
    font-weight: bolder;
    text-align: left;
    color: white;
}

.filterTable .extrapad td, .filterTableDetails .extrapad td
{
    padding: 3px 10px 0px 10px;
}

.filterTable .bottompad td, .filterTableDetails .bottompad td
{
    padding: 0px 10px 7px 10px;
}

.pumpTable td
{
    padding-top: 7px;
}

.pumpTable .bottomrow td
{
    height: 4px;
    overflow: hidden;
    font-size: 0.1em
}

.pumpTable
{
    width: 586px;
}
    
/* Footer
-----------------------------------------------*/
#pageFooter
{
    clear: both;
    background: url(/img/background/backFooter.gif) top left repeat-x #fff;
    height: 26px;
    color: #E7EEF5;
    width: 760px;
	padding-right: 0;
	padding-top: 13px;
	padding-left: 0;
}


#pageFooter ul
{
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 0px;
    line-height: ;
}

#pageFooter li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: inline;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #95B4CB;
}

#TeesnCees
{
    float: left;
    font-size: 11px;
    display: inline;
    margin-left: 10px;
}

#datasouth
{
	margin: 0;
    padding: 0;
    float: right;
    font-size: 11px;
    display: inline;
    margin-right: 10px;
}

#pageFooter a
{
    color: #E7EEF5;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

#pageFooter a:hover
{
    color: #FFF;
}

#datasouth a strong
{
    text-decoration: none;
    font-weight: bold;
}

#datasouth a strong span
{
    color: #FFA800;
    text-decoration: none;
}

/* Headings and other text elements
-------------------------------------------------
   Overide elements:
-------------------------------------------------*/
h1, h2, h3, h4 ,h5, h6
{
    font-size: 1em;
    font-weight: bold;
}

h4
{
    color: #77000A;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    font-size: 1.2em;
}

p
{
    margin: 0px;
    margin-bottom: 15px;
}

.redtext
{
    color: #000;
    font-weight: bold;
}

.bluebold
{
    color: #77000A;
    font-weight: bold;
}

.middle
{
    vertical-align: middle;
}



/**********************************************/
/*       Scratch Pad for forms                */
/**********************************************/

.form1 input, .form2 input, #form3 input, .form3 input, .form4 input, .form5 input, .form6 input
{
    width: 173px !important;
    width: 175px;
    height: 14px;
    padding: 0px;
    margin: 0px;
    font-family: arial, verdana, sans-serif !important;
    font-size: 11px !important;
    color: #333 !important;
}

.form1 label, .form2 label, #form3 label, .form3 label, .form4 label, .form5 label, .form6 label
{
    display: block;
    padding: 5px 0px !important;
    padding: 4px 0px;
}

.form1, .form2, #form3, .form3, .form4, .form5, .form6
{
    /*/border: 1px solid red;/*/
    width: 192px;
    float: left;
    /*height: 150px;*/
}

.form3 textarea
{
    height: 56px;
    width: 173px !important;
    width: 175px;
    font-family: arial, verdana, sans-serif !important;
    font-size: 11px !important;
    color: #333 !important;
}

#form3 textarea
{
    height: 100px;
    width: 173px !important;
    width: 175px;
    font-family: arial, verdana, sans-serif !important;
    font-size: 11px !important;
    color: #333 !important;
}

.form7
{
    border: 1px solid blue;
}

.formTable
{
    width: 384px;
    text-align: left;
    
}

.firstCol
{
    width: 384px;
}

.secondCol
{
    vertical-align: top;
    color: #CC0000;
    padding-top: 26px;
    font-weight: bold;
    line-height: 1.6em;
}

.formTableHeader
{
    border: 2px solid white;
    background: #6293B6;
    font-weight: bolder;
    text-align: left;
    color: white;
    padding: 4px 10px;
}

.formTableWrapper
{
    /*/text-align: center;/*/
    background: #E5EBEF;
    border: 2px solid white;
    border-width: 0px 2px;
    padding: 6px 0px 12px 10px;
}

.formTable span, #contactFormText span
{
    border: 1px solid #AAA;
    display: block;
    width: 175px;
    padding: 1px;
    background: #FFF;
}

#map
{
    /*border: 1px solid #AAA;*/
    padding: 1px;
    margin-bottom: 5px;
}

.formTable span.formred
{
    border: 1px solid #CC0000;
}

.formTable label.formred
{
    color: #CC0000;
    font-weight: bold;
}


#formTable
{
   margin-top: 10px;
}

#errors
{
  margin-top: 10px;
  line-height: 1.6em;
  color: #CC0000;
}

/*#formTable span.formred input
{
    background: #EBCCCC;
    border-color: #826363 #BB9C9C #CFB1B1 #BB9C9C;
}
*/

#contactFormText label
{
    display: block;
    padding: 10px 0px 4px 0px;
}

#calcPage label
{
    vertical-align: middle;
    display: block;
    margin-top: 6px;
    margin-bottom: 2px;
}
/*
#calcPage input
{
    margin-bottom: 8px;
    vertical-align: middle;
}
/*/
#calcPage input
{
    width: 35px;
    height: 12px;
}

#calcPage
{
    /*width: 160px;*/
    width: 250px;
}

#calcPage td
{
    vertical-align: top;
}

.formTable textarea, .formTable input, #furtherinfo, #calcPage input, #linerCalc input
{
    border: 1px solid;
    border-color: #7C7C7C #C3C3C3 #DDDDDD #C3C3C3;
    font-size: 10px;
}

#calcPage span
{
    border: 1px solid #AAA;
    padding: 1px;
    vertical-align: middle;
    width: 37px;
    display: block;
}

#linerCalc span
{
    border: 1px solid #AAA;
    padding: 3px 1px 2px 1px;
    padding: expression(1);
    vertical-align: middle;
}

#calcPage .sel
{
    width: 70px;
}

#calcPage select
{
    width: 70px;
}

#furtherinfo
{
    width: 364px !important;
    width: 366px;
}

#submitButton
{
    width: 377px;
}

#submitButton input
{
    margin-top: 10px;
    float: right;
    margin-bottom: 20px;
}

#intLab
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#intTab
{
    border-collapse: collapse;
    width: 372px;
}

#intTab td, #intTab th
{
    border: 2px solid #FFF;
    padding: 3px 5px;
    font-size: 11px;
    vertical-align: top;
}

#contactFormText span
{
    width: 366px;
}

#contactInfo
{
    float: right;
    width: 165px;
}

#contactFormData
{
    margin-right: 200px;
}

#contactFormData p
{
    margin: 0;
    padding: 2px 0px 10px 0px;
    background: url(/img/graphics/graphicDottedLine.gif) 0px bottom repeat-x;
}

#contactFormUpdates
{
    text-align: right;
    width: 380px;
    padding-top: 10px;
}

/**********************************************/



/* sitemap
-------------------------------------------------*/
.sitemap li ul
{
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    padding-top: 3px;
}

.sitemap li ul li
{
    margin: 0;
    margin-left: 20px;
    background: url(/img/background/lineBullet.gif) 5px 10px no-repeat;
    padding: 0;
    padding-left: 10px;
    list-style: none;
    font-size: 11px;
}

.sitemap li
{
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    list-style: none;
    margin-bottom: 10px;
    font-size: 12px;
}

#content .sitemap a
{
    color: #333;
}

.sitemap
{
    padding: 0;
    margin: 0;
}

.calc
{
        margin-right: 30px;
        margin-left: 7px;
    /*border: 1px solid #CCC;*/
    float: left;
    text-align: center;
}

.calc table
{
        margin-top: 20px;
    /*border: 1px solid red;*/
    /*height: 110px;*/
}

/*form.calc td
{

    padding: 3px;
}*/

.calc table span
{
    background: white;
    margin: 2px;
}

.calc table td
{
    padding: 5px;
    text-align: left;
}

#calcProp
{
  width: 1px;
  float: right;
  height: 360px;
}


#frontPageFix
{
    float: right;
    width: 600px;
    height: 0px;
    overflow: hidden;
}

h1{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: medium;
    color: #77000A;
}

h2{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: small;
    color: #77000A;
}

/* pond liner calc form
-------------------------------------------------*/
#linerCalc
{
  padding-bottom: expression(30);
  padding-bottom: 50px;
}

#linerCalc ul
{
  list-style:none; 
  margin:0; 
  padding:0;
}

#linerCalc li
{
  margin: 8px 0 8px 0;
  clear: both;
}

#linerCalc label.left
{
  width: 55px;
  text-align: left;
  margin-right: 0.5em;
  margin-top: 3px;
  float: left;
}

#dimensions
{
  width: 50px;
}

#linerCalc label.right
{
  text-align: left;
  margin-right: 0.5em;
  margin-top: 3px;
  float: right;
}

#radioLeft
{
  width: 55px;
  text-align: left;
  margin-right: 0.5em;
  margin-top: 3px;
  margin-bottom: 10px;
  float: left;
}

#linerCalc #materialsRadio
{
  width: 25px;
  padding-bottom: 50px;
  float: left;
  clear: both;
  border: none;
  margin-top: expression(10);
  margin-top: 15px;
  
}

#materialsDesc
{
  width: expression(555);
  width: 550px;
  float: right;
  margin-bottom: 8px;
}

#linerCalc #unitsRadio
{
  float: left;
  border: none;
}

#linerCalc #units
{
  width: 50px;
  float: right;
  margin-bottom: 8px;
}

span.formTitles
{
  color: #00568f;
  font-weight: bold;
  border: none !important;
}

#rule
{
  background: url(/img/graphics/graphicDottedLine.gif) 0px 0px repeat-x;
  width: 585px;
  margin-top: 8px;
  padding-top: 12px;
  padding-top: expression(0);
  padding-bottom: 3px;
  clear: both;
}

td.resultsHeader
{
  color: #fff;
  font-weight: bold;
  background-color: #6292b6;
}

table#linerResults
{
  margin-bottom: 20px;
}

table#linerResults td
{
  padding-left: 10px;
}

td.resultsCell
{
  background-color: #e6ebef;
}

#cards
{
  margin: 0px;
  position: absolute;
  left: -7px;
  top: -10px;
}

#acceptFollowing
{
  background: none;
  padding: 0;
  margin: 0;
  border: solid blue 1px;
}

#errors
{
  color: #990000;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}

#truck
{
  margin-left: 10px;
}

/* south coast koi section
-------------------------------------------------*/

#featuredProducts
{
	overflow: hidden;
	clear: none;
}

.featuredRowTitle {
    height:40px;
}

.featuredRow
{
	float: left;
	width: 115px;
	text-align: center;
	border-right: thin solid #ccc;
	margin-bottom: 40px;
}

.featuredRow .price
{
	font-size: 11px;
}


/* south coast koi item	
-------------------------------------------------*/

#item 
{
	float: left;
}

#itemPhoto
{
	float: right;
}

#enquiryForm
{
	
	width: 385px;
	float: left;
}

#koiList
{
	/*overflow: hidden;*/
}

.paginationKoi
{
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	/*padding-bottom: 15px;*/
	margin-bottom: 20px;
	color:  #7f7f7f;
	border-color: #ccc;
	height: 15px;
	font-style: italic;
	font-size: 14px;
}

.paginationKoi .prev
{
	float: left;
}

.paginationKoi .next
{
	float: right;
}
#koiItem h2
{
	color: #77000A;
	border-bottom: thin solid #ccc;
	padding-bottom: 5px;
	padding-top: 15px;		
	margin-bottom: 10px;
	font-size: 1.2em;
}

#koiItem h3 {
  	font-size: 1em;
	color: #77000A;
	border-bottom: thin solid #ccc;
	padding-bottom: 5px;
	padding-top: 15px;
}

#koiItem h1 
{
	border-bottom: thin solid #ccc;
	padding-bottom: 5px;
	padding-top: 15px;
	width: 385px;
}

.price
{
	margin-bottom: 0;
}

#koiItem p
{
	color: #7f7f7f;
	font-size: 12px;
}

/*
---------------------------------------
Seperate page elements
---------------------------------------
*/
form.static {
  text-align: left;
  margin: 0 0 10px;
}

form.static fieldset {
  padding: 0 10px 5px;
  border: 0;
}

form.static fieldset p {
  clear: both;
}

form.static fieldset p label {
  display: block;
  width: 50px;
  float: left;
  margin: 3px 0;
}

form.static fieldset p textarea {
  width: 300px;
  /*display: block;*/
  /*clear: both;*/
  /*float: right*/
}

form.static fieldset p span {
  color: #c00;
}

* html div#koiList {
  height: 1%;
}

/*
---------------------------------------
New home page - positiong
---------------------------------------
*/
#home
{
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#homeTop
{
	overflow: hidden;
}

#homeTop #homeMessage
{
	width: 310px;
	float:  left;
}

#homeTop #homeShopFront
{
	background: url(/img/background/map.jpg) no-repeat;
	padding-left: 5px;
	margin-left: 20px;
	float:  left;
}

#homeTop  #bannerImage
{ 
  float: left;
	padding-left: 5px;
	margin-left: 20px;
}

#homeTop #homeShopFront #mapLink
{
	width: 250px;
	overflow: auto;
}

#homeBottom
{
	overflow: hidden;
}

#homeBottom #homeKoi
{
	float: left;
	width: 190px;
}

#homeBottom #homeProducts
{
	float: left;
	width: 190px;
}

#homeBottom #homeServices
{
	float: left;
	width: 190px;
}

#homeBottom #homeLogos
{
	margin-top: 20px;
	padding-top: 110px;
}

/*
---------------------------------------
New home page - text styles
---------------------------------------
*/
#homeTop p
{
	line-height: 19px;
}

#homeBottom p
{	
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
}

#homeTop #homeShopFront p
{
	font-weight: bold;
}

#homeTop h2
{
	color: #77000A;
	font-size: 16px;
}

#homeBottom h2
{
	color: #77000A;
	font-size: 16px;
	margin-left: 5px;
}

#homeTop h3
{
	font-weight: bold;
	font-size: 14px;
}

#vatBanner
{
	float: left;
	text-align: center;
	padding-left: 35px;
}

#vatBanner span
{
	color: #77000A;
	font-size: 14px;
	font-weight: bold;
}

/*
---------------------------------------
services page - positiong
---------------------------------------
*/
#services
{
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#servicesMain #servicesList
{
	width: 350px;
	min-height: 627px;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 30px;
	background: url(/img/background/servicesList.jpg) no-repeat;
	float:  left;
}

#servicesList ul li
{
	line-height: 18px;
}

#servicesList h3
{
	color: #77000A;
	margin-bottom: 0px;
}

#koiStrip
{
	margin-left: 410px;
}

/*
---------------------------------------
services - text styles
---------------------------------------
*/

#servicesMain h2
{
	color: #77000A;
	font-size: 16px;
	margin-bottom: 10px;
}

#servicesMain p
{
	font-size: 14px;
}

#servicesMain a
{
	color: #77000A;
}

/*
---------------------------------------
about page - positiong
---------------------------------------
*/
#about
{
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#aboutTop
{
	overflow: hidden;	
}

#aboutTop #aboutText
{
/*  width: 365px;
    padding-right: 20px;
    float: left;
*/
    text-align:justify;
}

#aboutTop #shopPic
{
	margin-left: 380px;
}

#aboutTop #shopPic #aboutAddress
{
	margin-left: 20px;
	margin-top: 10px;
}

#aboutBottom
{
    width:365px;
/*    padding-right:20px;*/
    float:left;
	overflow: hidden;
}

#aboutBottom #magImage
{
	width: 100px;
	float: left;
}

#aboutBottom #magText
{

}

/*
---------------------------------------
about - text styles
---------------------------------------
*/

#aboutTop h2
{
	color: #77000A;
	font-size: 16px;
	margin-bottom: 10px;

}

#aboutTop h3
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;

}

#aboutBottom h2
{
	color: #77000A;
	font-size: 16px;
	margin-bottom: 10px;

}

#aboutBottom h3
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;

}

#shopPic p
{
	font-size: 12px;
}


/*
---------------------------------------
xmas_banner
---------------------------------------
*/

div#xmas_banner {
  width: 577px;
  height: 132px;
  overflow: hidden;
  margin: 0 0 10px 0;
  border: 1px solid #000;
}