/* 
 ----------------------------------------------------------------------------
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
	background: #c2b097;
	text-align:center; 
	margin-top:20px;
	font:12px/18px "Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
		}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1	{ font-size:16px; }
h2	{ font-size:14px; }
h3	{ font-size:12px; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }


/* ----- form ----- */ 
form { 
	width:150px; 
	padding:10px 0 15px 22px; 
	}

form p	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:150px; 
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}


/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-left { 
	float:left; 
	margin:2px 12px 12px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 12px 12px; 
	}

input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}


/* main contact form
 * ------------------------------------------------------------------------- */

 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label textarea	{ height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#image { 
	background: url("../images/comp1.jpg") center top no-repeat; 
	width:830px; 
	height:974px;
	margin: 20px 0 20px 215px;
	}
	
#header {
	position:relative;
	background:url("") left top no-repeat;
	width:760px;
	height:52px;
	}

/* home link within header */		
#header a {
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	}
 
#column-left { 
	width:260px; 
	float:left; 
	}
  
#column-right { 
	width:500px; 
	float:left; 
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.gif") no-repeat; 
	width:760px; 
	height:20px; 
	clear:both; 
	overflow:hidden; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */
   
#subhead { 
	background:url("../images/subhead.gif"); 
	height:20px; 
	}

/* -- OR -- */

body#face #subhead {
	background:url("../images/subhead-face.gif"); 
	height:20px;
	}

body#breast #subhead {
	background:url("../images/subhead-breast.gif"); 
	height:20px;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:0 auto; 
	text-align:center; 
	}

#footer a:link, #footer a:visited, #footer p {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer ul { margin-bottom:5px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }
	
