/* css for the warranty page */
html {
}

body {
    background: none !important;
}

body div#content {
    background: none !important;
}

#warranty {
	position: relative;
}

#warranty h1 {
    color: #A4A4A4;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0 0 0 0;
    text-shadow: 0 2px 0 rgba(4, 5, 5, 0.75);
}

#warranty h3 {
    color: #A4A4A4;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 10px 0 5px 0;
    text-shadow: none;
}

#warranty .top-title {
    background: #E8E7E1;
    height: 200px;
}

h2 {
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    color: #444;
    font-size: 65px;
    margin: 0 0 0 203px;
}

h4 {
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
    color: #deded1;
    font-size: 52px;
}

h5 {
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    color: #444;
    margin: 0 0 0 207px;
    position: absolute;
    top: 122px;
}

p, ol, ul {
    font-family: proxima-nova,sans-serif;
    line-height: 2em;
    font-size: 16px;
    padding-bottom: 17px;
    color: #a4a4a4;
    text-shadow: 0 1px 0 rgba(4,5,5,0.75);
}

#warranty div.top-title {
    background: url("../img/company/collage_image.jpg") repeat-x scroll 0 0 #333;
    margin: 0 0 20px 0;
    position: relative;
}   

#warranty div.company-collage {
    height: 379px;
    /*width: 1200px;*/
    margin: 0 0 0 0;
    position: relative;
}   

#warranty div.about-us {
	/*box-shadow:inset 0 0 20px rgba(0,0,0,0.85);*/
/*    background: #2d2a28 url(../img/dealers/inter-light-bg.jpg) repeat-x 0 0;*/
	/*height: 645px;*/
    /*background: #2d2a28 url(../img/dealers/inter-light-bg.jpg) repeat-x 0 0; */
    background: none;
}

#warranty div.about-us h2 {
	margin: 5px 0 0 0;
    padding-left: 55px;
}

.about-us .body-copy {
	padding-top: 40px;
    padding-bottom: 120px;
}

.about-us .body-copy .inner{
    padding-left: 55px;
    width: 850px;
}

.about-us .body-copy ul,
.about-us .body-copy ol {
    padding: 0 0 20px 0;
    padding-left: 20px;
    line-height: 1.8em;
    font-size: 14px;
}

.about-us .body-copy ul {
    list-style: none;
}

.about-us .social-links a {
    display: block;
    text-indent: -9999px;
    opacity: 0.6;
    position: absolute;
    width: 57px;
    height: 49px;
}

.about-us .social-links a:hover{
    opacity: 0.95;
}

.about-us .social-links .facebook {
	background: url(../img/company/facebook_logo.png) no-repeat 0 0;
	top: 705px;
	left: 420px;
}

.about-us .social-links .twitter {
	background: url(../img/company/twitter_logo.png) no-repeat 0 0;
	top: 710px;
	left: 460px;
}

.about-us .social-links .vimeo {
	background: url(../img/company/v_logo.png) no-repeat 0 0;
	top: 712px;
	left: 528px;
}
