.clr {
	clear: both;
}

body {
	background-color: #FFF;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1 {
	background-image: url(../images/phonophobia-logo.jpg);
	height: 95px;
	width: 215px;
	margin: 5px 0 0 5px;
}
#homeLink {
	height: 95px;
	width: 215px;
	display: block;
}
h1 span {
	display: none;
}
h2 {
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}
p {
	line-height: 18px;
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 7px;
}
p.error {
	color: #FF3333;
}
p.fade {
	color: #777;
}
p.tight {
	margin: 0;
}
li {
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00a7cf;
}
a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a.readMore {
	background-image: url(../images/readMore.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
a.over {
	display: block;
	width: 288px;
	height: 192px;
}
a.over:hover {
	background-image: url(../images/readMoreOver.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
a.over span {
	display: none;
}

#container {
	width: 920px;
	margin: 0 auto;
}

#header {
	margin: 0;
	border-bottom: 1px solid #DDD;
}
#header p {
	text-align: left;
	margin-top: 0;
}

#cse-search-box {
	margin: 0;
}

#navigation {
	padding: 0;
	margin: 20px 0;
	list-style:none;
}

#navigation li {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	float:left;
	width: 96px;
	list-style: none;
}
#navigation li a, #navigation li a:visited {
	text-decoration: none;
	display: block;
	background-image: url(../images/tabs.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #ECECEC;
	padding-top: 8px;
	height: 26px;
}
#navigation li a:hover, #navigation li a.selected {
	background-position: -96px 0px;
	color: #222;
}

#mainContent {
	background-image: url(../images/bodyBgrOuter.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#mainContentInner {
	padding: 10px 9px;
	margin: 1px 1px 0 1px;
	background-image: url(../images/bodyBgr.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#mainContent ul {
	margin-top: 2px;
}
#mainContent li {
	line-height: 175%;
}

#footer {
	margin: 20px 40px;
	border: 1px solid #DDD;
	padding: 10px 10px 5px 10px;
	background-image: url(../images/footerBgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#copyright a:link, #copyright a:visited {
	color: #777;
}

#footerNavigation {
	margin: 0;
	padding: 0;
}
#footerNavigation li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
}
#footerNavigation li a {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

#credits {
	font-size: 10px;
	line-height: 100%;
	color: #999;
}

/* Homepage boxes */

.col {
	width: 288px;
	margin: 15px 5px 0 5px;
	padding: 0;
	float: left;
}

.col .content {
	padding: 5px 10px;
}

.wide {
	width: 884px;
	margin: 15px 10px 0 10px;
	padding: 0;
}
.wide .content {
	padding: 10px 15px 10px 10px;
}
.wide img, .wide .map {
	float: left;
	margin-right: 15px;
	border: 1px solid #555;
	background-color: #111;
}
.wide .map {
	padding: 0 0 10px 0;
}
.wide .map iframe {
	margin-bottom: 10px;
}
.wide .map small {
	padding: 0 10px 0 10px;
}

.box {
	border: 1px solid #DDD;
	background-color: #222;
}

#box1 {
	background-image: url(../images/box-sound-lighting-equipment-hire.jpg);
	height: 192px;
	width: 288px;
	border-bottom: 1px solid #555;
}
#box2 {
	background-image: url(../images/box-sound-lighting-equipment-install.jpg);
	height: 192px;
	width: 288px;
	border-bottom: 1px solid #555;
}
#box3 {
	background-image: url(../images/box-sound-lighting-sales-consumables.jpg);
	height: 192px;
	width: 288px;
	border-bottom: 1px solid #555;
}

.box .content {
	background-image: url(../images/box-bgr.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.box h2 {
	color: #FFF;
	padding-bottom: 4px;
	border-bottom: 1px dashed #00a7cf;
}
.box p {
	color: #CCC;
}
.box a:hover, .box a:active {
	color: #FFF;
}

/* Contact Form */
#contactForm {
	border: 1px solid #DDD;
	padding: 10px 15px;
	background-image: url(../images/footerBgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contactForm p {
	margin: 6px 0 3px 0;
}
#contactForm input.field, #contactForm select.field, #contactForm textarea.field {
	border: 1px solid #CCC;
	padding: 3px;
}

/* Price Table */
#prices {
	margin: 15px;
}
#prices h2 {
	margin-top: 25px;
}

.priceTable {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-bottom: 10px;
}
.priceTable th {
	background-image: url(../images/box-bgr.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #444;
	padding: 5px;
	color: #FFF;
}
.priceTable td {
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 7px;
}
.priceTable tr.odd td {
	background-color: #F3F3F3;
}
.priceTable td.thumb, .priceTable tr.odd td.thumb {
	background-color: #FFF;
	text-align: center;
}

/* Text swaps */
#text-quality {
	background-image: url(../images/text-quality.jpg);
	height: 59px;
	width: 250px;	
	margin: 16px auto 3px auto;
}
#text-quality span {
	display: none;
}