/*
 *   YUI Reset CSS 
 *   http://developer.yahoo.com/yui/reset/ 
 *   = start =
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0; 
    padding:0; 
}
table {	
    border-collapse:collapse;border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
    border:0;
}

hr {
    height:1px;
    overflow:hidden;
    border:0;
    border-top:1px solid #c0c0c0;
}
/* 
 * YUI Reset CSS 
 * http://developer.yahoo.com/yui/reset/ 
 * = end =
 */

html,body { height:100%; }
img {vertical-align:top;border:none;display:inline;}

body { 
    color:#474747; 
    background:#fff; 
    font: 11px "Trebuchet MS","Arial", "Verdana", sans-serif;
}

#main {
    width:1003px;
    min-height:100%;
    _height:100%;
    position:relative;
}

#logo-menu {
    float:left;
    width:215px;
    text-align:center;
    overflow:hidden;
    margin-bottom:40px;
}

#logo {
    margin-top:15px;
    margin-bottom:20px;
    margin-left:25px;
    width:142px;
    text-align:left;
}
#menu {
    width:100%;
    height:207px;
    text-align:left;
    background:url(img/bg_left_menu.gif) no-repeat top left;
    list-style:none;
}


#menu li.text a,#menu li.text a:visited {
    display:block;
    margin-left:48px;
    color: #BD4A4A;
    text-transform:uppercase;
    text-decoration:none;
    font:11px "Trebuchet MS","Tahoma","Arial",sans-serif;
    height:19px;
    line-height:19px;
    vertical-align:middle;
    font-stretch:extra-condensed;
    overflow:hidden;
    white-space:nowrap;
}

#menu li.text a:hover,#menu li.text a.active {
    font-weight:bold;
}
#center {
    width:788px;
    float:left;
    padding-top:175px;
    background:url(img/bg_page.jpg) top left no-repeat #fff;
    margin-bottom:40px;
    text-align:left;
}

#center a,#center a:visited {
    color:#BD4A4A;
    text-decoration:none;
}
#center a:hover {
    text-decoration:underline;
}
#bread {
    height:60px;
    font-size:10px;
    color:#848484;
}
#bread a,#bread a:visited {
    color:#848484;
}


#leftContent {
    width:585px;
    float:left;
    overflow:hidden;
    font-family:"Arial","Verdana","Trebuchet MS",sans-serif;
    padding-left: 1px;
}
#rightContent {
    width:190px;
    float:right;
    overflow:hidden;
}

#rightContent .sep {
    margin-top: 10px;
    border-top:1px dotted #bd4a4a;
    padding-top:10px;
}

#leftContent h1,#rightContent h1 {
    margin-bottom:5px;
    font-size:20px;
    font-weight:normal;
    color:#bd4a4a;
}
#leftContent h1.title {
    width:450px;
}
#leftContent p {
    padding:7px 0;
}
#leftContent b,#leftContent strong {
    font-weight:bold;
}
#leftContent em,#leftContent i {
    font-style:italic;
}

#leftContent h2 {
    font-weight:bold;
    font-size:120%;
    display:block;
}

#leftContent ul {
    list-style:square;
    padding:7px 17px;

}
#leftContent ol,dl {
    padding:7px 17px;
}
#leftContent blockquote {
    margin-top:10px;
    margin-left:15px;
    padding-left:30px;
    background:url(img/bg_blockquote.gif) 5px top  no-repeat;
    border-left:2px solid #d5d2d2;
}
#leftContent li {
    margin-left:30px;
    
}
#leftContent .indent {
    margin-left:30px;
    
}
#leftContent blockquote p {
    padding:0;
}

.hide {
    display:none;
}

#rightContent h2 {
    margin-bottom:5px;
    font-size:14px;
    font-weight:normal;
    color:#bd4a4a;
}
#rightContent .related {
    margin-top:40px;
    padding-top:50px;
    background:url(img/bg_related.gif) no-repeat -1px 0;
    padding-left:10px;
    border-left:1px solid #D5D2D2;
}
#rightContent .related p {
    padding-bottom:5px;
    padding-right:55px;
}
#rightContent .related p.end {
    padding-bottom:25px;
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    background:url(img/bg_footer.jpg) no-repeat left bottom;
    height:40px;
}

#footer p {
    color:#474747;
    padding-left:5px;
}

ul#submenu,ul.submenu {
    background:#F2F2F2;
    padding:15px;
    list-style:none;
    width:300px;
    margin-top:15px;
    margin-bottom:20px;
    list-style:none;
}
ul#submenu li,ul.submenu li {
    border-left:1px solid #B74F4F;
    padding:1px 15px;
    list-style:none;
}

ul#submenu li a.current,ul.submenu li a.current {
    text-decoration:underline;
}

ul#submenu ul,ul.submenu ul {
   padding:0;
   margin:5px;
}
ul#submenu li li,ul.submenu li li {
    border:0;
    list-style:square;
    padding:1px 5px;
    margin-left:20px;
}

.partner,.customer {
    float:left;
    margin-left:10px;
    margin-bottom:20px;
    width:150px;
    overflow:hidden;
    text-align:center;
}
.partner .img {
    height:40px;
}

.customer {
    margin-bottom:5px;
}
.customer .img {
    height:55px;
}


.form {
    width:400px;
    margin:0 auto;
    position:relative;
    margin-bottom:40px;
}
.form select {
    display:block;
    float:left;
    border:1px solid #D5D2D2;
    padding:1px;

}
.form select:focus {
    border:1px solid #B74F4F;
}

.form fieldset {
    border:1px solid #D5D2D2;
    padding:10px;
}
.form legend {
    border:1px solid #D5D2D2;
    background:#F2F2F2;
    padding:5px;
}

.form label {
    display:block;
    float:left;
    width:100px;
    clear:left;
    text-align:right;
    padding-right:10px;
    font-weight:bold;
}

.form input {
    display:block;
    float:left;
    width:180px;
    border:1px solid #D5D2D2;
    padding:2px;
}
.form input:focus {
    border:1px solid #B74F4F;
}
.form textarea {
    display:block;
    float:left;
    width:180px;
    border:1px solid #D5D2D2;
    padding:2px;
}
.form textarea:focus {
    border:1px solid #B74F4F;

}
.form p {
    padding:0;
    margin:0;
    clear:left;
}

.form p.note {
    clear:both;
    margin-left:102px;
    margin-bottom:20px;
}
.form p.explain {
    clear:both;
    margin-left:102px;
    font-style:italic;
}

.form p.submit {
    text-align:right;
}
.form p.submit input {
    float:none;
    display:inline;
}

.form input.errors,.form textarea.errors {
    border-color:#f00;
}
.form p.errors {
    padding:0;
    margin:0;
    margin-left:110px;
    font-style:italic;
    color:#f00;
    
}
.form input.hidden {
    display:none;
}

.columns {
    width:580px;
    overflow:hidden;
    _zoom:1;
}
.columns .column {
    width:278px;
    margin-right:1px;
    float:left;
    overflow:hidden;
}
.columns .clear {
    clear:left;
}

.column label {
    width:70px;
}
.column p.explain,.column p.errors,.column p.note {
    margin-left:80px;
}
.column textarea {
    height:200px;
}
.column p.center {
    text-align:center;
    margin-left:70px;
}

.column p.submit {
    text-align:left;
    margin-left:80px;
    margin-top:30px;
}
.column p.submit input {
    width:188px;
}

#footer p.copy {
    padding-top:5px;
    padding-right:5px;
    text-align:right;
    color:#fff;
}

.news ul li {
   font-size:10px;
   padding:5px 0;
}
.news ul li a {
    font-size:11px;
    font-weight:bold;
}
.articles ul li {
   font-size:10px;
   padding:5px 0;
}
.articles ul li a {
    font-size:11px;
    font-weight:bold;
}
.news-images {
    margin-top:20px;
}
.news-images .image {
    float:left;
    width:120px;
    background:#f2f2f2;
    text-align:center;
    margin-right:10px;
    margin-bottom:10px;
    overflow:hidden;
}
.news-images .image img {
    margin:10px;
}

ul.newslist li {
    padding:10px 0;
    list-style:none;
}

ul.newslist li img {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
ul.newslist blockquote {
    margin-top:10px;
}
ul.newslist p {
    clear:both;
}

.morenews {
    margin-top:10px;
    margin-bottom:20px;
    font-style:italic;
    font-size:12px;
    text-align:right;
    font-weight:bold;
}

#popup {
    display:none;
    float:left;
}

#winPopup {
    position:absolute;
    top:270px;
    left:210px;
    background:#fff;
    border:1px dotted #bd4a4a;
    margin:0 auto;
    overflow:auto;
    z-index:100;
}
#winPopup .title {
    color:#bd4a4a;
    background:#fff;
    font-size:11px;
    font-weight:bold;
    height:20px;
    line-height:20px;
    padding:0 5px;
    border-bottom:1px dotted #fff;
    text-align:center;
}
#winPopup .close {
    vertical-align:middle;
    cursor:pointer;
    float:right;
    padding-top:2px;
    border:0;
}
#winPopup .body {
    clear:both;
}

#showmoreinfoform,#hidemoreinfoform {
    display:none;
}
