/* Graphic Design and Layout by Dwayne Casey http://www.dwaynecasey.com */

/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color: #330000;
	font-style: italic;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%;
	color: #727f0e;
}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

/* Main Styles */



body{
	background:#cc9933 url(images/bg-body.jpg) repeat-x 0 0;
	padding:10px 0 20px 0;
	color: #330000;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 72.5%;
	background-color: #EDC966;
}


#outer{
	width:975px;
	margin:auto;
	text-align:left;
}
#header{
	width:975px;
}
ul#nav{
	font-size:92%;
	padding:18px 115px 5px 0;
	text-align:right;
	position:relative;
	z-index:2
}
ul#nav li{
	display:inline;
	padding:0 13px 0 0;
	text-transform:uppercase;
	font-style: italic;	
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ul#nav li a{
	color: #260404;
}
ul#nav li a:hover,
ul#nav li.current a{color:#8bbd25}

/* tagline code */
#tagline{
	width:975px;
	height:140px;
	margin:-10px 0 0 0; 
	background:url(images/houston-plastic-surgery-header.jpg) no-repeat 0 0;   /*This is the Header image - I know confusing - i refer it via H1 */
	position:relative;
	z-index:1
}
#tagline a,
#tagline a em{
	position:absolute;
	width:418px; /*actual image size */
	height:68px;
	overflow:hidden;
	left:112px; /*position the logo absolutely Left - Logo graphic is ref in the HTML*/
	top:73px;  /*position the logo*/ 
}
#tagline a em{
	cursor:pointer;
	left:0;
	top:0;
	/*background:url(images/logo.jpg) no-repeat 0 0; use this as an alternative to image in the html*/
}
#tagline span,
#tagline span em{
	position:absolute;
	width:383px;
	height:51px;
	overflow:hidden;
	left:408px;
	top:51px;
}
#tagline span em{
	left:0;
	top:0;
	background:url(images/tagline.jpg) no-repeat 0 0; 
}
/* search box */

#search{
	width:975px;
	height:5px;
	background:url(images/search-bg2.jpg) no-repeat 0 0; 
	position:relative;
}


#main-nav {
	width:975px;
	clear: both;
	height: 32px;
	margin-top: 0px;
	background-color: #cc9933;
}

#body_ul {
	list-style-position: outside;list-style-image: url(../images/blue-4square.png)

	}

/* main content */
#main,#content{width:975px}
#main{background:url(images/3col-bg.jpg) repeat-y 0 0}  /*The Main Content Background - repeating bg*/
#content{
	background:url(images/3col-top.jpg) no-repeat 0 0;  /* To hold the big gradient image  */
	min-height:514px;
}
* html #content {height:514px} /* for ie6 and under*/
#col1{
	width:195px;
	margin:22px 0px 0 32px;
	display:inline;/* cure IE6 double margin bug*/
	float:left;
}

#maincol{
	width:696px;
	background: url(images/model-home-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincol { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-home-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincol h1 {
	margin: 0px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/home-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
	

/*
#maincolBreastAug h1 {
	margin: -19px 0px 0 225px;
	padding: 0;
	width: 472px;
	height: 60px;
	background: url(images/breast-augmentation-sub.jpg)  no-repeat;
	text-indent: -99999px;
	position: absolute;
	z-index: -2;
}

/*  CUSTOM main column  -- breast-aug  -- A duplicate of main column */

#maincolBreastAug {
	width:696px;
	background: url(images/model-breastaug-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolBreastAug { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-breastaug-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolBreastAug h1 {
	margin: -3px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/aug-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

/*
#maincolBreastAug h1 {
	margin: -19px 0px 0 225px;
	padding: 0;
	width: 472px;
	height: 60px;
	background: url(images/breast-augmentation-sub.jpg)  no-repeat;
	text-indent: -99999px;
	position: absolute;
	z-index: -2;
}
*/

/*  END CUSTOM main column -- Breast-Aug */




/*  CUSTOM main column  -- TUMMY TUCK  -- A duplicate of main column */

#maincolTummy{
	width:696px;
	background: url(images/model-tummytuck-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolTummy { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-tummytuck-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolTummy h1 {
	margin: 0px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/tummy-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
	

	

/*  END CUSTOM main column --TUMMY TUCK */

/*  CUSTOM main column  -- Brazilian  -- A duplicate of main column */

#maincolBrazilian {
	width:696px;
	background: url(images/model-brazilian-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolBrazilian { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-brazilian-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolBrazilian h1 {
	margin: -5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/brazilian-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

/*  END CUSTOM main column -Brazilian */

/*  CUSTOM main column  -- Pit Stop  -- A duplicate of main column */

#maincolPitstop {
	width:696px;
	background: url(images/model-pitstop-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolPitstop { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-pitstop-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolPitstop h1 {
	margin: -5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/pit-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

/*  END CUSTOM main column -Pit Stop */


/*  CUSTOM main column  --ARM   -- A duplicate of main column */

#maincolLegArm {
	width:696px;
	background: url(images/model-legarm-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolLegArm { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-legarm-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolLegArm h1 {
	margin: -5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/arm-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
/*  END CUSTOM main column - ARM */

/*  CUSTOM main column  -- LEG   -- A duplicate of main column */

#maincolLeg {
	width:696px;
	background: url(images/model-lowbodylift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolLeg { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-lowbodylift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolLeg h1 {
	margin: -5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/leg-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
/*  END CUSTOM main column - ARM */


/*  CUSTOM main column  -- Breast Lift  -- A duplicate of main column */

#maincolLift {
	width:696px;
	background: url(images/model-lift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolLift { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-lift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolLift h1 {
	margin: -7px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/breast-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolLift h3 {
	clear: both;
	margin: 15px 5px 5px 10px;
	padding: 15px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: center;
	line-height: 118%;
}

#recon {
	width: 490px;
	clear: both;
	margin: 20px 5px 5px 95px;
	padding: 15px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: center;
	line-height: 118%;
}

#recon img {
	
	padding: 10px;
	margin-top:5px;
	clear: right;
	left: 8px;
}

/*  END CUSTOM main column --Breast Lift */

/*  CUSTOM main column  -- Just Men  -- A duplicate of main column */

#maincolMen{
	width:696px;
	background: url(images/model-men-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolMen { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-men-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolMen h1 {
	margin: -6px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/men-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
	

/*  END CUSTOM main column --Just Men */

/*  CUSTOM main column  -- Just Women  -- A duplicate of main column */

#maincolWomen{
	width:696px;
	background: url(images/model-women-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolWomen{ /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-women-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolWomen h1 {
	margin: -6px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/women-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

/* My Comment */
	

/*  END CUSTOM main column --Just Women */


/*  CUSTOM main column  -- LIPOSuction  -- A duplicate of main column */

#maincolLipo{
	width:696px;
	background: url(images/model-lipo-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolLipo { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-lipo-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolLipo h1 {
	margin: -8px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/lipo-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
	

/*  END CUSTOM main column --LIPOSuction */

/*  CUSTOM main column  -- SMART LIPOSuction  -- A duplicate of main column */

#maincolSmart {
	width:696px;
	background: url(images/model-lipo-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolSmart { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-lipo-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolSmart h1 {
	margin: -8px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/smart-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

/*  END CUSTOM main column --Smart LIPOSuction */


/*  CUSTOM main column  -- BODY LIFT  -- A duplicate of main column */

#maincolBodyLift {
	width:696px;
	background: url(images/model-bodlift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolBodyLift { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-bodlift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolBodyLift h1 {
	margin: 10px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/lowbodylift-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

#maincolBodyLift h3 {
	margin: 15px 5px 5px 10px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: center;
	line-height: 118%;
}

#maincolBodyLift ul {
	list-style-type: disc;
	text-shadow: #878787 2px 1px 0;
	list-style-position: inside;
	text-indent: 12px;
}


/*  END CUSTOM main column -- BODY LIFT */


/*  CUSTOM main column  -- LOW BODY LIFT  -- A duplicate of main column */

#maincolLowBodyLift {
	width:696px;
	background: url(images/model-lowbodylift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolLowBodyLift { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-lowbodylift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolLowBodyLift h1 {
	margin: 10px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/lowbodylift-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

#maincolLowBodyLift h3 {
	margin: 15px 5px 5px 10px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: center;
	line-height: 118%;
}

#maincolLowBodyLift ul {
	list-style-type: disc;
	text-shadow: #878787 0 0 0;
	list-style-position: inside;
	text-indent: 12px;
}


/*  END CUSTOM main column -- LOW BODY LIFT */



/*  CUSTOM main column  -- UPPER BODY LIFT  -- A duplicate of main column */

#maincolUpper {
	width:696px;
	background: url(images/model-bodlift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolUpper { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-bodlift-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolUpper h1 {
	margin: -8px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/upperlift-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}


#maincolUpper h3 {
	margin: 15px 5px 5px 10px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: center;
	line-height: 118%;
}

/*  END CUSTOM main column --  UPPER BODY LIFT */


/*  CUSTOM main column  -- SKIN CARE  -- A duplicate of main column */

#maincolSkincare {
	width:696px;
	background: url(images/model-laser-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolSkincare { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-laser-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolSkincare h1 {
	margin: 5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/laser-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
	


/*  END CUSTOM main column --  SKIN CARE   */

/*  CUSTOM main column  -- JOHN  -- A duplicate of main column */

#maincolJohn {
	width:696px;
	background: url(images/model-drlo-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolJohn { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-drlo-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolJohn h1 {
	margin: 5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/drlo-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

/*  END CUSTOM main column --  JOHN   */


/*  CUSTOM main column  --  Patient Resources    -- A duplicate of main column */

#maincolRes {
	width:696px;
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolRes { /*  IE Hack for Main col layout */
	width:694px;
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolRes h1 {
	margin: -8px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/resources-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}

/*  END CUSTOM main column --  Patient Resources   */



/*  CUSTOM main column  -- CONTACT  -- A duplicate of main column */

#maincolContact {
	width:696px;
	background: url(images/model-contact-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolContact { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-contact-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolContact h1 {
	margin: -5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/contact-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}



/*  END CUSTOM main column --  CONTACT   */

/*  CUSTOM main column  -- FAQ  -- A duplicate of main column */

#maincolFaq {
	width:696px;
	background: url(images/model-faq-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolFaq { /*  IE Hack for Main col layout */
	width:694px;
	background: url(images/model-faq-bg.jpg) no-repeat 0 28px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolFaq h1 {
	margin: -5px 0px 0 344px;
	padding: 0;
	width: 350px;
	height: 74px;
	background: url(images/faq-title-bg.jpg)  no-repeat;
	text-indent: -99999px;
	}



/*  END CUSTOM main column --FAQ */


/*  CUSTOM main column  -- PLAIN  -- A duplicate of main column */

#maincolPlain {
	width:696px;
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolPlain { /*  IE Hack for Main col layout */
	width:694px;
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincolPlain h1 {
	margin: 15px 5px 5px 10px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: right;
	line-height: 118%;
}



/*  END CUSTOM main column --  PLAIN   */


div.figure {
	float: left;
	width: 495px;
	margin: 15px 10px 5px 85px;
	}	

.figure img {
	border: 1px solid #cc9933;
	padding: 10px;
	margin-top:5px;
	background-color: #fef7e4;
	}


	
.figure p {
	font:12px normal Arial, Helvetica, sans-serif;
	color: #333;
	text-align:justify;
	line-height:115%;
	background-color: #FFFCF2;
	border: 1px solid #cc9933;
	padding: 5px;
	margin: 10px 25px 0 5px;
	}	
	
.figureheader {
	
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
}


.photogallery {
	position:relative;
	float: left;
	width: 200px;
	margin: 5px 0 0 20px;
}
	
.photo img {
	    border: 1px solid #cc9933;
	    background-color: #FFF;
		margin-top:9px;
		margin-left: 13px;
		position:relative;
}



.photogallery p {
	position:absolute;
	width: 168px;
	left: 10px;
	bottom: 2px;
	background-color: #FFF;
	border: 1px dotted #d69829;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding: 2px;		
}	

.gallery {
	float: left;
	width: 485px;
	margin-top: 15px;
	display: inline;

}

/* This is a bx model Hack for IE only -*html only rec by IE- whew  */
*html .gallery {
	float: left;
	width: 535px;
	margin-top: 13px;
	display: inline;
}


div.gallery  {

	margin-left: 105px;
	background-color: #FFFCF2;
	border: 1px solid #cc9933;
	
	}
	
.gallery p {
	width:160;
	clear:left;
	line-height:115%;
	margin: 11px;
	font-size: .85em;
	font-weight: bold;
	padding: 2px;
	
}	


.gallery span {
	width:160;
	bottom: 2px;
	background-color: #FFF;
	border: 1px dotted #d69829;
	clear:left;
	font-size: .75em;
	font-weight: bold;
	line-height:105%;
	margin-left: 95px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 3px;
	
}



.video {
	float: right;
	width: 129px;
	margin: 15px 10px 5px 65px;
}




*html .video {
	float: right;
	width: 146px;
	margin: 15px 10px 5px 65px;
	display: inline;
}

div.video  {
	border: 1px solid #cc9933;
	margin:6px;
	background-color: #fef7e4;
	margin-left: 8px;
	}
	
.video p {
	font-size: 9px;  
	text-align: left;
	width:480;
	margin:7px;
	line-height:115%;
}	


.videoimage	{
	float:left;
	margin-top:10px;
	margin-left:9px;
	margin-right:0px;
	margin-bottom:4px;
}

.videoleft {
	float: left;
	clear: both;
	width: 129px;
	margin: 15px 10px 5px 65px;
}	
	
*html .videoleft {
	float: right;
	width: 146px;
	margin: 15px 10px 5px 65px;
	display: inline;
}

div.videoleft  {
	border: 1px solid #cc9933;
	margin:6px;
	background-color: #fef7e4;
	margin-left: 8px;
	}
	
.videoleft p {
	font-size: 9px;  
	text-align: left;
	width:480;
	margin:7px;
	line-height:115%;
}	

.videoimageleft	{
	float:left;
	margin-top:10px;
	margin-left:9px;
	margin-right:0px;
	margin-bottom:4px;
}

.videoCaption	{
	clear: both;
	float:left;
	margin-top:20px;
	margin-left:0px;
	margin-bottom: 25px;
	
	
}
	
	
.imageleft	{
	float:left;
	margin-top:20px;
	margin-left:34px;
	
}

.imageright	{
	float:right;
		

}


.resourceBox{
	width: 570px;
	height:115px ;
	padding: 15px;
	margin-left: 25px;
	margin-top: 15px;
/*  	
	background-color: #fbf9e4;
	border: 1px solid #d69829;
 */
	
}

.imgResource{
	float: left;
	clear: left;
	border: 1px solid #d69829;
	margin-right: 10px;
}

	
		
	
.before {
	
	
	float:left;
	margin-left: 55px;
	margin-top:15px;
	
	
}	

.after {
	
	float:right;
	margin-right: 75px;
	margin-top:15px;
	clear:right;

}




/* photos and pics */
.modelpic {
	float:left;
	margin-top: 15px;
	margin-right:9px;
}
.subheader{
	float:right;
	padding-bottom: 5px;
}

.mediabutton {
	margin-top: 10px;
	margin-left: 2px;
}

.coupon {
	margin-top: 10px;
	margin-left: 6px;
}

#col2{
	width:180px;
	float:left;
	margin:0 50px 0 0;
	display:inline;/* cure IE6 double margin bug*/
}


/* subnav */

#subnav {
	
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	float: left;
	font-size: 10px;
	color: #330000;
	line-height: 15px;
	
	}
	
#subnav  a {
	color: #956321;
	text-decoration: underline;
	
}

#subnav  a:hover {
	color: #330000;
}

/* subnav */

#sidebarContact {
	width:189px;
	}

#sidebarContact h1{
	margin: -15px 0px 0 1px;
	padding: 0;
	width: 181px;
	height: 23px;
	background: url(images/quick-contact.jpg)  no-repeat;
	text-indent: -99999px;
	}


#miniContact {
	float: left;
	width: 165px;
	margin-top: 25px;
	text-align: left;
	display: inline;
	color: #956321;
	font-size: 11px;
}

#miniContact h3 {
	
	color: #330000;
	text-align: left;
	font: small-caps 12px/118% Georgia, "Times New Roman", Times, serif;
	top: 12px;
	bottom: 10px;
}

#label {display: block;
color: #956321;
}
#label span {display: block; float: left; width: 80px; text-align: left; padding-right: 5px;}



	
	





/* footer and copyright */
#footer{
	width:975px;
	background:url(images/3col-base.jpg) no-repeat 0 0;
	clear:both;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#footer p{
	margin-left: 8px;
	text-align: center;
}

#footer a{
	
	text-align: center;
	font: bold 24% 'trebuchet ms',helvetica,sans-serif; 
	color: #edc966; 
	
}


#realfooter {
	width: 975px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}


/* Start Model code */




/* End Model code */

#indent {
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 10px;
}

#quickcontact { margin: 0; padding: 0; font: 10px/13px Arial, Helvetica, sans-serif; }

#quickcontact h1 {
	margin: 9px 2px 2px 2px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: center;
	line-height: 110%;
}


#quickcontact table {
	width: 173px;
}
#quickcontact table td { padding-bottom: 2px; }
#quickcontact input.quickinput {
	padding-left:3px;
	width: 169px;
	background-color:#fbf9e5 !important; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #D2906E;
	color:#582410;
	vertical-align: middle;
}
#quickcontact textarea {
	width: 169px;
	background-color: #fbf9e5 !important; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #D2906E;
	color:#582410;
}
#quickcontact select { font-size: 12px; width: 163px; background-color: #F9E583; border: 1px solid #D2906E; color:#582410; }

/* Utility */

input.btn {  
color: #1a0636;  
font: bold 94% 'trebuchet ms',helvetica,sans-serif;  
background-color: #fbf9e4;  
border: 1px solid;  
borderc-olor: #696 #363 #363 #696;  
filter:progid:DXImageTransform.Microsoft.Gradient  
 (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');  
}  



/* Start Menu Code */


.menu {width:835px; height:32px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif; text-align: center}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:835px; w\idth:835px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:135px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:135px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {text-shadow: 0px 0px 0px; display:block;font-size: 12.5px;text-decoration:none; color: white; width:135px; height:30px; border:1px solid #c4983a; border-width:1px 1px 1px 1px; background:#cc9933; padding-left:2px; line-height:29px; font-weight: 200;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:135px; w\idth:135px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {letter-spacing: -1px; background:#c4983a url(http://www.chem-security.com/images/general/red-arrow.gif) no-repeat 135px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{text-align: center; color: white; background:#b4c125 no-repeat 135px center;}
.menu ul ul :hover > a.drop {color: white; background:#b4c125 no-repeat 135px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#c4983a;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b4c125;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:135px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:135px; top:-1px; width:140px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background-color: #ffda54; color: #260404; height:auto; line-height:1em; padding:5px 10px; width:128px; border:1px solid #ffda54; border-width:1px 1px 1px 1px;} 
/* yet another hack for IE5.5 -- Also the Border you need to alter */
* html .menu ul ul a, * html .menu ul ul a:visited {width:135px;w\idth:135px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#b4c125	;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#b4c125	;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* Stop menu Code*/

