@charset "UTF-8";
* {
    padding: 0px;
    margin: 0px;
}
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    background-color:#ffffff;
    width: 740px;
    color: #829ab7; /* also change these 3 values in form.css */
	font-size: 14px;
    font-family: arial, verdana, helvetica;
    line-height: 150%;
}
a:active { outline: none; }
a, h1, h2, h3, h4 {
  color:#829ab7;
}
h1, h2, h3, h4, .greyTimes {
    font-family: "Times New Roman";
}
.greyTimes {
  color:#666666;
}
p, h1, h2, h3, label, input, textarea  {
  margin-bottom:20px;
}
h1{font-size:22px; margin-bottom:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
ul{margin:0px 0px 20px 10px;}
li{margin:0px 0px 0px 5px;}
hr { height:2px; background-color:#829ab7; color:#829ab7; border:0px; }body {
    background: #ffffff;
    width: 100%;
}
img {
    border: 0px;
}
#botoxSkin {
    background: #336aad url(images/botox-skin.jpg) left no-repeat;
    height: 200px;
}
#botoxBlossom {
    background: url(images/blossom.jpg) right no-repeat;
    height: 200px;
}
#botoxMasthead {
    height: 26px;
    padding-top: 174px;
    height: 200px;
    padding-top: 0px;
    text-align: center;
    /*background: url(images/transform.gif) center no-repeat;*/
}
.botoxWrapper {
    margin: 0px auto;
    width: 990px;
    clear: both;
}
#botoxContent {
    float: right;
    width: 730px;
    text-align: left;
    padding: 30px 10px 10px 10px;
}
#botoxLeftCol {
    float: left;
    width: 222px;
    margin-top: 5px;
}
#botoxMenuWrapper {
    background: url(images/Dermal-fillers-menu.gif) top no-repeat;
    padding-top: 35px;
    margin-top: 3px;
}
#botoxMenu {
    background: url(images/Dermal-fillers-menu.gif) bottom no-repeat;
}
#botoxFooter {
    clear: both;
    text-align: right;
    padding: 20px 0px;
}
#botoxFooter p{
    margin: 0px;
}
#botoxFooter #designerLink {
    font-size: 10px;
}
#botoxFooter #designerLink a {
    text-decoration: none;
}
.clearBoth {
    clear: both;
}/*********** styles for both menus ***********/
#botoxMasthead ul, #botoxMasthead ul li, #botoxMenu ul, #botoxMenu ul li {
    padding: 0px;
    margin: 0px;
}
#botoxMasthead ul li, #botoxMenu ul li {
    list-style: none;
}

/*********** styles for top menus ***********/
#botoxTopMenuWrapper {
    background: rgb(153, 180, 214);
    background: rgba(255, 255, 255, 0.5);
    height: 26px;
    text-align: left;
}
#botoxMasthead ul {
    height: 26px;
    width: 990px;
    margin: 0px auto;
    line-height: 120%;
}
#botoxMasthead ul li {
    list-style: none;
    float: left;
    padding: 5px 0px;
}
#botoxMasthead ul li a {
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}
#botoxMasthead ul li a:hover, #botoxMasthead ul li.active a {
    background: rgb(204, 217, 235);
    background: rgba(255, 255, 255, 0.5);
}
#botoxMasthead ul li.first {
    padding: 0px;
}
#botoxMasthead ul li.first a {
    width: 175px;
    text-align: right;
    display: block;
}

/*********** styles for side menus ***********/
#botoxMenu ul, #botoxMenu ul li {
    padding: 0px;
    margin: 0px;
    width: 215px;
}
#botoxMenu ul {
    padding-bottom: 30px;    
}
#botoxMenu ul li {
    list-style: none;
}
#botoxMenu ul li a {
    padding: 3px 20px;
    font-size: 16px;
    display: block;
    width: 175px;
    text-align: right;
    text-decoration: none;
}
#botoxMenu ul li a:hover, #botoxMenu ul li.active a {
    background: #c0cddb;
}
input, textarea, .button {
    color: #829ab7; /* also change these 3 values in form.css */
	font-size: 14px;
    font-family: arial, verdana, helvetica;
	border: 1px solid #829ab7;
	background: none;
	padding-left: 3px;
}
textarea {
	height:100px;
}
.button{
  width:75px;
  cursor:pointer;
}