/*
 * safestrustremover.com:
 * font color: #ffff00 (yellow)
 * Background color: #cc6600 (burnt orange)
 */

/************************ */
/* GENERAL SETTINGS */
/************************ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #c60;
    color: #ff9;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

a {
    color: #ff0;
    text-decoration: none;
    
    transition: text-decoration .2s;
}

a:hover {
    color: #ff0;
    text-decoration: underline;
}

#container {
    max-width: 1140px;
    margin: 0 auto;
}

p {
    webkit-margin-before: 1em;
    webkit-margin-after: 1em;
    margin-top: 1em;
}

hr {
    margin: 1em 0;
}

button {
    background-color: #d83;
    border: 2px solid #ff0;
    border-radius: 5px;
    padding: 5px;
    color: #ffffcc;
}


/************************ */
/* HEADER SECTION */
/************************ */

#top-header1 {
    font-size: 65%;
    color: #fff;
    text-align: center;
    background-color: #CD3301;
    height: 90px;
    width: 100%;
}

#logo1 {
    display: inline-block;
    float: left;
    margin: 0;
}

@media only screen and (min-width : 501px ) and (max-width : 810px ){
	#top-header1 {
		/*
		font-size: 65%;
		color: #fff;
		text-align: center;
		background-color: #CD3301;
		*/
		height: 120px;
		width: 100%;
	}
	
	#amer-flag {
		margin: 5px 0;
		height: 120px;
	}

	#pop-mech {
    	margin: 5px 0;
	}

	#hot-rod {
    	margin: 5px 0;
    	height: 120px;
	}

	#year-one {
    	margin: 15px 0;
    	height: 120px;
	}
}

@media only screen and (max-width : 500px ){
	#top-header1 {
		/*
		font-size: 65%;
		color: #fff;
		text-align: center;
		background-color: #CD3301;
		*/
		height: 120px;
		width: 100%;
	}

	#pop-mech img {
    	margin: 5px 0;
	}

	#hot-rod img {
    	margin: 5px 0;
    	height: 38px;
	}

	#year-one img {
    	margin: 5px 0;
    	height: 38px;
	}
}

#pop-mech img {
   	margin: 5px 0;
}

#hot-rod img {
    margin: 5px 0;
    height: 38px;
}

#year-one img {
    margin: 5px 0;
    height: 38px;
}

#top-header2 {
    height: 39px;
    width: 100%;
    vertical-align: top;
}

#logo2 {
    margin: 0;
    width: 200px;
}

#logo2 a img {
    margin-left: 5px;
    vertical-align: top;
    top: -5px;
}

#header-top-middle {
    text-align: center;
    background-image: url("../img/topspacerbar.jpg");
    margin: 0;
    font-size: 110%;
    font-weight: 600;
    color: #00803d;
    font-style: italic;
    height: 35px;
}

#header-top-middle p {
    margin-top: 5px;
}

.banner {
    margin: 0;
}

#slide-show {
    
}

.slideshow-text {
    text-align: center;
    font-size: 110%;
    margin-bottom: 10px;
	width: 90%;
}

/***************************/
/* LEFT NAVIGATION SECTION */
/***************************/

.left-box {
    list-style: none;
    text-align: center;
}

.left-box li {
    padding: 10px 30px;
    font-size: 85%;
}

.left-box li:first-of-type {
    font-size: 110%;
    color: #ff9;
}

#view-first {
    font-size: 110%;
    font-weight: 600;
}

.menu-item {
    font-weight: 600;
}

.dist-title {
    font-weight: 800;
    font-size: 120%;
}

.company-name {
    font-weight: 600;
}

#order-button {
    background-color: #00813e;
    border: 1px solid #ff3;
    color: #ff0;
    border-radius: 0;
    width: 60px;
    height: 25px;
/*    margin-left: 75px; */
    padding: 5px;
}

/************************ */
/* RIGHT BOX SECTION */
/************************ */

#tickerie {
    text-align: center;
    width: 85%;
    background-color: #D06513;
    font-size: 100%;
    margin-left: 7.5%;
}

.page-title {
    text-align: center;
    font-size: 115%;
    color: #ff3;
    margin-top: 10px;
}

#dissolve-rust {
    margin-left: 135px;
}

@media only screen and (min-width : 811px ) and (max-width : 950px ){
	#dissolve-rust {
		margin-left: 50px;
		/* width: 100%; */
	}
}

@media only screen and (max-width : 810px ){
	#dissolve-rust {
		margin-left: 0px;
		/* width: 100%; */
	}
}

#dissolve-rust-txt {
    text-align: center;
}

/************************ */
/* ACID PAGE */
/************************ */

/************************ */
/* BENEFITS PAGE */
/************************ */

#container-example {
    width: 750px;
    margin: 0 auto;
}

#container-example p {
    text-align: center;
}

#container-example img {
    margin-left: 25px;
}

/************************ */
/* ABOUT PAGE */
/************************ */

.about-para {
    text-align: justify;
    font-size: 90%;
    margin-bottom: 15px;
}

/************************ */
/* PRODUCT OVERVIEW PAGE */
/************************ */

.overview-directions li {
    margin-left: 40px;
}

.overview-para {
    margin-bottom: 15px;
    text-align: justify;
}

/************************ */
/* HOW-TO PAGE */
/************************ */

.para-heading {
    color: #ff3;
}

/************************ */
/* MISS BELVEDERE 2 PAGE */
/************************ */

#miss-bel-cont {
    margin-left: 225px;
}

.miss-bel-2-years {
    width: 500px;
    margin: 10px auto;
}

#miss-bel-info {
    border: 1px solid #aaa;
    text-align: center;
    padding: 5px 0;
}

#miss-bel-img {
    margin: 20px auto;
    width: 640px;
}

/************************ */
/* BEFORE-AFTER PAGE */
/************************ */

#container-zoom {
    width: 800px;
    margin: 0 auto;
}

#container-zoom img {
    border: 1px solid #fff;
    margin-top: 30px;
    margin-left:  75px;
    margin-bottom: 10px;
}

.before-after-img {
    border: 1px solid #fff;
    margin-left: 88px;
}

.before-after-zoom {
    font-size: 80%;
    margin-left: 192px;
    text-align: center;
}

/*
.before-after-zoom-img {
    border: 1px solid #fff;
    margin: 50px 75px 10px auto;
}
*/

#before-after-intro {
    margin: 10px 0 40px 0;
}

#before-after-page {
    width: 450px;
    margin: 20px auto;
}

.before-after-row {
    margin-bottom: 20px;
}

.before-after-link {
    text-align: center;
    font-size: 80%;
}

.before-after-link img {
    border: 1px solid #fff;
}

#before-after2-page {
    width: 750px;
    margin: 20px auto;
}

.before-after2-col {
    width: 355px;
    height: 480px;
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}

.before-after2-para1 {
    width: 330px;
    text-align: center;
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 10px;
}

.before-after2-para2 {
    width: 330px;
    text-align: justify;
}

.before-after2-zoom {
    font-size: 80%;
    text-align: center;
    margin-left: 32px;
}

.before-after3-zoom {
    font-size: 80%;
    text-align: center;
    margin-left: 162px;
}

/************************ */
/* RESTORATION PAGE */
/************************ */

#resto-list {
    padding-left: 30px;
    list-style: disc;
}

#resto-img {
    border: 1px solid #fff;
    width: 600px;
}

#resto-label {
    text-align: left;
    width: 400px;
    display: inline;
    float: left;
}

#resto-prev-next {
    text-align: right;
    display: inline;
    width: 200px;
    font-size: 70%;
    float: right;
}

/************************ */
/* FOOTER SECTION */
/************************ */

#copyright {
    text-align: center;
    font-size: 75%;
    margin-top: 50px;
}

#dealers-wanted {
    text-align: center;
    font-weight: 600;
    margin: 75px 0 30px 0;
}

#money-back {
    text-align: center;
    font-size: 140%;
    font-weight: 600;
}

#siteseal {
    float: right;
}

#slide-show-info {
    width: 90%;
    text-align: center;
    margin: 10px auto;
}

/************************ */
/* CONSTRUCTION SECTION */
/************************ */

#construct-para {
    text-align: center;
    font-size: 115%;
    font-weight: 600;
    width: 85%;
    margin-left: 7.5%;
    margin-bottom: 50px;
}

#construct-img {
    width: 85%;
    margin-left: 7.5%;
    margin-bottom: 10px;
}

