@charset "utf-8";

@import "reset.css";





html, body {

    width: 100%;

    height: 100%;

    min-height: 100%;

    position: relative;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #999999;

    line-height: 18px;

    overflow: auto;

}



html {

    background: #000000 url(../i/bg_html.jpg) center top no-repeat;

}



body {

    width: 100%;

    height: auto;

    min-height: 700px;

    background: url(../i/bg_bottom.jpg) center bottom no-repeat;
    
    overflow: hidden;

}



h1, h2, h3, h4, h5 {

    display: block;

}



h1 {
    color: #2775b7;
    font-size: 28px;
    line-height:30px;
    padding: 10px 0 30px 0px;
    margin-left: -13px;
}

h1 small {
    font-size: 12px;
}

h2, h3 {

    color: #2775b7;

    font-size: 17px;

    font-weight: bold;

    padding: 25px 0 15px 0px;

    margin-left: -13px;

}



h3 {

    color: #f17a2b;

}

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

h4, h5, h6 {

    color: #2775b7;

    font-size: 15px;

    font-weight: bold;

    padding: 20px 0 10px 0px;

    margin-left: -13px;

}



h5 {

    color: #f17a2b;

}



h6 {

    color: #939393;

}



strong {

    font-weight: bold;

    color: #2775b7;

}



em {

    font-size: 15px;

    font-weight: bold;

}

.lopic{
	border:1px solid #333;
	padding:7px;
	margin-bottom:4px;
	
}

a:link, a:hover, a:active, a:visited {

    color: #2775b7;

    text-decoration: underline;

}



br.clear {

    position: relative;

    display: block;

    float: none;

    clear: both;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 0px;

    margin: 0px;

    padding: 0px;

    overflow: hidden;

    visibility: hidden;

}



div#main {

    width: 970px;

    height: 584px;

    height: auto !important;

    min-height: 584px;

    margin: 0 auto;

    padding-top: 24px;

    padding-bottom: 92px;

    position: relative;

    overflow: hidden;

}



div#maintop {

    width: 100%;

    height: 22px;

    top: 0;

    position: absolute;

}



div#mainbottom {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}

div#mainbottom div#footer {
    width: 970px;
    height: 90px;
}

div#mainbottom div#footer p {
    padding-top: 5px;
    text-align: center;
}



div#main div#right,

div#main div#left {

    min-height: 100%;

    height: auto !important;

    height: 100%;

    position: relative;

    margin-bottom: 30px;

}



div#main div#right {

    width: 673px;

    float: right;

}



div#main div#left {

    width: 268px;

    float: left;

    background: url(../i/logo.png) 0 15px no-repeat;

}



div#right ul.menu {

    height: 53px;

    margin: 40px 0 10px 0;

    padding: 0;

    overflow: hidden;

    text-align: center;

}



div#right ul.menu li {

    display: inline-block;

    width: auto;

    height: 52px;

    padding: 0;

    margin-left: -3px;

    background: url(../i/bg_menu.png) repeat-x;

}



div#right ul.menu li.first,

div#right ul.menu li.last {

    padding: 0;

    width: 15px;

    background: url(../i/bg_menu_left.png) no-repeat;

}



div#right ul.menu li.last {

    background: url(../i/bg_menu_right.png) no-repeat;

}



div#right ul.menu li a {

    display: inline-block;

    width: auto;

    height: 34px;

    padding: 18px 9px 20px 10px;

    color: white;

    font-weight: bold;

    font-size: 12px;

    text-decoration: none;

    text-transform: uppercase;

    background: url(../i/bg_menu_separator.png) no-repeat;

}



/*

div#right ul.menu li a:hover,

div#right ul.menu li a:active {

  color: #999999;

}

*/



div#right ul.menu li a.first {

    background: none;

}



div#right ul.menu li a.edge {

    background: none;

    visibility: hidden;

}



div#left div#subcontent {

    width: 262px;

    margin-top: 190px;

    position: relative;

    float: left;

}



div#left div#subcontent  div.top {

    height: 12px;

    width: 262px;

    position: relative;

    background: url(../i/bg_subcontent_top.png) no-repeat;

}



div#left div#subcontent  div.bottom {

    height: 12px;

    width: 262px;

    background: url(../i/bg_subcontent_bottom.png) no-repeat;

    position: relative;

}



div#left div#subcontent  div.content {

    width: 222px;

    min-height: 40px;

    height: auto !important;

    height: 20px;

    padding: 0 20px 0px 25px;

    position: relative;

    background: url(../i/bg_subcontent.png) repeat-y;

}

div#left div#subcontent  div.content em {
    color: #2775b7;
}

div#left div#subcontent  div.content h2,

div#left div#subcontent  div.content h3,

div#left div#subcontent  div.content h4,

div#left div#subcontent  div.content h5{

    padding-top: 0;

    padding-left: 5px;

}



div#left div#subcontent  div.content ul li a {

    display: block;

    padding: 5px 0 5px 0;

    width: 100%;

    color: #cccccc;

    font-weight: bold;

    text-decoration: none;

}



div#left div#subcontent  div.content ul li a:hover,

div#left div#subcontent  div.content ul li a:active {

    color: #939393;

}



div#left div#cloud {

    width: 200px;

    margin-top: 50px;

    position: relative;

    float: left;

    padding: 0 20px;

    color: #2775b7;

    word-spacing: 15px;

    line-height: 20px;

}

div#left div#cloud a {
    text-decoration: none;
}

div#left div#cloud em {

    font-size: 15px;

}



div#right div#page {

    width: 673px;

    margin-top: 30px;

    position: relative;

    float: right;

}



div#right div#page  div.top {

    height: 12px;

    width: 673px;

    position: relative;

    background: url(../i/bg_page_top.png) no-repeat;

}



div#right div#page  div.bottom {

    height: 15px;

    width: 673px;

    background: url(../i/bg_page_bottom.png) no-repeat;

    position: relative;

}



div#right div#page  div.content {

    width: 623px;

    min-height: 380px;

    height: auto !important;

    height: 380px;

    padding: 0 20px 30px 30px;

    position: relative;

    background: url(../i/bg_page.png) repeat-y;

}



div#right div#page  div.content div.refflash {

    width: 500px;

    margin: 0 auto;

    padding: 0 15px 0 0;

}



div#page div.content ol {

    list-style-type: decimal;

    padding-left: 20px;

    color: #f17a2b;

    font-style: italic;

    font-weight: bold;

}



div#page div.content ol li span {

    font-style: normal;

    font-weight: normal;

    color: #999999;

}



div#page div.content ul li {

    background: url(../i/bullet.gif) 0 5px no-repeat;

    padding-left: 20px;

}



form fieldset {

    width: 550px;

}



form fieldset div.wide {

    clear: both;

    padding: 0 0 10px 40px;

}



form fieldset label {

    width: 200px;

    display: block;

    position: relative;

    float: left;

}



form fieldset input, 

form fieldset textarea,

form fieldset select,

form fieldset input.button {

    width: 322px;

    margin-bottom: 5px;

    color: #999999;

    border: 1px solid #f17a2b;

    background-color: #1D1D1D;

    padding: 0 3px;

}



form fieldset textarea {

    padding: 3px;

}



form fieldset input.button {

    width: 330px;

    margin-left: 200px;

    padding: 3px;

    font-weight: bold;

    background-color: #000000;

    cursor: pointer;

}



div#page div.content iframe.map {

    margin: 10px 10px;

    height: 470px;

    width: 600px;

    border: 1px solid #2775b7;

}



div#main div#right div#menutitles {

    width: 100%;

    height: 50px;

    top: 70px;

    left: 0;

    position: absolute;

    margin: 0;

    padding: 0;

    z-index: -1;

}



div#main div#right div#menutitles p {

    line-height: 50px;

    font-size: 38px;

    font-weight: bold;

    color: #60C523;

    text-align: center;

    text-transform: uppercase;

    opacity: 0.4;

}

.lowlink{
	color:#CCC;
	text-decoration:none;
}

#xmas {
    position: absolute;
    z-index: 9999;
    top: 1500px;
    left: 0;
    width: 0;
    background-color: #FFFFFF;
    opacity: 0.93;
}

#xmas_top {
    position: relative;
    height: 39px;
    margin: 0 auto;
    background: transparent url(../i/topline.png) repeat-x top left;
    overflow: hidden;
}

#xmas_top p {
    position: relative;
    display: block;
    width: 970px;
    color: #F17A2B;
    text-align: right;
    font-size: 24px;
    margin: 11px auto;
}

#xmas_top p a {
    display: block;
    position: relative;
    float: right;
    margin: 0 0 0 10px;
    padding: 1px;
    width: 13px;
    height: 13px;
    border: 1px solid #333333;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 10px;
}


#xmas_main {
    position: relative;
    width: 970px;
    margin: 0 auto;
}

#xmas_girl {
    position: relative;
    float: left;
    width: 231px;
    height: 195px;
    margin-top: 10px;
	padding-top:199px;
	padding-left:20px;
	color:#CCC;
	font-size:36px;
    background: transparent url(../i/ecow.jpg) no-repeat top center;
	line-height:28px;
	text-align:center;
}

#xmas_promo {
    position: relative;
    float: right;
    width: 690px;
}

#xmas_promo p {
    color: #000000;
    font-size: 15px;
    padding-top: 20px;
}

#xmas_promo p strong {
    color: #000000;
}

#xmas_promo p span {
    color: #2775B7;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}

#xmas_promo p em {
    color: #2775B7;
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 2px;
}

#xmas_promo form {
    padding-top: 20px;
}

#xmas_promo form input,
#xmas_promo form label {
    display: block;
    float: left;
    width: 302px;
    height: 27px;
    background: #FFFFFF url(../i/input.png) no-repeat top left;
    border: none;
    padding: 0 4px 0 4px;
    margin-top: 5px;
}

#xmas_promo form input.submit {
    background: transparent url(../i/submit.png) no-repeat top left;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    width: 310px;
    cursor: pointer;
}

#xmas_promo form label {
    background: none;
    color: #F17A2B;
    font-size: 15px;
    line-height: 27px;
    margin-left: 8px;
}


#simepleform form {
    padding-top: 20px;
}

#simepleform form input {
    display: block;
    float: left;
    width: 302px;
    height: 27px;
    background: url(../i/input.png) no-repeat top left;
    border: none;
    padding: 0 4px 0 4px;
    margin-top: 5px;
}

#simepleform form label {
	float:left;
	width:250px;
    padding: 7px 4px 0 4px;	
	
}

#simepleform form input.submit {
    background: #000 url(../i/submit.png) no-repeat top left;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    width: 310px;
    cursor: pointer;
}

#simepleform form label {
    background: none;
    color: #F17A2B;
    font-size: 15px;
    line-height: 27px;
    margin-left: 8px;
}


