/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|




/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#content-wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	}
	
#content {
	width:960px;
	height:500px;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	margin-top: 0;
	background-color:transparent;
	background-image:url(../assets/backing.png);
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#3E3E3E;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#3E3E3E;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#3E3E3E;
	}
	
#content p {
	text-align: justify;
	font-size: 14px;
	line-height:20px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-style:normal;
	color: #858585;
	}
	
	
#content h1 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:1.6em;
	color:#D1E1F1;
	font-weight: normal;
	padding-top:1.5em;
	padding-bottom:1em;
	}

#content h2,h3,h4 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: normal;
	padding-bottom:10px;
	font-style: italic;
	}
	

	
#content a:link {
	font-size:14px;
	font-weight: normal; text-decoration: none; color: #829987;
	}
	
#content a:visited {font-size:14px;font-weight: normal; text-decoration: none; color: #829987;}	
#content a:visited:hover {font-size:14px;font-weight: normal; text-decoration: underline; color: #CCC;}
#content a:hover {font-size:14px;text-decoration: underline; color: #CCC;}
#content a:active {font-size:14px;text-decoration: none; color: #829987;}	

#contentForm {
  display: block;
  width: 500px;
  margin: 0;
  padding: 25px;
  background-color: transparent;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  width: 175px;
  line-height: 20px;
  font-size: 14px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  color:#829987;
  margin-bottom: 13px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  background-color: #333333;
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  color: #999999;
  border: 1px solid #3E3E3E;
  margin: 5px 0;
  cursor:text;
  
}   

input:focus, textarea:focus, select:focus {
	margin:0;
	border: 1px solid #3E3E3E;
	background-color: #666666;
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  padding: 2px;
  color: #D3D3D3;
  margin: 5px 0;
}

input.buttonover {
	border:1px solid #3E3E3E;
	color:#222222;
	background-color:#A6A6A6;
	font-size:14px;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-left: 175px;
}



input.button {
	cursor: pointer;
	border:1px solid #3E3E3E;
	color:#999;
	background-color:#333;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	margin-left: 175px;
}


span.required{
  font-size: 14px !important;
  color: red !important;
}

.errormsg {
	display: block;
	width: 422px;
	height: 22px;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	line-height: 22px;
	font-size:14px;
	color: #829987;
	font-weight: normal;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 1px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
	background-color: #333333;
	background-image: url(../pages/contact/images/stop.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.msgSent {
font-size:14px;
color: #829987;
text-align: left;
}

.box2 {background-color:#333333;border:1px solid #3E3E3E;color:#999999;}

.padding {
	padding-top:30px;
	}

#card {
	float:right;
	width:350px;
	margin-top:30px;
	padding: 0 20px 2px 2px;
	margin-bottom:30px;
	background-color:transparent;
	}

#card h3 {
font-size:14px;
}

#card {
font-family:Arial, Geneva, Helvetica, sans-serif;
}

#card a:link {
	font-size:14px;font-weight: normal; text-decoration: none; color: #829987;
	}
	
#card a:visited {font-size:14px;font-weight: normal; text-decoration: none; color: #829987;}	
#card a:visited:hover {font-size:14px;font-weight: normal; text-decoration: underline; color: #CCC;}
#card a:hover {font-size:14px;text-decoration: underline; color: #CCC;}
#card a:active {font-size:14px;text-decoration: none; color: #829987;}	

#card img {
padding-right:10px;
}

.vcard {
	display: none;
	margin: 30px 0 0 0;
}

#default .vcard,
#work .vcard,
#contact .vcard {
	display: block;
}

.tel {
color:#829987;
font-size:14px;
padding-bottom:10px;
}