.fleft {
	float: left;	
}

.clr {
	clear: both;
}

.error {
	color: #FF3333;
}	

body {
	background-color: #000;
	padding: 0;
	margin: 0;
	color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
}
h1 {
	background-image: url(../images/dont-hire-a-dj-logo.png);
	height: 173px;
	width: 436px;
	margin: 0;
	padding: 0;
}

h2 {
	color: #fef200;	
	font-size: 18px;
}
h3 {
	color: #fef200;	
	font-size: 16px;
}
p span, .highlight {
	color: #ff953f;	
}

a:link, a:visited {
	color: #fef200;	
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;	
	font-weight: bold;
	text-decoration: none;
}

#navBar {
	background-color: #070808;
	background-image: url(../images/navBar-bgr.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-bottom: 3px solid #fef301;
}
#navBar ul {
	width: 930px;
	margin: 0 auto;
	padding: 0;
}
#navBar li {
	list-style: none;
}
#navBar a {
	float: left;
	padding: 10px 10px;	
	text-transform: uppercase;
}
#navBar li.tel {
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	background-image: url(../images/tel-icon.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
#navBar a:hover {
	background-image: url(../images/linkMarker.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#container {
	width: 930px;
	margin: 0 auto;
	background-image: url(../images/bgr.jpg);
	background-position: top middle;
	background-repeat: no-repeat;
}

.leftCol {
	width: 560px;
	float: left;
	padding: 0 10px 10px 10px;
}
.leftCol h2 {
	margin-top: 5px;	
}
.rightCol {
	border: 3px solid #fef301;
	width: 300px;
	float: left;
	background-color: #010101;
	background-image: url(../images/rightColBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0 10px 10px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;	
	margin-top: 19px;
}
.rightCol h2 {
	font-size: 16px;	
}

#footer {
	padding: 5px 20px;
}	
#footer p, #footer a {
	color: #707070;	
}
#footer p.copyright, #footer p.copyright a {
	color: #444;	
}
#footer a:hover, #footer p.copyright a:hover {
	color: #FFF;	
}

#ipod {
	margin-top: 5px;	
}
#ipod img {
	margin: 20px 5px 5px 0;	
}
#ipod h2 {
	margin-bottom: 3px;	
	font-size: 24px;
}
#ipod p {
	margin-top: 3px;	
}

/* Index boxes */

.box {
	width: 300px;
	background-color: #333;
	float: left;
	margin: 0 5px;
	padding-bottom: 11px;
	background-image: url(../images/box-base.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.box h2 {
	margin: 0;
	padding: 0;
}
.box p {
	margin: 2px 0;
	padding: 0;
}
.box a.btn img {
	margin: 20px 0 5px 0;
	padding: 0;
}
.box .inner {
	margin: 0 8px 8px 8px;
	padding: 5px;
	background-color: #242424;
}
.box small {
	color: #bebebe;
}	
.box .reqd {
	border-left: 1px solid #333;	
	padding-left: 5px;
}
.box .reqd p {
	text-align: center;
	margin: 10px 0;
}
.box ul {
	margin: 5px 0 10px 2px;
	padding: 0;
}
.box li {
	background-image: url(../images/speaker.gif);
	background-position: top left;
	background-repeat: no-repeat;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0 2px 3px 30px;
	border-bottom: 1px dashed #333;
}
.box h2.dyn {
	background-image: url(../images/h2-blank.jpg);
	height: 32px;
	width: 260px;	
	padding: 25px 15px 0 25px;
	color: #111;
}
.box h2.dyn span {
	font-size: 13px;
}

/* Table */
table.price {
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	background-color: #111;
	padding-bottom: 11px;
	background-image: url(../images/box-base.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;	
}
table.price th, table.price td {
	border-left: 1px solid #222;
	border-top: 1px solid #222;
}
table.price td {
	padding: 5px;
}
table.price th {
	background-color: #010101;
	background-image: url(../images/rightColBgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid #fef301;
}
table.price h3 {
	margin: 0;	
}

/* Text swaps */
.textSwap span {
	display: none;
}

#text-small-systems {
	background-image: url(../images/h2-small-systems.jpg);
	height: 57px;
	width: 300px;
}
#text-medium-systems {
	background-image: url(../images/h2-medium-systems.jpg);
	height: 57px;
	width: 300px;
}
#text-large-systems {
	background-image: url(../images/h2-large-systems.jpg);
	height: 57px;
	width: 300px;
}

/* Abs items */
#homeLink {
	display: block;
	position: absolute;
	top: 60px;
	left: 50%;
	width: 400px;
	height: 150px;
	margin: 0 0 0 -450px;
}
#homeLink span {
	display: none;
}

/* Voucher */

td.voucher {
	line-height: 36px;
	font-weight: bold;
}
