/*
Theme Name: CenterForPlasticSurgery
Description: CenterForPlasticSurgery WordPress theme.
Version: 1.0
*/
/* main settings */
body {
	margin: 0;
	font: 12px arial, Verdana, sans-serif; 
	color: #493734;
	background: #d9c7a4 url(images/bg-body.gif) repeat-x;
	min-width: 1000px;
}
a {
	text-decoration: none;
	color: #777792;
}
.content a, .content a:link { color: #d2513c; 
	text-decoration: underline;}
.content a:hover { color: #4092d8; }
.content a:visited { color: #777792; }
h1, h2, h3, h4 { letter-spacing: 1px; }
h1 { font-size: 18px; font-weight: normal; }
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
#main {
	width: 972px;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 50;
}
/* header settings */
#header {
	width: 100%;
	overflow: hidden;
}
#header div {
	width: 100%;
	overflow: hidden;
}
#header h2 {
	margin: -2px 35px 0 0;
	padding-left: 46px;
	float: left;
}
#header h2 a {
	width: 367px;
	height: 153px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	cursor: pointer;
}
.goal {
	width: 455px;
	height: 77px;
	float: left;
	margin-top: 30px;
	background: url(images/header-text.png) no-repeat;
	text-indent: -9999px;
}
.brand-list {
	width: 447px;
	float: left;
	margin: 0 50px 0 0;
	padding: 13px 0 0 61px;
	list-style: none;
}
.brand-list li {
	float: left;
	margin-right: 22px;
}
.brand-list li a.face {
	width: 48px;
	height: 26px;
	float: left;
	background: url(images/title-face.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.brand-list li a.face:hover { background: url(images/title-face-hover.png) no-repeat; }
.brand-list li a.breast {
	width: 68px;
	height: 26px;
	float: left;
	background: url(images/title-breast.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.brand-list li a.breast:hover { background: url(images/title-breast-hover.png) no-repeat; }
.brand-list li a.body {
	width: 55px;
	height: 26px;
	float: left;
	background: url(images/title-body.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.brand-list li a.body:hover { background: url(images/title-body-hover.png) no-repeat; }
.call-us {
	width: 295px;
	height: 20px;
	margin-left: 50px;
	float: left;
	background: url(images/bg-phone.png) no-repeat;
	text-indent: -9999px;
}
/* content settings */
#content-container {
	width: 100%;
	display: table-footer-group;	
}
.content-container-top {
	width: 100%;
	height: 24px;
	overflow: hidden;
	background: url(images/bg-top.png) no-repeat;
}
.content-container-center {
	width: 100%;
	background: url(images/bg-center.png) repeat-y;
}
.content-box {
	width: 950px;
	min-height: 930px;
	margin: 0 auto;
	padding-bottom: 13px;
	background: url(images/bg-content.jpg) no-repeat 0 -12px;
	position: relative;
}
.content {
	width: 100%;
}
#primary {
	width: 410px;
	float: left;
    margin-right: 53px;
	padding: 34px 0 0 62px;
}
#primary h2,
#primary strong {
	margin: 0 0 31px;
	color: #777792;
	font-size: 13px;
	line-height: 28px;
}
#primary strong { margin: 0;  }
#primary p {
	margin: 0 0 28px;
	line-height: 28px;
}
#primary li { padding-bottom: 5px; }
#sidebar {
	width: 389px;
	float: left;
	padding: 12px 0 36px;
}
.image-area {
	width: 389px;
	overflow: hidden;
	margin: 0 auto 31px;
}
.image-top,
.image-bottom {
	width: 100%;
	height: 37px;
}
.image-top { background: url(images/bg-image-top.png) no-repeat; }
.image-bottom { background: url(images/bg-image-bottom.png) no-repeat; }
.image-center {
	width: 100%;
	overflow: hidden;
	background: url(images/bg-image-center.png) repeat-y;
}
.image-center a img {
	margin: 0 auto;
	display: block;
	position: relative;
}
.image-center img {
	margin: 0 auto;
	display: block;
}
.contact-area {
	width: 283px;
	height: 92px;
	margin-left: 71px;
	background: url(images/bg-vcard.png) no-repeat;
	text-indent: -9999px;
}
.content-container-bottom {
	width: 100%;
	height: 124px;
	background: url(images/bg-bottom.png) no-repeat;
    overflow: hidden;
}
/* header and footer navigations */
#header-nav-area {
	width: 100%;
	float: left;
	margin-bottom: 0;
	padding-bottom:9px;
	display: table-header-group;
}
.footer-nav {
	margin: 0;
	padding: 25px 0 0 28px;
	list-style: none;
}
.header-nav {
	margin: 0;
	width: 940px;
	padding: 25px 0 0 0px;
	list-style: none;
}
.footer-nav {
	width: 905px;
	padding: 25px 0 0 67px;
}
.header-nav:after,
.footer-nav:after {
	content: "";
	display: block;
	clear: both;
}
.header-nav li,
.footer-nav li {
	float: left;
	letter-spacing: 1px;
	background: url(images/bullet-header.gif) no-repeat 0 2px;
	display: inline;
}
.footer-nav li {
	background: url(images/bullet-footer.gif) no-repeat 0 3px;
}
.header-nav li:first-child,
.footer-nav li:first-child { background: none; }
.header-nav a,
.footer-nav a {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 13px 22px 15px;
	color: #313b78;
	font-size: 13px;
	text-transform: uppercase;
}
.footer-nav a {
	color: #fefeff;
	font-size: 12px;
}
/* multi-level menu settings */
/* functioning */
.header-nav li.hover,
.header-nav li:hover {
	position: relative;
}
.header-nav ul li.hover,
.header-nav ul li:hover {
	position: relative;
}
.header-nav li.hover ul,
.header-nav li:hover ul {
	display: block;
}
.header-nav ul {
	width: 146px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
}
.header-nav ul ul {
	width: 146px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 144px;
	top: -1px;
	border-top: 1px solid #fff;
	display: none;
}
.header-nav li.hover ul ul,
.header-nav li:hover ul ul {display: none;}
.header-nav ul li.hover ul,
.header-nav ul li:hover ul { display: block; }
/* design */
.header-nav ul li {
	width: 144px;
	height: 1%;
	vertical-align: top;
	float: none;
	letter-spacing: normal;
	background: none;
	display: block;
	border: 1px solid #fff;
	border-top: none;
}
.header-nav li span {
	display: block;
	background: url(images/bg-dropdown.png) repeat-y;
}
.header-nav li:hover a,
.header-nav li.hover a { text-decoration: underline; }
.header-nav li:hover ul li span a,
.header-nav li.hover ul li span a { text-decoration: none; }
.header-nav ul li.hover span a,
.header-nav ul li:hover span a {
	background: #edcbc0;
	color: #be3325;
}
.header-nav ul li.hover ul li span a,
.header-nav ul li:hover ul li span a {
	display: block;
	background: none;
	color: #144e96;
}
.header-nav ul li.hover ul li span a:hover,
.header-nav ul li:hover ul li span a:hover {
	color: #be3325;
	text-decoration: none;
	background: #edcbc0;
} 
.header-nav ul li a {
	width: 128px;
	overflow: hidden;
	position: relative;
	padding: 5px 8px;
	display: block;
	color: #144e96;
	font-size: 11px;
	text-transform: capitalize;
}
.header-nav ul li a:hover {
	color: #be3325;
	text-decoration: none;
	background: #edcbc0;
}
/* footer settings */
#holder {
	width: 100%;
	overflow: hidden;
	margin-top: -124px;
	position: relative;
	background: #a6b0bf url(images/bg-footer.gif) repeat-x;
}
#wrapper01 {
	width: 1038px;
	position: relative;
	float: left;
	left: 50%;
}
#wrapper02 {
	width: 1038px;
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	float: left;
	left: -50%;
}
#footer {
	width: 972px;
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 0;
}