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

* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
body {
	background-color:#000;
}
#site {
	background: #000 url(../img/png/main_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;
}
#espaiphoto {
	background:url(../img/png/espaiphoto.png) no-repeat;
	width:479px;
	height:75px;
	text-indent:-999px;
	margin-left:274px;
	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;
}
/*
.currenthome #menu li a:hover {
	cursor: default;
	width:65px;
	background:url(../img/png/home.png) no-repeat;
}

.currentproducts #menu li a:hover {
	cursor: default;
	width:116px;
	background:url(../img/png/products.png) no-repeat;
}
.currentrecommend #menu li a:hover {
	cursor: default;
	width:181px;
	background:url(../img/png/recommend.png) no-repeat;
}
.currentcontact #menu li a:hover {
	width:136px;
	background:url(../img/png/contact.png) no-repeat;
	cursor: default;
}
*/
/*END HEADER*/
/*START CONTENTS*/

/*CAMERAS*/

#contents { 
	overflow:auto;
	padding-bottom:20px;
}
#left, #center, #right {
	float:left;
}
#cameras h3 {
	background:#29b4ac url(../img/png/cameras.png) no-repeat 10px 12px;
	width:298px;
	height:41px;
	text-indent:-999px;
	margin-left:15px;
	position:relative;
}
#ulcameras {
	overflow:auto;
	width:298px;
	margin-left:15px;
	margin-top:15px;
	background:#3c3a3a;
	padding-top:15px;
}
#ulcameras li {
	position:relative;
	margin-left:15px;
}
#ulcameras li img {
	float:left;
	width:115px;
	margin-right:12px;
}
#ulcameras li h4 {
	color:#29b4ac;
	text-transform:capitalize;
	font-size:17px;
	font-weight:100;
	margin-bottom:3px;
}
#ulcameras li h5 {
	color:#656464;
	text-transform:capitalize;
	font-weight:100;
	font-size:11px;
	margin-bottom:12px;
}
#ulcameras li p {
	float:left;
	color:#FFF;
	font-weight:100;
	font-size:10px;
	width:155px;
	margin-top:2px;
}
#ulcameras li a.more {
	font-size:10px;
	color:#29b4ac;
	text-decoration:none;
}
#ulcameras li a.expand img {
	width:17px;
	width:17px;
	position:relative;
	bottom:11px;
	left:255px;
	margin-top:2px;/*Fit boxes*/

}
#ulcameras li h6.currency {
	position:relative;
	bottom:88px;
	right:12px;
	text-decoration:line-through;
	color:#656464;
	font-weight:100;
	font-size:15px;
	text-align:right;
}
#ulcameras li h6.actual {
	position:relative;
	bottom:84px;
	right:12px;
	color:#29b4ac;
	font-weight:100;
	font-size:22px;
	text-align:right;
}

/*LENSES*/

#lenses h3 {
	background:#29b4ac url(../img/png/lenses.png) no-repeat 10px 12px;
	width:298px;
	height:41px;
	text-indent:-999px;
	margin-left:15px;
	position:relative;
}
#ullenses {
	overflow:auto;
	width:298px;
	margin-left:15px;
	margin-top:15px;
	background:#3c3a3a;
	padding-top:15px;
}
#ullenses li {
	position:relative;
	margin-left:15px;
}
#ullenses li img {
	float:left;
	width:74px;
	margin-right:12px;
}
#ullenses li h4 {
	color:#29b4ac;
	text-transform:capitalize;
	font-size:11px;
	font-weight:100;
	margin-bottom:3px;
}
#ullenses li h5 {
	color:#656464;
	text-transform:capitalize;
	font-weight:100;
	font-size:11px;
	margin-bottom:12px;
}
#ullenses li p {
	float:left;
	color:#FFF;
	font-weight:100;
	font-size:10px;
	width:170px;
	margin-top:2px;
}
#ullenses li a.more {
	font-size:10px;
	color:#29b4ac;
	text-decoration:none;
}
#ullenses li a.expand img {
	width:17px;
	width:17px;
	position:relative;
	bottom:11px;
	left:255px;
	margin-top:10px;/*Fit boxes*/

}

#ullenses li h6.currency {
	position:relative;
	bottom:72px;	
	right:12px;
	text-decoration:line-through;
	color:#656464;
	font-weight:100;
	font-size:12px;
	text-align:right;
}
#ullenses li h6.actual {
	position:relative;
	bottom:67px;
	right:12px;
	color:#29b4ac;
	font-weight:100;
	font-size:17px;
	text-align:right;
}

/*MISCELLANY*/

#miscellany h3 {
	background:#29b4ac url(../img/png/misc.png) no-repeat 10px 12px;
	width:298px;
	height:41px;
	text-indent:-999px;
	margin-top:15px;
	margin-left:15px;
	position:relative;
}
#ulmiscellany {
	overflow:auto;
	width:298px;
	margin-left:15px;
	margin-top:15px;
	background:#3c3a3a;
	padding-top:15px;
}
#ulmiscellany li {
	position:relative;
	margin-left:15px;
}
#ulmiscellany li img {
	float:left;
	width:74px;
	margin-right:12px;
	
}
#ulmiscellany li h4 {
	color:#29b4ac;
	text-transform:capitalize;
	font-size:11px;
	font-weight:100;
	margin-bottom:3px;
}
#ulmiscellany li h5 {
	color:#656464;
	text-transform:capitalize;
	font-weight:100;
	font-size:11px;
	margin-bottom:12px;
}
#ulmiscellany li p {
	float:left;
	color:#FFF;
	font-weight:100;
	font-size:10px;
	width:170px;
	margin-top:2px;
}
#ulmiscellany li a.more {
	font-size:10px;
	color:#29b4ac;
	text-decoration:none;
}
#miscellany li a.expand img {
	width:17px;
	width:17px;
	position:relative;
	bottom:11px;
	left:255px;
	margin-top:10px; /*Fit boxes*/
}
#ulmiscellany li h6.currency {
	position:relative;
	bottom:40px;
	right:12px;
	text-decoration:line-through;
	color:#656464;
	font-weight:100;
	font-size:12px;
	text-align:right;
}
#ulmiscellany li h6.actual {
	position:relative;
	bottom:54px;
	right:12px;
	color:#29b4ac;
	font-weight:100;
	font-size:17px;
	text-align:right;
}

/*LOGIN FORM*/

#login_form {
	height:41px;
	margin-bottom:15px;
}
#login_form input[type='text'] {
	height:39px;
	width:90px;
	border:solid 1px #29b4ac;
	background-color:#000;
	margin-left:15px;
	color:#FFF;
	text-indent:8px;
	font-size:10px;
}
#login_form input[type='password'] {
	width:80px;
	border:solid 1px #29b4ac;
	background-color:#000;
	margin-left:8px;
	color:#FFF;
	text-indent:8px;
	height:39px;
	font-size:10px;
}
#login_form input[type='submit'] {
	width:94px;
	height:41px;
	background:#29b4ac url(../img/png/send.png) no-repeat 10px 12px;
	border:none;
	margin-left:10px;
}

/*NEW USER AND FORGOT PASS*/

#user {
	position:relative;
	float:left;
}
#newuser {
	display:block;
	float:left;
	width:130px;
	height:41px;
	text-indent:-9999px;
	background:#FFF url(../img/png/newuser.png) no-repeat 10px 12px;
	margin-left:15px;
} 
#forgotpass {
	display:block;
	float:left;
	width:152px;
	height:41px;
	text-indent:-9999px;
	background:#FFF url(../img/png/forgotpass.png) no-repeat 10px 12px;
	margin-left:15px;
}

/*EXCLUSIVE*/

#exclusive {
	float:left;
}
#exclusive h3 {
	background:#fb6402 url(../img/png/exclussive.png) no-repeat 10px 12px;
	width:298px;
	height:41px;
	text-indent:-999px;
	margin-left:15px;
	margin-top:15px;
}
#exclusivebox {
	width:298px;
	margin-left:15px;
	margin-top:15px;
	background:#FFF;
	padding-bottom:12px;
}
#exclusivebox a img {
	margin-top:10px;
	margin-left:9px;
}
#exclusivebox img {
	margin-left:18px;
	margin-top:20px;
	margin-bottom:1px;
}
#exclusivebox h4 {
	margin-top:10px;
	font-size:12px;
	color:#a7a5a5;
	font-weight:100;
	text-transform:capitalize;
	margin-left:12px;
}
#exclusivebox h4 span {
	color:#fb6402;
	font-weight:100;
	text-transform:capitalize;
}
#exclusivebox p {
	font-size:10px;
	margin:12px 12px 3px 12px;
}
#continue {
	color:#fb6402;
	text-decoration:none;
	margin-left:200px;
	font-size:9px;
}

/*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;
}
