/* Layout */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #EBEAD1;
	margin: 0;
	padding: 0;
}

#content {
	background: #EBEAD1 url(../images/bg.png) repeat-x;
}

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

#header {
	height: 30px;
}

#logo {
    position:absolute;
    top:85px;
    right:0px;
    width:520px;
    height:89px;
    background: transparent url(../images/logo.png) no-repeat;
}

#logo a{
    width:520px;
    height:89px;
    display:block;
    text-indent: -500px;
    font-size:0;
}

.main {
	width: 580px;
	float: left;
}

#spacer {
	height: 177px;
	margin-bottom: 30px;
	padding: 23px 0 0 157px;
}

.sidebar {
	width: 450px;
	float: right;
	/* padding: 0 10px 0 30px; */
	text-align: justify;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;

}

/* Generic tags */
p, form, fieldset, input, img, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	line-height: 18px;
	margin-bottom: 15px;
	text-align: justify;
}

h1 {
	color: #422C21;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 2px;
}

h3 {
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

h4 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0;
}

a {
	color: #FB8D09;
	outline:none;
}
a:hover, a:active {
	color: #870014;
}

h1 a {
	color: #422C21;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #870014;
}


/* Cadre */

.frame {
}

.frametop {
	background: transparent url(../images/frame_t.png) no-repeat;
	margin-top: 20px;
	padding: 38px 44px 1px 44px;
	position: relative;
	height:270px;

}

.frametop h1 {
	margin-right: 20px;
}

.frametop p {
	width: 225px;
}

.frametop a.preview {
	
	padding: 1px;
	background: #fff;
	border: 4px solid #DCDAB8;
	float: right;
	font-size:0;
}
.frametop a.preview:hover {
	border-color: #FB8D09;
}
.frametop a.preview img{

	border:none;
	height:160px;
}



.framebottom {
	background: url(../images/frame_b.png) no-repeat left bottom;
	padding: 10px 44px 20px 44px;
	color: #979680;
}

.framebottom a {
    color: #FB8D09;	
    font-weight: bold;
}
.framebottom a:hover, #framebottom a:active {
	color: #870014;
}

.release {
	color: #979680;
}

.release a {
	text-decoration: none;
	color: #979680;
}

.release a:hover, .release a:active {
	color: #669900;
}

a.go {
    background:url(../images/go.png) no-repeat 0px;
    padding-left: 20px;
}

a.go:hover {
    background:url(../images/go.png) no-repeat 3px;
}

a.download {
    background:url(../images/download.png) no-repeat 0px;
    padding-left: 20px;
}



/* Sidebar */

#content .sidebar p {
	font-size: 14px;
	margin-bottom: 20px;
}


/* Projects */
#projects {
	padding: 20px 0 0 10px;
	margin-bottom: 18px;
}
#projects div {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#projects div.last {
	margin-right: 0;
}

#projects div.first {
	margin-left: 10px;
}

#projects img {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}
#projects a {
	display: block;
	width: 102px;
	height: 102px;
	border: 9px solid #DCDAB8;
	
}
#projects a:hover, #projects a:active, #projects a.selected {
	border: 9px solid #FB8D09;
}

/* Forms */
form {
	margin-bottom: 15px;
}
label {
	line-height: 25px;
	width: 100px;
	float: left;
}
input {
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 0 5px 0;
	width: 250px;
	border: solid 1px #D9D7BC;
	padding-left:2px;
	
}

input.submit {
	background: none;
	margin:0;
	border: none;
	margin-right: 95px;
	width: auto;
}

input.submit:hover, input.submit:active, input.submit:focus {
    border: none;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
    border: solid 1px #FB8D09;
}

textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 252px;
	height: 160px;
	border: solid 1px #D9D7BC;
	background: #fff;
	padding-left:2px;
}

/* Contact */

p.contact {
    background: url(../images/contact_us.png) no-repeat top right;
    margin:0;
    height: 20px;
    width:60px;
    float:right;
    
}

p.contact a {
    height:20px;
    width:60px;
    display:block;
    text-indent: -500px;
    font-size:0;
}

#contact {
    /*  display:none; */
}

.sending { 
     padding:5px 4px 7px 35px; 
     border: 1px solid #F8FFF8; 
     float:left;
     background: #FFE0E0 url(../images/ajax-loader.gif) no-repeat top left;
     display:none;
}

.sent { 
     padding:5px 4px 7px 35px; 
     border: 1px solid #F8FFF8; 
     float:left;
     background: #FFE0E0 url(../images/sent.png) no-repeat top left;
     display:none;
}

.serror { 
     padding:5px 4px 7px 35px; 
     border: 1px solid red; 
     float:left;
     margin-right:100px;
     background: #FFE0E0 url(../images/email-error.png) no-repeat top left;
     display:none;
}

