@import "http://fonts.googleapis.com/css?family=Great+Vibes&subset=latin,latin-ext";
@font-face {
    font-family: 'negotiatefree';
    src: url('../fonts/negotiate_free-webfont.eot');
    src: url('../fonts/negotiate_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/negotiate_free-webfont.woff') format('woff'),
         url('../fonts/negotiate_free-webfont.ttf') format('truetype'),
         url('../fonts/negotiate_free-webfont.svg#negotiatefree') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    background-color: #e9e2da;
    font-family: "negotiatefree";
    color:white;
    margin:0px;
    padding:0px;
}

div,p,h1,img {margin:0px;padding:0px;}

a {display:block;}



.header {
    background-color: #e0ccd8;
    height: 149px;
    text-align:center;
}


h1 {
    padding-top: 24px;
    color:#a77291;
    font-size:40px;
    font-weight:lighter;
}

h1 span {
	font-size:85px;
	color:black;
	font-family: "Great Vibes";
}


.content {
    margin: 0 auto;
    padding-top: 60px;
    width: 750px;
}


.promo, .info, .offer {
    color: black;
    font-size: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.offer {padding-top:20px;
clear:both;
}

.image-holder {
    width: 240px;
    background-color:black;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 1;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.nomargin {margin-right: 0px;}


.image-holder:hover {

	opacity: 0.7;

}


hr {
    color: grey;
}
.footer {padding-top:100px;
clear:both;}


.codux {
    margin: 14px auto 0;
    text-align: center;
    width: 239px;
}
.codux a {display:block;
color:black;
font-size:17px;
font-family:"Verdana";
text-decoration:none;
}
.codux a:hover {text-decoration:none;}
.codux a:hover > .codux-logo {
background-position: 0 -28px;}
.codux-logo {
    background-image: url("../images/codux-logo.png");
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 27px;
    margin: 5px auto 0;
    width: 133px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;

}

