/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background-color:#E2BEBC;
	text-align:center; 
	font:14px/18px Arial, Helvetica, sans-serif; 
	color:#6D391A;
	}

blockquote { 
	margin-left:20px; 
	margin-right:20px; 
	}

h1	{ font-size:20px; color:#9F4F58; font-family: Times, Times New Roman, Georgia, serif; font-style:italic; letter-spacing:2px; text-align:center; }
h2	{ font-size:1.1em; color:#6D391A; }
h3	{ font-size:1.0em; color:#6D391A; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#6D391A; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#6D391A; text-decoration:none; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { S
	float:left; 
	margin:0 5px 10px 27px; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
p.faux-h1 {font-size:20px; color:#9F4F58; font-family: Times, Times New Roman, Georgia, serif; font-style:italic; letter-spacing:2px; text-align:center; font-weight:bold; }	
	

.yn { width:12px; height:12px; border:none;

		}
	
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:126px;
	margin:0 0 15px 0;
	font-size:12px;
	text-align:left;
	}

form label	{ font-size:.95em;}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #6D391A;
	color:#6D391A;
	width:111px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-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:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 27px; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 

/* ----- finance contact form ----- */

.finance_textarea { width:300px; }

/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
	margin-right:4px; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }




/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:653px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:117px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:130px;
		width:364px;
		top:0px;
		height:44px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:148px;
	float:left;
	text-align:right;
	color:#9F4F58;
	font-size:12px;
	line-height:16px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0 9px 18px 10px;
		}
	#column-left form { margin-left:12px; _padding-right:10px; }
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-left p { 
		border-right:1px solid #9F4F58;
		padding-right:10px;
		}
			
/* ----- column-right ----- */
body#thankyou #column-right {height:500px;}
#column-right {
	width:505px;
	float:left;
	background:url("../images/bg-right.jpg") 0 117px no-repeat;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 21px 18px 27px;
		}
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#column-right #finance-form {margin-left:27px;}
	
	body#testimonials #column-right blockquote {
		margin-bottom:10px;
		padding:5px;
		background-color:#EFD6EB; 
		border:1px solid #E2BEBC;
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:37px;
	clear:both;
	width:100%; 
	}
	
 /* bna related styles */
#column-right div.bna-thumbs {width:450px; margin-left: 50px;}
#column-right div.bna-thumbs p {margin-bottom:15px; width:200px; float: left; margin: 0 auto;}

#wrap-bna { width:505px; }
#bna-top { background:url("../gallery/bg-imgs/header.jpg"); 
  height:108px;
  position:relative;
  }
#bna-top a {	
		position:absolute;
		left:0px;
		width:520px;
		top:0px;
		height:108px; 
		}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:653px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	}

#footer p, #footer ul {
	margin:0 20px 18px 20px;
	}

#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 #6D391A;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	position:relative;
	background:url("../images/nav.jpg") top left no-repeat;					
	width:148px;		/* Width of buttons, not entite image (or half of entire image) */
	height:339px;		/* Height of entire image */
	margin:0;
	padding:0;
	text-align:left;
	z-index:99;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:18px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:4px; width:148px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12, #nav-13 { margin-top:0; width:148px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -148px  -4px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -148px  -22px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -148px  -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -148px  -58px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -148px -76px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -148px -94px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -148px -112px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -148px -130px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -148px -148px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -148px -166px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -148px -184px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -148px -202px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -148px -220px no-repeat; }
/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#EFD7EA;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:125px;			/* Set to same width as in #nav */
	margin-top:-18px;			/* Set to each button height, same as used above */
	}

#nav li ul li {
	height:20px;				/* Height of each drop down nav item */
	border:1px solid #A3565D;
	border-top:none;
	border-left:none;
	}

#nav li ul li.first {
	height:20px;				/* Height of each drop down nav item */
	border:1px solid #A3565D;
	border-left:none;
	}

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#6D391A;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#D3BBCE;
	color:#6D391A;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:200px; }		
#nav-03 ul, #nav-03 li { width:200px; }		
#nav-04 ul, #nav-04 li { width:200px; }

/* Nav Home
 * ------------------------------------------------------------------------- */

#nav-home {
	background:url("../images/nav-home.jpg");
	height:47px;
	position:relative;
	}
	
	#nav-home .home {
		position:absolute;
		left:0px;
		top:0px;
		width:53px;
		height:20px;
		}
		
		#nav-home a.home:hover { background:url("../images/nav-home.jpg") 0 -47px no-repeat; }

	#nav-home .contact {
		position:absolute;
		left:53px;
		top:0px;
		width:95px;
		height:20px;
		}
		
		#nav-home a.contact:hover { background:url("../images/nav-home.jpg") -53px -47px no-repeat; }

	#nav-home .testimonials {
		position:absolute;
		left:0px;
		top:20px;
		width:106px;
		height:20px;
		}
		
		#nav-home a.testimonials:hover { background:url("../images/nav-home.jpg") 0 -67px no-repeat; }
		
		#nav-home span { display:none; }
	
/* ------------------------ cosmetic-menu sprite nav ------------------------ */
#column-right ul#cosmetic-menu { 
	background:url("../images/cosmetic-menu.jpg") no-repeat; 
	width:484px; 
	height:156px; 
	margin:0 0 18px 5px;
	padding:0;
	}

#cosmetic-menu span { display: none; }
#column-right ul#cosmetic-menu li {background:none;}
#cosmetic-menu li, #cosmetic-menu a { height:118px; display:block; } /* change height here also */

#column-right ul#cosmetic-menu li { float:left; list-style:none; _display:inline; position:relative; padding:0px; }

#cosmetic-menu-01 { width: 121px; margin-top: 38px;}
#cosmetic-menu-02 { width: 121px; margin-top: 38px;}
#cosmetic-menu-03 { width: 121px; margin-top: 38px;}
#cosmetic-menu-04 { width: 121px; margin-top: 38px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#cosmetic-menu-01 a:hover { background:url("../images/cosmetic-menu.jpg")  0px -194px no-repeat; }
#cosmetic-menu-02 a:hover { background:url("../images/cosmetic-menu.jpg") -121px -194px no-repeat; }
#cosmetic-menu-03 a:hover { background:url("../images/cosmetic-menu.jpg") -242px -194px no-repeat; }
#cosmetic-menu-04 a:hover { background:url("../images/cosmetic-menu.jpg") -363px -194px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#cosmetic-menu li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#9F4F58;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin:0px;
	}
#column-right ul#cosmetic-menu li ul {margin:0px; padding:0px}
#column-right ul#cosmetic-menu li ul li {padding:0px;}
#cosmetic-menu li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #C3815F;
	border-top:none;
	}	

#cosmetic-menu li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#cosmetic-menu li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#cosmetic-menu a:link, #cosmetic-menu a:visited, #cosmetic-menu a:hover, #cosmetic-menu a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#cosmetic-menu li:hover ul, #cosmetic-menu li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#cosmetic-menu-01 ul a:hover, 
#cosmetic-menu-02 ul a:hover, 
#cosmetic-menu-03 ul a:hover, 
#cosmetic-menu-04 ul a:hover { 
	background-image:none;
	background-color:#E2BEBC;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#cosmetic-menu-01 ul, #cosmetic-menu-01 li { width:160px; }
#cosmetic-menu-02 ul, #cosmetic-menu-02 li { width:220px; }
#cosmetic-menu-03 ul, #cosmetic-menu-03 li { width:220px; }		
#cosmetic-menu-04 ul, #cosmetic-menu-04 li { width:160px; }
#column-right ul li#cosmetic-menu-04 ul {margin-left:-41px;}
