html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	position: relative;
	
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color: #E3E1DC;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	background-color:#000000;
	background-image:url(images/newheader.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#container{
	width: 48.44em;
	margin: auto;
	padding: 1em;
	padding-top: 0;
}

#header{
	height:200px;
	
	
}

#contact{
	background-image: url(images/newfooter.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#footer{
	height: 4em;		
	font-size: 0.65em;
	text-align:center;
	padding-top: 2em;
}

#header h1{
	text-indent: -1000em;
}

#content .introduction, .portfolio,#contact h2{
}

.portfolio{
	height: 4.75em;
}

#contact h2{
	height: 2.5em;
}

#content .about h2, .introduction h2, .portfolio h2, #contact h2{
	font-size: 1.50em;
	text-transform: uppercase;
	margin-bottom: 0.38em;
	padding-top: 0.38em;
}

#content p{
	font-size: 0.94em;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

.case{
	margin-bottom: 3.5em;
}

.case h3{
	font-size: 1.2em;
	font-weight: normal;
 
	 
 	
 
}
.case .date{
	font-size: 0.63em;
	display: block;
	float: left;
 	
	line-height: 1.6;	
	height:13px;
	width:739px;
	color: #fff;
	margin-bottom: 1em;
	background-image:url(images/new_crepeat.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.case .date span {
	background-color:#000;

	padding-right:4px;
}

.case p{
	text-align: right;
	font-size: 0.75em;
	margin-top: 0.70em;	
}

.case blockquote p{
	font-size: 0.80em;
	line-height: 1.5;
	letter-spacing: 0.02em;
	padding: 0.70em;
	padding-left: 0;
	padding-right: 0;
	margin-top: 1em;
	text-align: left;
}

.case p a{
	color: #000;
	text-decoration: none;
}
.case p a span {
	height:30px;
	background-color:#38aced;
	padding:4px;
	font-weight:bold;
}
.case p a:hover{
	color: #fff;
	text-decoration: none;
}

#ie6 .case .date, #ie7 .case .date{
	line-height: 2.4em;
}

.beforeimg{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background-image: url(images/new_crepeat.gif);	
	background-position: left; 
	margin-right:4px;
}
.images{
	height: 248px;
	width: 773px;
	overflow: hidden;
	border: 0.05em #38aced dotted;
	margin: auto;
	text-align: center;
	cursor: default;
 
}

.gallery img{
	margin: auto;
}

.technologies{
	margin-top: 1em;
}

.technologies img{
	margin-right: 0.50em;
	/*
	width: 51px;
	height: 18px;
	*/
}

.flash{
	float: right;
	width: 522px;
	height: 163px;
}

form{
	font-size: 0.75em;
	float: left;
	width: 320px;
}

.row{
	width: 300px;
	clear: both;
	padding-top: 0.4em;
}

.row label{
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.4em;
	line-height: 1.5;
}

.row span{
	width: 200px;
	float: left;
}

.row p{
	margin-left: 6.6em;
}

form p{
	font-weight: bold;
	margin-bottom: 2em;
}

form .row p{
	margin-bottom: 0;
}

form .submit{
	width: 108px;
	height: 24px;
	background-image: url(design/images/newsubmit-btn.jpg);	
	background-position: bottom;
	border: 1px #000 solid;
	border: none;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #E3E1DC;
	line-height: 0.5;
	padding: 4px;
}

form .submit:hover{
	background-position: top;
}

.inputerror{
	border: 1px #990033 solid;
}

.floatfix{
	clear: both;
}

form input, textarea, select{
	background-color: #F2F2F2;
	border: 1px #DADAD9 solid;
	width: 200px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

textarea{
	font-size: 12px;
}

.failsend{
	padding: 10px;
	background-color: #F5C0CB;
	border: 1px red solid;
	text-align: center;
	width: 300px;
	float: left;
}

.sucesssent{
	padding: 10px;
	background-color: #CBF8D1;
	border: 1px #69800B solid;
	text-align: center;
	width: 300px;
	float: left;
}

#beta{
	width: 136px;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
}
.rose {
	color:#f8135e;	
}
.fushia {
	color:#d716b1;	
}
.bleu {
	color:#38aced;	
}
.wline {
	background-image:url(images/dots.gif);
	height:1px;
	background-repeat:repeat-x;
	margin-top:15px;
	margin-bottom:15px;
	
}
#contactBtn h2 {
	font-size: 1.50em;
	text-transform: uppercase;
}
#contactBtn a {
	text-decoration:none;
	color:#d716b1;
}

