/* Excel Cosmetic Surgery Center 
	Template Designed by Stephen Hales Creative
	XHTML/CSS coded by Corey Osborne
*/
html {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #1391BD;
}
body {
	font-family: Helvetica, Arial, sans-serif;
}
.clear {
	clear: both;
}
h1 {
	font-size: 18px;	
}
p {
	font-size: 12px;
}
h1, h2, p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 945px;
	margin: 30px auto;
}
#header, #navigation, #body, #footer {
	padding: 0 17px 0 10px;
}
#header {
	height: 75px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
}
.logo {
	margin: 10px 0 0 0;
}
.header-offer {
	float: right;
	padding: 9px 0 0 0;
}
#navigation, #body {
	background-image: url(../images/vertical_bg.png);
	background-repeat: repeat-y;
}
#breadcrumb {
	border-top: 2px solid #B2B2B2;
	height: 28px;
	padding: 0 4px;
}
#breadcrumb li {
	padding: 6px 6px 0 0;
	background-image: url(../images/breadcrumb-list-item_bg.png);
	background-repeat: no-repeat;
	background-position: right 11px;
	font-size:11px;
	color: #B2B2B2;
	float: left;
	margin-right: 4px;
}
#breadcrumb li a {
	color: #B2B2B2;
	text-decoration: none;
}
#menu {
	height: 28px;
	background-image: url(../images/nav_bg.png);
	background-repeat:repeat-x;
	padding: 0 0 0 20px;
}
#menu ul {
	height: 28px;
	background-image: url(../images/nav-spacer_bg.png);
	background-repeat: no-repeat;
	padding: 0 0 0 3px;
}
#menu ul li {
	float: left;
	height: 28px;
	padding: 0 3px 0 0;
	background-image: url(../images/nav-spacer_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu li.selected, #menu li.parent {
	background-image: url(../images/nav-spacer-active_bg.png);
}
#menu a {
	display: block;
	float: left;
	height: 14px;
	/*padding: 7px 25px 7px 28px;*/
	padding: 7px 0;
	width: 139px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
/*	font-weight: bold;*/
}
#menu li.selected a, #menu li.parent a {
	background-image: url(../images/nav-active_bg.png);
}
#body {
	padding-top: 6px;
	padding-right: 15px;
}
#home-flash {
	background-image: url(../images/flash_bg.png);
	background-repeat: no-repeat;
	height: 317px;
	width: 917px;
	padding: 0 3px 3px 0;
	margin-bottom: 5px;
}
#footer {
	height: 70px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
}
#footer p {
	background-color: #ACC850;
	color: #fff;
	text-align: center;
	height: 22px;
	font-size: 10px;
	padding: 10px 10px 0 10px;
}
#footer div {
	border-top: 2px solid #B2B2B2;
	margin: 0 0 10px 0;
}