/* CSS reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
}

body {
    background: #fff;
    color: #3e3e3e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 76%; /* fonts are set in ems. 1em = about 12px */
    padding: 1.25em;

}

a {
    color: #F26522;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.2em 0 1.0em 0;

}

h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.5em 0 0.5em 0;
}

h1 {
    color: #F26522;
}

h2 {
    color: #B9274C;
}

h3 {
    color: #707070;
}

h1 a, h2 a {
    font-weight: normal;
}


#wrapper 
{
    background: transparent;
    width: 900px;
    margin: 0 auto;
}

/* =Header ------------------------------------------------------------- */


#header 
{
    margin:auto;
    margin-bottom:0.25em; 
    width: 100%;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
}

#header .row { 
    margin-bottom: .5em;
    padding: 0 2.5em;
    
}

.header_logo { /* Main U-Haul logo and tagline. Links to homepage. */
    background: url(../img/logo/logo.png) no-repeat top left;
    float:left;
    height:110px; /* Width and height are the size of the bg image. */
    width:268px;
    text-indent: -9999px;
    padding: 5px;
}




/* =Content ------------------------------------------------------------- */
#content {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

#content p {
    margin: 0 0 1.0em 0;
}

#content ul, #content ol {
    margin-left: 3.5em;
	margin-bottom: 1.0em;
}

.container {
    float: left;
    width: 700px;
    
}



/* =Sidenav ------------------------------------------------------------- */
#menubar {
  color: #fff;
  float: left;
  width: 180px; 
  margin: 0 12px 0 0;

}

.menubar_header {
  color: #fff;
  
  background-color: #F26522;
  /*clear: left;*/
  padding: 9px 0px 3px 10px;
  width: auto;
  margin: 0 0 5px 0;
}

.menubar_header a {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.menubar_items {
    background-color: #eee;
}

.menu_item {
	width: 170px;
	padding-left: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
}


.menu_item a:link, .menu_item a:visited{
	color: #333;
	text-decoration: none;
}

.menu_item a:hover{
	text-decoration: underline;
}


.menu_selected .menu_item {
	background-color: #999;
}

.menu_selected .menu_item a {
    color: #fff;
}

.menu_selected_section1 .menu_item {
	background-color: #ddd;
	padding-left: 25px;
	width: 155px;
	font-weight: normal;
}

.menu_selected_section1 .menu_selected .menu_item {
	background: #777;
}


/* =Footer ------------------------------------------------------------- */

#footer 
{
    width: 100%;
    color: #fff;

}

.placefootermenu {
    position: relative;
    height: 2.0em;
    margin: 0 auto;
    padding: 5px;
    background-color:#B9274C;
}

.placefootermenu ul {
    margin: 0 auto;
    width: 100%;
}

.placefootermenu li{
    list-style:none;
    padding: 0.5em 1em;
    float: left;
}

.placefootermenu li a {
    color: #fff;
}


.contactinfo {
    padding-top: 0.5em;
    font-size: 0.8em;
    color: #777;
}

.copyright 
{
    padding-top: 0.5em;
    font-size: 0.8em;
    color: #777;
    text-align:right;
}


/* =Rentals ------------------------------------------------------------- */

.productionSetsIndexItem {
	margin: 4px 4px 4px 0px;
	padding: 6px 6px 6px;
}

.productionSetsIndexItem a {
}


.productionSetsIndexItem p {
	margin: 0;
}

.productionSetsIndexItem h3 a {
	font-weight: bold;
    font-size: 1.1em;
    color: #B9274C;
}

.productionSetsIndexItem img {
	outline: solid 1px #999
}

.rentalsTechnicalTable {
	border: solid 1px #666;
	border-style:solid;
	background-color: #eee;
}

.rentalsTechnicalTable p {
	margin: 0;
}

.rentalsTechnicalTableTopTR {
	background-color: #999;
}

.rentalsTechnicalTableTopTR p {
	margin: 0;
	color: #fff;
}

.rentalsTechnicalTableLeftTD {
	background-color: #fff;
}


.rentalsTechnicalTableLeftTD p {
	margin: 0;
	color: #fff;
}

.rentalsTechnicalTableOddTR {
	background-color: #eee;
}

.rentalsTechnicalTableEvenTR {
	background-color: #ccc;
}

/* =Other ------------------------------------------------------------- */

.front-sidebar-right {
	margin: 0;
	margin-top: 20px;
	margin-left: 20px;
	width: 220px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ddd;
	
}

.front-sidebar-right h2 {
	color: #F26522;
}

.front-sidebar-right .socialbutton {
	margin: 10px auto;
	width: 150px;
	
	
}

.front-sidebar-right .socialbutton img {
	border: 1px solid #999;
	
}

.mainpage_hilightbox2 {
	background: #eee;
	border: #999;
	padding: 1.0em;
	margin: 0 auto;
	width: 350px;
	text-align: center;
}

.mainpage_hilightbox2 p {
	padding: 0.5em;
}

.quote {
	margin-left: 0.5em;
	border-left: 3px solid #ddd;
	padding-left: 0.5em;
}


.sidebar-right {
	margin: 0;
	margin-top: 20px;
	margin-left: 20px;
	width: 220px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ddd;
	float: right;
	clear: right;
}

.sidebar-right h2 {
	color: #F26522;
}


.magenta {
	color: #B9274C;
}

.orange {
	color: #F26522;
}

.2012-subscribe-now-button {
	width: 200px;
	height: 36px;
	line-height: 36px;
	margin: 3px 0;
}

.2012-subscribe-now-button .buttonLabel{
	width: 200px;
	background: transparent url(../img/mainpage/buttons/subscribe-now.png) top center no-repeat;
	margin: 3px 0;
}

.2012-subscribe-now-button  a {
	text-decoration: none;
}

.2012-subscribe-now-button  a:hover .buttonLabel{
	background: transparent url(../img/mainpage/buttons/subscribe-now.png) top center no-repeat;
}

.hidden {
	display: none;
}
