/*-----------------------------------------------------------------------------
Main Style Sheet created for Sound Advice Acoustics Ltd.

Version:		1.0
Created:		September 2009
Last Edited:	Not Applicable
Edits Made:	Not Applicable
Coded by:		Jonathan Hollin
Designer:		Step Online
Email:		info@simplystep.co.uk
Website:		http://www.simplystep.co.uk/
-----------------------------------------------------------------------------*/


/* General */
body {
	background: #fff url(../images/page_background.jpg) repeat-x;
	background-position: 0 -111px;
	font-family: arial, verdana, sans-serif;
	position: relative;
	behavior: url(../resources/csshover3.htc);
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Branding */
#brand {
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
	height: 73px;
}

/* Content Container(s) */
#outerContent {
	background: #fff url(../images/outer_content_background_l.jpg) no-repeat;
	margin: 0 auto;
	width: 884px;
	clear: both;
}
#innerContent {
	width: 804px;
	margin: 0 auto;
}

/* Banners */
#banners {
	padding-top: 20px;
	width: 804px;
}

/* s3Slider */
#s3slider {
	width: 523px; /* important to be same as image width */
	height: 223px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background: #cfbd59;
}
#s3sliderContent {
	width: 523px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}

.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
/*	right: 0;*/
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 523px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	bottom: 0;
	width/*\**/:500px\9; /* Tweaking for IE8 */
	bottom/*\**/:2px\9; /* This sucks. Fuck IE8, we shouldn't have to do this. */

	/*
		if you put
		top: 0; -> the box with text will be shown at the top of the image
		if you put
		bottom: 0; -> the box with text will be shown at the bottom of the image
	*/
}
.s3sliderImage .s3sliderText {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#welcome {
	float: right;
	width: 281px;
	background: #cfbd59;
}
* html #welcome {
	width: 276px;
}
#welcome img {
	float: right;
	width: 265px;
	height: 223px;
}

/* Content Area */
#seperator1, #seperator2 {
	clear: both;
	width: 804px;
	height: 1px;
	padding-bottom: 2px;
}
#seperator1 {
	border-top: 1px solid #b3b4b8;
}
* html #seperator1 {
	margin-top: 10px;
}
*:first-child+html #seperator1 {
	margin-top: 10px;
}
#main {
	padding-top: 8px;
}

/* Side Navigation */
#sideNav {
	float: left;
	width: 219px;
}
#sideNav div {
	background-color: #eee;
	line-height: 1.2em;
}
#sideNav .navInner a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c0c0c0;
}
#sideNav #navOuterTop {
	border-top: 1px solid #b3b4b8;
	border-left: 1px solid #b3b4b8;
	border-right: 1px solid #b3b4b8;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#sideNav #navOuterTop a {
	border-bottom: 1px solid #c0c0c0;
}
#sideNav #navOuterTop #active {
	border-bottom: 1px solid #c0c0c0;
}
#sideNav #navOuterTop a:hover, #sideNav #navOuterTop #active {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#sideNav .navInner {
	border-left: 1px solid #b3b4b8;
	border-right: 1px solid #b3b4b8;
}
#sideNav #navOuterBottom {
	border-bottom: 1px solid #b3b4b8;
	border-left: 1px solid #b3b4b8 !important;
	border-right: 1px solid #b3b4b8 !important;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#sideNav #navOuterBottom a {
	border-top: 1px solid #fff;
}
#sideNav #navOuterBottom a:hover, #sideNav #navOuterBottom #active {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav a {
	text-decoration: none;
	color: #000000;
	font-size: .9em !important;
	display: block;
	padding: 6px;
}
#sideNav a img {
	vertical-align: middle;
	padding-right: 6px;
}
#sideNav a:hover, #sideNav #active {
	background: #555;
}
#sideNav .navInner a:hover, #sideNav #navOuterBottom a:hover, #sideNav .navInner #active, #sideNav #navOuterBottom #active {
	border-top: 1px solid #555;
}
#sideNav a:hover {
	color: #fff !important;
}
#sideNav #active {
	color: #cfbd59 !important;
}
#phone, #brochure {
	border: 1px solid #b3b4b8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff !important;
	padding: 10px;
	margin-top: 20px;
}
#phone p, #brochure p, #brochure a {
	font-size: 1.4em;
	color: #103c8f;
	text-align: center !important;
}
#brochure a:hover {
	background: 0;
	color: #103c8f !important;
}


/* Main Content */
#primaryContent {
	float: right;
	width: 524px;
	border: 1px solid #b3b4b8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
}
#primaryContent h1 {
	font-weight: normal;
	font-size: 1.4em;
	color: #103c8f;
}
#primaryContent h2 {
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 30px;
}
#primaryContent p {
	font-size: .8em;
	line-height: 1.3em;
	margin-top: 10px;
}
#primaryContent .smallText {
	font-size: .6em;
	line-height: 1.3em;
}
#primaryContent ul {
	padding-top: 20px;
	list-style: disc;
	line-height: 1.3em;
}
#primaryContent ol {
	padding-top: 20px;
	list-style: decimal;
	line-height: 1.3em;
}
#primaryContent li {
	margin-left: 40px;
	font-size:.8em
}
#primaryContent sub {
	vertical-align: -.2em;
	font-size: .7em;
}
#primaryContent sup {
	vertical-align: .6em;
	font-size: .7em;
}
#primaryContent .faq {
	font-weight: bold;
}
#primaryContent .indent {
	margin-left: 40px;
}
#nextLink, #previousLink {
	font-size: 1em !important;
}
#nextLink a, #previousLink a, #primaryContent ul li a, #primaryContent p a {
	text-decoration: none;
	color: #65a9fe;
}
#nextLink a:hover, #previousLink a:hover, #primaryContent ul li a:hover, #primaryContent p a:hover {
	text-decoration: underline;
}
#previousLink {
	text-align: left;
}
#nextLink {
	text-align: right;
}

/* Tables */
#primaryContent table {
	margin: 0 auto;
	border-collapse: collapse;
}
#primaryContent table caption {
	text-align: left;
}
#primaryContent table p {
	margin: 0;
}
#pricingTableContainer, #serviceIconsContainer, .imageGalleryContainer, .tableSpacer {
	padding: 20px 0;
}
#pricingTable td {
	padding: 0 10px;
}
#serviceIcons td {
	width: 102px;
	padding: 10px 1px;
	text-align: center;
	margin: 0 auto;
}
#serviceIcons td img {
	border: 1px solid #b3b4b8;
}
#serviceIcons .siCaption {
	font-size: 0.6em;
}
#serviceIcons a {
	background: #ffffff; /* Background color is a must for IE6 */
	color: #000;
	text-decoration: none !important;
}
#serviceIcons a.tooltip span {
	display: none;
	padding: 2px 6px;
	margin-left: -40px;
	margin-top: -4em;
	width: 180px;
	font-size: .8em !important;
	line-height: 1.3em;
	text-decoration: none !important;
}
#serviceIcons a.tooltip:hover span {
	display: inline;
	position: absolute;
	background: #ffffcc;
	border: 1px solid #000000;
	color: #000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 7px #222;
	-webkit-box-shadow: 2px 2px 7px #222;
	box-shadow: 2px 2px 7px #222;
}
.imageGallery td {
	padding: 10px;
}
.imageGallery img, .photo {
	padding: 6px;
	background: #ffffff;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: 2px 2px 7px #222;
	-webkit-box-shadow: 2px 2px 7px #222;
	box-shadow: 2px 2px 7px #222;
}
.ukasTable p {
	font-size: .6em !important;
}
.ukasTable .headerRow {
	background: #cccc00;
	font-weight: bold;
	font-size: 1.2em !important;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.ukasTable .lineBelow {
	border-bottom: 1px solid #000;
}
.ukasTable .spaceBelow {
	padding-bottom: 10px;
}
#creditCards {
	display: block;
	margin-top: 40px;
	border-top: 1px dotted #b3b4b8;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b3b4b8;
}
#creditCards a {
	color: #000 !important;
}
#creditCards a:hover {
	text-decoration: none !important;
}
#creditCards:hover {
	cursor: pointer;
	cursor: hand;
}

/* Contact Form */
#contactUsBody { margin-top: 14px; }
#contactUsBody #contactForm td { padding: 2px 4px; }
#contactUsBody #contactForm .textInput {
  width: 300px;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px;
  font: 1em/1.2em arial, verdana, sans-serif;
}
#contactUsBody #contactForm textarea {
  width: 300px;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px;
  font: 1em/1.2em arial, verdana, sans-serif;
}
#contactUsBody #contactForm .textInput { height: 1.6em; }
#contactUsBody #contactForm .required {
  background-image: url(../images/required.png);
  background-repeat: no-repeat;
  background-position: right;
}
#contactUsBody #contactForm td.vATop { height: 200px; vertical-align: top !important; }
#contactUsBody #contactForm textarea { height: 200px; }
#contactUsBody #contactForm .formAddress { height: 80px !important; }
#messageSentBody {
  margin: 0 auto;
  width: 500px;
}
#messageSentBody p { text-align: center; }

/* Footer */
#footer {
	clear: both;
	margin-top: 40px;
	background: #333334;
	color: #ffffff;
	height: 160px;
}
#innerFooter {
	width: 804px;
	margin: 0 auto;
	padding-top: 40px;
}
#innerFooter p {
	font-size: .8em;
	line-height: 2em;
}
#innerFooter p a {
	color: #ffffff;
	text-decoration: none;
}
#innerFooter p a:hover {
	text-decoration: underline;
}
#innerFooter #designer a {
	color: #65a9fe;
	text-decoration: underline;
}
