/*--- [Dented Beetle Films] - Maintained by:[Brandon Mueller] Website:[brandonxmueller.com] ---*/

/* Body Elements */
body {
    background: #fefefc;
    font: 12px "Trebuchet MS", Arial, Sans-Serif;
    color: #000000;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px; 
background-image:url('http://www.dentedbeetlefilms.com/images/bg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom left;
}

/* Link Elements */
a, a:link, a:visited, a:active, a:focus {
	color: #c50000;
    font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    font-weight: bold;
	color: #000000;

}



#menuBarHolder { width: 730px; height: 45px; background-color:#000; color:#fff; font-family:Arial; font-size:14px; margin-top: 0px;}
#menuBarHolder ul{ list-style-type:none; display:block;}
.firstchild { border-left:1px solid #ccc;}
#container { margin-top:-20px;}
#menuBar li{  float:left;  padding:15px; height:16px; width:50px; border-right:1px solid #ccc; }
#menuBar li a{color:#fff; text-decoration:none; letter-spacing:-1px; font-weight:bold;}
.menuHover { background-color:#999;}
.menuInfo { cursor:hand; background-color:#000; color:#fff; width:74px; font-size:11px;height:100px; padding:3px; display:none;  position:absolute; margin-left:-15px; margin-top:-15px;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-khtml-border-radius-bottomright: 5px;   -khtml-border-radius-bottomleft: 5px;
border-radius-bottomright: 5px;border-radius-bottomleft: 5px;
}

h1 {
	font: 50px normal Georgia, 'Times New Roman', Times, serif;
	color: #111;
	margin: 0;
	text-align: center;
	padding: 5px 0;
	
}
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.4em;
	display: block;
	color: #c50000;
}
