@CHARSET "UTF-8";

* {
 margin: 0;
 padding: 0;
}

body,div {
    font: normal 13px arial;
    line-height: 20px;
    color: #333333;
}

img {
    border: 0px;
}


a {
    color: #0099cc;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font: normal 24px arial;
    color: #3E85B9;
    line-height: 22px;
    *line-height: 24px;
}


h2 {
    font: normal 24px arial;
    color: #3E85B9;
    line-height: 22px;
    *line-height: 24px;
}


h3 {
    font: normal 20px arial;
    color: #333333;
}

h4 {
    font: normal 24px arial;
    color: #3E85B9;
    line-height: 22px;
    *line-height: 24px;
}
.clear {
    clear: both;
}

#container, #top-container, #footer-text {
    width: 980px;
    margin: 0 auto;
}

* html #container {
    margin-top: 20px;
}

#top-container {
    position: relative;
}

#top {
    height: 110px;
    background-image: url('../img/top-bcg.jpg');
    background-repeat: repeat-x;
}

#top-logo {
    height: 64px;
    width: 400px;
    float: left;
    padding-top: 18px;
}

#top-logo h1, #top-logo a {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
	font-style: italic;
    line-height: 16px;
    color: #ffffff;
}

#top-phone {
    height: 32px;
    width: 257px;
    float: right;
    padding-top: 22px;
    text-align: center;
    color: #ffffff;
}

#text {
    float: left;
    margin-top: 33px;
    margin-right: 300px;
}

#computer {
    float: right;
    width: 535px;
    height: 335px;
    position: absolute;
    top: 74px;
    right: -10px;
}

#button {
    float: left;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 160px;
}

.panel {
    float: left;
    width: 310px;
    height: 135px;
    margin: 20px 10px 10px 0px;
}

* html .panel {
    margin-top: 0px;
}


.model {
    display: block;
    color: #0099cc;
    text-decoration: underline;
    font-size: 18px;

    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
}

.model:hover {
    text-decoration: none;
}

.icon {
    padding: 0 10px;
    float: left;
    width: 65px;
    height: 145px;
}

.text {
    padding-top: 5px;
}
.text p {
margin-top: 10px;
}

.text h4.header {
    font-weight: normal;
    color: #666666;
    margin-bottom: 6px;
    line-height: 20px;
    display: block;
}

.text .header a{
    color: #333333;
    font-size: 20px;
    margin-bottom: 8px;
    text-decoration: none;
}

.text .header a:hover {
    color: #0099cc;
    text-decoration: underline;
}

.h-line {
    height: 1px;
    width: 100%;
    background-image: url('../img/h-line.png');
    background-repeat: repeat-x;
    float: left;
    margin-top: 25px;
}

#info {
    float: left;
    margin-top: 30px;
}

* html #info {
    margin-top: 20px;
}

#about {
    width: 479px;
    float: left;
    padding-right: 20px;
}

#about p {
    color: #666666;
    margin-top: 14px;
    line-height: 22px;
}

.v-line {
    width: 11px;
    float: left;
    background-image: url('../img/v-line.png');
    background-repeat: repeat-y;
    height: 330px;
    padding-right: 10px;
}

#5reasons {    
    width: 480px;
    float: left;
}

h2 span {
    font-size: 28px;
    color: #0099cc;
}

.list {
    font-size: 18px;
    color: #666666;
    margin-top: 24px;
}

* html .list {
    margin-top: 20px;
}

.list span {
    padding: 5px;
    height: 30px;
    margin-right: 16px;
    display: block;
    float: left;
    font-size: 30px;
    color: #dddddd;
}

#footer {
    background-image: url('../img/bottom-bcg.jpg');
    padding-top: 35px;
    height: 62px;
    margin-top: 30px;
}

#copy {
    color: #666666;
    font-size: 16px;
    float: left;
    width: 170px;
}

#submenu a {
    color: #666666;
    font-size: 11px;
    margin: 0px 5px;
}

#submenu a:hover {
    color: #0099cc;
	text-decoration: underline;
}

#menu {
    margin-top: 20px;
    width: 200px;
    float: left;
}

#maintext {
    margin-top: 20px;
    width: 760px;
    float: right;
    text-align: left;
}

* html #maintext, * html #menu {
    margin-top: 0px;
}

#maintext h3 {
    font: normal 24px arial;
    margin-top: 15px;
}

#maintext p {
    color: #666666;
    margin-top: 15px;
}

#maintext h2 {
    font: normal 40px arial;
    color: #333333;
}

#maintext h3 {
    font: normal 20px arial;
    color: #0099cc;
}

#texticon {
    vertical-align: middle;
    margin-right: 10px;
}

.menuitem {
    float: left;
    margin-top: 10px;
}

* html .menuitem {
    margin-top: 0px;
}

#menu div img {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.menuitem a {
    text-decoration: none;
    color: #333333;
}

.menuitem a.active {
    text-decoration: none;
    color: #0099cc;
}

.menuitem a:hover {
    color: #0099cc;
    text-decoration: underline;
}

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:430px;
  width:500px;
  background-color:#fff;
  border:3px solid #ccc;
  padding: 0px 20px;
}

#simplemodal-container {
  *height:460px;
}

#simplemodal-container a.modalCloseImg {
  background:url(../img/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

#simplemodal-container .header {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

#simplemodal-container .label {
    width: 200px;
    float: left;
    margin: 5px 0px;
}

#simplemodal-container .field {
    width: 300px;
    float: left;
    margin: 5px 0px;
}

* html #simplemodal-container .label, * html #simplemodal-container .field {
    margin: 0px 0px;
}

#copy p {
    margin-bottom: 6px;
}


