html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}



/* Site Background */
body {
    background-image: url("../Images/");
}
/* End of Site Background */

h2 {
    font-family: 'Oswald', Arial;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    position: relative;
}

p.site_introduction {
    font-family: 'Oswald', Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    text-align: justify;
}

/* fig elements */
h3.figheader {
    margin: 10px 0 0 0;
    font-variant: small-caps;
    font-family: 'Oswald', Arial;
    font-weight: bold;
    color: #000;
}

figcaption {
    width: 350px;
    font-family: 'Oswald', Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    font-style: italic;
}

figure {
    padding: 5px;
    position: relative;
}

figure.site_introduction {
    text-align: left;
}

a, figure {
    display: inline-block;
}
/* End of Fig Elements */

/* Radio Stands Header Code */
.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid);
    background: -webkit-radial-gradient(#fff,#000);
    background: -moz-radial-gradient(#fff,#000);
    background: -ms-radial-gradient(#fff,#000);
    background: -o-radial-gradient(#fff,#000);
    border-radius: 0;
    position: relative;
    background-color: #fff;
}

.callout.primary {
    background-color: #def0fc
}

.callout.large {
    padding: 3rem
}

.text-center {
    text-align: center
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

h1.radio_stands_header {
	font-family: Arial, sans-serif;
	font-size: 60px;
	color: #fff;
	text-shadow: 2px 3px #000;
}
/* End of Radio Stands Header Code */

/* Banner Slideshow */
#slider1_container {
    position: relative; 
    margin: 0 auto; 
    top: 0px; 
    left: 0px; 
    width: 1300px; 
    height: 550px; 
    overflow: hidden;
}

.loading {
    position: absolute; 
    top: 0px; 
    left: 0px;
}

.loading2 {
    filter: alpha(opacity=70); 
    opacity: 0.7; 
    position: absolute; 
    display: block; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}

.loading3 {
    position: absolute; 
    display: block; 
    background: url(images/loading.gif) no-repeat center center; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}

.banner_slides {
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 1300px; 
    height: 550px; 
    overflow: hidden;
}

h1.banner_text {
    color: #FFF; 
    margin-top: 5em; 
    font-family: 'Oswald', Arial; 
    text-shadow: 2px 3px #000; 
    text-align: center; 
    color: #FFFFFF;
}
/* Banner Slidesow Ends */

/* Dimensions */
table { 
	margin: auto;
 }

div.image_table {

}

img.dimensions {
	margin: 0px 160px;
	height: 500px;
	width: 600px;
}

h2.dimensions {
	margin: 0px 160px;
	padding-bottom: 1em;
	padding-top: 1em;
}

p.dimensions {
	margin: 0px 160px;
	font-style: italic;
	padding-top: 0.5em;
}

/* End of Dimensions display */

/* Testimonies */
h1.testimonies {
	font-family: 'Oswald', Arial;
	text-align: center;
	padding-top: 2em;
}

ul {
	text-align: justify;
}

li.testimonies {
	padding: 10px 0px;
	font-family: 'Oswald', Arial;
    font-size: 17px;
}

/* End of Testimonies */

/* BUTTONS */
#button {
    position: relative;
    left: 400px;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #000;
    font-family: 'Oswald', Arial;
    font-weight: 700;
    font-size: 3em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px #000, 0px 9px 25px #000;
    -moz-box-shadow: 0px 9px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px #000, 0px 9px 25px rgba(0,0,0,.7);
    width: 160px;
    text-align: center;
    
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

a:active {
    -webkit-box-shadow: 0px 3px 0px #000, 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px #000, 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #000, 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}
/**/

/* Button Wrapper */
.wrapper {
    text-align: center;
}

#button {
    top: 2em;
    left: -1px;
    margin: 0 auto;
}
/* End of Wrapper */