body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #666;
    width: expression(document.documentElement.offsetWidth>1000?document.documentElement.offsetWidth-25:1000);
}

html>body {
    width: auto;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    color: #336699;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

/* FONT SIZES */
.t12 { font-size: 12px; }
.t13 { font-size: 13px; }
.t14 { font-size: 14px; }
.t15 { font-size: 15px; }
.t16 { font-size: 16px; }


div.preload {
    width: 0px;
    height: 0px;
}

/* SIDE TABS */

#side_tabs {
    float: left;
    width: 60px;
    margin-top: 100px
}

#side_tabs a {
    display: block;
    margin: 1px 0;
}

#side_tabs a.games {
    width: 29px;
    height: 163px;
    background: url("tab_side_games.gif"/*tpa=http://www.program-ace.com/images/tab_side_games.gif*/);
}

#side_tabs a.web {
    width: 29px;
    height: 124px;
    background: url("tab_side_web.gif"/*tpa=http://www.program-ace.com/images/tab_side_web.gif*/);
}

#side_tabs a.three_d {
    width: 29px;
    height: 162px;
    background: url("tab_side_3d.gif"/*tpa=http://www.program-ace.com/images/tab_side_3d.gif*/);
}

#side_tabs a.games:hover {
    background: url("tab_side_games_hl.gif"/*tpa=http://www.program-ace.com/images/tab_side_games_hl.gif*/);
}

#side_tabs a.web:hover {
    background: url("tab_side_web_hl.gif"/*tpa=http://www.program-ace.com/images/tab_side_web_hl.gif*/);
}

#side_tabs a.three_d:hover {
    background: url("tab_side_3d_hl.gif"/*tpa=http://www.program-ace.com/images/tab_side_3d_hl.gif*/);
}


#container {
    min-width: 900px;
    margin: 0 20px 0 60px;
}

/* HEADER */

#header .menu {
    width: 540px;
    float: right;
    margin: 0 5px 7px 0;
}

html>body #header .menu{
    width: auto;
}


#header .menu a {
    display: block;
    float: left;
    border-right: 1px dotted #ccc;
    padding: 10px 8px 2px 8px;
    color: #336699;
    font: bold 10px/20px Verdana, sans-serif;
    text-decoration: none;
    text-align: center;
}
#header .menu a.last {
    border-right: none;
}
#header .menu a.current {
    color: #003366;
    text-decoration: none;
}

#header .menu a:hover {
    color: #003366;
    text-decoration: none;
}

#header .banner {
    float: right;
    clear: right;
    width: 546px;
    height: 113px;
}

#header .banner #flash_banner{
    height: 93px;
    width: 546px;
}

#header .banner #control_banner{
    height: 20px;
    width: 546px;
}

#header .banner #control_banner .controls {
    float: right;
    font-size: 8px;
    white-space: nowrap;
    margin: 2px 10px 0 0;
}

#header .banner #control_banner .controls a {
    display: block;
    float: left;
    margin: 2px 10px;
    background: #999;
}
#header .banner #control_banner .controls a:hover {
    background: #666;
}

#header .banner #control_banner .controls input {
    float: left;
    margin: 1px 0 0 5px;
    font-size: 9px;
}

#header .banner #control_banner .controls input.search {
    border: 1px solid #999;
    width: 100px;
    height: 11px;
    font-size: 9px;
}

#navigation {
    clear: right;
    margin-left: 35px;
    height: 26px;
    background: url("dot_ccc.gif"/*tpa=http://www.program-ace.com/images/dot_ccc.gif*/) bottom repeat-x;
}
html>body #navigation {
    margin-left: 38px;
    height: auto;
}

#navigation .empty_tabs {
    float: right;
    margin-top: 0px;
}

html>body #navigation .empty_tabs{
    margin-top: 30px;
}

#navigation .tabs {
    float: right;
    margin-top: 20px;
    height: 26px;
}
#navigation .tabs a.tab_link {
    display: block;
    float: left;
    color: #979797;
    font: 12px/23px Verdana, sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    margin: 1px 0 2px 0;
}
#navigation .tabs a.tab_link:hover {
    color: #7c7c7c;
    background: #fafafa;
    border-bottom: 1px solid #fff;
}
#navigation .tabs a.current, #navigation .tabs a.current:hover {
    margin: 0;
    padding: 1px 10px 1px 10px;
    border-top: 1px solid #ccc;
    border-bottom: none;
    /*color: #7c7c7c;*/
    font-weight: bolder;
    background: #fff;
    font-weigh: bolder;
}

#navigation .tabs div.subMenu {
    float: none;
    width: auto;
    height: auto;
    background: none;
    overflow: none;
}

.subMenu {
    display: none;
    position: absolute;
    border: 1px solid #CCCCCC;
    background: none;
    height: auto;
    width: 222px;
}

.subMenu a {
    display: block;
    margin: 0 0px;
    padding: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #7c7c7c;
    text-decoration: none;
    font: 11px/22px Verdana, sans-serif;
    background: #fff url("dot_h4_ccc.gif"/*tpa=http://www.program-ace.com/images/dot_h4_ccc.gif*/) bottom repeat-x;
}

.subMenu a.last {
    background: #fff;
}
.subMenu a.sub_current {
    color: #363636;
}

.subMenu a:hover {
    color: #363636;
    background-color: #fafafa;
}

#navigation .tabs div {
    float: left;
    width: 1px;
    height: 25px;
    background: #ccc url("dot_v4.gif"/*tpa=http://www.program-ace.com/images/dot_v4.gif*/) repeat-y;
    overflow: hidden;
}
#navigation .tabs div.before_current {
    width: 3px;
    height: 26px;
    background: url("tab_main_yxo_l.gif"/*tpa=http://www.program-ace.com/images/tab_main_yxo_l.gif*/) no-repeat;
}
#navigation .tabs div.after_current {
    width: 3px;
    height: 26px;
    background: url("tab_main_yxo_r.gif"/*tpa=http://www.program-ace.com/images/tab_main_yxo_r.gif*/) no-repeat;
}

#breadcrumbs {
    padding: 15px 0 12px 45px;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    color: #777777;
    background: url("bevel_38.gif"/*tpa=http://www.program-ace.com/images/bevel_38.gif*/) no-repeat;
}

#breadcrumbs a {
    color: #336699;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs span {
    color: #5c5c5c;
}

#side_column {
    float: left;
    width: 241px;
}

#side_column .menu_container {
    width: 222px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: url("bg_menu_side_bl.gif"/*tpa=http://www.program-ace.com/images/bg_menu_side_bl.gif*/) bottom left no-repeat;
}
#side_column .menu {
    padding-top: 5px;
    background: url("bg_menu_side_tr.gif"/*tpa=http://www.program-ace.com/images/bg_menu_side_tr.gif*/) top right no-repeat;
}
#side_column .menu a {
    display: block;
    margin: 0 1px;
    padding: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #7c7c7c;
    text-decoration: none;
    font: 11px/22px Verdana, sans-serif;
    background: url("dot_h4_ccc.gif"/*tpa=http://www.program-ace.com/images/dot_h4_ccc.gif*/) bottom repeat-x;
}
#side_column .menu a.last {
    background: none;
}
#side_column .menu a.current {
    color: #363636;
}

#side_column .menu a:hover {
    color: #363636;
    background-color: #fafafa;
}

#side_column a.request_quote {
    display: block;
    margin: 0 0;
}

#side_column a.request_quote_wom {
    display: block;
    margin: 0 0;
}

#side_column .block {
    background: url("bg_block_side.gif"/*tpa=http://www.program-ace.com/images/bg_block_side.gif*/) bottom no-repeat;
    color: #666;
    font-size: 12px;
    margin: 10px 0;
}

#side_column .block form {
    padding: 10px 10px 5px 10px;
    margin: 0;
}

#side_column .block h1 img {
    padding-top: 1px;
}

#side_column .block p {
    padding: 10px 10px 5px 10px;
    margin: 0;
}

#side_column .block ul {
    margin: 0;
    padding: 10px 10px 10px 10px;
    list-style-type: none;
}

#side_column .block ol {
    padding-bottom: 10px;
}

#side_column .block ul a {
    color: #336699;
    font: 12px;
    line-height: 24px;
}

#side_column h1 {
    position: relative;
    height: 27px;
    font: bold 14px/26px Trebuchet MS, Tahoma, sans-serif;
    overflow: hidden;
    background: url("h1_side.gif"/*tpa=http://www.program-ace.com/images/h1_side.gif*/) top no-repeat;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
#side_column h1 span {
    position: absolute;
    z-index: 1;
    height: 27px;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#side_column a.more {
    display: block;
    margin-left: 171px;
    width: 70px;
    height: 15px;
    background: url("btn_side_more.gif"/*tpa=http://www.program-ace.com/images/btn_side_more.gif*/);
    text-decoration: none;
}

#main_column {
    margin-left: 255px;
}

#main_column .content {
    min-height: 370px;
    height: 370px;
}

html>body #main_column .content {
    height: auto;
}

#main_column .decor_t {
    height: 70px;
    background: #fafafa url("dot_ccc.gif"/*tpa=http://www.program-ace.com/images/dot_ccc.gif*/) top repeat-x;
}
#main_column .decor_tl {
    float: left;
    width: 70px;
    height: 70px;
    background: url("bevel_70.gif"/*tpa=http://www.program-ace.com/images/bevel_70.gif*/) no-repeat;
}
#main_column .decor_tr {
    float: right;
    width: 10px;
    height: 70px;
    background: url("decor_main_column_tr.gif"/*tpa=http://www.program-ace.com/images/decor_main_column_tr.gif*/) no-repeat;
}
#main_column .content {
    padding: 0 25px 10px 25px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fafafa;
}

#main_column .decor_b {
    height: 10px;
    background: #fafafa url("dot_ccc.gif"/*tpa=http://www.program-ace.com/images/dot_ccc.gif*/) bottom repeat-x;
    font-size: 1px;
    margin: 0 0px;
}
html>body #main_column .decor_b {
    margin: 0;
}
#main_column .decor_bl {
    width: 10px;
    height: 10px;
    background: url("decor_main_column_bl.gif"/*tpa=http://www.program-ace.com/images/decor_main_column_bl.gif*/) no-repeat;
}
#main_column .decor_br {
    float: right;
    width: 10px;
    height: 10px;
    background: url("decor_main_column_br.gif"/*tpa=http://www.program-ace.com/images/decor_main_column_br.gif*/) no-repeat;
}

#main_column input, #main_column select, #main_column textarea, #main_column button {
    font-size: 12px;
    font-family: arail, sans-serif;
}

#main_column img {
    margin: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
}

#main_column h1 {
    margin-top: 0;
    padding-top: 0;
    font: bold 18px Trebuchet MS, Arial, sans-serif;
    background-image: url("h1_dotted.gif"/*tpa=http://www.program-ace.com/images/h1_dotted.gif*/);
    background-position: bottom;
    background-repeat: repeat-x;
}

#main_column h2 {
    margin-top: 0;
    padding-top: 0;
    font: bold 14px Trebuchet MS, Arial, sans-serif;
}

#main_column a.dotted {
    margin: 10px 0;
    display: block;
    border-bottom: 1px dashed #cccccc;
    text-decoration: none;
}

#main_column h2.dotted {
    margin-top: 0;
    padding-top: 0;
    font: bold 14px Trebuchet MS, Arial, sans-serif;
    border-bottom: 1px dotted #cccccc;
}

#main_column h2.dotted a {
    text-decoration: none;
    color: #666;
}

#main_column table.border {
    border-collapse: collapse;
}

#main_column table.border th {
    background-color: #aaaaaa;
    color: #ffffff;
    font-weight: bolder;
    padding: 2px;
    border: 1px solid #7c7c7c;
}

#main_column table.border th a {
    color: #ffffff;
}

#main_column table.border td {
    border: 1px solid #7c7c7c;
    padding: 2px;
}

#main_column table.border .zebra2{
    background-color: #eeeeee;
}

#main_column table.no-border td, #main_column table.no-border th {
    border: 0px !important;
}


#main_column table{
    border-collapse: collapse;
}

#main_column table td {
    padding: 2px;
}

#main_column p{
    text-align: justify;
}

.search_result {

}

.search_result h2{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: bolder;
}

.search_info {
    text-align:right;
    font-size: 11px;
}

#footer {
    width: 100%;
    clear: both;
    float: right;
    margin: 20px 0;
    text-align: center;
    font: 10px/16px Verdana, sans-serif;
    color: #ccc;
    background-image: url("h1_dotted.gif"/*tpa=http://www.program-ace.com/images/h1_dotted.gif*/);
    background-position: bottom;
    background-repeat: repeat-x;
}

html>body #footer{

}

#footer div.dotted{
    z-index: 20;
    width: 100%;
}
#footer a {
    float: left;
    display: block;
    background: #fff;
    color: #ccc;
    text-decoration: none;
}
#footer div.sep {
    float: left;
    background: #fff;
}

#footer div.copy {
    background: #fff;
    float: right;
}
#footer a:hover {
    color: #7c7c7c;
}

/* COMPOSITE STYLES */

img.img_ar {
    float: right;
    margin: 0 0 5px 10px;
}

.vacancy {
    padding-left: 30px;
    padding-bottom: 20px
}
.floater {
    float: right;
    width: 120px;
    height: 40px;
    text-align: center;
}
.link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.link:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

.sfondo_tab {
    font: 10px/16px Verdana, sans-serif;
    color: #000000;
	font-weight: bold;
    background-image: url("../images/sfondo_tab.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
}

.bordo_tab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.bordo_tab1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


.bordo_tab:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background:#AEC9F4;
}
.bordo_tab_sx {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.bordo_tab_dx {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.bordo_tab_sotto {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
