
/* === Font Styles === */

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/pt-sans/PTS55F-webfont.eot');
    src: url('fonts/pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pt-sans/PTS55F-webfont.woff') format('woff'), url('fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'), url('fonts/pt-sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* === General Styles === */

html,
div,
span,
head,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
font,
img,
small,
strong,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

ol,
ul {    list-style: none }

blockquote,
q {    quotes: none }

body {
    font-family: PTSansRegular;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1;
}

body {    background: #808080; }

.container {
    width: 885px;
    margin: 0 auto;
}

#main {
	background: #3B3B3B;
    border-radius: 25px;
    border: 2px solid #FFFFFF;
    padding: 20px;   
    height: 450x;
	width: 1050px;
}


/* === Header Styles === */

#header {
    margin: auto;
    margin-top: 80px;
    margin-bottom: 10px;
    height: 50px;
}

#logo {
    position: relative;
    float: left;
    padding-left: 42px;
}

#contact_details {
    float: right;
    color: #333333;
    font-size: 13px;
    font-style: normal;
    line-height: 22px;
    padding-right: 42px;
    text-align: right;
}

#contact_details a {
    color: #333333;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.5px;
}


/* === Content Styles === */

#content {    padding: 10px 44px }

.text {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #262626;
}

.text h2 {
    font-size: 30px;
    color: #e5e5e5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

.counter {
    background: url(images/counter_bg.png) no-repeat scroll center 57px;
    width: 797px;
    height: 150px;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #262626;
    text-align: center;
    position: relative;
}

.counter h3 {
    font-size: 14px;
    color: #e5e5e5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 20px;
}

.details {
    border-top: 1px solid #4f4f4f;
    height: 120px;
}

a.prev {
    float: left;
    margin-top: 50px;
    margin-left: 50px;
}

a.next {
    float: right;
    margin-top: 50px;
    margin-right: 50px;
}

.copyright {
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 50px;
}

