/**
 * @author: Martes Zibellina ( http://martes-zibellina.com ), mailto:info[@]martes-zibellina.com
 * @copyright: Martes Zibellina ( http://martes-zibellina.com )
 * @mailto: info[@]martes-zibellina.com
 * @version: 1.0.0.0
 */
html, body {
    margin: 0px;
    padding: 0px;
}

body {
    padding: 0px 0px 0px 0px;
    height: 100%;
}

html {
    height: 100%;
    background-color: #efefef;
    background-image: url(../images/background-page.gif);
}

table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    text-align: left;
}

td {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

tr {
}

p, ul, div, a, h1, h2, h3, h4, h5, h6, input, textarea, select {
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
}

input, textarea, select {
    border: 1px solid #d9d6d6;
    background-color: #ffffff;
    color: #666666;
}

textarea {
    width: 100%;
    height: 100px;
}

input {
}

ul {
    list-style: disc;
}

ul.sitemap {
    list-style: disc;
    margin:0px 0px 0px 8px;
    padding:0px 0px 0px 8px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #0066b3;
}

h1 {
    font-size: 16px;
    color: #333333;
    margin: 15px 0px 15px 0px;
}

h1 span {
    color: #848E94;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 11px;
    margin: 0px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: underline;
    color: #1173b7;
    line-height: 16px;
}

a:hover {
    text-decoration: none;
    color: #1173b7;
    line-height: 16px;
}

form {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

span.RequiredField {
    color: #ff4311;
    font-weight: bold;
}

table.t_main {
    width: 871px;
    height: 100%;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
}

* html table.t_main {
    width: 871px;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
}

* + html table.t_main {
    width: 871px;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
}

td.td_headermedia {
    padding: 0px 20px 0px 20px;
}

td.td_headerfootermenu {
    padding: 0px 20px 0px 20px;
}

td.td_workspace {
    padding: 0px 20px 0px 20px;
}

td.td_footermenu {
    padding: 0px 20px 0px 20px;
}

td.td_headertopmenu {
    height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #f0f0f0;
    background-image: url(../images/background-td-headertopmenu.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

td.td_headermedia {
    height: 120px;
    text-align: center;
    background-image: url(../images/background-workspace.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

td.td_headerfootermenu {
    height: 40px;
    vertical-align: middle;
    background-image: url(../images/background-td-headerfootermenu.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}

td.td_headerfootermenu table {
    width: 100%;
    height: 100%;
}

td.td_headerfootermenu table td {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

td.td_headerfootermenu td.mainmenu_item {
    background-position: top center;
    background-repeat: repeat-x;
}

td.td_headerfootermenu td.mainmenu_item a {
}

td.td_headerfootermenu a {
    text-decoration: none;
    color: #e8e8e8;
    font-weight: bold;
    font-size: 12px;
    padding: 12px 6px 12px 6px;
}

td.td_headerfootermenu a:hover {
    color: #ffffff;
}

td.td_workspace {
    padding: 20px 20px 20px 20px;
    margin: 20px 20px 20px 20px;
    height: auto;
    background-image: url(../images/background-workspace.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

td.td_footermenu {
    height: 50px;
    background-image: url(../images/background-td-footermenu.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}

td.td_footermenu .separator {
    color: #949494;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 16px;
    padding: 0px 2px 0px 2px;
}

td.td_footermenu div {
    color: #666666;
    font-size: 9px;
    line-height: 16px;
}

td.td_footermenu ul {
    padding: 0px;
    margin: 0px;
}

td.td_footermenu ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

td.td_footermenu a {
    color: #666666;
    font-size: 9px;
    line-height: 16px;
    text-decoration: none;
}

td.td_footermenu a:hover {
    color: #1173b7;
    text-decoration: underline;
}

table.t_footermenu {
    height: 100%;
}

table.t_footermenu td {
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
}

table.t_footermenu td.td_footermenu_leftcell {
    padding: 5px 0px 5px 0px;
}

table.t_footermenu td.td_footermenu_rightcell {
    padding: 5px 0px 5px 0px;
}

table.t_footermenu td.td_footermenu_rightcell div ul {
    text-align: right;
}

div.div_mc_media_flash {
    width: 831px;
    height: 120px;
    margin: 0px auto 0px auto;
}

table.t_content {
    margin: 0px 0px 0px 0px;
}

table.t_content td {
}

td.td_content_lcell {
    padding: 0px 10px 0px 0px;
}

td.td_content_rcell {
    padding: 0px 0px 0px 10px;
    width: 250px;
}

td.td_content_h_rcell {
    width: 350px;
}

div.div_h1 {
}

table.t_rc_content {
    background-color: #efefef;
}

table.t_rc_content td {
}

table.t_rc_content td.td_rc_content_hcell {
}

table.t_rc_content td.td_rc_content_logocell {
    height: 260px;
    background-color: #ffffff;
}

table.t_rc_content td.td_rc_content_askexpertcell {
    height: 160px;
    background-color: #ffffff;
}

table.t_rc_content td.td_rc_content_request_a_free_quotecell {
    height: 150px;
    background-color: #efefef;
}
table.t_rc_content td.td_rc_content_successful {
    background-color: #ffffff;
}

table.t_rc_content td.td_rc_content_fcell {
    padding: 10px 20px 15px 20px;
    background-image: url(../images/background-t-fc.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

table.t_rc_content td.td_rc_content_fcell_free {
    padding: 0px 20px 15px 20px;
}
/*** Begin : Home page  ***/
/*** End : Home page  ***/

div.td_rc_content_fcell_separator{
	width:250px;
	height:32px;
	background-image: url(../images/td-rc-content-fcell-separator.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}




div.testimonials{}
div.testimonials table.testimonials{}
div.testimonials table.testimonials td{}
div.testimonials table.testimonials td.logo{
	width:220px;
	padding:0px 5px 0px 0px;
}
div.testimonials table.testimonials td.description{
	padding:0px 0px 0px 5px;
}

div.testimonials table.testimonials td.description div.small{}
div.testimonials table.testimonials td.description div.full{
	display:none;
}
div.testimonials table.testimonials td.description div.control_more{}
div.testimonials table.testimonials td.description div.control_hide{
	display:none;
}
div.sector_separator{
	font-size:0px;
	height:5px;
	padding:10px 0px 10px 0px;
	background-image:url(../images/sector_separator.gif);
	background-position:center left;
	background-repeat:repeat-x;
}


















div.form{}
div.form h3{
	color:#333333;
}
div.form span.mandatory_attribute{
	color:#bb0000;
	font-weight:bold;
}

div.form form{
	margin:0px;
	padding:0px;
}
div.form div.formdescription{
	padding:0px 0px 0px 0px;
}
div.form div.formdescription h2{
	margin:0px;
	padding:0px;
}

div.form div.formheader{
	height:20px;
	background-image:url(../images/form/form-contact-header.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}
div.form div.formcontent{
	background-image:url(../images/form/form-contact-content.jpg);
	background-position:center left;
	background-repeat:repeat-y;
	padding:0px 20px 0px 20px;
}
div.form div.formfooter{
	height:20px;
	background-image:url(../images/form/form-contact-footer.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

div.form div.formcontent table.form{}
div.form div.formcontent table.form td{}

div.form div.formcontent table.form td table.formelement{
	
}
div.form div.formcontent table.form td table.formelement td{
	padding:1px 0px 1px 0px;
	vertical-align:middle;
}
div.form div.formcontent table.form td table.formelement td.label{
}
div.form div.formcontent table.form td table.formelement td.input{
}
div.form div.formcontent table.form td table.formelement td.textarea{
	width:517px;
}
div.form div.formcontent table.form td table.formelement td.button{
	
}
div.form div.formcontent table.form td table.formelement td.button_left div{
	text-align:left;
}
div.form div.formcontent table.form td table.formelement td.button_right div{
	text-align:right;
}

div.form div.formcontent table.form td table.formelement td.button input{
	border:0px;
	padding:0px;
	margin:0px;
}

div.form div.formcontent table.form td table.formelement td.label_personalinformation{
	width:25%;
}
div.form div.formcontent table.form td table.formelement td.input_personalinformation{
	width:25%;
}
div.form div.formcontent table.form td table.formelement td.input_personalinformation input{
	width:97%;
}



div.form div.formcontent table.form td table.formelement td.label_companyinformation{
	width:150px;
}
div.form div.formcontent table.form td table.formelement td.input_companyinformation{
	width:371px;
}
div.form div.formcontent table.form td table.formelement td.input_companyinformation input{
	width:371px;
}
div.form div.formcontent table.form td table.formelement td.input_companyinformation select{
	width:200px;
}




table.input_capturecode{
	width:312px;
}
table.input_capturecode td{
	vertical-align:middle;
}
table.input_capturecode td.input_capturecode_leftcell{}
table.input_capturecode td.input_capturecode_rightcell{}









.error{
	color:#bb0000;
}

input.error {
	border:1px solid #ff0000;
	color:#bb0000;
}
textarea.error {
	border:1px solid #ff0000;
	color:#bb0000;
}
select.error {
	border:1px solid #ff0000;
	color:#bb0000;
}





table.directors{}
table.directors td{}
table.directors td.left_cell{
	width:170px;
	padding:0px 5px 0px 0px;
}
table.directors td.right_cell{
	padding:0px 0px 0px 5px;
}
table.directors td.right_cell h2{
	margin:0px 0px 10px 0px;
}











