@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100%;
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #303841;
	font-family: Arial, Helvetica, sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #000;
}


img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#full-container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/bkg_full-container.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#master-container {
	padding-top: 20px;
}


.container {
	background-color: #FFF;
	padding: 0px;
	width: 912px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../images/faux.png);
	background-repeat: repeat-y;
	background-position: right top;
	text-decoration: none;
}

#header {
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 328px;
	border: 1px solid #000;
}


.sidebar-right {
	margin-left: 607px;
}
.sidebar-left {
	float: left;
	width: 606px;
	text-decoration: none;
}

#header-img {
	margin: 0px;
	padding: 0px;
	height: 266px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#header a:focus, #header a:hover {
	color: #000;
	display: block;
}

#nav-products {
	margin: 0px;
	padding: 0px;
	height: 61px;
}

#nav-products ul {
	margin: 0px;
	padding: 0px;
}
#nav-products li {
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: inline;
	height: 46px;
	/* [disabled]width: 120px; */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	list-style-type: none;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	white-space: normal;
	list-style-position: inside;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


#nav-products li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 100%;
}
ul .b1 {
	background-color: #48B5B6;
	display: block;
	width: 120px;
}
ul .b2 {
	background-color: #3FAE43;
	display: block;
	width: 120px;
}
ul .b3 {
	background-color: #E15521;
	display: block;
	width: 120px;
}
ul .b4 {
	background-color: #A32178;
	display: block;
	width: 120px;
}
ul .b5 {
	background-color: #213872;
	display: block;
	width: 121px;
}
#nav-company-wrapper {
	background-image: url(../images/bkg_nav-company.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px;
	height: 328px;
	margin: 0px;
}
#company-logo {
	margin: 0px;
	height: 150px;
	top: 0px;
	overflow: hidden;
}
#company-logo span {
	top: 1000px;
}


#nav-company {
	margin: 0px;
	padding: 0px;
	height: 176px;
	overflow: hidden;

}

#nav-company a {
	color: #C5E5F9;
	text-decoration: none;
}
#nav-company ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	bottom: 0px;
}
#nav-company li {
	color: #C5E5F9;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	text-align: center;
	display: block;
	margin: 0px;
	height: 22px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	bottom: 0px;
	font-weight: normal;
}
.content {
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-decoration: none;
	color: #000;
}

.content a:hover {
	text-decoration: none;
	color: #666;
}
.contentMapa {
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-decoration: none;
	color: #000;
}
.contentMapa h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000;
}
.contentMapa h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	margin-left: 60px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	width: 100px;
}
.contentMapa p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	margin: 0px;
}

.contentMapa h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}






#content-wrapper {
	clear: both;
	margin-top: 0px;
	background-image: url(../images/bkg_container.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: visible;
}

#sub-header {
	height: 160px;
	background-image: url(../images/bkg_sub-header-btm.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#sub-head-left {
	width: 606px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg_sub-head-left.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 160px;
}
#sub-head-left h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 130%;
	font-weight: bold;
	/* [disabled]color: #303841; */
	width: 300px;
	margin-left: 305px;
	text-align: left;
	line-height: 1.4;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 45px;
	padding-left: 8%;
}

#sub-head-left img {
	float: left;
}



#sub-head-right {
	width: 303px;
}
#sub-head-right h2 {
	padding-top: 25px;
}


#sub-head-right p {
	text-align: center;
	padding-top: 0px;
}
.botao {
}

.botao-quadrado {
	height: 119px;
	width: 118px;
}
.botao ul {
	/* [disabled]font-family: Tahoma, Geneva, sans-serif; */
	/* [disabled]font-size: 80%; */
	/* [disabled]font-weight: bold; */
	/* [disabled]color: #c5e5f9; */
	list-style-type: none;
	/* [disabled]text-align: center; */
	/* [disabled]text-transform: uppercase; */
	/* [disabled]text-decoration: none; */
	/* [disabled]display: block; */
}
.botao li {
	float: left;
	display: inline;
	/* [disabled]background-color: #48b5b6; */
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #000;
}
.cor0 {
	color: #303841;
}
.cor1 {
	color: #48b5b6;
}
.cor1-bkg {
	background-color: #48b5b6;
}

.cor2 {
	color: #3FAE43;
}
.cor2-bkg {
	background-color: #3FAE43;
}

.cor3 {
	color: #E15521;
}
.cor3-bkg {
	background-color: #E15521;
}

.cor4 {
	color: #A32178;
}
.cor4-bkg {
	background-color: #A32178;
}

.cor5 {
	color: #213872;
}
.cor5-bkg {
	background-color: #213872;
}








.margem-left {
	margin-left: 144px;
	margin-top: 0px;
	position: relative;
}
#botaofltlft {
	float: left;
	margin-right: 0px;
	width: 0px;
	position: relative;
	top: 0px;
}

.botao a {
	color: #c5e5f9;
	display: block;
	text-decoration: none;
	padding-top: 101px;
	height: 17px;
	text-align: center;
	font-size: 80%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.botao li a:hover {
	border: 1px solid #000;
	color: #FFF;
}




.box {
	/* [disabled]height: 104px; */
	/* [disabled]width: 122px; */
}

#super123 {
	background-image: url(../images/021.1_Super123_s.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: center top;
}
#unirack {
	background-image: url(../images/021.2_Unirack_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#superbuild {
	background-image: url(../images/022.1_Superbuild_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#super456 {
	background-image: url(../images/022.2_Super456_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cantilever {
	background-image: url(../images/023.1_Cantilever_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mobirack {
	background-image: url(../images/024.1_Mobirack_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#platafomas {
	background-image: url(../images/025.1_Plataformas_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pavimentos {
	background-image: url(../images/025.2_Pavimentos_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mobiliario {
	background-image: url(../images/025.3_Mobiliario_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#lisboa {
	background-image: url(../images/062.1_Lisboa_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




#main-content-wrapper {
	/* [disabled]height: 246px; */
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #FFF;
	/* [disabled]background-image: url(../images/faux.png); */
	/* [disabled]background-repeat: repeat-y; */
	overflow: visible;
	/* [disabled]display: block; */
	text-decoration: none;
}

#main-content {
	/* [disabled]float: left; */
	background-image: url(../images/bkg_main-content-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	/* [disabled]display: block; */
	background-color: #FFF;
	/* [disabled]overflow: visible; */
	text-decoration: none;
	/* [disabled]padding-top: 17px; */
}
#main-content li {
	float: left;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	height: 229px;
	font-size: 82%;
	padding-top: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	color: #FFF;
}
#main-content ul a:hover {
	color: #666;
}



#texto {
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1.4em;
	text-align: left;
	white-space: normal;
	text-decoration: none;
	color: #000;
	/* [disabled]padding-top: 10px; */
}



#content-right {
	/* [disabled]background-position: right top; */
	height: 246px;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
	background-color: #FFF;
	/* [disabled]background-image: url(../images/faux.png); */
	/* [disabled]background-repeat: repeat-y; */
	/* [disabled]overflow: visible; */
	display: block;
}
.coluna {
	/* [disabled]float: left; */
	width: 131px;
	/* [disabled]margin-top: 21px; */
	margin-left: 139px;
}
.coluna-left {
	float: left;
	width: 131px;
	margin-right: 0px;
	position: relative;
	top: 0px;
}

.faux {
	background-image: url(../images/faux.png);
	background-repeat: repeat-y;
	overflow: auto;
}

.coluna ul li {
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: none;
	display: list-item;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	background-image: url(../images/content-bar.png);
	background-repeat: no-repeat;
	background-position: center 36px;
	padding-top: 10px;
}
.coluna-left ul li {
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: none;
	display: list-item;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	background-image: url(../images/content-bar.png);
	background-repeat: no-repeat;
	background-position: center 36px;
	padding-top: 10px;
}

.coluna ul li :hover {
	color: #8A87A2;
}
.coluna-left ul li :hover {
	color: #8A87A2;
}

.coluna ul li a {
	text-decoration: none;
	color: #213872;
}

.coluna-left ul li a {
	text-decoration: none;
	color: #213872;
}

#txt-galeria {
	color: #9A9A9A;
	/* [disabled]font-weight: bold; */
	text-align: right;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 13px;
}
.Box-btn {
	height: 20px;
	width: 20px;
	background-color: #CCC;
	background-position: 0px 0px;
	float: right;
	margin-left: 9px;
}

#Box-btn-wrapper {
	/* [disabled]list-style-type: none; */
	/* [disabled]list-style-position: inside; */
	width: 100%;
	text-align: right;
}
#Box-btn-wrapper ul {
	margin: 0px;
	padding: 0px;

}
#Box-btn-wrapper li {
	list-style-position: inside;
	list-style-type: none;
	float: right;
	text-align: center;
	display: block;
}
ul #box1 {
	background-color: #1A1A1A;
	display: block;
}

ul #box2 {
	background-color: #333333;
}

ul #box3 {
	background-color: #4D4D4D;
}

ul #box4 {
	background-color: #666666;
}

ul #box5 {
	background-color: #808080;
}

ul #box6 {
	background-color: #9A9A9A;
}

ul #box7 {
	background-color: #B3B3B3;
}

ul #box8 {
	background-color: #CDCDCD;
}

ul #box9 {
	background-color: #E6E6E6;
	margin-right: 0px;
	display: block;
}


#footer-wrapper {
	background-image: url(../images/bkg_footer50.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 56px;
	padding-bottom: 0px;
	padding-left: 56px;
	clear: both;
	overflow: visible;
}
#footer {
	color: #999999;
	width: 912px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 60%;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#logoBOTO {
	height: 20px;
	width: 65px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.c1  {
	background-image: url(../images/bkg_nav-company-list.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
}

.c2  {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.bottom-text {
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
	width: 0px;
	position: relative;
	top: 0px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
