/* css for the company page */

html {
    background: url("../img/textures/product_list_bro.jpg") repeat scroll 0 0 #303030;
}

body {
    background: none !important;
}

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

#company {
	position: relative;
    top: 29px;
    z-index: 1;
}

#company h1 {
    color: #444444;
    font-size: 92px;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0 0 0 30px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
    padding-top: 120px;
    line-height: .75em;
}

#company h2 {
    color: #a4a4a4;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0px;
    text-shadow: 0 2px 0 rgba(4, 5, 5, 0.75);
    line-height: 1em;
    -webkit-mask-image: url(../img/textures/product_h1_repeat.png);
    -moz-mask-image: url(../img/textures/product_h1_repeat.png);
    mask-image: url(../img/textures/product_h1_repeat.png);
    margin: 0 0 50px 0;
}

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


p {
	font-size: 14px;
}

#collage {
	background: #2d2a28 url(../img/company/collage_image.jpg) repeat-x 0 0;
    height: 379px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    overflow: hidden;
}

#company div.top-title {
    background: #E8E7E1;
    margin: 0 0 0 0;
    position: relative;
    padding-bottom: 30px;
}   

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

#company div.about-us {
    /*	box-shadow:inset 0 0 20px rgba(0,0,0,0.85); */
    background: none;
	padding-left: 55px;
    padding-bottom: 100px;
}

#company div.about-us h2 {
	position: relative;
	top: 65px;
}

.about-us .body-copy {
	width: 850px;
	padding-top: 40px;
}

.about-us .social-links {
    position:relative;
    float: left;
    margin-left: 200px;
    top: -30px;
}

.about-us .social-links a {
    background-image: url(../img/home/social_icons.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.about-us .social-links .facebook {
	background-position: left top;
    width: 14px;
    height: 30px;
    top: 11px;
}

.about-us .social-links .facebook:hover {
    background-position: right top;
}

.about-us .social-links .twitter {
    background-position: left -38px;
    width: 32px;
    height: 24px;
    top: 2px;
    left: 4px;
    top: 14px;
}

.about-us .social-links .twitter:hover {
    background-position: right -38px;
}

.about-us .social-links .vimeo {
    background-position: left -76px;
    width: 25px;
    height: 23px;
    top: 14px;
}

.about-us .social-links .vimeo:hover {
    background-position: right -76px;
}
