


/*STYLES
---------------------------------------------------------*/


  body {
    background-color: #555555;
    color: #7f7f7f;
    font-family: Verdana, trebuchet, arial, sans-serif;
    font-size: .65em;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    text-align: center;
    }
  
  a {color: #7f7f7f;
     text-decoration: none;
     }
  
  a:visited {color:#555555;}
  a:hover {color:#511414;}
  a.active {color:#511414;}
  
  a img { border: 0; }

  a nav { text-decoration: underline; }
  
  dl { margin: 0 0 1em 0; }
  
  dl dd {
    margin: 0;
    padding: 0;
    }
  
  dl dt { font-weight: bold; }
  
  h1 {
    border-bottom: 1px solid #838383;
    color: #550011;
    font-size: 110%;
    border-bottom: 1px solid #838383;
    margin-bottom: 1em;
    }
  
  h2,
  strong {
    color: #550011;
    font-size: 110%;
    margin: 0;
    padding: 0;
    }
  
  
  h2 a {
    color: #550011;
    }
  
  h2.title {
    border-bottom: 1px solid #838383;
    margin-bottom: .5em;
    }
        
  h3 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    }
  
  p { margin: 0 0 1em 0; }
  
  ul {
    margin: 0 0 1em 1em;
    padding: 0;
    }
  
  li {
    margin: 0;
    padding: 0;
    }



/*CLEARFIX
---------------------------------------------------------*/

  
  .clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     }

   .clearfix {display: inline-block;}

   /*Hides from IE-mac \*/
   * html .clearfix {
     height: 0%;
     }

   .clearfix {
     display: block;
     }
   /*End hide from IE-mac */

   

/*CLASSES AND ID STYLES
---------------------------------------------------------*/  

  
  #container {
    background-color: #FFF;
    font-size: 110%;
    margin: 0 auto 0 auto;
    text-align: left;
    width: 800px;
    }
  
  #content {
    float: left;
    margin-bottom: 3em;
    padding: 20px 16px;
    width: 718px;
    }

  #content-main {
    float: right;
    position: relative;
    width: 559px;
    }
  
  #content-side {
    float: left;
    width: 143px;
    }

  #content-side a { text-decoration: underline; }
  
  #content-side ul {
    font-size: 95%;
    font-weight: bold;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    }
  
  #content-side ul li {
    margin: 0 0 1em 0;
    padding: 0;
    }
  
  #content-side ul li a { text-decoration: none; }
  
  #content-side ul li a.active,
  #content-side ul li a:hover { color: #550011; }
  
  #content-side ul ul {
    font-size: 100%;
    font-weight: bold;
    line-height: 1em;
    list-style: none;
    margin-top: 1em;
    padding-left: 1em;
    }

  #facebook-container {
    background-color: #FFF;
    font-size: 110%;
    margin: 0 auto 0 auto;
    text-align: left;
    width: 503px;
    }

  #facebook-content {
    float: left;
    margin-bottom: 3em;
    padding: 20px 20px;
    width: 420px;
    }

  #facebook-content-main {
    float: center;
    position: relative;
    width: 450px;
    }
  
  p a { text-decoration: underline; } 

  p a:hover { color: #511414; } 
  
  .required { color: #E40000; }
  
  .type { display: none; } 



/*HEADER
---------------------------------------------------------*/


  #header {
    background-image: url("/images/header.jpg");
    alt="All Events Rental";
    background-repeat: no-repeat;
    position: relative;
    margin: 5px;  
    }
  
  #header form {
    top: 205px;
    left: 600px;
    position: absolute;
    }

  *html #header form {
    top: 200px;
    left: 605px;
    position: absolute;
    }
  
  #header h1 {
    border: 0;
    margin: 0;
    padding: 0;
    width: 800px;
    }
  
  #header h1 a {
    display: block;
    height: 200px;
    overflow: hidden;
    }



/*NAVIGATION
---------------------------------------------------------*/


  #navigation {
    border-bottom: 2px solid #555555;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    text-decoration: none;
    font-size: 11px;
    }

  *html #navigation {
    border-bottom: 3px solid #555555;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
    text-decoration: none;
    font-size: 11px;
    }
  
  #navigation li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    color: #4f4f55;
    font-weight: bold;
    text-decoration: none; 
    }
  
  #navigation li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 20px !important;
    height /**/: 33px; /* for IE5/Win only */
    overflow: hidden;
    padding: 0 0 0 0;
    }

  #navigation li a:hover {font-weight:bold;}
  #navigation li a.active {color:#511414;}

  #navigation-about-us { width: 60px; }
  
  #navigation-faqs { width: 35px; }
  
  #navigation-contact-us { width: 70px; }
  
  #navigation-portfolio { width: 58px; }
  
  #navigation-products { width: 150px; }
  
  #navigation-instructions { width: 155px; }
  


/*FOOTER
---------------------------------------------------------*/


  #footer {
    border-top: 1px solid #838383;
    clear: both;
    font-size: 95%;
    line-height: 1.3em;
    margin: 0 8px;
    padding: 1.5em 0;
    text-align: center;
    }
  
  #footer dt { font-weight: bold; }

  #footer a { text-decoration: underline; }   

  #footer a:hover { color: #511414; }



/*HOME
---------------------------------------------------------*/

  
  .callout {
    color: #000;
    float: right;
    padding: 10px;
    text-align: center;
    width: 140px;
    }

  *html .callout {
    color: #000;
    float: right;
    padding: 10px;
    text-align: center;
    width: 130px;
    }
  
  .callout .strong {
    color: #550011;
    font-size: 110%;
    font-weight: bold;
    }
  
  .callout .strong a { color: #550011;
		       text-decoration: underline; }
  
  .home #content {
    padding: 0; 
    width: 770px;
    }
  
  .home #content-main {
    border-right: 1px solid #555555;
    float: left;
    padding: 10px 15px 0 15px;
    width: 390px;
    }

  *html .home #content-main {
    border-right: 1px solid #555555;
    float: left;
    padding: 10px 23px 23px 15px;
    width: 440px;
    }
  
  .home #content-side {
    float: right;
    padding: 10px 10px 10px 15px;
    width: 310px;
    }

  *html .home #content-side {
    float: right;
    width: 330px;
    }

  #headline-event {
    padding-bottom: 1em;
    margin-bottom: 1em;
    }
  
  #headline-event h3 { clear: none; }
  
  #headline-event img {
    border: 1px solid #000;
    float: left;
    margin: 5px 10px 10px 0;
    }



/*PRODUCTS
---------------------------------------------------------*/

  
  .fourth .preview, 
  .third .preview { left: 286px; }

  .delivery {
    float: left;
    /*font-weight: bold;*/
    margin-right: 13px;
    width: 173px;
    }     
  
   img.product-image-full-size {
    height: 398px;
    width: 398px;
    }

   img.layout-image-full-size {
    height: 544px;
    width: 398px;
    }
   
   img.center {
    display: block;
    margin-left: auto
    margin-right: auto;
    }
  
  #images {
    float: left;
    width: 400px;
    }
  
  #images .large { border: 1px solid #000; }
  
  #list-items {
    float: right;
    margin-left: 22px;
    width: 137px;
    }

  #list-items a {
    color: #7f7f7f;
    text-decoration: underline;
    }
   
  #list-items a:hover {
    color: #550011;
    }
      
  .note { font-style: italic; }
  
  .product {
    float: left;
    /*font-weight: bold;*/
    margin-right: 13px;
    width: 130px;
    }
  
  .product img {
    height: 128px;
    width: 128px;
    }
  
  .product img { border: 1px solid #000; }
  
  .product.fourth { margin-right: 0; }

  .second .preview { left: 0; }



/*SOCIAL
---------------------------------------------------------*/


  .social {
    display: block;
    padding: 0px 13px 0px 13px
    width: auto;
    }

  .tweet {
    float: right;
    /*margin-left: 13px;*/
    margin-top: 5px;
    width: 100px;
    }

  .like {
    float: right;
    margin-left: 18px;
    margin-top: 5px;
    /*width: 100px;*/
    }

  .send {
    float: right;
    /*margin-left: 18px;*/
    margin-top: 5px;
    /*width: 100px;*/
    }




/*TWITTER
---------------------------------------------------------*/


  .twitterright {
    float: right;
    margin-left: 13px;
    margin-top: 18px;
    width: 250px;
    }

  .twitterleft {
    float: left;
    margin-right: 18px;
    margin-top: 18px;
    width: 250px;
    }



/*ERROR
---------------------------------------------------------*/


   p.error {
    text-align: justify;
    width: 400px;
    }



/*PORTFOLIO
---------------------------------------------------------*/

  
  .calloutportfolio {
    color: #000;
    float: right;
    padding: 10px;
    width: 300px;
    }

  *html .calloutportfolio {
    color: #000;
    float: right;
    padding: 10px;
    text-align: center;
    width: 300px;
    }



/*FAQs
---------------------------------------------------------*/


  .faqs #content-main {
    float: right;
    padding: 0 0 0 15px;
    width: 400px;
    }

  *html .faqs #content-main {
    float: right;
    padding: 10px 23px 23px 15px;
    width: 440px;
    }
  
  .faqs #content-side {
    float: left;
    padding: 0 10px 10px 0;
    width: 290px;
    }

  *html .faqs #content-side {
    float: left;
    width: 330px;
    }


/*CONTACT
---------------------------------------------------------*/


  .contact a { text-decoration: underline; }   

  .contact a:hover { color: #511414; }
  
   img.contact-image-full-size {
    height: 398px;
    width: 398px;
    }
  
  #images {
    float: right;
    width: 400px;
    }

