/*--------------------- 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,cite,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:#ffffff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px  Arial, Helvetica, sans-serif; 
	color:#894696;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#894696; }
h2	{ font-size:1.1em; color:#894696; }
h3	{ font-size:1.0em; color:#894696; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#894696; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}



/* ------------------------ main framework ------------------------ */
#wrap {
	width:860px;
	margin:0 auto;
	text-align:left;
	padding-top: 36px;
	}


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:98px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:35px;
	width:200px;
	top:11px;
	height:60px;
		}
	#masthead a span {
		display:none;
		}
/* ------------------------ header  ------------------------ */
#header-graphic { height:434px; background:url("../images/welcome.jpg"); position: relative;} /* sets height for all non-flash headers */
	#header-graphic a span {display: none;}
	#header-graphic a.a-kc {
	position: absolute;
	top: 275px;
	left: 17px;
	width: 135px;
	height: 83px;
	}
	#header-graphic a.post {
	position: absolute;
	top: 278px;
	left: 163px;
	width: 124px;
	height: 76px;
	}
	#header-graphic a.multi {
	position: absolute;
	top: 360px;
	left: 21px;
	width: 124px;
	height: 78px;
	}
	#header-graphic a.pc {
	position: absolute;
	top: 359px;
	left: 163px;
	width: 124px;
	height: 78px;
	}
	#header-graphic a.staff {
	position: absolute;
	top: 359px;
	left: 303px;
	width: 124px;
	height: 78px;
	}
	#header-graphic a.clearkone {
	position: absolute;
	top: 278px;
	left: 300px;
	width: 124px;
	height: 78px;
	}
	#header-graphic p.multi-disclaimer {
	position: absolute;
	top: 370px;
	left: 0px;
	color: #000;
	}
	#header-graphic a.duette {
	position: absolute;
	top: 359px;
	left: 444px;
	width: 124px;
	height: 78px;
	}
/* ------------------------------------- Buttons ---------------------------------------- */
	#header-graphic a.a-kc:hover {
		background:url("../images/btns-over.jpg") -4px -3px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
		
	#header-graphic a.post:hover {
		background:url("../images/btns-over.jpg") -150px -6px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
	#header-graphic a.clearkone:hover {
		background:url("../images/btns-over.jpg") -287px -6px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
		
	#header-graphic a.multi:hover {
		background:url("../images/btns-over.jpg") -8px -88px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
	
	#header-graphic a.pc:hover {
		background:url("../images/btns-over.jpg") -150px -87px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
	#header-graphic a.staff:hover {
		background:url("../images/btns-over.jpg") -290px -87px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
	#header-graphic a.duette:hover {
		background:url("../images/btns-over.jpg") -430px -88px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}


/* ------------------------footer framework ------------------------ */
#footer {
	background:url("../images/footer.jpg");
	width:860px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	padding-top: 11px;
	height: 100px;
	position:relative;
	}

#footer p {
	text-align:right;
	color:#894696;
	margin-bottom:10px;
	margin-right: 38px;
	}

#footer a:link, #footer a:visited { color:#894696; }
#footer a:hover, #footer a:active { color:#000; }

#footer a.synergeyes {
	position: absolute;
	top: 27px;
	width: 200px;
	height: 30px;
	left: 625px;
}


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
