
/* Font */

@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;

    font-family: 'ColaborateLightRegular';
    src: url('fonts/Colaborate/ColabThi-webfont.eot');
    src: url('fonts/Colaborate/ColabThi-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Colaborate/ColabThi-webfont.woff') format('woff'), url('fonts/Colaborate/ColabThi-webfont.ttf') format('truetype'), url('fonts/Colaborate/ColabThi-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 0-lining */

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: Verdana;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1;
}

body {    background: #aaaaaa url(images/bg.jpg) repeat scroll 0 0 }

.container {
    width: 885px;
    margin: 0 auto;
}

#main {
	background: url(images/content.png) no-repeat scroll 0 0;
    margin: 0 auto;
    padding: 0;
    height: 430px;
}


/* Header */

#header {
    margin: auto;
    margin-top: 80px;
    margin-bottom: 10px;
    height: 50px;
    width:  885px;
}

#logo {
    position: relative;
    float: left;
    padding-left: 50px;
    width: 400px;
}

#topright {
    float: right;
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    line-height: 22px;
    text-align: right;
    width: 400px;
    margin-top: -70px;
    margin-right: -55px;
    opacity: 0.4;
   
}

/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    background: #f1f1f1 url(http://www.red-team-design.com/wp-content/uploads/2011/09/login-sprite.png) no-repeat;
    padding: 10px 10px 10px 25px;
    width: 100px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    float:  left;
}

#username
{
    background-position: 5px -6px !important;
}

#password
{
    background-position: 5px -56px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
    float: left;
}

/*--------------------*/

input#submit
{		
    background-color: #f1f1f1;
    background-image: none;
    
   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
   margin-left: 10px;
   margin-top:-webkit 2px;
   padding: 0;
    float: left;
    height: 35px;
    width: 15px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	
input#submit {
	margin-top: 2px;
}
}

#submit:hover,#submit:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#login a {
    color: #4c4c4c;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

/* Midden */

#content {    padding: 10px 44px }

.top {
    text-align: center;
    margin-top: 75px;
    padding-bottom: 55px;
    font-family: ColaborateLightRegular;
}

.top h2 {
    font-size: 30px;
    color: #f1f0ed;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
    font-family: ColaborateLightRegular;
}

.lang {
	font-size: 13px;
	    letter-spacing: 2px;
    font-family: ColaborateLightRegular;
    margin-left: 800px;
    padding-top: 10px;
 
}

.midden {
    width: 797px;
    height: 100px;
    text-align: center;
    position: relative;
}

p {
line-height: 13px;
}

.midden h3 {
    font-size: 22px;
    color: #4c4c4c;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 20px;
    font-family: ColaborateLightRegular;
}

.onder {
    height: 100px;
    margin-top: 15px;
}

/* slider */

#sliderwrap {
    float: left;
    text-align: center;
    width: 600px;
    overflow: hidden;
    position: relative;
    height: 100px;
    margin-left: 10px;
}

#slidertext h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: lighter;
    color: #4c4c4c;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: ColaborateLightRegular;
}

#slidertext p, .midden p {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #4c4c4c;
    padding: 0 25px;
}

a{
	color: #4c4c4c;
}

a:hover{
	color: #f8a81b;
}

a.prev {
	background: url(images/arrows.png) -37px -37px;
    float: left;
    margin-top: 30px;
    margin-left: 50px;
    width: 37px;
    height: 37px;
    text-indent: -239992px;
}

a.prev:hover {
	background: url(images/arrows.png) 0px -37px;
}

a.next {
	background: url(images/arrows.png) -37px 0px;
    float: right;
    margin-top: 30px;
    margin-right: 50px;
    width: 37px;
    height: 37px;
    text-indent: -239992px;
}

a.next:hover {
	background: url(images/arrows.png) 0px 0px;
}

#slidertext {
    margin-top: 15px;
    float: left;
    width: 600px;
    overflow: hidden;
    position: relative;
}

#slidertext li {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 100px;
}

#slidertext ul {    width: 600px }


.copyright p {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 50px;
    color: #4c4c4c;
}

.legal p {
    text-align: center;
    margin-top: -40px;
    font-size: 8px;
    margin-bottom: 50px;
    color: #4c4c4c;
}
