/*
Audio Genius

	CONTENTS
	 - Typography
	 - Layout
	 - Slider
	 - Bottom
	 - Home
	 - Products and Services
	 - Contact
	 - Gallery
	 - Footer
	 - Light Box
	 - No Script
	 - Sent Message Table
*/

body {
	margin: 0px 0px;
	padding: 0;
	background: #DCDCDC;
	font: 12px Calibri,Arial,Helvetica,sans-serif;
	/*overflow: hidden;*/
}

/**********  Typography  **********/

h1 {
	font-size: 2.1em;
	font-weight: bold;
	margin-top: 0px;
	font-family: 'Yanone Kaffeesatz',Calibri,Arial,Helvetica,sans-serif;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-family: 'Yanone Kaffeesatz',Calibri,Arial,Helvetica,sans-serif;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px;
	font-family: 'Yanone Kaffeesatz',Calibri,Arial,Helvetica,sans-serif;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	font-family: 'Yanone Kaffeesatz',Calibri,Arial,Helvetica,sans-serif;
	font-size: 1.3em !important;
}

#logo h3, #logo h5 {
	text-align:center;
	margin-top: 5px;
	font-family: 'Yanone Kaffeesatz',Calibri,Arial,Helvetica,sans-serif;
	font-size: 1.7em;
}

#sliderbtn2 .sliderbtntext,#sliderbtn3 .sliderbtntext {
	margin: 22px 0px 0px 0px;
}

.sliderbtntext {
	font-size: 0.8em;
	margin: 7px 0px 0px 0px;
	display: block;
}

/**********  Layout  **********/

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#top {
	clear: both;
	height: 240px;
	width: 960px;
}

#logo {
	width: 250px;
	height: 250px;
	float: left;
	margin: 15px 0px 0px 15px;
}

/**********  Slider  **********/

.hideSlide {
	display: none;
}

#slider {
	width: 674px;
	height: 300px;
	margin: 10px 0px 0px 280px;
	padding: 0px;
	overflow: hidden;
}

#sliderNav {
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#sliderNav li {
	display: block;
	height: 60px;
	overflow: visible;
	width: 155px;
}

.sliderbtns {
	display: block;
	height: 60px;
	background: no-repeat right;
	overflow: visible;
	padding: 6px 0px 0px 15px;
	text-decoration: none;
	color: #000;
	cursor: default;
}

#sliderbtn1 {
	background-image:url(images/sldrbtn1.png);
}

#sliderbtn2 {
	background-image:url(images/sldrbtn2.png);
}

#sliderbtn3 {
	background-image:url(images/sldrbtn2.png);
}

#sliderbtn4 {
	background-image:url(images/sldrbtn3.png);
}

.sliderBtnOn {
	background-position: right bottom;
	color: #fff;
}

.sliderBtnOff {
	background-position: right top;
}

.sliderContent {
	height: 240px;
	/*width: 528px;*/
	background: no-repeat left;
	color: #FFF;
}

.sliderContent h3, .sliderContent h5 {
	padding-left: 15px;
}

.sliderContent h5 {
	padding-top: 5px;
}
/*
#slide1 {
	background-image: url(images/slide1.jpg);
}

#slide2 {
	background-image: url(images/slide2.jpg);
}

#slide3 {
	background-image: url(images/slide3.jpg);
	text-align: right;
}

#slide4 {
	background-image: url(images/slide4.jpg);
}

#slide1 h3, #slide4 h3 {
	padding-top: 10px;
}

#slide2 h3 {
	padding-top: 170px;
}

#slide3 h3 {
	padding-top: 125px;
}

#slide4 h5 {
	margin-top: 180px;
}
*/
/**********  Bottom  **********/

.bottomContentOff {
	display: none;
}

.bottomContent {
	background-color: #FFFFFF;
	width: 920px;
	margin: 20px auto 0px;
	display: block;
	position: relative;
	z-index: 499;
}
/*
#topFade, #bottomFade {
	width: 100%;
	height: 18px;
	background-repeat: repeat-x;
	background-image: url(images/fade.png);
}

#topFade {
	background-position: top;
}

#bottomFade {
	background-position: bottom;
}
*/
#bottomWrapper {
	width: 100%;
	background-color: #FFF;
	margin-top: 50px;
	padding-bottom: 1px;
}

.drop-shadow {
   position:relative;
   width:100%;
}

.drop-shadow:before {
   content:"";
   position:absolute;
   z-index:-999;
   top:0px;
   left:0px;
   width:99%;
   height:100%;
   /*max-width:300px;*/
   -webkit-box-shadow:0 1px 7px rgba(0, 0, 0, 0.6);
   -moz-box-shadow:0 1px 7px rgba(0, 0, 0, 0.6);
   box-shadow:0 1px 7px rgba(0, 0, 0, 0.6);
   -moz-border-radius:800px / 10px;
   border-radius:800px / 10px;
}

.drop-shadow:after {
   right: 0px;
   left: auto;
}

.drop-shadow-nav {
   position:relative;
   width:100%;
}

.drop-shadow-nav:before {
   content:"";
   position:absolute;
   z-index:-999;
   top:0px;
   left:0px;
   width:99%;
   height:100%;
   /*max-width:300px;*/
   -webkit-box-shadow:0 1px 7px rgba(0, 0, 0, 0.4);
   -moz-box-shadow:0 1px 7px rgba(0, 0, 0, 0.4);
   box-shadow:0 1px 7px rgba(0, 0, 0, 0.4);
   -moz-border-radius:800px / 10px;
   border-radius:800px / 10px;
}

.drop-shadow-nav:after {
   right: 0px;
   left: auto;
}

#bottom {
	clear: both;
	width: 960px;
	overflow: hidden;
	margin: 0px auto 20px;
	position: relative;
	z-index: 497;
}

#bottomNav {
	font-family: 'Yanone Kaffeesatz',Calibri,Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	list-style: none;
	margin: 0px auto;
	position: relative;
	z-index: 498;
	height: 36px;
	width: 960px;
	display: block;
	padding: 0px;
}

#bottomNav li {
	
	float: left;
	height: 16px;
	margin-right: 7px;
	margin-top: 10px;
	/*overflow: hidden;*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.menuNoSha {
	box-shadow: 0px 0px 0px #00CCFF;
}

.menuSha {
	box-shadow: 0px 0px 10px #00CCFF;
}


#bottomNav li:hover {
	border-radius: 15px / 15px;
	box-shadow: 0px 0px 10px #00CCFF;
	z-index: 499;
}

#bottomNav li a {
	color: #666;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	display: block;
	background-color: #FFFFFF;
	padding: 9px 14px;
	margin-top: -14px;
}

#bottomNav li a:hover {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*color: #00CCFF;*/
	z-index: 499;
	/*border-bottom: 1px solid #0CF;*/
}

#bottomNav li a:active {
	color: #00CCFF;
}

/*
#bottomNav li a:last-child {
	background-color: #DDDDDD;
}
*//*
#Home,#Products,#Contact,#Gallery {
	border: 1px solid #DDDDDD;
}
*/
#Clock {
	padding-left: 390px !important;
	cursor: default !important;
	color: #666 !important;
	text-decoration: none !important;
	/*border-bottom: 1px solid #DDDDDD !important;*/
}

#Clock:hover {
	cursor: default !important;
	color: #666 !important;
	text-decoration: none !important;
	/*border-bottom: 1px solid #DDDDDD !important;*/
}

#bottomNav li:last-child:hover {
	box-shadow: 0px 0px 0px #00CCFF !important;
}

/**********  Home  **********/

#bottomContentHome {
	height: 224px;
	overflow: hidden;
}

#bottomContentHome p {
	width: 270px;
	float: left;
}

#bottomContentHome p.secondP {
	padding-left: 20px;
}

#bottomContentHome img {
	width: 328px;
	height: 220px;
	float: right;
}

/**********  Products and Services  **********/

#bottomContentProducts {
	clear: both;
}

#services {
	width: 920px;
	margin-bottom: 20px;
}

.servAndProd {
	float: left;
	width: 293px;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.servicesImg {
	width: 293px;
	height: 100px;
	display: block;
	margin: 20px auto 10px;
	border-bottom: 3px solid;
}

.servAndProd a {
	margin-left: 200px;
}

#automation, #business {
	margin-left: 20px;
}

#products {
	width: 920px;
	margin-top: 320px;
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
}

#products img {
	width: 92px;
	height: 92px;
	border: 1px solid #fff;
	margin: 4px;
	float: left;
}

#products img:hover {
	opacity: .95;
	border: 1px solid #CCC;
}	

.contactAndOrderLeft {
	float: left;
	width: 293px;
}

/**********  Contact  **********/

#bottomContentContact {
	height: 240px;
	overflow: hidden;
}

#bottomContentContact h4 {
	margin: 0px 0px 15px;
	padding: 0px;
}

#bottomContentContact p a, .servAndProd a, #orderSubmit, #contactSubmit, #messageSent {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}

#bottomContentContact p a:hover, .servAndProd a:hover, #orderSubmit:hover, #contactSubmit:hover, #messageSent:hover {
	color: #000;
	border-bottom: 1px solid #0CF;
	cursor: pointer;
}
/*
#bottomNav li a:first-child {
	color: #666;
	text-decoration: none;
	border-top: 1px solid white;
}*/
/*
#bottomNav li a:first-child:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}
*/
#contactForm {
	width: 600px;
	height: 200px;
	float: right;
	margin: 20px 0px 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 600px;
}

#bottomContentContact fieldset {
	float: right;
	height: 240px;
}

#contactTextArea {
	float: right;
	width: 380px;
	height: 200px;
	position: relative;
	top : -167px;
	font: 1em Calibri, Arial, Helvetica, sans-serif;
	color: #666;
}

.contactFormInput {
	width: 190px;
	margin: 15px 0px 0px 0px;
	font: 1em Calibri, Arial, Helvetica, sans-serif;
	color: #666;
}

#contactTextArea:hover, .contactFormInput:hover {
	color: #333;
}

input:first-child {
	margin-top: 15px;
}

#contactSubmit {
	font: 1em Calibri, Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #fff;
	padding: 2px 6px;
	margin: 15px 0px 0px 148px;
}

.errorValid {
	width: 180px;
	padding: 2px;
	background-color: #222;
	color: #C33;
	font: 0.8em Verdana, Geneva, sans-serif;
	display: block;
	position: absolute;
	text-align: center;
	display: none;
}

.errorPic {
	display: block;
	width: 6px;
	height: 6px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: absolute;
	top: 16px;
	background-image: url(images/errorpic.png);
}

#errorFirstName {
	display: none;
	top: 10px;
}

#errorLastName {
	display: none;
	top: 46px;
}

#errorPhoneNo {
	display: none;
	top: 82px;
}

#errorEmail {
	display: none;
	top: 118px;
}

#errorMessage {
	display: none;
	top: 5px;
	margin: 0px 23%;
}

#downArrow {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	display: block;
	position: fixed;
	padding: 2px 4px;
	text-align: center;
	right: 40px;
}

#upArrow {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	display: block;
	position: fixed;
	padding: 2px 6px;
	text-align: center;
	right: 40px;
	bottom: 20px;
}

#upArrow a, #downArrow a {
	color: #666666;
	display: block;
	font: 0.8em Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#upArrow a:hover, #downArrow a:hover {
	color: #111111;
	font: 0.8em Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#downArrow:hover, #upArrow:hover {
	border: 1px solid #CCCCCC;
	background-color: #ebebeb;
	color: #111111;
}

/**********  Gallery  **********/

#bottomContentGallery {
	height: 224px;
	overflow: hidden;
}

.galleryThumb img {
	width: 162px;
	height: 100px;
	float: left;
	position: relative;
	border-radius: 6px;
}

.galleryThumb img:hover {
	width: 170px;
	height: 120px;
}

img.showme {
	z-index: -1;
	position: relative;
}

.vignette {
	border-radius: 6px;
	float: left;
	height: 100px;
	margin: 6px 11px;
	overflow: hidden;
	width: 162px;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,.6);
	-webkit-box-shadow:inset 0px 0px 5px rgba(0,0,0,.6);
	-moz-box-shadow:inset 0px 0px 5px rgba(0,0,0,.6);
}

.vignette:hover {
	border-radius: 6px;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 162px;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,.8);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,.8);
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,.8);
}

/**********  Footer  **********/

#footer {
	margin: 0px auto;
	clear: both;
	font-family: 'Yanone Kaffeesatz',Calibri,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	margin: 20px auto 15px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 300px;
}

#footer li {
	display: inline;
	padding: 0px 5px;
}

#footer li a, #copyright {
	text-decoration: none;
	color: #999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footer li a:hover {
	text-decoration: none;
	color: #666;
	text-shadow: -1px -1px 1px #FFFFFF;
}

#copyright {
	margin: 5px auto;
	width: 125px;
	font-size: 0.9em;
}

/**********  Light Box  **********/

#lightBoxContainer {
	width: 100%;
	height: 100%;
	display: none;
	background-image:url(images/1.png);
	z-index: 998;
	position: absolute;
	top: 0px;
	margin: 0px auto;
}

#lightBox {
	width: 960px;
	height: 500px;
	display: block;
	z-index: 999;
	margin: 60px auto;
	background-color: #000;
}

#lightBox img {
	width: 600px;
	height: 400px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#lightBoxClose, #previous, #next {
	background: no-repeat top;
	height: 20px;
	text-indent: 1000000px;
	overflow: hidden;
}

#lightBoxClose {
	float: right;
	background-image: url(images/close.png);
	width: 20px;
	margin: 5px;
}

#previous {
	float: left;
	clear: both;
	background-image: url(images/previous.png);
	width: 180px;
	margin-top: 190px;
}

#next {
	float: left;
	background-image: url(images/next.png);
	width: 180px;
	margin-top: 190px;
}

#lightBoxClose:hover, #previous:hover, #next:hover {
	background-position: bottom;
}

/**********  No Script  **********/

#noScript {
	width: 400px;
	margin: 20px auto 0px;
	padding: 10px 0px;
	border: 1px solid #900;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	color: #900;
}

/**********  Sent Message Table  **********/

#priceList table {
	margin: 0px auto;
	width: 480px;
}	

caption {
	color: #FFF;
}

.tableSpan {
	margin: 6px 20px 6px 6px;
	display: block;
}

.tableHead th, .tableBottom td {
	background-color: #666;
	color: #FFF;
}

#tableLabPointer, #tableCabPointer {
	cursor: pointer;
}

.tableOdd, .tableOddSub {
	background-color: #CCC;
	width: 480px;
}

.tableOdd td, .tableEven td {
	padding: 5px 15px;
}

.tableEven, .tableEvenSub {
	background-color: #ebebeb;
	width: 480px;
}

.tableOdd:hover, .tableEven:hover, .tableOddSub:hover, .tableEvenSub:hover {
	background-color: #999;
	color: #FFF;
}

.tableHide {
	display: none;
}

.tableOddSub td, .tableEvenSub td {
	padding: 5px 15px 5px 30px;
}

.tblPrice {
	text-align: left;
	width: 330px;
}

.tblService {
	text-align: left;
}

.tblPlus {
	background: url(images/plus.png) no-repeat center left;
}

.tblPlus:hover {
	background-image: url(images/pluswhite.png);
}

.tblService div, .tblPrice div, .tableBottom td:first-child div, .tableBottom td:last-child div {
	background: url(images/tblcnrs.png) no-repeat;
	width: 10px;
	height: 10px;
}

.tblService div {
	background-position: top left;
	float: left;
}

.tblPrice div {
	background-position: top right;
	float: right;
}

.tableBottom td:first-child div {
	background-position: bottom left;
	float: left;
}

.tableBottom td:last-child div {
	background-position: bottom right;
	float: right;
}
