@import url(main-styles.css);

body {
	margin:0;
}

#mainContainer {	
	width: 914px;	
	margin:0 auto;	
}

#contentContainer {
	min-height: 596px;
	position:relative;		
}
#mainContent {
	margin-left:285px;
	width:500px;
	position:relative;	
	z-index:2;
}

#header {
	height: 80px;
	position:relative;
	z-index:999;
}

#leftSidebar {		
	width: 190px;
	padding-right:80px;
	height: 480px;
	float: left;
	margin-top:10px;		
}

#sideImage {	
	position: absolute;
	right:0;
	top: -20px;
	z-index:1;
}

#rightPillow {
	position: absolute;
	right:0;
}

#footer {
	width: 874px;	
	height:60px;
	padding: 5px 20px;	
}

#footerAddress {
	position: relative;
	top: 10px;
	float: left;	
}

#footerCredentials {
	position: relative;
	top: 0px;
	float: right;	
}
#copyright {
	height: 50px;
	width: 920px;	
	margin:0 auto;
	padding:5px 0px;
}

.breadcrumb {
	
	position:relative;
	z-index:2;
	width: 500px;
}
/* Breast Augmentation Section */
.brAugMenu li
{
	display: inline;
	border: 1px solid black;
	border-bottom: none;
	padding: 2px;
	margin-right: 2px;
}
/* Reusable general-purpose position helpers */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
