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

* {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif; 
	text-decoration: none;
	border: none;
	outline: none;
}

* html {
	
}

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

body {
	background: #F1ECD8 url(img/bkgrd_sand.jpg) top center no-repeat;
	color: #666;
	font-size: small;
}
* html body {
	font-size: smaller;
}

p.noJS { /* styles <noscript> tags */
	font-weight: bold;
	text-align: center;
}

/* ---------------- main container ---------------- */

#ceibw { 
	background: none; 
	position: relative;
	top: 0px;
	margin: 0px auto; 
	width: 1000px; 
	min-height: 650px;
	font-size: 95%;
	overflow: hidden; 
	z-index: 100;
}
/* ---- IE larger text size fix ---- */
* html #ceibw {
	font-size: 80%;
}

/* ----------------- name & menu info ------------------- */
#hdr { 
	background-image: url(img/bkgrd_hdr_ds.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	width: 100%;
	height: 162px;
	margin: 0px auto;
	z-index: 5500;
}

#hdr p { 
	position: relative;
	top: 9px; 
	width: 343px;
	height: 127px;
	margin: 0px auto;
	text-align: center;
	overflow: visible;
	z-index: 5510;
}

#hdr p a {
	position: relative;
	width: 345px;
	height: 127px;
	overflow: hidden; 
}

/* ------ main menu links ------ */
#menu { 
	position: absolute;
	top: 138px; 
	width: 100%;
	height: 25px;
	z-index: 5550;
}
#menu a { color: #000; }
#menu a:hover { text-decoration: none; }
/* ----------------------------------------------------- */


/* ---------------- main image goes in SS_p; main non-image content goes in main_cnt_div ------------------ */

#main_div { 
	background-image: url(img/bkgrd_5px_ds.jpg);
	background-repeat: repeat-y;
	position: relative;
	float: left;
	top: 0px; 
	width: 1000px;
	height: auto;
	min-height: 400px; 
	overflow: visible;
	z-index: 400;
}

#main_cnt_div { 
	background-image: url(img/bkgrd_top_cnt_ds.jpg);
	background-repeat: no-repeat; 
	float: left;
	width: 1000px; 
	height: auto;
	min-height: 370px;
	text-align: left;
	z-index: 410;
}

#SS_p {
	position: relative;
	top: 0px;
	width: 980px;
	height: 400px;
	text-align: center;
	margin: 0px 10px;
	z-index: 410;
	/*visibility: hidden;*/
	/* add hidden visibility back in for script to work */
}
#SS_p img { 
	position: absolute; 
	top: 0px;
	left: 0px;
	margin-top: 0px; /* make margin 1px if it's overlapping the 1px white bdr line */
}

.off_div { 
	background-color: none;
	position: absolute;
	top: 0px;
	width: 980px;
	height: 400px;
	text-align: center;
	margin: 0px 10px;
	z-index: 450; /* must be above img container */
}

/* ----------------- video page styles ------------------ */

#vidPlayer { 
	position: relative;
	float: left;
	top: 35px;
	left: 90px;
	width: 500px; /* player is actually 480px H x 320px W */
	height: 320px;
	margin-bottom: 10px;
	z-index: 230;	
}

#vidThumbs { 
	position: relative;
	float: right;
	top: 30px;
	right: 50px;
	width: 350px;
	height: auto;
	min-height: 320px;
	text-align: center;
	z-index: 220;
}

#vidThumbs div { 
	float: left;
	margin: 20px 10px 0px 10px;
	text-align: center;
	width: auto;
	hegith: auto;
}
#vidThumbs img {
	margin: 5px;
}
#vidThumbs p { 
	margin: 0px auto;
	text-align: center;
}

#vidText { 
	border-top: #FFF solid 0px;
	background-image: url(video/img/bdr_shdw_band.jpg); /*url(video/img/bdr_shdw_top.jpg);*/
	background-position:  50% 0%;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	top: 25px;
	margin: 25px 10px;
	width: 980px;
	height: auto;
}
#vidText p {
	margin: 5px 80px 10px 80px;
	text-align: center;
}



/* --------- text page styles ---------- */

#main_cnt_div {
	line-height: 1.3em;
}

.off_divL { 
	background-color: none;
	position: absolute;
	width: 460px; 
	height: 100%;
	min-height: 370px;
	z-index: 450;
}

/* img left, text right - style used on all text pages */
.testi { /*background-color:#009966;*/
	background-image: url(testimonials/img/bdr_shdw.jpg);
	background-position:  50% 100%;
	background-repeat: no-repeat;
	position: relative;
	float: left; 
	width: 980px;
	height: auto;
	margin: 0px 10px;
	padding: 20px 0px 25px 0px;
	z-index: 410;
}
* html .testi {
	margin: 0px 10px 0px 5px;
}

.testi img {
	float: left;
	clear: both;
	margin: 0px 0px 0px 25px;
	border: #FFF solid 10px;
}

.testi p.noPic {
	margin: 7px 110px;
	text-align: center;
	font-style: normal;
}

h4 { 
	margin: 0px 50px 7px 470px;
}

.testi p {
	margin: 7px 50px 7px 470px;
	font-style: italic;
}
#about .testi p {
	font-style: normal;
}
#cg_login .testi p {
	font-style: normal;
}
#cg_admin .testi p {
	font-style: normal;
}

/* --------- gallery pages thumbs & homepage bottom text --------- */
#thmsBkgrd_top {
	background: #F1ECD8 url(img/bkgrd_thmb_hdr_ds.jpg) top center no-repeat;
	position: absolute;
	top: 375px; 
	width: 100%;
	height: 50px;
	z-index: 250;
}

#home #thmsBkgrd_top {
	background: #F1ECD8 url(img/bkgrd_band_shdw.jpg) top center no-repeat;
	position: absolute;
	top: 375px; 
	width: 100%;
	height: 70px;
	z-index: 250;
}

/* gallery titles / caption go here */
#thmsBkgrd_top p {
	position: absolute;
	top: 27px;
	width: 100%;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	z-index: 255;
}

#thmsBkgrd {
	background-image: url(img/bkgrd_thmb_ds.jpg);
	background-repeat: top center no-repeat;
	position: absolute;
	top: 425px;
	width: 1000px; 
	height: 80px;
	z-index: 240;
}
/* ---- end bkgrd styles ---- */

#thms_content { 
	position: relative;
	top: 25px;
	width: 100%;
	height: 80px;
	z-index: 380;
}
/*--- splash page p style ---*/
#home #thms_content { 
	position: relative;
	top: 25px;
	width: 100%;
	height: auto;
	z-index: 380;
}

#thms_content p { 
	position: relative;
	width: 880px;
	margin: 10px 60px;
	text-align: center;
	line-height: 1.3em;
}
/*---------------------------*/
#thms_content #thms_tbl { 
	position: relative;
	left: 10px;
	width: 980px;
	height: 80px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#thms_content #thms_tbl td {
	padding: 0px 2px;
}
#thms_content #thms_tbl td.lt {
	padding: 0px 2px 0px 2px;
}
#thms_content #thms_tbl td a img {
	opacity: .50;
	-moz-opacity: .50;
	filter: alpha(opacity=50);
}

/* ------------------------------------------------ */
#ftr { 
	background: #F1ECD8 url(img/bkgrd_ftr_ds.jpg) bottom center no-repeat; 
	position: relative;
	clear: both;
	top: 0px; 
	width: 100%;
	height: 104px; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 90%;
	color: #999;
	overflow: visible;
	z-index: 360;
}

#ftr #info { 
	position: absolute;
	top: 52px; 
	left: 0px;
	width: 100%;
	line-height: 1.2em;
}

/* ---- links ---- */
#ftr #info ul.ftrLnks {
	position: relative;
	margin: 8px auto 0px auto;
}
#ftr #info ul.ftrLnks li { 
	list-style: none;
	display: inline;
	border-left: #999 solid 1px;
	margin: 0px;
	padding: 0px;
}
#ftr #info ul.ftrLnks li.left {
	border: none;
	margin-left: 4px;
}
#ftr #info ul.ftrLnks li a.txtlnk, #ftr #info ul.ftrLnks li a.nolnk {
	padding: 0px 5px 0px 5px;
}

/* ---- copyright / site by SHW ---- */
#ftr #info p {
	margin: 5px auto 0px auto;
	text-align: center;
}
#ftr #info p a, #ftr #info ul.ftrLnks li a.txtlnk, #ftr #info ul.ftrLnks li a.nolnk { color: #999; }
#ftr #info p a:hover, #ftr #info ul.ftrLnks li a.txtlnk:hover { color: #333; text-decoration: none;}
#ftr #info ul.ftrLnks li a.nolnk:hover { color: #999; } 
#ftr #info p a[href="#"],
#ftr #info ul.ftrLnks li a[href="#"],
#ftr #info ul.ftrLnks li a.txtlnk[href="#"] { 
	cursor: default;
 }


/* ---------------- copyright info ----------------- */
/*#copy {
	position: fixed;
	bottom: 0px;
	width: 80%;
	margin-left: 10%;
	height: 15px;
	text-align: center;
}
* html #copy {
	position: absolute;
	top: 585px;
}
#copy p { 
	position: relative;
	bottom: 0px;
	width: 500px;
	margin: 0px auto;
	text-align: center;
	color: #DDD;
	font-size: 80%;
}

#copy p a {
	color: #DDD;
}
#copy p a:hover { color: #CC0000; }
*/
/* ---------------- SHW webmark ------------------ */
/*#shwFtr {
	position: absolute;
	right: 10px;  (position gets overwritten by siteSettings make_shwFtr function)
	bottom: 5px;
	height: 16px;
	width: 22px;
	text-align: center;
	font-size: 9px;
	overflow: hidden;
	color: #555;
	z-index: 0;
}
#shwFtr a img {
	padding: 0px 0px;
	border: none;
}*/








