@charset "utf-8";

/*@font-face {
	font-family: 'GillSans';
	src: url('fonts/GillSansMTPro-Light.otf');
	/*src: local('☺'), url('fonts/gillsansmtpro-light-webfont.woff') format('woff'), url('fonts/gillsansmtpro-light-webfont.ttf') format('truetype'), url('fonts/gillsansmtpro-light-webfont.svg#webfont4xUc2hTi') format('svg');

}

@font-face {
	font-family: 'GillSans';
	src: url('fonts/GillSansMTPro-Medium.otf');
	/*src: local('☺'), url('fonts/gillsansmtpro-medium-webfont.woff') format('woff'), url('fonts/gillsansmtpro-medium-webfont.ttf') format('truetype'), url('fonts/gillsansmtpro-medium-webfont.svg#webfontmpZJXVwo') format('svg');
	font-weight: bold;
}
*/
* {
	margin:0px;
	padding:0px;
	list-style:none;
}

a {
	outline: none;
}

img {
    border:none;
}

body, html {
	background-color: #000000;
	font-size: 13px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
        font-weight: normal;
}
fieldset {
	border: none;
}

#pageTitle a {
	float:left;
	text-indent:-9000px;
	outline:none;
	width:287px;
	height:102px;
	background-image: url(../images/bothmedia2008.png)!important;
	background-image: none;
	border:0px;
}
div#container {
	/*margin-left:80px;*/
	padding-left:35px;
	padding-top:20px;
	width:955px;
        margin: 0 auto;
	min-height:653px;
}
div#navigation {
	float:right;
	margin-top:42px;
}
div#navigation li {
	float:left;
	margin-left:6px;
	position:relative;
	overflow:hidden;
	height:74px;
}
div#navigation li a {
	float:left;
	display:block;
	width:104px;
	height:222px;
	text-indent:-9000px;
	outline:none;
	overflow:hidden;
	cursor:pointer;
	background-position:0px 0px;
	background-repeat:no-repeat !important;
	background:none !important;
	position:relative;
}
div#navigation a:hover {
	top: -74px !important;
}
div#navigation a.active {
	top: -148px !important;
}
div#navigation a.active:hover {
	top: -148px !important;
}
div#footer {
	background:url(../images/background02.gif) repeat-x bottom left;
	height:35px;
	clear:both;
}
div#body {
	clear:both;
	padding-top:15px;
}
div.leftContent {
	width: 522px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:40px;
	float:left;
	background:url(../images/dotted.gif) repeat-y right;
}
div.rightContent {
	width: 353px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:40px;
	float:left;
}
body h2 {
	font-size:36px;
	letter-spacing:-1px;
        font-weight: normal;
        color: #FFF;
        text-transform: lowercase;
	font-family: GillSans, "Lucida Sans",Helvetica, Arial, sans-serif;
}

body h3 {
	font-family: "Lucida Sans", Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	color:#99DFCF;
	margin-top:12px;
	margin-bottom:28px;
}
.leftContent {
	font-family:Arial, Helvetica, sans-serif;
	color: #A0A0A0;
	font-size:13px;
}
.rightContent {
	font-family:Arial, Helvetica, sans-serif;
	color: #A0A0A0;
	font-size:13px;
}
.leftContent p, .rightContent p {
	line-height:20px;
}

.leftContent a {
	color:#0CC;
}

div#services {
	margin-top:48px;
}
div#services p {
	color: #707070;
	font-size:12px;
	line-height:18px;
}
em.fechaNew {
	font-style: normal;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/boxFecha.gif);
	height: 27px;
	width: 101px;
	display: block;
	line-height: 27px;
	text-align: center;
	float: right;
	margin-top: 16px;
}
div#services h4 {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	color: #a0a0a0;
	padding-left:20px;
	margin-bottom:12px;
}
img#quote {
	float: right;
	border:0px;
}

ul#works {
    margin-left: -6px;
}
ul#works li {
	float: left;
        padding: 14px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
	margin-bottom: 7px;
        width: 220px;
        overflow: hidden;
        margin-left: 4px;
}

ul#works li:hover {
     background: #1a1a1a;
}

ul#works li h4 {
	 font-family: GillSans, "Lucida Sans", Helvetica, Arial, sans-serif;
         font-size: 18px;
         font-weight: normal;
         margin-bottom: 2px;
}

ul#works li a h4,ul#works li a {
	 color: #FFF;
         text-decoration: none;
}

ul#works li small {
    display:block;
    color: #5e5e5e;
    font-size: 12px;
    text-transform: uppercase;
}
ul#works li span {
    color: #2f2f2f;
    font-style: italic;
    display:block;
    font-size: 12px;
    height: 20px;
}

ul#works li span a, div#workDetailInfo p a {
    float:left;
    display:block;
    padding-right: 15px;
    background: url('../images/external.png') no-repeat right center;
    text-decoration: none;
    color: #2f2f2f;
}

ul#works li span a:hover {
    text-decoration: underline;
}

ul#works li .imageContainer {
    height: 220px;
    overflow: hidden;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
}

ul#works li .imageContainer li {
    padding: 0px;
    margin: 0px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 6px;
}
ul#works li .imageContainer li img {
 border:0px;
}

div.imageContainer .moreProjectInfo {
    background: rgba(0,0,0,0.8);
    height: 300px;
    width: 100%;
    position: absolute;
    top:220px;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#AA000000',EndColorStr='#AA000000');
}
div.imageContainer .moreProjectInfo > div {
    padding: 10px;
}

.moreProjectInfo a.moreButton {
    display:block;
    width:24px;
    height: 24px;
    background: url('../images/more.png');
    text-indent: -9000px;
    overflow: hidden;
    position: absolute;
    right:0px;
    top:-24px;

}

ul#works li.bigger {
    width: 425px;
}


form#contactForm label {
	display: block;
}
form#contactForm li {
	margin-bottom: 14px;
}
div#contactData li {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	margin-bottom:5px;
}
div#contactData ol {
	margin-top:15px;
}
div#contactData li#phoneNumber {
	background-image: url(../images/telephone.gif)!important;
}
div#contactData li#emailAddress {
	background-image: url(../images/email.gif)!important;
}
#contactForm ol li input {
	background-image: url(../images/formText.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 312px;
	border: 1px none #000000;
	padding: 6px;
	background-attachment:scroll !important;
	background-attachment:fixed;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 13px;
	color: #666666;
}
#contactForm ol li textarea {
	background-image: url(../images/formTextArea.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment:scroll !important;
	background-attachment:fixed;
	height: 110px;
	width: 312px;
	border: 1px none #000000;
	padding: 6px;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 13px;
	color: #666666;
}
div#design, div#development {
	width:234px;
	float:left;
}
div#design {
	margin-right:50px;
}
div#services #design h4 {
	background:url(../images/color_wheel.gif) no-repeat left center;
}
div#services #development h4 {
	background:url(../images/script_gear.gif) no-repeat left center;
}
ul#news li {
	clear: both;
	margin-bottom:40px;
}
div#footer {
	padding-top:75px;
}
div#footer span {
	color: #777777;
	
}
div#footerContent {
	width:955px;
        margin: 0 auto;
}
span#languages {
	float: right;
}
span#languages a {
	color:#999999;
	text-decoration:none;
	border-bottom: dotted 1px #999999;
}
span#languages a:hover {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom: dotted 1px #CCCCCC;
}
div#quoteRequest, div#integralSolutions {
	margin-top:12px;
	margin-bottom:45px;
}
div#quoteRequest a {
	text-decoration:none;
	color: #A0A0A0;
}
li.margin {
	margin-right:27px;
}
div#contactData small {
	font-size: 11px;
	display: block;
	color: #666666;
}
ul#productList h4 {
	color: #DEDEDE;
	font-size:15px;
}
ul#productList li {
	width:225px;
	float:left;
}
li.marginRight {
	margin-right:65px;
}
ul#productList h5 {
	color: #A0A0A0;
	font-size:13px;
}
ul#productList p {
	color:#707070;
	font-size:12px;
	line-height:18px;
}
.moreInfo {
	margin-top:15px;
	border:none;
}
div#contactData {
	color: #777777;
}
div#contactData h3 {
	font-weight:bold;
	color: #777777;
}
img#vCard {
	border:none;
	margin-top:15px;
}
form#contactForm legend {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	display: block;
	padding-top: 24px;
}

div#workboxContainer {
	position: fixed !important;
	position: absolute;
	top:85px;
	z-index:999;
	width: 100px;
	display: none;
}
div#worksiteBox {
	float: left;
	width:322px;
	height:247px;
	background-image: url(../images/workImage.gif);
	background-repeat: no-repeat;
	padding: 9px;
	margin-left: 12px;
}
div#workBoxText {
	float:left;
	width:270px;
}
div#workbox {
	background-image: url(../images/bothBox.gif);
	height: 348px;
	width: 657px;
	margin-left: 250px;
	margin-right: auto;
	overflow:hidden;
}
div#workbox #content h2 {
	font-size:23px;
	float:left;
}
div#workbox #content {
	padding:15px;
	height: 348px !important;
	height: 318px;
	overflow: hidden;
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
div#workbox a#closeWork {
	float:right;
	color:#FFFFFF;
}
.workDetails {
	color:#a0a0a0;
	clear:both;
}
#workMainText {
	line-height:23px;
}
.workDetails p {
	margin-bottom:18px;
}
div#workbox a {
	color:#FFFFFF;
}
div#detailProduct p {
	margin-bottom: 12px;
}
div#detailProduct li {
	list-style-type: disc;
	margin-bottom: 8px;
	margin-left: 14px;
	color: #CCCCCC;
}
div#detailProduct ul {
	padding-top: 12px;
	padding-bottom: 12px;
}
div.fileinputs {
	position: relative;
	height:40px;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.fakefile input {
	background:none !important;
	width:200px !important;
	z-index: 4;
	position: absolute;
	top: 3px;
	left: 3px;
}
div.fakefile img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
input.file {
	position: relative;
	text-align: right;
	opacity: 0;
	z-index: 10;
	top:6px;
	width: 312px;
}
#clientList li {
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}
.nomargin {
	margin-right: 0px !important;
}
#messageAlert {
	padding: 5px 5px 5px 25px;
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
	background-position: 5px center;
	color: #C7F5F4;
	font-weight: bold;
	background-color: #030E10;
	border: 1px solid #C7F5F4;
	margin-bottom:15px;
	opacity: 0.6;
}

.wordpress {
	height:146px;
	width:147px;
	background-image: url(../images/wordpress.png);
	float:right;
}

.psdtoxhtml {
	height:146px;
	width:147px;
	background-image: url(../images/psdtoxhtml.png);
	float:right;
}

div#whoweare {
    font-size: 24px;
    color: #959696;
    width: 320px;
    height: 191px;
    padding: 17px 17px 17px 0px;
    background: url('../images/whoweareBack.png') no-repeat top right;
    font-family: GillSans, "Lucida Sans", Helvetica, Arial, sans-serif;
    float: right;
}

div#whoweare strong {
    font-weight: normal;
    color: #FFF;
}

div#secondContainer {
    clear:both;
}

div#showroom {
    width: 565px;
    float:left;
    position:relative;
    overflow: hidden;
    margin-bottom: 15px;
}

div#showroom .mask {
    background: url('../images/showroom.png') no-repeat transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

div#showroom div#carousel {
   width: 565px;
   height: 224px;
   overflow: hidden;
}

div#showroom div#carousel ul#carousel-items {
    width: 2260px;
}

div#showroom ul#carousel-items li {
    float: left;
    display: inline;
    width: 565px;
    height: 224px;
    overflow: hidden;
    position: relative;
}

div#showroom ul#carousel-items li .details {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 545px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: right;
    color: #99DFCF;
    background: rgba(0,0,0,0.8);  
	text-decoration:none;  
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#AA000000',EndColorStr='#AA000000');
}


div#showroom div#carousel div#details {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 545px;
    padding: 0 10px;
    height: 35px;
}

div#showroom div#carousel div#details ul#selector {
    float:left;

}

div#showroom div#carousel div#details ul#selector li {
    display: block;
    float:left;
}

div#showroom div#carousel div#details ul#selector li a.carousel-jumper {
    float:left;
    display:block;
    text-indent: -9000px !important;
    width: 10px;
    height: 21px;
    text-align: left;
    background: url('../images/carousel-selector.png') top right transparent no-repeat;
    overflow: hidden;
    margin-right:5px;
    margin-top: 15px;
    line-height: normal;
    position: relative;
    z-index: 99999;
}

div#showroom div#carousel div#details ul#selector li a.carousel-selected {
    background-position: top left !important;
}


div#featured {
    clear:both;
    height: 220px;
    background: url('../images/featuredbg.png') no-repeat;
    padding: 15px 0;
}

div#featured h2 {
	font-size:24px;
        font-weight: normal;
        color: #FFF;
        margin-bottom: 10px;
        margin-left: 15px;
        text-transform: lowercase;
	font-family: GillSans, "Lucida Sans", Helvetica, Arial, sans-serif;
}


div#featured li {
    float:left;
    margin-left: 16px;
}

div#featured li h3 {
    padding: 0px;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #99DFCF;
}

div#featured li a {
    width: 167px;
    height: 167px;
    display: block;
    text-decoration: none;
    color: #FFF;
    border: 2px #2c2c2c solid;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

div#featured li a:hover {
    border-color: #99DFCF;
}

div#featured li a div {
    /*background: #333;*/
    background-color: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#AA000000',EndColorStr='#AA000000');
    padding: 5px;
    height: 120%;
    width: 96%;
    position: absolute;
    top: 143px;
}
ul.getintouch {
    margin-top: 20px;
    width: 346px;
}
ul.getintouch li {
    display:block;
    font-size: 24px;
    font-weight: normal !important;
    font-family: GillSans, "Lucida Sans", Helvetica, Arial, sans-serif;
    padding-left: 60px;
    padding-top: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: white;
}

ul.getintouch li h4 {
     font-weight: normal !important;
     font-size: 24px !important;
}

ul.getintouch li.twitter {
    background: url('../images/contact_twitter.png') no-repeat;
    margin-bottom: 15px;
}

ul.getintouch li.twitter div, ul.getintouch li.twitter div li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    color: #777;
    line-height: 20px;
}

ul.getintouch li.twitter div li a {
    color: #999;
    text-decoration: underline;
}
ul.getintouch li.twitter div li em {
    display:block;
    font-size: 9px;
    font-style: normal;
}
ul.getintouch li.twitter div li em a {
    text-decoration: none;
}

ul.getintouch li.twitter div li a:hover {
    color: #CCC;
}

ul.getintouch li.facebook {
    background: url('../images/contact_facebook.png') no-repeat;
        height: 40px;
}

ul.getintouch li.callus {
    background: url('../images/contact_iphone.png') no-repeat;
    padding-top: 20px;
    height: 40px;
    letter-spacing: -1px;
}

ul.getintouch li.callus strong {
    font-weight:  normal;
    color: #777;
}

ul.getintouch li.email {
    background: url('../images/contact_email.png') no-repeat;
     height: 40px;
}

ul.getintouch li.skype {
    background: url('../images/contact_skype.png') no-repeat;
     height: 40px;
}


ul.getintouch li h4 {
    font-weight: normal;
}

ul.getintouch li a {
    color: #FFF;
    text-decoration: none;
}
div#casestudies {
    margin-top: 30px;
}
div#casestudies h3 {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 24px;
    text-transform: lowercase;
    font-family: GillSans, "Lucida Sans", Helvetica, Arial, sans-serif;
}

div.quoteLeft {
    float:left;
    width: 270px;
}

div.quoteRight {
    float:right;
    width: 230px;
}

.theQuote {
    background: #111;
    padding: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.quote .reference {
    height: 28px;
    overflow: hidden;
    display:block;
    color: #5b5b5b;
    background: url('../images/quote1.png') no-repeat;
    padding: 10px 5px 0px 25px;
    float:right;
    text-decoration: none;
    font-family: GillSans, "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

div#quote2.quote .reference {
    background: url('../images/quote2.png') no-repeat right top;
    float:left;
    padding: 0px 25px 0px 5px;
}

.quote .reference span.overchanger {
    color: #BBB;
}


.quote .reference span, .quote .reference small {
    display:block;
    font-size: 18px;
        line-height: 28px;
}

.quote .reference small {
    color: #CCC;
}

div#workDetailContainer {
	width: 615px;
    height: 410px;
    overflow: hidden;
    background: #000;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}

div#workDetailContainer .mask {
	overflow: hidden;
    width: 615px;
    height: 410px;
    position:absolute;
    z-index: 99;
    background: url('../images/detailsBack.png');
}

div#workDetailContainer div#carousel {
   width: 615px;
   height: 410px;
   overflow: hidden;
}

div#workDetailContainer div#carousel ul#carousel-items {
    width: 2260px;
}



.toleft {
    float:left;
}

.phoneOnWork {
    margin-top: 15px !important;
    margin-left: 30px;
}

div#freequote {
    float:right;
    background: url('../images/freequoteback.png');
    width: 181px;
    height: 170px;
    margin-top: 20px;
    padding: 10px;
}

div#freequote h3 {
     font-family: GillSans, "Lucida Sans", Helvetica, Arial, sans-serif;
     margin: 0 0 5px 0;
     color: #FFF;
     font-size: 24px;
}

div#freequote p {
    color: #868686;
    margin-bottom: 10px;
}

div#freequote .quotebutton_es, div#freequote .quotebutton_en {
    height: 40px;
    width: 168px;
    display:block;
    text-indent: -9000px;
    overflow: hidden;
    margin: 0 auto;
}

div#freequote .quotebutton_es {
    background: url('../images/quotebutton_es.png');
}

div#freequote .quotebutton_en {
    background: url('../images/quotebutton_en.png');
}



div#workDetailInfo h3 {
    margin: 0 0 5px 0;

}

div#workDetailInfo p {
    margin-bottom: 10px;
    line-height: 20px;
}

div#relatedwork {
    clear:both;
}

.postH2 {
    margin-top: 10px;
}

#recaptcha_widget_div input {
    padding: 0px;
    background: #FFF !important;

}

#postWorks {
    clear:both;
}

#facebookLikeHome {
    height:30px;
    margin-top: 20px;
    clear:both;
}

div#twitter_widget ul, div#twitter_widget li  {
    margin:0;
    padding: 0;
}
