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


body  {
	font: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	background-image: url(fadetop.gif);
	background-repeat: repeat-x;
}

h2 {
	color: #000000;
	text-align: left;
	font-size: 15px;
}

.twoColLiqRt #container {
	width: 875px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColLiqRt #logobar {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	height: 80px;
}

.twoColLiqRt #flash {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	height: 325px;
}

.twoColLiqRt #graybox {
	padding: 30px; /* top and bottom padding create visual space within this div  */
	background-color: #E8E8E8;
	border: solid #666666 1px;
	color: #333333;
}

.twoColLiqRt #graybox a{
	color: #333333;
	text-decoration: none;
}

.twoColLiqRt #graybox a:hover{
	color: #F36F21;
}
.twoColLiqRt #sidebar1 h3, .twoColLiqRt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRt #mainContent {
	margin: 0px; /* the left margin can be given in percentages or pixels. It creates the space down the left side of the page. */
	width: 450px;
	padding: 15px 0px 20px 20px;
	text-align: left;
	float: left;
}
.twoColLiqRt #mainContent2 {
	margin: 0px;
	width: 260px;
	padding: 15px 0px 20px 20px;
	text-align: left;
	float: left;
}

.twoColLiqRt #mainContent a, .twoColLiqRt #mainContent2 a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.twoColLiqRt #mainContent a:hover, .twoColLiqRt #mainContent2 a:hover{
	color: #F36F21;
}

#rightmiddle {
	width: 400px;
	margin-left: 475px;
	padding-top: 25px;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

#blackbar {
	width: 100%;
	height: 110px;
	background-color: #3B3B3B;
	text-align: center;
}

#navwrap {
	width: 875px;
	height: 110px;
	background-color: #3B3B3B;
	width: 875px;
	margin: 0 auto;
	background-image: url(dynamix_logobar_texture3.jpg);
	
}

#nav, #top-nav {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	width: 425px;
	text-align: right;
	margin-left: 450px;
	padding-top: 40px;}

#top-nav li {
	float: left;
	list-style: none;
	margin-left: 20px;
}

#nav a, #top-nav a {
	color: #FF6600;
	text-decoration: none;
	text-transform: uppercase;
		color: #FF6600;
	text-decoration: none;margin-left:0;letter-spacing:0px;
}

#nav a:hover, #top-nav a:hover {
	color: #CCCCCC;	
}

.footer-nav #menu-footer-main-navigation {
	padding: 0 0 20px 0;
}

.footer-nav #menu-footer-main-navigation li {
	float: left;
	list-style: none;
	margin-right: 20px;
	text-transform: uppercase;
}

.footer-nav #menu-footer-sub-navigation {
	clear: both;
	padding: 0;
}

.footer-nav #menu-footer-sub-navigation li, .footer-nav #menu-footer-sub-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav #menu-item-354, .footer-nav #menu-item-353, .footer-nav #menu-item-355 {
	float: left;
	width: 160px;
}

.footer-nav #menu-item-354 a, .footer-nav #menu-item-353 a, .footer-nav #menu-item-355 a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.footer-nav #menu-footer-sub-navigation li ul li a {
	color: #CCCCCC;
	text-transform: none;
}


#footer {
	width: 100%;
	background-color: #333333;
	height: 100%;
	background-image: url(fadebot.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#whitebar {
	width: 875px;
	height: 50px;
	width: 875px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#graybar {
	width: 100%;
	background-color: #666666;
	height: 125px;
}

#graybartext {
	width: 875px;
	background-color: #666666;
	margin: 0 auto;
	text-align: left;
}

#graybartext p{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;	
}
.title {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}

.title2 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

.title3 {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

.links {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	margin-left: 30px;
}
.links a{
	color: #333333;
	
}
.links a:hover{
	color: #333333;

}

#bottombar {
	width: 875px;
	float: none;
	text-align: left;
	margin: 0 auto;
}

#leftbottom {
	width: 600px;
	font-size: 10px;
	text-align: left;
	padding-top: 35px;
	color: #CCCCCC;
	padding-left: 40px;
	float: left;
}

#leftbottom a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

#leftbottom a:hover{
	color: #FF6600;
	text-decoration: none;
}

#rightbottom {
	width: 220px;
	font-size: 11px;
	text-align: right;
	color: #CCCCCC;
	margin-left: 650px;
	padding-top: 25px;
}

#rightbottom a{
	color: #CCCCCC;
	text-decoration: none;	
}

#rightbottom a:hover{
	color: #FF6600;	
}

.tabletitles {
}

.tabletitles orange {
}
img#imgfloatright{
float:right;
}
.headercontacto{
font-family: Arial, Helvetica, sans-serif;
color:#F5F5F6;
font-size: 13px;
font-weight: bold;margin:15px 90px 0 0;float:right;
}
.headercontacto a, a:link, a:visited, a:active{
color:#FFF;
}
span.contacto{
color:#C0C2C4;
}
input.boxo:hover{border:1px solid #873200;}
textarea.boxo2:hover{border:1px solid #873200;}
.boxo{
clear:both;height:15px;border:0;font-size:11px;font-family: Arial, Helvetica, sans-serif;
border-top:1px solid #bcb5b1;border-left:1px solid #bcb5b1;border-right:1px solid #FFF;border-bottom:1px solid #FFF;background-image: url(quote-bg.gif);
	background-repeat: repeat-x;background-color:#f9f9f9;-moz-border-radius-topright:3px;border-top-right-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;
-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;
}
.quotebutton{padding:3px 7px 3px 7px;color:#e7e7e7;background:#bb571a;border:2px solid #a54d17;clear:both;font-size:18px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;
-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;margin-top:4px;}
input.quotebutton:hover{color:#FFF;border:2px solid #FFF;}
.boxo2{
clear:both;border:0;font-size:11px;font-family: Arial, Helvetica, sans-serif;
-moz-border-radius-topright:3px;border-top-right-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;
-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;border-top:1px solid #bcb5b1;border-left:1px solid #bcb5b1;border-right:1px solid #FFF;border-bottom:1px solid #FFF;
}
.easyreq{
width:190px;margin:0 auto;font-size:11px;color:#000;padding:5px;background:#e26920;float:right;margin-top:30px;-moz-border-radius-topright:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;
-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;   box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
}
.easyreq h2{color:#FFF;letter-spacing:-1px;}
.featured{float:right;width:370px;margin: 0;padding: 15px 0px 0px 0px;}
.featured a{padding:0;margin:0;border:0;}
.featured img{padding:0;margin:0;border:0;float:left;}
