html, body
{
	margin-top: 10px;
	background-image: url('../imgs/bg_gradient.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #dce2e0;
}

img
{
	border: 0;
}

a
{
	color: #4e4d4d;
	text-decoration: none;
}

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

a.selected
{
	color: #be1a1b;
	text-decoration: none;
}

h3
{
	color: #7b1a1b;
	font-weight: normal;
	font-size: 1.2em;
	margin: 20px 0 0 0;
}

h4
{
	color: #9b957d;
	font-weight: bold;
	font-size: 1.0em;
}

input
{
	width: 400px;
	height: 30px;
	border: 1px solid #d5d5d5;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding-left: 10px;
}

textarea
{
	width: 400px;
	height: 120px;
	border: 1px solid #d5d5d5;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

input[disabled], select[disabled], checkbox[disabled], textarea[disabled]
{
/*	background-color: #dcdcdc; */
	color: #858585;
	cursor: default;
 }

ul
{
	list-style-image: url('../imgs/bullet_arrow.png');
}

ul.second_level
{
	list-style-image: url('../imgs/bullet_second_level.png');
}

.yes
{
	width: 16px;
	height: 16px;
	background-image: url('../imgs/yes.png');
	background-repeat: no-repeat;
}

.no
{
	width: 16px;
	height: 16px;
	background-image: url('../imgs/no.png');
	background-repeat: no-repeat;
}

.error_message
{
	color: #ff0000;
}

.ajax-loader
{
	width: 16px;
	height: 16px;
	background-image: url('../imgs/ajax-loader.gif');
	background-repeat: no-repeat;
}


/** logo */
.logo
{
	height: 88px;
	background-image: url('../imgs/logo_300x88.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/** end logo */


/** feed buttons */
.feed_buttons_group
{
	width: 238px;
	height: 61px;
	margin-top: 25px;
	margin-left: 60px;
	background-image: url('../imgs/feed_buttons_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

.feed_buttons_group .bt_facebook
{
	width: 16px;
	height: 16px;
	margin-right: 20px;
	cursor: pointer;
	background-image: url('../imgs/bt_facebook.png');
	background-repeat: no-repeat;
}

.feed_buttons_group .bt_linkedin
{
	width: 16px;
	height: 16px;
	margin-right: 20px;
	cursor: pointer;
	background-image: url('../imgs/bt_linkedin.png');
	background-repeat: no-repeat;
}

.feed_buttons_group .bt_rss
{
	width: 16px;
	height: 16px;
	margin-right: 20px;
	cursor: pointer;
	background-image: url('../imgs/bt_rss.png');
	background-repeat: no-repeat;
}

.feed_buttons_group .bt_twitter
{
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url('../imgs/bt_twitter.png');
	background-repeat: no-repeat;
}
/** end feed buttons */


/** menubar */
.menubar
{
	height: 49px;
	background-image: url('../imgs/menubar_bg.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	font-weight: bold;
}

ul.options, ul.options li
{
	list-style: none;
	list-style-type: none;
	margin-top: 15px;
}

ul.options li
{
	position: relative;
	float: left;
	margin-right: 20px;
}
/** end menubar */


/** images ... */
.images_show_1
{
	height: 298px;
	background-image: url('../imgs/image_1.jpg');
	background-repeat: no-repeat;
}

.images_show_2
{
	height: 298px;
	background-image: url('../imgs/image_base.jpg');
	background-repeat: no-repeat;
}

.left_arrow
{
	float: left;
	width: 25px;
	height: 37px;
	background-image: url('../imgs/left_arrow.png');
	background-repeat: no-repeat;
	position: relative;
	left: -50px;
	top: 55px;
	cursor: pointer;
}

.right_arrow
{
	float: left;
	width: 25px;
	height: 37px;
	background-image: url('../imgs/right_arrow.png');
	background-repeat: no-repeat;
	position: relative;
	left: 960px;
	top: 55px;
	cursor: pointer;
}
/** end images ... */


/** info text */
.info
{
	color: #751011;
	background-color: #eff1f1;
	margin-top: -145px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #ffffff;
	text-align: justify;
}
/** end info text */


/** products */
.products
{
	color: #656565;
	background-color: #f6f7f7;
	margin-top: -145px;
	border: 1px solid #ced0cf;
}

.products .product_title
{
	height: 40px;
	color: #f47c20;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url('../imgs/product_title_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.products .product_separator
{
	height: 10px;
	color: #f47c20;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url('../imgs/product_title_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.products .product_description
{
	color: #6f6f6f;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
	text-align: justify;
}

.products .product_image_box
{
	border: 1px solid #d7d9d8;
	background-color: #eff1f1;
	margin-top: 1px;
	margin-bottom: 30px;
}

.products .product_image
{
	background-color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}


.products .product_video
{
	height: 200px;
	background-color: #ffffff;
	margin: 4px 4px 4px 4px;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}

.products .paginacao
{
	margin-top: 30px;
}
/** end products */


/** product info */
table.table_product
{
	margin: 0 0 30px 30px;
}

table.table_product tr
{
	height: 28px;
}

table.table_product th, td
{
	text-align: center;
}
/** end product info */


/** services */
.services
{
	color: #656565;
	background-color: #f6f7f7;
	margin-top: -145px;
	border: 1px solid #ced0cf;
}

.services .services_title
{
	height: 40px;
	color: #f47c20;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url('../imgs/product_title_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.services .service_description
{
	color: #6f6f6f;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
	text-align: justify;
}

.services .service_image_box
{
	border: 1px solid #d7d9d8;
	background-color: #eff1f1;
	margin-top: 50px;
	margin-bottom: 30px;
}

.services .service_image
{
	height: 240px;
	background-color: #ffffff;
	margin: 4px 4px 4px 4px;
	text-align: center;
}

.services .paginacao
{
	margin-top: 30px;
}
/** end services */


/** footer */
.footer
{
	color: #6f6f6f;
	background-color: #e9edeb;
	margin-top: 8px;
	border: 1px solid #ffffff;
}

.footer .footer_title
{
	height: 40px;
	color: #9b957d;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url('../imgs/contacts_title_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer .footer_description
{
	color: #6f6f6f;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
	text-align: justify;
}
/** end footer */


/** clients */
.clients
{
	color: #656565;
	background-color: #f6f7f7;
	margin-top: -140px;
	border: 1px solid #ced0cf;
}

.clients .clients_title
{
	height: 40px;
	color: #f47c20;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url('../imgs/big_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.clients .clients_description
{
	color: #6f6f6f;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-align: justify;
}

.clients .clients_image_box
{
	border: 1px solid #d7d9d8;
	background-color: #eff1f1;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clients .clients_image
{
	height: 80px;
	background-color: #ffffff;
	margin: 4px 4px 4px 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/** end clients */


/** partners */
.partners
{
	color: #656565;
	background-color: #f6f7f7;
	margin-top: -140px;
	border: 1px solid #ced0cf;
}

.partners .partners_title
{
	height: 40px;
	color: #f47c20;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url('../imgs/big_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.partners .partners_description
{
	color: #6f6f6f;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-align: justify;
}

.partners .partners_image_box
{
	border: 1px solid #d7d9d8;
	background-color: #eff1f1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.partners .partners_image
{
	height: 160px;
	background-color: #ffffff;
	margin: 4px 4px 4px 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/** end partners */


/** contacts */
.contacts
{
	color: #656565;
	background-color: #f6f7f7;
	margin-top: -145px;
	border: 1px solid #ced0cf;
}

.contacts .contacts_title
{
	height: 40px;
	color: #f47c20;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url('../imgs/big_line_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.contacts .contacts_description
{
	color: #6f6f6f;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-align: justify;
}
/** end contacts */


/** paginacao */
ul.numeracao_buttons_group, ul.numeracao_buttons_group li
{
	list-style: none;
	list-style-type: none;
	margin: 0;
}

ul.numeracao_buttons_group li
{
	position: relative;
	float: right;
	margin-right: 4px;
}
/** end paginacao */


/** buttons */
.button_read_more
{
	width: 90px;
	height: 26px;
	background-image: url('../imgs/bt_read_more.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.button_read_more:hover
{
	background-image: url('../imgs/bt_read_more-hover.png');
	background-repeat: no-repeat;
}

.bt_up
{
	width: 22px;
	height: 22px;
	background-image: url('../imgs/bt_up.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.bt_up:hover
{
	background-image: url('../imgs/bt_up-hover.png');
	background-repeat: no-repeat;
}

.bt_down
{
	width: 22px;
	height: 22px;
	background-image: url('../imgs/bt_down.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.bt_down:hover
{
	background-image: url('../imgs/bt_down-hover.png');
	background-repeat: no-repeat;
}

.button_send_it
{
	width: 90px;
	height: 26px;
	background-image: url('../imgs/bt_send_it.png');
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
}

.button_send_it:hover
{
	background-image: url('../imgs/bt_send_it-hover.png');
	background-repeat: no-repeat;
}

.button_numeracao
{
	width: 22px;
	height: 22px;
	background-image: url('../imgs/bt_22x22_empty.png');
	background-repeat: no-repeat;
	color: #706f70;
	cursor: pointer;
	text-align: center;
	font-size: 0.9em;
}

.button_numeracao:hover
{
	color: #7b1a1b;
}

.button_numeracao-selected
{
	color: #7b1a1b;
	font-weight: bold;
}

.button_download_pdf
{
	width: 110px;
	height: 26px;
	background-image: url('../imgs/bt_download_pdf.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.button_download_pdf:hover
{
	background-image: url('../imgs/bt_download_pdf-hover.png');
	background-repeat: no-repeat;
}

.button_model_features
{
	width: 120px;
	height: 26px;
	background-image: url('../imgs/bt_model_features.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.button_model_features:hover
{
	background-image: url('../imgs/bt_model_features-hover.png');
	background-repeat: no-repeat;
}

.button_characteristics
{
	width: 120px;
	height: 26px;
	background-image: url('../imgs/bt_characteristics.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.button_characteristics:hover
{
	background-image: url('../imgs/bt_characteristics-hover.png');
	background-repeat: no-repeat;
}
/** end buttons */


/** copyright */
.copyright
{
	color: #6f6f6f;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
}
/** end copyright */

/** legal */
.legal
{
	color: #6f6f6f;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 9px;
}
/** end legal */
