/* global.css (c)2009 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;
}


a { color: #000; cursor: pointer; }
a:hover { color: #666; } 
a:visited { color: #000; }
a:active { color: #666; }
a[href="#"] { cursor: pointer; }

body {
	background-color: #EEEEFF;
	color: #EEEEFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.noJS { background-color:#999999;
	position: relative;
	float: left;
	font-weight: bold;
	color: #000;
}


/* ---------------- main container ---------------- */
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 9999;
}

#fullscr {
	background: #EEEEFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#ceibw { 
	position: relative;
	margin: 20px auto 0px auto;
	width: 980px; 
	height: 610px;
	overflow: visible;
	z-index: 100;
}

/* ------------- background stripes --------------- */
#hdr_bg {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 110px;
	background: #EEEEFF url(../img/header.gif) top center repeat;
	z-index: 1;
}
#menu_bg {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: #EEEEFF url(../img/menubar.gif) top center repeat;
	z-index: 1;
}
#main_bg {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 100%;
	height: 460px;
	background: #EEEEFF url(../img/main.gif) top center repeat;
	z-index: 1;
}
/* ------------------------------------------------ */

#hdr { 
	position: relative;
	top: 0px;
	width: auto;
	height: 110px;
	overflow: visible;
	z-index: 300;
}

#logo_cntr { 
	position: relative;
	float: right;
	padding: 0px 20px;
	height: 110px;
	z-index: 310;
}


/* ------ main menu links (global properties) ------ */

#menu_cntr { 
	position: relative;
	top: 0px;
	padding: 9px 0 0 0;
	width: auto;
	height: 20px;
	overflow: visible;
	z-index: 310;
}
/* ------------------ main content area ------------------ */

#main_cntr { 
	position: absolute;
	top: 150px;
	width: 980px;
	height: 450px;
	z-index: 200;	
}

/* --------- main image (right side) ---------- */

#ss_cntr { 
	position: relative; 
	float: right;
	margin: 0 auto;
	padding-right: 40px;
	width: 315px;
	height: 100%;
	text-align: right;
	z-index: 210;
}

#ss_cntr img { 
	position: relative;
	float: right;
	margin: 20px auto 5px auto;
	border: #555 solid 1px;
	z-index: 220;
}


#ss_cntr span { 
	position: relative;
	clear: both;
	float: right;
	width: 280px;
	color: #333;
	font-size: 80%;
	z-index: 215;
}
#ss_cntr span a:hover { color: #333; }
#ss_cntr span a:active { color: #333; }
/* --------------- text content ---------------- */

#txt_cntr { 
	position: relative;
	float: left;
	margin: 20px auto auto 0; 
	width: 580px;
	height: 400px;
	text-align: justify;
	font-size: 110%;
	line-height: 1.3em;
	z-index: 250;
}

#txt_cntr h1 {
	margin: 0px 0px 25px 40px;
	font-size: 200%;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#txt_cntr h2 {
	margin: 0 30px 25px 40px;
	font-size: 140%;
	font-weight: normal;
	font-variant: small-caps;
	text-align: right;
}

#txt_cntr h3 {
	margin: 0 0 40px 40px;
	font-size: 160%;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#txt_cntr p {
	margin: 20px auto auto 40px;
	width: 500px;
	overflow: hidden;
}

.sml_txt {
	font-size: 70%;
}
.caps {
	font-variant: small-caps;
}
.italic {
	font-style: italic;
}


#last_p {
	position: relative;
	height: 0px;
	margin: 0;
	padding: 0;
}

/* ---------------- prices page ----------------- */
		#txt_cntr .price_title {
			position: relative;
			text-decoration: underline;
			font-size: 16px;
			margin: 18px 0px 0px 0px;
			padding: 0;
			height: auto;
		}
		#txt_cntr .price_txt {
			position: relative;
			height: auto;
			margin: 0;
			padding: 2px 0px 0px 20px;
			font-size: 12px;
			line-height: 14px;
			text-decoration: none;
		}
		#txt_cntr .price_txt_addl {
			position: relative;
			height: auto;
			margin: 0;
			padding: 4px 0px 0px 20px;
			font-size: 12px;
			line-height: 14px;
			text-decoration: none;
		}



/* ---------------- copyright info ----------------- */

#copy {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 15px;
	margin: 0;
	text-align: center;
	z-index: 1000;
}
#copy p { 
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 85%;
}
	
#copy p a {
	color: #333;
	font-style: normal;
}
#copy p a:hover { color: #999; font-weight: normal;}

#cc_note {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#cc_note img {
	padding: 0px 2px;
	margin: 0;
	padding: 0;
}
