@charset "utf-8";
/* CSS Document */

body {
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

* {
margin: 0;
padding: 0;
}

#wrapper {
position: absolute;
top: 50%;
left: 50%;
margin-top: -283px;
margin-left: -425px;
width: 850px;
border: solid #006699 2px;
}

#pageWrapper {
position: relative;
width: 850px;
height: 527px;
background: url('/images/page-back.jpg') no-repeat;
}

#logo {
position: absolute;
top: 21px;
left: 20px;
width: 181px;
height: 130px;
background: url('/images/logo.gif ') no-repeat;
}
#logo a {
display: block;
height: 130px;
width: 175px;
}

#tagline {
position: absolute;
top: 84px;
right: 0px;
margin: 0px;
padding: 0px;
width: 335px;
height: 27px;
background: url('/images/tagline.jpg') no-repeat;
}

#menu {
position: absolute;
top: 120px;
left: 185px;
font-size: 12px;
font-weight: bold;
}
#menu a {
color: #0c529a;
text-decoration: none;
}
#menu a:hover {
text-shadow: 0.1em 0.1em 0.2em #666;
}
#menu ul {
list-style: none;
}
#menu li {
float: left;
margin: 0 15px;
}

#contentWrapper {
position: absolute;
top: 160px;
left: 50px;
width: 650px;
}

h1 {
margin: 0;
padding: 0;
height: 1px;
text-indent: -3000px;
}
h2.index {
margin: 50px 0 0 90px;
font-size: 34px;
color: #0B5BA2;
}
h2 {
margin: 5px 0 5px 20px;
font-size: 14px;
color: #FF34A1;
}
h2.technology {
margin-top: 7px;
margin-bottom: 0;
}
h2.business {
margin-bottom: 5px;
}

.faqs p {
width: 575px;
}
.faqs p.question {
margin-top: 10px;
}

p {
margin: 0 0 0 20px;
font-size: 13px;
color: #1161A6;
}
p.products2 {
margin: 5px 0 0px 20px;
font-size: 13px;
color: #1161A6;
}
p.technology {
margin: 0 0 0 20px;
width: 550px;
}

ul.index {
margin: 15px 0 0 250px;
width: 350px;
color: #FF34A1;
font-size: 17px;
font-weight: bold;
}
ul, ol {
margin: 0px 0 0 35px;
color: #1161A6;
font-size: 13px;
line-height: 1.1em;
}

#productImage {
position: absolute;
bottom: 20px;
right: 80px;

}

#footer {
width: 850px;
height: 38px;
background: url('/images/footer-back.jpg') no-repeat;
}

.imgrep{display:-moz-inline-box;display:inline-block;background:transparent none 0 0 no-repeat;text-indent:-3000px;font:0/0 Arial;overflow:hidden;color:rgba(255,255,255,0);vertical-align:bottom;}

/****** contact form ******/
#staticFields {
clear: both;
margin: 10px 0 0 20px;
}
#staticFields div {
clear: both;
width: 800px;
display: table;
margin: 0 0 2px 0;
}
label {
font-weight: bold;
float: left;
text-align: right;
font-family: Tahoma;
font-size: 14px;
width: 100px;
margin: 0 10px 0 0;
}
label.normal {
width: auto;
}
em {
float: left;
margin-left: 5px;
font-size: 11px;
color: #f00;
}
form input {
float: left;
padding: 2px;
}
form input[type='text'] {
width: 250px;
}
form textarea {
float: left;
width: 400px;
}
#catalogRequestSubmit {
clear: none;
padding: 5px 0 0 0;
}

label.error, #salonNameSlide label.error { float: left; margin: 0 0 0 5px; color: #ff0000; font-family: tahoma, arial; font-size: 10px; width: auto; }
input.error, textarea.error { border: dotted #ff0000 1px; font-size: 13px; }

#formCaptcha div {
float: left;
margin: 5px 0px 0 0px;
}
#formCaptcha img {
float: left;
margin-right: 30px;
}
#formCaptcha input {
float: left
width: 150px;
}
#formCaptcha .error {
margin: 2px 0 0;
width: 200px;
}
input.labelHighlight, textarea.labelHighlight { color: #4BC5E4; }

#catalogRequestSubmit #status {
float: left;
clear: none;
width: 500px;
padding: 5px 0 5px 10px;
font-size: 13px;
font-weight: bold;
color: #FB0490;
}