/@charset "UTF-8";
/* CSS Document */
/* Ace Visual Comunication */
/* Bodytech Panoramic views */



/* ---------- [ REMOVE MARGINS, PADINGS AND BORDERS ] ---------- */

a img {
	border:none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
fieldset,
form,
img,
dl,
dt,
dd,
p,
select,
option,
label,
input{
	margin: 0;
	padding: 0;
	border: none;
}

ul,
ol,
li {
	list-style: none;
	line-height: 16px;
}


/* ------common classes ------ */
.right {
	float: right!important;
}
.left {
	float: left!important;
}
.photo_list:after,
.clear_box {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}
.clear_box {
	visibility: hidden;
}
.hidden {
	display: none!important;
}

/* ------ end common classes ------ */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

p{
	margin-bottom: 10px;
	line-height: 16px;
}

/* Todos los navegadores */

h2, 
h3,
h4,
h4{
	font-weight: normal;
}

h1,
h2, 
h3,
h4,
h5{
	padding: 5px 0;
}

h1{
	width: 188px;
	height: 32px;
	background: url("../assets/images/bodytech_logo.png") no-repeat;
}

h2{
	font-size: 22px;
	color: #000066;
}

/* Container */

.header{
	width: 600px;
	height: 32px;
	margin: 10px auto;
}

.header .logo{
	width: 188px;
	height: 32px;
}

.header .breadcomp{
	text-align: right;
	margin-top: 2px;
	width: 300px;
}

.header .breadcomp li{
	display: inline;
	padding-left: 20px;
}

.header .breadcomp li a{
	font-size: 9px;
	padding-left: 14px;
}

.header .breadcomp li a:hover{
	color: #000000;
}

.header .breadcomp li a.home{
	background: url(../assets/icons/home.gif) left center no-repeat;
}
.header .breadcomp li a.company{
	background: url(../assets/icons/bookmark.gif) left center no-repeat;
}
.header .breadcomp li a.contact{
	background: url(../assets/icons/mail_back.gif) left center no-repeat;
}

/* Content */

.content{
	width: 600px;
	margin: 0 auto;
}

/* Main Menu */

.main_menu { 
	display: block;  
	width: 600px; 
	height: 35px;
	font-size: 11px;
	margin-bottom: 15px;
	position: left;
	z-index: 100;
}

#mainmenu { 
	display: block; 
	position: absolute; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	width: 100%; 
	left: 0; 
	top: 0; 
}

#mainmenu li.menu { 
	padding-top: 10px;
	float: left;
	color: #000066;
	cursor: pointer; 
	width: 107px;
	height: 26px;
	background: #FFFFFF;
	border-bottom: 3px solid #FF6600;
}

#mainmenu li.lastest{ 
	width: 104px;
}

#mainmenu li:hover{
	color: #FF6600;
}

#mainmenu li ul.links{
	padding: 10px 0 0;
	margin: 0;
}

#mainmenu li ul li {
	font-size: 10px;
	padding: 5px 0;
	background: #FF6600;
	border: none;
	display: block; 
	float: none; 
	clear: both;
}

#mainmenu li ul li a { 
	color: #FFFFFF; 
	text-decoration: none; 
	display: block; 
}

#mainmenu li ul li a:hover { 
	font-weight: bold;
}

/* Main Content Module */
.ace_visor{
	width: 600px;
	height: 300px;
	background: #ffffff;
	margin-bottom: 15px;
}

.box{
	position:absolute;
}

.mask{
	position:relative;
	width:600px;
	height:300px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

.nav{
	padding: 10px 10px 10px 20px;
	width: 230px;
	height: 280px; 
	background: #FFFFFF url(../assets/images/nav_bg.gif) repeat-x bottom;
}

.nav h2{
	margin-bottom: 20px;
}

.nav ul{
	width: 100%:
}

.nav .contact{
	margin-top: 60px;
	width: 100%;
	font-size: 10px;
	color: #999999;
}

.nav .contact li{
	padding: 0 0 0 15px;
	color: #999999;
	border: none;
}

.nav .contact li a{
	padding-left: 12px;
}

.nav .contact li.location{
	background: url(../assets/icons/globe.gif) left center no-repeat;
}

.nav .contact li.dir{
	background: url(../assets/icons/drop_box.gif) left center no-repeat;
}

.nav .contact li.phone{
	background: url(../assets/icons/phone.gif) left center no-repeat;
}

.nav li{
	display: block;
	padding: 10px 0;
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #E1E1E1;
	cursor: pointer;
}

.nav li span.active{
	color: #FF6600;
}

.nav li span:hover{
	color: #FF6600;
}

.nav_view{
	width: 600px;
	height: 300px;
}


#viewer div{
	position:absolute;
	width:600px;
	height:300px;
	background: #ffffff;
}

/* Image Gallery */

.maskbox3{
	position:relative;
	width:600px;
	height:300px;
	overflow:hidden;
}
.maskbox3 img{
	position:absolute;
	display:block;
	border:none;
}
.maskbox3 .images{
	position: absolute;
}
/* Navigation tips */
.navigation_tips{
	font-size: 10px;
	width: 600px;
	margin: 0 auto 15px;
	padding: 0 0 0 230px;
	border-bottom: 3px solid #FF6600;
	background: #f0f0f0 url(../assets/images/navigation_tips.gif)  20px center no-repeat;
}
.navigation_tips ul{
	float:left;
	width: 600px;
	margin-top:8px;
}
.navigation_tips ul li{
	float:left;
	width:145px;
	text-align:center;
	line-height:20px;
}
.navigation_tips ul li a{
	color: #003366;
	text-decoration: underline;
}
.navigation_tips ul li a:hover{
	text-decoration: none;
}
.tips{
	width:150px;
	height:80px;
	background: #f0f0f0 url(../assets/images/tips.png) bottom no-repeat;
	float:right;
}
.tips a{
	color: #DDDFFF;
	font-size: 9px;
	display:block;
	margin-left:90px;
	margin-top:55px;
	text-decoration:underline;
}
.tips a:hover{
	text-decoration:none;
}

/* Newsticker */
.newsticker{
	width: 600px;
	height: 25px;
	margin: 0 auto 15px;
	padding: 14px 15px 10px 250px;
	border-bottom: 3px solid #FF6600;
	background: #FFFFFF url(../assets/images/why_bt.gif)  10px center no-repeat;
}

.newsticker li{	
	height: 20px;
	color: #000066;
	font-size: 12px;
	font-style: italic;
}

/* footer */
.footer{
	width: 600px;
	font-size: 9px;
}

.footer p{
	margin-bottom: 0;
}

.footer .copyright{
	width: 260px;
}

.footer .powered{
	width: 90px;
	height: 23px;
	background: url(../assets/images/poweredbyace.gif) right no-repeat;
}
