/*

AFM Web Design
Unit F16, BTC
Bessemer Drive
Stevenage
Hertfordshire
SG1 2DX

t: 0845 078 0193

e: solutions@afmss.co.uk

*/



/* Generic classes */
/* =============== */

BODY {
  font-family:                          verdana, arial, sans-serif;
  font-size:                            100%;
  font-weight:                          normal;
  color:                                #000000;
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

DIV {
  background:                           transparent;
  position:                             relative;
  display:                              block;
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

DIV.ClearLeft {
  clear:                                left;
  height:                               1px;
  overflow:                             hidden}

DIV.ClearRight {
  clear:                                right;
  height:                               1px;
  overflow:                             hidden}

DIV.ClearBoth {
  clear:                                both;
  height:                               1px;
  overflow:                             hidden}

TABLE {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

TD {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

FORM {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

INPUT {
  margin:                               0px;
  padding:                              0px}

P {
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          10px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.Quote {
  text-align:                           center;
  font-size:                            100%;
  font-weight:                          normal;
  padding-top:                          50px;
  padding-left:                         60px;
  padding-right:                        60px;
  padding-bottom:                       0px}

A:link {
  color:                                #000000;
  text-decoration:                      none}
A:visited {
  color:                                #000000;
  text-decoration:                      none}
A:active {
  color:                                #000000;
  text-decoration:                      underline}
A:hover {
  color:                                #000000;
  text-decoration:                      underline}

IMG {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

IMG.FloatLeft {
  float:                                left;
  margin-top:                           20px;
  margin-left:                          10px;
  margin-right:                         20px;
  margin-bottom:                        20px;
  padding:                              0px;
  border:                               0px}

IMG.FloatRight {
  float:                                right;
  margin-top:                           20px;
  margin-left:                          20px;
  margin-right:                         10px;
  margin-bottom:                        20px;
  padding:                              0px;
  border:                               0px}

OBJECT {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

EMBED {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

H1 {
  text-align:                           center;
  color:                                #000099;
  font-size:                            120%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          20px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       10px}

A.H1:link {
  color:                                #000099;
  text-decoration:                      none}
A.H1:visited {
  color:                                #000099;
  text-decoration:                      none}
A.H1:active {
  color:                                #000099;
  text-decoration:                      none}
A.H1:hover {
  color:                                #000099;
  text-decoration:                      none}

H2 {
  text-align:                           left;
  color:                                #000099;
  font-size:                            110%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          30px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       0px}

H3 {
  text-align:                           left;
  color:                                #000099;
  font-size:                            105%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          20px;
  padding-bottom:                       0px;
  padding-left:                         10px;
  padding-right:                        10px}

H4 {
  text-align:                           left;
  color:                                #000099;
  font-size:                            100%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          20px;
  padding-bottom:                       0px;
  padding-left:                         10px;
  padding-right:                        10px}

UL {
  list-style-image:                     url("bullet-level-1.jpg");
  list-style-position:                  outside;
  margin:                               0px;
  padding-top:                          2px;
  padding-left:                         50px;
  padding-right:                        10px;
  padding-bottom:                       2px;
  border:                               0px}

LI {
  margin:                               0px;
  padding-top:                          5px;
  padding-left:                         5px;
  padding-right:                        10px;
  padding-bottom:                       5px;
  border:                               0px}

HR {
  width:                                85%;
  padding:                              0px;
  border-top:                           1px solid #000000;
  border-left:                          0px;
  border-right:                         0px;
  border-bottom:                        0px;
  margin-top:                           1px;
  margin-bottom:                        1px}



/* Skip to page content link */
/* ========================= */

DIV.TextBrowserSkipToContent {
  height:                               1px;
  overflow:                             hidden}



/* Page layout construction */
/* ======================== */

/* The division float and width values are set by the index page */

/* BODY contains the background layer for the page */
BODY {}

/* BodyWrapper contains the top backgound graphic and centers the page */
DIV.BodyWrapper {
  width:                                100%}

/* BodyWrapperClearer forces the BodyWrapper division to stretch to contain the PageWrapper division */
DIV.BodyWrapperClearer {
  clear:                                both}

/* PageWrapper contains the top banner, page contents and bottom banner */
DIV.PageWrapper {
  padding-top:                          20px;
  margin-left:                          auto;
  margin-right:                         auto;
  padding-bottom:                       20px}

/* PageWrapperClearer forces the PageWrapper division to stretch to contain all the page components */
DIV.PageWrapperClearer {
  clear:                                both;
  height:                               1px}

/* TopBanner contains the logo and top contact details */
DIV.TopBanner {
  width:                                1020px;
  float:                                left}

IMG.TopBanner {
  width:                                1020px
  height:                               170px}

/* Top contact details */
DIV.TopContactDetails {
  float:                                left;
  width:                                1020px}

DIV.TopContactDetailsTelephone {
  float:                                left;
  width:                                510px}

P.TopContactDetailsTelephone {
  text-align:                           center;
  color:                                #000099;
  font-size:                            120%;
  font-weight:                          bold;
  padding-top:                          3px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       4px}

DIV.TopContactDetailsEmail {
  float:                                left;
  width:                                510px}

P.TopContactDetailsEmail {
  text-align:                           center;
  color:                                #000099;
  font-size:                            120%;
  font-weight:                          bold;
  padding-top:                          3px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       4px}

A.TopContactDetailsEmail:link {
  color:                                #000099;
  text-decoration:                      none}
A.TopContactDetailsEmail:visited {
  color:                                #000099;
  text-decoration:                      none}
A.TopContactDetailsEmail:active {
  color:                                #000099;
  text-decoration:                      underline}
A.TopContactDetailsEmail:hover {
  color:                                #000099;
  text-decoration:                      underline}

DIV.TopContactDetailsBottomBorder {
  clear:                                both;
  float:                                left;
  overflow:                             hidden;
  width:                                1020px;
  height:                               10px}

IMG.TopContactDetailsBottomBorder {
  width:                                1020px;
  height:                               10px}

/* PageContents contains the menu, page and side columns */
DIV.PageContents {
  float:                                left;
  background-position:                  right top;
  background-image:                     url("menu-background.jpg");
  background-repeat:                    repeat-y}

/* PageContentsClearer forces the PageContents division to stretch to contain all the column components */
DIV.PageContentsClearer {
  clear:                                both;
  height:                               1px}

/* MenuColumn contains the menu components */
DIV.MenuColumn {
  padding-top:                          5px;
  padding-bottom:                       15px}

/* MenuColumnClearer forces the MenuColumn division to stretch to contain all the menu components */
DIV.MenuColumnClearer {
  clear:                                both;
  height:                               1px}

/* ColumnContainer contains the page and side columns */
DIV.ColumnContainer {}

/* ColumnContainerClearer forces the ColumnContainer division to stretch to contain the page and side columns */
DIV.ColumnContainerClearer {
  clear:                                both;
  height:                               1px}

/* PageColumn contains the page contents */
DIV.PageColumn {
  padding-top:                          10px}

/* PageColumnClearer forces the PageColumn division to stretch to contain the page cotents */
DIV.PageColumnClearer {
  clear:                                both;
  height:                               10px}

/* SideColumn contains the side column contents */
DIV.SideColumn {
  padding-top:                          0px;
  padding-bottom:                       25px}

H2.SideColumn {
  text-align:                           center;
  padding-top:                          30px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.SideColumn {
  padding-top:                          10px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       0px}

DIV.SideColumnPicture {
  width:                                210px;
  float:                                left;
  padding-top:                          20px;
  padding-left:                         20px;
  padding-right:                        0px;
  padding-bottom:                       10px}

/* SideColumnClearer forces the SideColumn division to stretch to contain the side column cotents */
DIV.SideColumnClearer {
  clear:                                both;
  height:                               1px}

/* BottomBanner contains the bottom contact details */
DIV.BottomBanner {
  float:                                left}

DIV.BottomContactDetailsBottomBorder1 {
  clear:                                both;
  float:                                left;
  overflow:                             hidden;
  width:                                1020px;
  height:                               10px}

IMG.BottomContactDetailsBottomBorder {
  width:                                1020px;
  height:                               10px}

DIV.BottomContactDetailsLogoLeft {
  clear:                                both;
  float:                                left;
  overflow:                             hidden;
  padding-top:                          10px;
  padding-left:                         35px;
  width:                                165px;
  height:                               75px}

IMG.BottomContactDetailsLogoLeft {
  width:                                75px;
  height:                               75px}

DIV.BottomContactDetailsText {
  float:                                left;
  width:                                620px;
  padding-top:                          15px}

P.BottomBannerContactDetails {
  text-align:                           center;
  padding-top:                          2px;
  padding-bottom:                       2px}

P.BottomBannerAFMDetails {
  font-size:                            90%;
  padding-top:                          2px;
  text-align:                           center}

DIV.BottomContactDetailsLogoRight {
  float:                                left;
  overflow:                             hidden;
  padding-top:                          10px;
  padding-left:                         0px;
  width:                                165px;
  height:                               75px}

IMG.BottomContactDetailsLogoRight {
  width:                                165px;
  height:                               75px}

DIV.BottomContactDetailsBottomBorder2 {
  clear:                                both;
  float:                                left;
  overflow:                             hidden;
  width:                                1020px;
  padding-top:                          10px;
  height:                               5px}



/* Menu */
/* ==== */

/* All widths and paddings are set in the menu classes in index.php */

DIV.MenuLevel1 {}

DIV.MenuLevel1Current {}

DIV.MenuLevel1Active {}

DIV.MenuLevel2 {}

DIV.MenuLevel2Current {}

DIV.MenuLevel2Active {}

DIV.MenuLevel3 {}

DIV.MenuLevel3Current {}

DIV.MenuLevel3Active {}

P.MenuLevel1 {
  color:                                #FFFFFF;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         10px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel1Current {
  color:                                #FFFFFF;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         10px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel1Active {
  color:                                #FFFFFF;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         10px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel2 {
  color:                                #FFFFFF;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         20px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel2Current {
  color:                                #FFFFFF;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         20px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel2Active {
  color:                                #FFFFFF;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         20px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel3 {
  color:                                #FFFFFF;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         30px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel3Current {
  color:                                #FFFFFF;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         30px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel3Active {
  color:                                #FFFFFF;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         30px;
  padding-right:                        5px;
  padding-bottom:                       0px}

A.Menu:link {
  color:                                #FFFFFF;
  text-decoration:                      none}
A.Menu:visited {
  color:                                #FFFFFF;
  text-decoration:                      none}
A.Menu:active {
  color:                                #FFFFFF;
  text-decoration:                      underline}
A.Menu:hover {
  color:                                #FFFFFF;
  text-decoration:                      underline}

H2.UnderMenuEntry {
  text-align:                           center;
  padding-top:                          30px;
  padding-left:                         15px;
  padding-right:                        20px;
  padding-bottom:                       0px}

P.UnderMenuEntry {
  padding-top:                          5px;
  padding-left:                         15px;
  padding-right:                        20px;
  padding-bottom:                       5px}


/* Multi page */
/* ========== */

P.MultiPageLinksEntry {
  color:                                #666666;
  text-align:                           center;
  font-size:                            10pt;
  padding-top:                          0px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       30px}

A.MultiPageLinksEntry:link {
  color:                                #666666;
  text-decoration:                      none}
A.MultiPageLinksEntry:visited {
  color:                                #666666;
  text-decoration:                      none}
A.MultiPageLinksEntry:active {
  color:                                #666666;
  text-decoration:                      underline}
A.MultiPageLinksEntry:hover {
  color:                                #666666;
  text-decoration:                      underline}


/* Security login */
/* ============== */

DIV.LoginBoxContainer {
  padding-top:                          50px;
  padding-bottom:                       100px}

DIV.LoginBox {
  width:                                340px;
  margin-left:                          auto;
  margin-right:                         auto;
  background-color:                     #DDDDDD}

P.LoginBoxTitle {
  text-align:                           center;
  padding-top:                          20px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       10px}

DIV.LoginBoxPasswordBox {
  width:                                180px;
  padding-top:                          3px;
  padding-left:                         40px;
  padding-bottom:                       20px;
  float:                                left}

DIV.LoginBoxLoginButton {
  width:                                80px;
  padding-left:                         20px;
  padding-bottom:                       20px;
  float:                                left}

INPUT.LoginBoxPasswordBox {
  width:                                180px;
  color:                                #000000;
  font-weight:                          normal;
  font-size:                            100%;
  margin:                               0px;
  padding:                              1px}

INPUT.LoginBoxLoginButton {
  color:                                #000000;
  font-weight:                          normal;
  font-size:                            100%;
  margin:                               0px;
  padding:                              2px}

DIV.LoginBoxClearer {
  clear:                                both}



/* Website map */
/* =========== */

DIV.WebsiteMapItem {
  float:                                left}

DIV.WebsiteMapItemArrowLevel1 {
  float:                                left;
  width:                                1px;
  height:                               20px}

DIV.WebsiteMapItemArrowLevel2 {
  float:                                left;
  width:                                50px;
  height:                               20px;
  background-position:                  30px 6px;
  background-image:                     url("website-map-arrow.gif");
  background-repeat:                    no-repeat}

DIV.WebsiteMapItemArrowLevel3 {
  float:                                left;
  width:                                80px;
  height:                               20px;
  background-position:                  60px 5px;
  background-image:                     url("website-map-arrow.gif");
  background-repeat:                    no-repeat}

DIV.WebsiteMapItemEntry {
  float:                                left}

DIV.WebsiteMapItemClearer {
  clear:                                both}

DIV.WebsiteMapBottomSpacer {
  float:                                left;
  height:                               20px}

P.WebsiteMapLevel1 {
  font-size:                            110%;
  padding-top:                          10px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.WebsiteMapLevel2 {
  font-size:                            105%;
  padding-top:                          5px;
  padding-left:                         0px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.WebsiteMapLevel3 {
  font-size:                            100%;
  padding-top:                          5px;
  padding-left:                         0px;
  padding-right:                        10px;
  padding-bottom:                       0px}

A.WebsiteMap:link {
  color:                                #000000;
  text-decoration:                      none}
A.WebsiteMap:visited {
  color:                                #000000;
  text-decoration:                      none}
A.WebsiteMap:active {
  color:                                #000000;
  text-decoration:                      underline}
A.WebsiteMap:hover {
  color:                                #000000;
  text-decoration:                      underline}



/* Contact us form */
/* =============== */

DIV.ContactFormContainer {
  text-align:                           center;
  margin-top:                           30px}

DIV.ContactForm {
  width:                                490px;
  margin-left:                          auto;
  margin-right:                         auto;
  text-align:                           left;
  color:                                #000000;
  background-color:                     #E3E8F8}

DIV.ContactFormTop {
  height:                               20px;
  overflow:                             hidden}

DIV.ContactFormTopRow {
  float:                                left;
  overflow:                             hidden;
  height:                               10px;
  width:                                480px}

DIV.ContactFormTopRightShadow {
  float:                                left;
  overflow:                             hidden;
  height:                               10px;
  width:                                10px}

DIV.ContactFormRowContainer {
  float:                                left;
  width:                                490px}

DIV.ContactFormRow {
  float:                                left;
  width:                                480px}

DIV.ContactFormHeadingRow {
  float:                                left;
  width:                                460px;
  padding-top:                          30px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       10px}

DIV.ContactFormLabel {
  float:                                left;
  text-align:                           left;
  width:                                185px;
  padding-left:                         10px;
  padding-right:                        5px;
  padding-bottom:                       20px}

DIV.ContactFormItem {
  float:                                left;
  width:                                260px;
  text-align:                           left;
  padding-left:                         5px;
  padding-right:                        0px;
  padding-bottom:                       20px}

DIV.ContactFormButtonRow {
  float:                                left;
  width:                                480px;
  text-align:                           center;
  padding-top:                          10px;
  padding-bottom:                       20px}

DIV.ContactFormClearLeft {
  clear:                                left;
  height:                               1px;
  overflow:                             hidden}

DIV.ContactFormBottom {
  height:                               10px;
  clear:                                both;
  overflow:                             hidden}

DIV.ContactFormBottomLeftShadow {
  float:                                left;
  overflow:                             hidden;
  height:                               10px;
  width:                                10px}

DIV.ContactFormBottomRightShadow {
  float:                                right;
  overflow:                             hidden;
  height:                               10px;
  width:                                10px}

INPUT.ContactForm {
  font-family:                          verdana, arial, sans-serif;
  width:                                100%}

INPUT.ContactFormPostCode {
  font-family:                          verdana, arial, sans-serif;
  width:                                50%}

TEXTAREA.ContactFormAddress {
  font-family:                          verdana, arial, sans-serif;
  width:                                260px;
  height:                               100px}

INPUT.ContactFormCheckBox {
  margin-left:                          150px}

TEXTAREA.ContactFormSummaryOfRequirements {
  font-family:                          verdana, arial, sans-serif;
  width:                                260px;
  height:                               100px}



/* Home page */
/* ========= */

DIV.HomeBoxRow {
  clear:                                both;
  float:                                left;
  width:                                795px;
  padding-left:                         15px;
  background-position:                  15px bottom;
  background-image:                     url("home-box-sides.jpg");
  background-repeat:                    repeat-y}

DIV.HomeBox1Picture {
  float:                                left;
  width:                                265px;
  height:                               100px;
  overflow:                             hidden}

DIV.HomeBox2Picture {
  float:                                left;
  width:                                265px;
  height:                               100px;
  overflow:                             hidden}

DIV.HomeBox3Picture {
  float:                                left;
  width:                                250px;
  height:                               100px;
  overflow:                             hidden}

IMG.HomeBoxPicture {
  width:                                250px;
  height:                               100px}

DIV.HomeBox1Text {
  float:                                left;
  width:                                250px;
  padding-left:                         0px;
  padding-right:                        15px}

DIV.HomeBox2Text {
  float:                                left;
  width:                                250px;
  padding-left:                         0px;
  padding-right:                        15px}

DIV.HomeBox3Text {
  float:                                left;
  width:                                250px;
  padding-left:                         0px;
  padding-right:                        0px}

P.HomeBoxText {
  text-align:                           center;
  color:                                #000000;
  font-size:                            100%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          5px;
  padding-left:                         5px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.HomeBoxTextLink {
  text-align:                           right;
  color:                                #000099;
  font-size:                            90%;
  font-weight:                          normal;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          5px;
  padding-left:                         5px;
  padding-right:                        5px;
  padding-bottom:                       0px}

A.HomeBoxTextLink:link {
  color:                                #000099;
  text-decoration:                      none}
A.HomeBoxTextLink:visited {
  color:                                #000099;
  text-decoration:                      none}
A.HomeBoxTextLink:active {
  color:                                #000099;
  text-decoration:                      underline}
A.HomeBoxTextLink:hover {
  color:                                #000099;
  text-decoration:                      underline}

DIV.HomeBoxRowClearer {
  clear:                                both;
  float:                                left;
  width:                                795px;
  height:                               5px;
  background-position:                  left top;
  background-image:                     url("home-box-bottom.jpg");
  background-repeat:                    no-repeat}

DIV.HomeBoxRowDivider {
  clear:                                both;
  float:                                left:
  width:                                795px;
  height:                               20px}



/* Gallery */
/* ======= */

DIV.GalleryThumbNails {
  float:                                left;
  padding-top:                          30px;
  padding-left:                         10px;
  width:                                420px}

DIV.GalleryLargePicture {
  float:                                left;
  padding-top:                          30px;
  width:                                380px}

IMG.GalleryThumbNail {
  float:                                left;
  margin-right:                         3px;
  margin-bottom:                        3px}



/* Links */
/* ===== */

P.Links {
  padding-top:                          30px}



/* ==================== END ==================== */
