/* AUTHOR:	Sebastien Thiroux
			sebastien@mmaraudergraphics.com
			http://www.mmaraudergraphics.com
*/

/* STRUCTURE */
.contactArea {
	background: url(../images/css-images/cloud-bg-2.jpg) no-repeat top center;
	text-align: left;
	margin: auto;
	width: 1022px;
}

/* HEADER */
.header li a {
	display: block;
	text-indent: -9999px;
	float: left;
}

/* END OF NAV */
/* END OF HEADER */


/* MAIN CONTENT AREA */
.main-content-contact {
	width: 700px;
	margin-left: 158px;
}
.main-content-contact li a {
	display: block;
	float: left;
}

/* CONTACT AREA */

#contact {
	width: 700px;
	height: 140px;
	background: url(../images/css-images/contact-text.png) no-repeat;
	margin: 40px 0 10px 0;
}
#contact p {
	text-indent: -9999px;
}
#contact-info {
	width: 700px;
	height: 235px;
	background: url(../images/css-images/contact-bubble-bg.png) no-repeat bottom left;
}
#contact-info ul li {
	display: block;
}
#contact-info a {
	text-decoration: none;
	color: black;
	-webkit-transition: color 0.3s linear;
}
#contact-info a:hover {
	color: #7C7935;
}
#cont-inf-01 {
	width: 300px;
	margin: 60px 0 0 15px;
	float: left;	
}
#cont-inf-02 {
	width: 300px;
	margin: 60px 0 0 65px;
	float: left;
}
#contact-address {
	width: 73px;
	height: 20px;
	background: url(../images/css-images/address-txt.png) no-repeat;
	text-indent: -9999px;
}
#contact-mail {
	width: 59px;
	height: 20px;
	background: url(../images/css-images/email-txt.png) no-repeat;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}
#contact-phone {
	width: 59px;
	height: 20px;
	background: url(../images/css-images/phone-txt.png) no-repeat;
	text-indent: -9999px;
}
#contact-skype {
	width: 59px;
	height: 20px;
	background: url(../images/css-images/skype-txt.png) no-repeat;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}

/* END OF MAIN CONTENT AREA */


/* FOOTER */
#footer {
	width: 1022px;
	height: 420px;
	background: url(../images/css-images/footer-bg.png) no-repeat top left;
	margin: 25px 0 100px 0;
	padding-bottom: 60px;
}
#footer a {
	width: 1022px;
	height: 115px;
	background: url(../images/css-images/footer-change-bg.png) no-repeat top left;
	display: block;
	cursor: default;
}
#footer p {
	line-height: 1px;
	font-size: 12px;
	margin-bottom: 20px;
	color: #dddddd;
}
#footer a:hover {
	background: url(../images/css-images/footer-change-bg.png) no-repeat bottom left;
}
#footer #footcontainer {
	width: 700px;
	margin: 110px 0 0 158px;
}
#footcontainer a {
	width: 200px;
	height: 8px;
	text-decoration: none;
	color: white;
	-webkit-transition: color 0.3s linear;
}
#footcontainer a:hover {
	text-decoration: none;
	color: #9dc44d;
	cursor: pointer;
}
#others {
	margin-left: 15px;
}
#extra, #others, #friends {
	background-color: #090909;
	border: 2px solid #111;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: white;
	height: 135px;
	margin-bottom: 20px;
	padding: 10px 0 0 15px;
	width: 205px;
	
	/*
width: 214px;
	height: 180px;
	background: url(../images/css-images/footer-content-bg.png) no-repeat top left;
	color: white;
	padding: 10px 0 0 15px;
*/
}
#extra ul li, #others ul li, #friends ul li {
	display: block;
	height: 20px;
}
#copy {
	color: #666666;
	font-size: 10px;
	padding: 0 0 20px 15px;
}
/* END OF FOOTER */

/* END STRUCTURE */