﻿/*
CSS for Fort Motorhomes site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}
main {
   background-color: #fe6543;
}

li {
   font-size: small;
   list-style-type: none;
}



p {
  font-size: small;
  color: white;
}
 
p2 {
  font-size: small;
  color: black;
}

#tagline p2 {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #fff000;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8; 
  padding-top: .22em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

em {
      text-transform: uppercase;
}

h1, h2, h3 {
  font-family: "Arial", Trebuchet MS,  Helvetica, sans-serif;
}

h1 {
    font-size: 130%;
    background-color: #000fff; 
    color: White; 
    padding-top: 2em; 
    padding-bottom: .2em; 
    padding-left: .4em; 
    margin: 0;
}

h3 {
  color: Silver;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h2, ul {
  margin-top: 0;
}
a {
  font-weight: bold;
}

a:link {
  color: navy;
}

a:visited {
  color: blue;
}

a:hover {
  text-decoration: none;
  color: blue;
  background-color: yellow;
}

a:active {
  color: aqua;
  background-color: yellow;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.intext {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  padding-left: 1px;
}

.tdesc {
  color: green;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
  font-size: small;
}

.tt {
  color: white;
  font-family: Arial, Times, serif;
  letter-spacing: 0.05em;
  font-size: 75%;
  padding-top: 15px;
  padding-left: 12px;
}


blockquote.fun {
  font-style: italic;
}

/*
This section deals with position of items on the screen - absolute positioning
x and y co-ordinates from top left of browsers content display
red boxes temporary put in to assist "#header, #SiteBranding, #tagline, #Navigation, #image #welcomeline { 
  border: 1px solid red;   padding: 2px;   margin-bottom: 2px; }"
*/

#main {
    width: 500px;
    height: 400px;
}
 

 #trial, #Intro, #main, #Euramobil, #chausson, #used, #usedtable, #header, #tagline, #bnew, #bhome, #bused, #bcontact, #beuramobil, #bchausson, #address, #welcomeline, #bodycontent, {
   position: relative;
}

#Euramobil {
   positioning: relative;
   top: 50px;
   left: 50px;
}

#chausson {
   top: 0px;
   left: 0px;
}

#used {
   top: 445px;
   left: 520px;
}


#bhome {
    top: 660px;
    left: 350px;
}
 #beuramobil {
    top: 660px;
    left: 460px;
}
#bchausson {
    top: 660px;
    left: 610px;
}
#bnew {
    top: 660px;
    left: 750px;
}

#bused {
    top: 660px;
    left: 850px;
}

#bcontact {
    top: 660px;
    left: 950px;
}

#image {
  top: 60px;
  left: 200px;
}

#address {
/*  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; */
  top: 90px;
  left: 365px;
  center:
}

#tagline {
/*  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; */
  top: 215px;
  left: 365px;
  center: 
}

#Intro {
/*  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; */
  top: 545px;
  left: 365px;
  center: 
}

#trial {
/*  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; */
  top: 245px;
  left: 365px;
  center: 
}

/*# welcomeline {
  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; 
  top: 650px;
  left: 365px;
  center:
}
*/

#bodycontent {
/*  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; */
  top: 50px;
  left: 200px;
  center:
}
/* #leftblock {
  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; 
  top: 0px;
  left: 50px;
} */

#header {
  center: 
  width: 100%;
/*  border-top: 3px solid #f80527;
  border-bottom: 3px solid #f80527; */
  top: 150px;
  left: 365px; 
}


.feature {
  float: centre;
  margin: 10px;
}


