@charset "UTF-8";
/* CSS Document */

* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
body {
	background-color:#000;
}
#site {
	background: #000 url(../img/png/contact_background.png) no-repeat top;
	margin:0 auto;
	width:955px;
}

/* START HEADER */

#nav {
	overflow:auto;
	height:50px;
	background:#252322;
}
#nav li {
	float:left;
}
#logonav {
	background:url(../img/png/espainav.png) no-repeat 0 14px;
	width:97px;
	height:22px;
	text-indent:-999px;
	padding-top:12px;
	padding-bottom:2px;
	margin-left:15px;
}
#socialtext {
	background:url(../img/png/social.png) no-repeat 1px 16px;
	width:64px;
	height:17px;
	text-indent:-999px;
	padding-top:12px;
	padding-bottom:4px;
	margin-left:70px;
}
#social {
	margin-left:20px;
	margin-top:12px;
}
#social li {
	float:left;
	padding-right:8px;
}
a#rss {
	display:block;
	background:url(../img/png/rss.png) no-repeat;
	width:27px;
	height:27px;
}
a#rss:hover {
	background:url(../img/png/rsshover.png) no-repeat;
	width:27px;
	height:27px;
}
a#facebook {
	display:block;
	background:url(../img/png/facebook.png) no-repeat;
	width:13px;
	height:27px;
}
a#facebook:hover {
	background:url(../img/png/facebookhover.png) no-repeat;
	width:13px;
	height:27px;
}
a#twitter {
	display:block;
	background:url(../img/png/twitter.png) no-repeat;
	width:34px;
	height:27px;
	margin-top:2px;

}
a#twitter:hover {
	background:url(../img/png/twitterhover.png) no-repeat;
	width:34px;
	height:27px;
}
a#digg {
	display:block;
	background:url(../img/png/digg.png) no-repeat;
	width:38px;
	height:22px;
	margin-top:3px;

}
a#digg:hover {
	background:url(../img/png/digghover.png) no-repeat;
	width:38px;
	height:22px;
}
a#blogger {
	display:block;
	background:url(../img/png/blogger.png) no-repeat;
	width:24px;
	height:24px;
	margin-top:2px;
}
a#blogger:hover {
	background:url(../img/png/bloggerhover.png) no-repeat;
	width:24px;
	height:24px;
}
a#cloud {
	display:block;
	background:url(../img/png/cloud.png) no-repeat;
	width:37px;
	height:25px;
}
a#cloud:hover {
	background:url(../img/png/cloudhover.png) no-repeat;
	width:37px;
	height:25px;
}
#shop {
	background:url(../img/png/shop.png) no-repeat 1px 16px;
	width:50px;
	height:12px;
	text-indent:-999px;
	padding-top:12px;
	padding-bottom:12px;
	margin-left:28px;
}
a#cart {
	display:block;
	background:url(../img/png/cart.png) no-repeat;
	width:23px;
	height:27px;
	margin-top:12px;
	margin-left:20px;
}
a#cart:hover {
	background:url(../img/png/carthover.png) no-repeat;
	width:23px;
	height:27px;
}
#search_form {
	margin-top:12px;
	margin-left:50px;
}
#search_field {
	float:left;
	width:193px;
	height:23px;
	background-color:#666;
	border:none;
	color:#FFF;
	text-indent:10px;
}
#search_button {
	border:none;
	background:url(../img/png/submitsearch.png) no-repeat;
	width:79px;
	height:25px;
	margin-left:12px;
}
#espaicontact {
	background:url(../img/png/espaicontact.png) no-repeat;
	width:496px;
	height:75px;
	text-indent:-999px;
	margin-left:256px;
	margin-top:94px;
	margin-bottom:170px;
}
#menu {
	overflow:auto;
	margin-left:62px;
	height:50px;
	margin-bottom:10px;
}
#menu li a {
	height:23px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin:0 40px 0 40px;
}
#menu li a.home {
	width:65px;
	background:url(../img/png/home.png) no-repeat;
}
#menu li a.products {
	width:116px;
	background:url(../img/png/products.png) no-repeat;
}
#menu li a.recommend {
	width:181px;
	background:url(../img/png/recommend.png) no-repeat;
}
#menu li a.contact {
	width:136px;
	background:url(../img/png/contact.png) no-repeat;
}
#menu li a:hover {
	border-bottom:solid 2px #29b4ac;
	padding-bottom:10px;
}

/*END HEADER*/
/*START CONTENTS*/

#contents { 
	overflow:auto;
	padding-bottom:20px; /*TAKE A LOOOK*/
}
#left, #right {
	float:left;
	margin-top:15px;
}
#left {
	width:314px;
	margin-left:15px;
}
#left h3 {
	background:	#29b4ac url(../img/png/contactus.png) no-repeat 10px 12px;
	text-indent:-999px;	
	width:298px;
	height:41px;
}
#contact_form {
	width:268px;
	position:relative;
	background-color:#3c3a3a;
	margin-top:15px;
	overflow:auto;
	clear:left;
	padding:15px;
}
#contact_form input {
	background-color:#5e5d5d;
	border:none;
	color:#FFF;
	text-indent:10px;
	font-size:12px;
}
#contact_form input:focus {
	background-color:#272727;
}
#contact_form label{
	text-align:left;
	font-size:12px;
	color:#29b4ac;
	display:block;
	margin-bottom:10px;
}
#name, #mail, #about {
	float:left;
	width:268px;
	height:28px;
	margin-bottom:15px;
}
#message {
	float:left;
	overflow:auto;
	width:248px;
	height:114px;
	background-color:#5e5d5d;
	border:none;
	color:#FFF;
	text-indent:10px;
	font-size:12px;
	padding:10px;
}
#message:focus {
	background-color:#272727;
}
#contact_form input[type='submit'] {
	width:94px;
	height:41px;
	background:#FFF url(../img/png/submit.png) no-repeat 10px 12px;
	border:none;
	margin-top:15px;
	position:relative;
	left:173px
}
#right {
	width:611px;
}
#right h3 {
	background:#29b4ac url(../img/png/where.png) no-repeat 10px 12px;
	text-indent:-999px;	
	width:610px;
	height:41px;
}
#locationbox {
	margin-top:15px;
	background:#3c3a3a;
	padding:15px;
}
#locationbox h4 {
	background:url(../img/png/smallspaiphoto.png) no-repeat;
	text-indent:-999px;
	margin-top:15px;
	width:100px;
	height:18px;
}
#locationbox h5 {
	color:#656464;
	font-size:10px;
	margin-top:5px;
}
#locationbox p {
	color:#FFF;
	font-size:10px;
	margin-top:10px;
}
#locationbox p span {
	color:#29b4ac;
}
#locationbox p a {
	text-decoration:none;
	color:#FFF;
}


/*<h3>WHERE?</h3>
                <div id="locationbox">
                	<a href=""><img src="" alt="We are here" /></a>
                    <h4>espaiphoto</h4>
                    <h5></h5>
                    <p>Entença 182. Barcelona |<span>931 635 353</span>| <a href"mailto:hello@espaiphoto.com?Subject=Hello%20again">hello<span>@</span>espaiphoto.com</p></a>
*/
/*END CONTENTS*/
/*START FOOTER*/

#footer {
	height:500px;
	overflow:auto;
	width:955px;
	padding-top:40px;
}
#footer_menu {
	height:50px;
	border-bottom:#29b4ac solid 2px;
	margin-left:62px;
	margin-right:62px;
}
#footer_menu li a {
	height:23px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin:0 40px 0 40px;
}
#footer_menu li a.home {
	width:65px;
	background:url(../img/png/home.png) no-repeat;
}
#footer_menu li a.products {
	width:116px;
	background:url(../img/png/products.png) no-repeat;
}
#footer_menu li a.recommend {
	width:181px;
	background:url(../img/png/recommend.png) no-repeat;
}
#footer_menu li a.contact {
	width:136px;
	background:url(../img/png/contact.png) no-repeat;
}
#footer_menu li a:hover {
	border-bottom:solid 2px #343232;
	padding-bottom:10px;
}
#footer h4 {
	margin-top:10px;
	color:#343232;
	font-size:9px;
	text-align:center;
	text-transform:capitalize;
	font-weight:100;
}
#footer h4 a {
	color:#29b4ac;
	text-transform:uppercase;
	text-decoration:none;
}
#footer h5 {
	color:#656464;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	font-size:9px;
	font-weight:100;
}

/*BRANDS*/

#brands {
	margin-left:55px;
}
#brands li {
	width:200px;
	height:60px;
	float:left;
	padding:10px 50px 10px 50px;
}
