/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
html, body {
	height: 100% -120px;
	background-color:#808080; 
	background-image: url('../images/studiobg.jpg'); 
	font:62.5% 'Tahoma','Arial', sans-serif; 
	letter-spacing:2;
	background-repeat:no-repeat;
}

/* COMMON CLASSES */
#stopfloat{
	width: 100px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	Right: 0px;
}
.break { 
	clear:both;
}

.link-span { 
  position:absolute;

  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('images/empty.gif');
} 

.link-span:hover{
  text-decoration:underline;
}



/*Social Media */

.social-button{
	float:left;
	background-repeat: no-repeat; 
	position: relative;
	height: 32px;
	width: 33px;
	padding:4px;
	
}

#fb{
	background-image: url('../images/facebookBl.png');
}

#fb:hover{
	background-image: url('../images/facebook.png');
}

#twitter{
	background-image: url('../images/twitterBl.png');
}

#twitter:hover{
	background-image: url('../images/twitter.png');
}

#soundcloud{
	background-image: url('../images/soundcloudBl.png');
}

#soundcloud:hover{
	background-image: url('../images/soundcloud.png');
}

#youtube{
	background-image: url('../images/youTubeBl.png');
}

#youtube:hover{
	background-image: url('../images/youTube.png');
}
 #social-media{
 	float: right;
 	width: 35px;
 	margin: 10px 5px 0px 0px;
 }
 
  #social-media img{
 	padding: 2px 2px 2px 2px;
 }
 
#contact{
	font:62.5% 'Tahoma','Arial', sans-serif; 
	font-size:12px;
 	float: right;
 	width: 150px;
 	line-height:14px;
 	margin: 9px 5px 0px 0px;
 }
 
 #contact a {
 	color:black;
	text-decoration:none;
}

 #contact a:hover{
	text-decoration:underline;
 }


/* Slideshow */

#backingcont{
	top: 15px;
	max-height:640px;
	position:relative;
	width:100%;
	margin: 0 auto;
	min-width:575px;
	max-width:950px; 
	border-width: 2px;
	border-style: solid;

}

#backing { 
	width: 100%; 
    padding-bottom: 52.6%;
	margin: 0 auto;
	position:relative;
	min-width:575px;
	max-width:950px; 
	max-height:620px;
}

.backingimg { 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	background-size: contain;
	background-color: black;
	width: 100%;
	height: 100%;
    position:absolute;

}

#headerimg1{
	background-image: url('../images/slider01.jpg');	
}

#headerimg2{
	background-image: url('../images/slider02.jpg');
	display: none;
}

/* SCALING */
#page{
	width:90%;
	position:relative;
	max-width: 950px;
	min-width: 575px;
	margin: 0 auto;
}

#wrapper{
	margin: 0 auto;
	min-width:550px;
	max-width:2000px;
	top: 0px;
	min-height:0px;
	width:100%;
	position:relative;
	overflow: hidden;
}

#menu-wrapper{
	background-color: black;
}

#content-wrapper{
	width:80%;
	position:relative;
	overflow: hidden;
}

/* Header */

#header{
	position:relative;
	width: 100%;
	left: 0%;
	height: 135px;
	top: 11px;
}

#headerbkgd { 
	width:100%; 
	margin: 0 auto;
	min-width:575px;
	max-width:950px;
	position: center top; 
	padding: 0px 0px 25px 0px;
	/*background-color:#FFFF88;*/
	background-image:url("../images/whitebg.png");
	-webkit-border-radius: 10px 10px 0px 0px;
  	-moz-border-radius: 10px 10px 0px 0px;
  	-o-border-radius: 10px 10px 0px 0px;
  	-ms-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
	border-width: 2px;
	border-style: solid 
 }
	
#logodiv { 
	height: 110px;
	left: 25px;
	width: 100%;  
	padding: 0px 0px 0px 0px;
	margin:0 auto;
	background-image:url("../images/sidecarlogo.png");
	background-position: 3px -2px;
	background-repeat:no-repeat;
 }
 
/* MENU */

.linker{
	width:20%;
	height: 25px;
	float: left;
	position:relative;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	margin: 0px -1px 0px 0px;
	background-color:white;
}

.linker1{
	width:20%;
	height: 25px;
	float: left;
	position:relative;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	margin: 0px -1px 0px 0px;
	background-color:white;
}

#linker:hover, #linker1:hover{
	background-color:white;

}

#menu {
	font:62.5% 'Lucida Sans Unicode','Arial', sans-serif;
	padding: 0px 0px 0px 0px;
    width:100%;
    margin: 0px 0px 0px 0px auto;
}

#menu ul {
	list-style:none;
}

#menu ul li { 

	display:inline; 
	font-variant:small-caps; 
	font-size:17px;
	text-align: center; 
}

#menu ul li a { 
	border: 0px;
	color: black; 
	text-decoration:none;  
	font-weight:bold;

}

#menu ul li a:hover { 
	text-decoration:underline; 

}

/* SPACER */

.premain {
	position: relative;
	margin: 0 auto;
	top: 15px;
	border-width:2px;
	height: 100px;
	width: 100%;
	max-width: 950px;
	background-color: black;
	border-width:2px;
	border-style:solid;
}


/* CONTENT */
#main { 
	position:relative;
	color:#000000;
	width:100%;  
	min-width: 575px;
	max-width: 950px;
	width:100%;
	margin: 0 auto;
	top: 15px;
	background-image:url("../images/textbg.png");
    padding: 0px 0px 30px 0px;
  	border-width: 0px 2px;
	border-style: solid
 }

#content-title {

	position:relative;
	width: 90%;  
	left: 5%;
	top: 10px;
	height: 32px;
  	border-width: 0px 0px 4px 0px;
	border-style: solid


}

#content {

	position:relative;
	width:100%  
	left: 20px;
	top: 10px;
	padding: 0px 0px 0px 20px;
	margin: 0px 20px 0px 20px;

}

.main-content { 
	position:relative;
	width:100%  
	left: 20px;
	top: 10px;
	padding: 0px 0px 0px 20px;
	margin: 0 auto;
	height: 80%;
 }
 
#content p { 
	padding: 0px 20px;
	left: 60px; 
	font-size:14px; 
	margin:0px 10px 10px;
	text-align:justify; 
}


#main h1 {
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 0px 20px;
	font-size:24px;
}

#content h2 {
	padding: 0px 10px;
	margin: 0px 0px 0px 10px;
	font-size:16px;
}

#content h4 {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
}

#content h4 a{
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	color: black;
	margin: 0px 0px 0px 0px;
	font-size:12px;
}

#content h4 a:hover{
	text-decoration: underline;
}

#content td {
	font-size: 12px;
}

#content table {
	margin: 0px 0px 0px 10px;
}

#content p a { text-decoration:none; color:#000; }
#content p a:hover { text-decoration:underline; color:#000; }

/* FOOTER */
#footer {
	top:15px;
	position:relative;
	padding: 4px 0px 0px 0px;
	margin: 0 auto;
	width: 100%; 
	max-width:950px;  
	min-height:22px; 
	-webkit-border-radius: 0px 0px 10px 10px;
  	-moz-border-radius: 0px 0px 10px 10px;
  	-o-border-radius: 0px 0px 10px 10px;
  	-ms-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    border-width: 2px;
    border-style: solid;
	background-image:url("../images/bgback.png");

}

#footer p { color: #FFFFFF; padding:0px 0px; left: 20px; font-size:12px; width:100% - 15px; margin:0px 20px; }

#footer-left { 
	position: absolute;
}

#footer-right {  
	position: relative;
	text-align: right;
	top: 0px;
	right: 0px;
}

#footer a { color:white; text-decoration:none; font-weight:bold; padding-left:20px; }
#footer a:hover { color:white; text-decoration:none; font-weight:bold; padding-left:20px; text-decoration:underline;}

#bottom {
	position: relative;
	margin: 0 auto;
	height: 25px;
}

/*Home Page*/
#home-content { 
	
 }
 
#home-content p { 
	padding: 0px 0px;
	left: 50px; 
	font-size:14px; 
	margin:0px 10px 10px; 
}

#home-left { 
	float: left;
	width: 60%-10px;
}

#home-right {  
	float: right;
	width: 40%;
	max-width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Services */

.text-left {
	position: relative;
	width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    float: left;
}


}

.text-right {
	position: relative;
	width: 250px;
	float: left;
}
/*  Equipment Page  */

#equipment-right{
	position: relative;
	width: -moz-calc(100% - 275px);
    width: -webkit-calc(100% - 275px);
    width: calc(100% - 275px);
    float: left;
  	border-width: 0px 0px 0px 4px;
	border-style: solid;
	min-height: 1050px;
    }
    
#equipment-left {
	position: relative;
	width: 270px;
	float: left;
}

#equipment-left img{
	padding:3px 10px 0px 10px;
}

.eqtab{
	position:relative;
	left:260px;
}

/* CONTACT PAGE */

#contact-page{
	position: relative;
	min-height:500px;
	width: 100%;
	margin: 0 auto;
}

#map-left { 
	padding-top: 10px;
	float: left;
	position: relative;
	width: 400px;
	height: 400px;

}

#map-right {
	margin-top: 10px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 50px;
	width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    min-width: 250px;

}

/*Pic Show*/

#picshow{
	position:relative;
	width: 100%;
	top:15px;
	padding-bottom: 13%;
	background-color: black;
	margin: 0 auto;
  	border-width: 0px 2px 2px 2px;
	border-style: solid
	display: none;
}

.bartn {
	top: -2px;
	position:relative;
	width: 20%;
	padding-bottom: 13%;
	float: left;
	background-size:contain;
	display: none;
}