/* Reset ///////////////////////////////////////////////*/
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2 */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border: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;}
li{list-style:none;}
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;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

/*  Fonts ///////////////////////////////////////////////// */
body { font: normal normal normal 0.625em/1.2em tahoma, Arial, Helvetica, sans-serif;}

select,input,button,textarea { font:100% tahoma, arial, helvetica, sans-serif;}

table {
        font-size:inherit;
    font-size: 100%;
}

/*  Standards and Clear///////////////////////////////////////////////// */


img { border: none}
strong { font-weight: bold;}

/* float clearing for everyone else */
.clear {
  clear: both;
}

/* float clearing for IE6 */
* html .clear {
  height: 1%;
}

/* float clearing for IE7 */
*+html .clear{
  min-height: 1%;
}


/* Global ///////////////////////////////////////////////*/
html,
body { background: #e1e6fa;}

#site {
        width: 920px;
        margin: 0 auto;
        padding: 3px 0 0;
}

a {
    color: #2177bd;
    text-decoration: none;
}

a:hover { text-decoration: underline;}


/* Header ///////////////////////////////////////////////*/
#header {
        background: url(../../images/main/bg-header.png) no-repeat 0 0;
        height: 55px;
        padding: 25px 0 0 45px;
        position: relative;
}

#header h1 a {
        color: #183152;
        font-size: 1.8em;
        line-height: 1.2em;
}

#header h2 {
        color: #183152;
        font-size: 1.2em;
        line-height: 1.2em;
}

#header ul {
    position: absolute;
    right: 20px;
    top: 20px;
}

#header li { display: inline}

#header li a {
    color: #375d81;
    text-decoration: none;
        font-size: 1.1em;
        line-height: 1.2em;
}

#header li a span {
        padding: 0 5px 0 0;
}

#header li a:hover {
    text-decoration: underline;
}


/* Home ///////////////////////////////////////////////*/
.mainNaviContainer {
        background: url(../../images/main/bg-content.png) repeat-y 0 0 ;
        height: 230px;
        padding: 0 10px;
}


ul.mainNavi {
        background: url(../../images/main/bg-mainnavi.png) no-repeat 0 0;
        float: left;
        height: 190px;
        padding: 20px 20px 20px 25px;
        width: 205px;
        overflow: hidden;
}

ul.mainNavi li {
        height: 25px;
        padding: 5px 0 0;
}

ul.mainNavi a {
        color: #fff;
        font-size: 1.1em;
        line-height: 14px;
        padding: 5px 20px;
        text-decoration: none;
}

ul.mainNavi a:hover {
        padding: 5px 18px 5px 22px;
        text-decoration: none;
}

div.teaser {
        background: url(../../images/main/bg-teaser-power.png) no-repeat 0 0;
        color: #fff;
        font-size: 1.1em;
        height: 80px;
        line-height: 1.455em;
        width: 600px;
        padding: 150px 25px 0;
        float: left;
}

div.teaser h2 {
        font-size: 1.636em;
        margin-bottom: 7px;
}

/* Footer ///////////////////////////////////////////////*/
#footer {
        background: url(../../images/main/bg-footer.png) no-repeat 0 0;
        height: 85px;
        padding: 35px 0 0;
}

#footer a {
        color: #666;
        text-decoration: none;
}

#footer a:hover { text-decoration: underline;}

#footer ul {
        margin: 10px 0 0;
        text-align: center;
}

#footer li {
    display: inline;
}

#footer li a {
        color: #666;
    padding: 5px;
        font-size: 1.1em;
        text-decoration: none;
}

#footer p {
        color: #666;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
}


/* Content ///////////////////////////////////////////////*/
#main {
        background: url(../../images/main/bg-content.png) repeat-y 0 0 ;
        padding: 0 10px;
}

ul.subNavi {
        background: url(../../images/main/bg-subnavi.png) no-repeat 0 0;
        float: left;
        padding: 10px 30px 36px 25px;
        width: 205px;
}

ul.subNavi li {
        height: 25px;
        padding: 5px 0 0;
}

ul.subNavi li.spacer { height: 31px;}

ul.subNavi a {
        color: #183152;
        font-size: 1.1em;
        line-height: 14px;
        padding: 5px 20px;
        text-decoration: none;
}

ul.subNavi a:hover {
        padding: 5px 18px 5px 22px;
        text-decoration: none;
}

#content {
        background: url(../../images/main/bg-content-top.png) repeat-x 0 top;
        float: left;
        padding: 15px 17px 0 7px;
        width: 616px;
}

div.contentBox {
        background: url(../../images/main/bg-contentbox.png) repeat-x 0 bottom;
        border: 1px solid #c4d7ed;
        color: #666;
        float: left;
        font-size: 1.2em;
        margin: 0 12px 20px 0;
        line-height: 1.5em;
        width: 300px;
}

div.contentBox img {
        height: 120px;
        width: 300px;
        overflow: hidden;
}

div.contentBox h3 {
        color: #183152;
        font-size: 1.5em;
        margin-bottom: 7px;
        padding: 15px 15px 0;
}

div.contentBoxBig h3 {
        color: #183152;
        font-size: 1.5em;
        margin-bottom: 7px;
}

div.contentBox p {
        padding: 0 15px 10px;
}

div.contentBox a {
        color: #183152;
        font-weight: bold;
        text-decoration: none;
}

div.contentBox a span {
        color: #729800;
        font-weight: bold;
}

div.contentBox a:hover { text-decoration: underline;}

div.contentBox2 {
        background: transparent;
        border: 1px solid #c4d7ed;
        color: #666;
        float: left;
        font-size: 1.2em;
        line-height: 1.5em;
        padding: 15px;
        width: 270px;
}

div.contentBox2 img {
        float: left;
        margin: 0 20px 10px 0;
}

div.contentBoxCalc {
        background: url(../../images/main/bg-contentbox-bottom.jpg) no-repeat 0 bottom;
        border: 1px solid #c4d7ed;
        color: #666;
        float: left;
        font-size: 1.2em;
        margin-right: 12px;
        line-height: 1.5em;
        padding: 10px 10px 132px;
        width: 280px;
}

div.contentBoxCalc p {
        padding: 0 5px;
}

div.contentBoxCalc form {
        background: #e6ebf9;
        border: 1px solid #c4d7ed;
        margin-bottom: 20px;
        padding: 0 0 10px;
        min-height: 1%;
}

* html div.contentBoxCalc form {
        height: 1%;
}

div.contentBoxCalc fieldset {
        width: 122px;
        float: left;
        margin: 0 0 0 10px;
}

div.contentBoxCalc input {
        background: #fff;
        border: 1px solid #d9d9d9;
        font-size: 1.1em;
        color: #666;
        padding: 2px 5px;
        width: 90px;
}

div.contentBoxCalc img {
        position: relative;
        top: 2px;
}

div.contentBoxCalc label {
    color: #666;
        display: block;
        font-weight: bold;
        padding-top: 5px;
}

div.contentBoxCalc .submitBtn {
    background: url(../../images/main/btn-submit.png) no-repeat 0 0;
        border: 0;
        color: #fff;
        cursor: pointer;
        height: 21px;
        line-height: 300px;
        margin: 21px 0 0 0;
        overflow: hidden;
        padding: 0;
        width: 126px;
}

div.contentBoxCalc select {
        width: 102px;
}

div.contentBoxBig {
        border: 1px solid #c4d7ed;
        color: #666;
        float: left;
        font-size: 1.2em;
        line-height: 1.5em;
        padding: 10px 10px 10px;
        width: 594px;
}

.noMargin {
        margin-right: 0 !important;
}



/* End ///////////////////////////////////////////////*/