body {
	background-color: #ECEEF0;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a646f;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
#content_left  .navigation{
	clear:both;
}
.postmetadata {
	color: #ACB4BD;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ACB4BD;
	}
#home {
	background-image: url('images/bg_home.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 530px;
	width: 900px;
}
#content {
	background-image: url('images/bg_content.gif');
	background-repeat: repeat;
	background-position: center top;
	width: 900px;
	float: left;
}

#content_left {
	float: left;
	width: 550px;
	padding-right: 46px;
	padding-left: 46px;
	line-height: 17px;
}

#footer {
	text-align: center;
	width: 900px;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 25px;
	float: left;
}
#footer a {
	color: #7E8A98;
}
#menu_right {
	width: 228px;
	padding-right: 30px;
	float: right;
}


.menu {
	height: 88px;
	width: 209px;
	margin-bottom: 5px;
	float: left;
}
#header {
	background-image: url('images/header_spa.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
	width: 900px;
}


#logo {
	width: 847px;
	padding-top: 72px;
	padding-left: 53px;
	padding-bottom: 72px;
}
h1, h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #56626B;
	margin: 0px;
}

.mailing_title, .hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}
#mailing .textfield {
	border: 1px solid #ACB4BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #616161;
	background-image: url('images/bg_forms.jpg');
	background-repeat: repeat;
	background-position: left top;
	height: 18px;
	float: left;
}
#mailing {
	width: 209px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #929CAF;
}
#navmenu {
	width: 870px;
	padding-left: 30px;
}




/*menus*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none; /*For KHTML*/
	list-style: none;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
}

ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}

ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 200px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 0px;
}

ul#navmenu-h ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline;
}

/* Root Menu */
ul#navmenu-h a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #7E8A98;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #525E67;
	background-image: url(../images/flecha.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	background: #EFEFF0;
	color: #990000;
	line-height:24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background: #CFD3D8;
  	color: #758491;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  	background: #EFEFF0;
	color: #5a646f;
	line-height:24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CFD3D8;
  color: #758491;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  	background: #EFEFF0;
	color: #5a646f;
	line-height:24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CFD3D8;
  color: #758491;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
.bgtable1 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D3D8E2;
}
.botox_input {
	width: 300px;
	border: 1px solid #ACB4BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	background-image: url(../images/bg_forms.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 22px;
}
.botox_boton {
	width: 300px;
	border: 1px solid #ACB4BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ACB4BD;
	background-image: url(../images/bg_boton.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 22px;
}
.buttonred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding: 6px;
}
a.buttonred {
	color: #FFFFFF;
	font-weight: bold;
}
.menured a:link {
	color: #990000;
}

#importantnotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/bg_important_notice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 83px;
	width: 490px;
	padding-top: 55px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.textfield2 {
	border: 1px solid #ACB4BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #616161;
	background-image: url(../images/bg_forms.jpg);
	background-repeat: repeat;
	background-position: left top;
	width: 140px;
}
.gcobject{
  border-bottom:1px dashed #D3D8E2;
}
#s, #author, #email, #url {
	border: 1px solid #ACB4BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #616161;
	background-image: url('images/bg_forms.jpg');
	background-repeat: repeat;
	background-position: left top;
	height: 18px;
	float: left;
}
#comment {
	border: 1px solid #ACB4BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	background-image: url(images/bg_forms.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	background-color: #FFFFFF;
	width: 550px;
}
#searchsubmit {
	border: 1px solid #9EA8B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	float: left;
	background-color: #9EA8B1;
	padding: 3px;
	margin-left: 3px;
}

#submit {
	border: 1px solid #9EA8B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	background-color: #9EA8B1;
}
#menu_right ul{
	list-style-type: none;
	padding: 0px;
}
#search, #archives, #categories-321151961 {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 209px;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#navbar-right-internal {
	background: none;
	width: 206px;
	padding-left:20px;
	padding-top: 5px;
	height: 460px;
}
ul#navmenu-right-internal{
	border: 0 none; /For KHTML/
	list-style: none;
	height: 68px;
	padding: 0;
	margin: 0;
}
ul#navmenu-right-internal li {
	height: 68px;
	width: 161px;
	background-image: url(http://www.bellevisage.com/wp-content/themes/bellevisage/images/bg-button-medical-spa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 20px;
	padding-left: 45px;
	margin-bottom: 5px;
    list-style: none;
}
ul#navmenu-right-internal ul {
	margin: 0;
	border: #CCC solid 1px;
	padding: 10px;
	list-style: none;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
}
ul#navmenu-right-internal ul:after /From IE 7 lack of compliance/{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	line-height: 0px;
}
ul#navmenu-right-internal ul li {
	width: 250px;
	float: left; /For IE 7 lack of compliance/
	display: block !important;
	display: inline;
	background: none;
	margin-top: 0px;
	border-bottom: #999 solid 1px;
}

#call-us{
    float: right;
}
#call-us h2{
    margin-top: 18px;
    color: rgb(153, 0, 0);
    font-size: 20px;
    font-weight: normal;
    font-family: georgia;
    margin-right: 48px;
}
#call-us h2 span{
    font-family: Georgia;
    color: #666;
}
/*
Theme Name: Belle Visage
Author: www.inqbation.com
Author URI: http://www.inqbation.com/
*/

