a {
color:#00B0D6;
}

h3 {
    font-size: 150%;
    font-family: Arial, Verdana, sans-serif;
}

body {
    font: .75em/1.5 Tahoma, Verdana, sans-serif;
    color: #000;
}

#container {
    width: 760px;
    margin: 0 auto;
}

#header {
    height: 65px;
    overflow: hidden;
}
#logo {
    float: left;
    padding-top: 18px;
}
#logo a {
    display: block;
    overflow: hidden;
    height: 0;
    width: 153px;
    padding-top: 40px;
    background: url(../images/logo.gif) no-repeat;
}

#menu {
    float: right;
    padding-top: 36px;
    overflow: hidden;
}
#menu li {
    float: left;
    display: inline;
    padding: 0 9px 0 7px;
    background: url("../images/menu-sep-bg.gif") no-repeat 100% 50%;
}
#menu li a {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 19px;
    background: url("../images/menu-bg.png") no-repeat;
}
#n5 {background: none !important; padding-right: 0 !important;}
#n1 a {width: 39px; background-position: 0 -19px !important;}
#n1.act a, #n1 a:hover {background-position: 0 0 !important;}
#n2 a {width: 74px; background-position: -39px -19px !important;}
#n2.act a, #n2 a:hover {background-position: -39px 0 !important;}
#n3 a {width: 117px; background-position: -113px -19px !important;}
#n3.act a, #n3 a:hover {background-position: -113px 0 !important;}
#n4 a {width: 129px; background-position: -230px -19px !important;}
#n4.act a, #n4 a:hover {background-position: -230px 0 !important;}
#n5 a {width: 66px; background-position: -359px -19px !important;}
#n5.act a, #n5 a:hover {background-position: -359px 0 !important;}

#splash {
    height: 167px;
    overflow: hidden;
    background: #57A9EE url("../images/splash-bg.jpg") no-repeat;
}
#splash p {
    float: right;
    width: 360px;
    height: 0;
    padding-top: 49px;
    overflow: hidden;
    background: url("../images/splash-text-bg.png") no-repeat;
    position: relative;
    top: 16px;
    right: 14px;
}

#main {
    background: url("../images/main-bg.jpg") no-repeat;
    min-height: 490px;
    _height: 490px;
    padding-left: 104px;
    zoom: 1;
}
#page-title {height: 58px;}
#page-title img {
    position: relative;
    margin: 7px 0 0 -104px;
}

.item {
    background: #F5F5F5;
    border-bottom: 3px solid #E9E7E7;
    padding: 14px 9px;
}
.item h3 {
    font-size: 150%;
    font-family: Arial, Verdana, sans-serif;
}
.item h3 span {
    font-size: 65%;
    font-family: Tahoma, Verdana, sans-serif;
    color: #67AAE7;
}
.item.o {background: none; border: none;}

#footer {
    background: url("../images/footer-bg-tilex.gif") repeat-x;
    margin: -3px 0 0 104px;
    border-top: 3px solid #00FF9A;
    position: relative;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    zoom: 1;
}

/*******************************************************************************
* FORMS
*******************************************************************************/
fieldset {
 border: 1px solid #eee;
 padding: 15px;
 margin-bottom: 1em;
}
legend {
  font-size: 1.25em; /*15px*/
  color: #223D51;
  font-weight: normal;
  line-height: 1.6em; /*24px*/
}
label {
  line-height: 2em;
}
input, textarea, select {
  padding: 4px;
  border: 1px solid #c9c9c9;
  font-size: 1em;
  line-height: 2em;
  background: #fff url('../images/background-input.gif') no-repeat 0 0;
}
input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {
  border: 1px solid #aaa;
  background-position: 0 -400px;
}
input.check, input.radio {
  background: none;
  border: none;
}
input.date_input {
  padding-left: 30px;
  background-image: url('../images/background-input-calendar.gif');
  width: 186px;
}
input.double-length, textarea.double-length, select.double-length {
  width: 212px;
}
input.triple-length, textarea.triple-length, select.triple-length {
  width: 360px;
}
div.form-column {
  float: left;
  width: 400px;
  padding-right: 12px;
}
.required {
  color: #ee7f0b;
}
/* form validation */
.LV_invalid_field {
  border: 1px solid #c00;
}
span.LV_invalid {
  color: #c00;
  padding-left: 20px;
  background: url('../images/cross.gif') no-repeat 5px center;
}
span.LV_valid {
  color: #693;
  padding-left: 20px;
  background: url('../images/tick.gif') no-repeat 5px center;
}

.form_error {
  color: red;
}

.mod-image {background:url(../mods/border_dashed.gif) repeat-x 100% 0;
margin:5px 0 0 0px;
padding:10px 0 0 0px;
}

.mod-image img{border: solid 1px #000;}

.order-now1 {display:block;float:left;margin-right:5px;margin-top:4px;}
.order-now2 {color:#000; text-decoration:none;}