/* Start of CMSMS style sheet 'Horizontal_dropdown : Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: left;
    }
    div#pagewrapper {
        margin: 0 auto;
        width: 1000px;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 159px;
            background: #ffffff;           
            text-align: left;
        }
        div#header h1 a {
            background:  url(uploads/stockcarspigtheader.jpg) no-repeat center; 
            display: block;
            height: 159px;
            text-indent: -700em;
            width: 990px;
            margin: 0;
            padding: 0;
            text-decoration:none;
        }
    /* END HEADER */
    
    div#search {
   float: right;
   width: 30em;    /* enough width for the search input box */
   text-align: right;
   padding: 0;
   margin-top: 0px;
}

    /* CONTENT */
        div#content {

        }
        
img { border: 0px; }

        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;


        }
    /* END FOOTER */

    /* FOOTER */
        div#footer2 {

        }

        div#footer2 p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
            color: #ffffff;


        }
    /* END FOOTER */


/* END LAYOUT */

.movie {
	background-color: #D10D3F;
	padding: 5px;
	width: 200px;
	text-align: center;
	position: relative;
}

div.subnav {
   padding: 10px 0;
   text-align: left;
   margin: 0 0em;
   border-bottom: 1px dashed #ccc;
}
div.breadcrumbs {
   padding: 2em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dashed #ccc;

}

span.flags {
  display: inline;
  float: right;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }
/* End of 'Horizontal_dropdown : Layout' */

