/* 
	page: www.audiodiseno.com.do
	project:  audio diseño
	author:   tha lab.net
	
*/


* {
margin: 0;
padding: 0;
}


body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.75em;
	color: #444;
	margin: 50px 0px;
	line-height: 1.5em;
	background-image: url(../images/grille.gif);
	background-repeat: repeat;
}


/* ++++++ STYLE +++++++*/

a {
	text-decoration:none;
	color: #1aabd9;
	border-bottom: 1px dotted #1aabd9;
}

a:hover {
	border: none;
}

p {
	margin: 0 0 15px 0;
}

h1 {
	margin: 0px 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background: #303030;
	display: inline-block;
	padding: 2px 3px;
}

h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background: #303030;
	display: inline-block;
	font-weight: normal;
	vertical-align: text-bottom;
	margin: 2px 0px 7px 0px;
	padding: 2px 3px;
}

h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	background: #FF9B0D;
	display: inline-block;
	margin: 10px 0px 15px 0px;
	padding: 2px 3px; 
}

h4  {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	background: #FF9B0D;
	display: inline-block;
	vertical-align: text-bottom;
	margin: 5px 0px 10px 0px;
	padding: 5px 3px;
}


h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	color: #fff;
	background: #303030;
	display: inline-block;
	font-weight: lighter;
	vertical-align: text-bottom;
	padding: 2px 3px;
	float: right;
	margin-top: 2px;
	margin-bottom: 7px;
	margin-left: 2px;
}

.descripcion {
	font-size: 10px;
	color: #1aabd9;
}

.right{
	float: right;
}

.left{
	float: left;
}

.linebreak {
	background: url(../images/checker_grey.png) repeat;
	height: 5px;
	width: 520px;
	margin: 50px 40px 0px 340px;
	float: left;
}

.linebreak2 {
	height: 1px;
	width: 820px;
	margin: 20px 40px;
	float: left;
	border-top: 1px dotted #303030;
}

.linebreak3 {
	height: 20px;
	width: 900px;
	margin: 0px 0px 30px 0px;
	float:left;
	background: url(../images/linebreak.jpg) no-repeat;
}

/* +++++ LAYOUT +++ */

#main {
	width: 900px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 100%;
	height: 160px;
	margin: 0px 0px 30px;
	padding: 0px 0px 20px;
}

#logo{
	float: left;
	height: 127px;
	width: 90px;
	background-color: #FFFFFF;
	position: static;
	margin: 23px 0px 0px 40px;
	}

#logo a{
	border: none;	
}

#content {
	width: 900px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}


#address {
	height: 25px;
	width: 820px;
	margin: 0px 40px 10px;
	clear: left;
}
#address p {
	text-align: right;
	line-height: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #303030;
	display: inline-block;
	font-weight: lighter;
	vertical-align: text-bottom;
	padding: 2px 3px;
	float: right;
	margin: 2px 0px 7px 2px;
}

#footer{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	background-color: #333;
	clear: both;
	line-height: 20px;
	padding: 10px;
	filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
}

#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* ++++ MENU +++*/


#menu {
	float: right;
	width: 650px;
	height: 95px;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	letter-spacing : -0.5px;
	margin: 23px 40px 0px 0px;
	font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
	font-size: 14px;
	font-style: normal;
	line-height: 75px;
	font-weight: normal;
	font-variant: normal;
	}
	
#menu ul{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	float: right;
    }

#menu li {
	display: block;
	float: left;
	list-style-type: none;
	width: 115px;
	text-align: center;
	margin: 0px 1px;
	height: 40px;
      }
	  
#menu li a {
	display: block;
	float: left;
	border: none;
	color: #666;
	text-decoration : none;
	text-transform : uppercase;
	letter-spacing : -0.5px;
	line-height: 25px;
	
}

#menu li a:hover {
	color: #FFF;
	background-color: #FC0;
	  }

#menu li a#current{
	display: block;
	color: #333;
	font-weight: bold;
	background-color: none;
}

/* +++++ HOME +++++ */

.homebannercontainer {
	width:830px;
	padding:0;
	clear: both;
	margin: 0px 30px 60px;
}

.homebanner {
	height: 100%;
	width: 100%;
	margin: 0px 10px;
	}
	

.homeleftbox {
	height: 320px;
	width: 260px;
	background-color: #FFF;
	margin: 11px 0px 0px 40px;
	position: relative;
	float: left;
}

.homeleftbox p {
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	margin: 10px 0px 0px;
}



.homerightbox {
	height: 300px;
	width: 500px;
	border: 1px dotted #999;
	margin: 10px 35px 0px 40px;
	padding: 15px 10px 5px;
	position: relative;
	float: left;
}

.homerightbox IMG {
	z-index:8;
	opacity:0.0;
	overflow: visible;
	position: absolute;
}

.homerightbox IMG.active {
    z-index:10;
    opacity:1.0;
}

.homerightbox IMG.last-active {
    z-index:9;
}

.ofertas {
	display: block;
	width: 150px;
	height: 60px;
	position: absolute;
	left: -10px;
	top: -15px;
	background: url(../images/ofertas.gif) top left no-repeat;
	color: #FFF;
	font-size: 16px;
}
/* +++++++ VENTAS ++++++*/


.ventascenterbox {
	height: 580px;
	width: 820px;
	float: left;
	margin: 0px 40px 50px;
}

.ventasbox {
	height: 290px;
	width: 410px;
	float: left;
	background: url(../images/ventas/shadow.jpg) no-repeat 1px 233px;
}

.ventasitem {
	float:right;
	margin-right: 2.5px;
	margin-left: 2.5px;
	border: 1px solid #fff;
}


.ventasitem a {
	 padding:5px;                        
     border:1px solid #e9e5df;
     background-color:#fff;
	 float:left;
}

.ventasitem a:hover {
	background-color: #e9e5df;
}

.ventaslogos {
	height: 245px;
	width: 820px;
	float: left;
	margin: 0px 40px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px 0px;
}

.ventaslogos img {
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-top: 2px;
}

.ventaslogos a {
	border: none;	
}

.ventaslogos table {
	margin: 0px;
	padding: 0px;	
}

/* +++++ VENTAS: SONIDO - LUCES - etc. +++++*/


#ventasbanner {
	clear: both;
	color: #333333;
	height: 200px;
	width: 820px;
	margin: 30px 40px 50px;
}

.ventasleft {
	width: 268px;
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px 5px 0px 0px;
	height: auto;
}

.ventascenter {
	width: 264px;
	float: left;
	margin: 0px;
	padding: 0px 5px;
	height: auto;
}

.ventasright {
	width: 268px;
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 5px;
	height: auto;
}

.ventasleft ul, .ventascenter ul, .ventasright ul  {
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
	list-style-position: inside;
	line-height: 16px;
}


/* +++++ CLIENTES ++++++*/


.topclientes {
	height: 210px;
	width: 820px;
	margin: 30px 40px 10px;
}

.topclientes table {
	
}

.clientesleft {
	height: 850px;
	width: 249px;
	float: left;
	padding: 0px 10px 0px 40px;
}

.clientescent {
	height: 850px;
	width: 250px;
	float: left;
	padding: 0px 25px;
}

.clientesright {
	height: 850px;
	width: 249px;
	float: left;
	padding: 0px 40px 0px 10px;
}

.clientesleft ul, .clientescent ul, .clientesright ul{
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
	list-style-position: inside;
	line-height: 16px;
}

.sucursal {
	font-size: 10px;
}


/* +++++ SERVICIOS +++++*/


.servicios {
	height: 50px;
	width: 820px;
	border-top: 2px solid #707070;
	border-bottom: 1px solid #707070;
	margin: 30px 40px 030px;
	text-align: right;
	font-size: 55px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: -4px;
}

.servleft {
	height: 450px;
	width: 249px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	padding: 0px 18px 0px 40px;
	margin: 0px;
}

.servcent {
	height: 450px;
	width: 249px;
	float: left;
	margin: 0px;
	padding: 0px 18px;
}

.servright {
	height: 450px;
	width: 249px;
	float: left;
	padding-right: 40px;
	padding-left: 17px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	margin: 0px;
}
/* +++++ CONTACTOS +++++*/




.fotoempresa {
	height: 400px;
	width: 350px;
}

.contactinfo {
	float:	left;
	height: 580px;
	width: 360px;
	padding-left: 20px;
	border-left: 1px dotted #666666;
	margin: 50px 40px 0px 39px;
}


.form {
	width: 400px;
	float: left;
	margin: 50px 0px 0px 40px;
}

#map_canvas {
	height: 300px;
	width: 820px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	background-color: #FFFFFF;
	clear: both;
}
