@import url(http://fonts.googleapis.com/css?family=Oswald:300);
@import url(http://fonts.googleapis.com/css?family=Oswald:400);
@import url(http://fonts.googleapis.com/css?family=Roboto);


/*
Document styles
*/

body {
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    font-family: sans-serif;
    overflow: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

h1, h2, h3 {
    color: #4090a0;
}

h4 {
    color: #70989e;
}

h5 {
    color: #8c9a9c;
}

h6 {
    color: #989b9c;
}

p, ul, ol {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #383838;
}

a {
    color: #249db3;
}

a:hover {
    color: #1ab331;
}




/*
Title bar
*/

.title_bar {
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    font-size: 78px;
    text-align: center;
	color: #505050;
}


/*
Page content area
*/

.page_content {
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}


.product_title {
    color: #c04;
}

.product_title > a {
    color: #c40;
}

.product_title > a:hover {
    color: #1ab331;
}
