body {

	background: #212320;
	margin: 0px;
	color: #ffdcbd;
	font-family: Verdana;
	font-size: 11px;

}

a:link, a:visited, a:active{
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: #9e7d92;
}

a:hover{
	font-family: inherit;
	font-size: inherit;
	color: #9e7d92;
	background-color: #1d1d1d;
}

table {
	color: #ffdcbd;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}

#main {

	position: absolute;
	top: 2.75em;
	width: 998px;
	minHeight: 1080px;
	min-height: 1080px;
	background: url(../images/background_extends.jpg);
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -499px;

}

#main2 {

	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/background_top-lethr.jpg);
	background-repeat: no-repeat;

}

#main3 {

	position: relative;
	width: 100%;
	minHeight: 1080px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 52px;
	padding-right: 46px;
	padding-bottom: 50px;

}

#toplinks {

	position: relative;
	left: 318px;
	top: 0px;
	width: 590px;

}

#bottomtable {

	margin-top: 24px;

}

.bg {

	background: #101010;
	padding-left: 5px;
	padding-right: 5px;

}

#sitelayer {

	position: relative;
	top: 31px;
	width: 900px;
	left: 52px;
	

}

h1 {

	font-family: Verdana;
	font-size: 18;
	color: #82a59a;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;

}

h2 {

	font-family: Verdana;
	font-size: 16;
	color: #82a59a;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;

}

h3 {

	border-bottom: 1px solid #ffdcbd;
	font-family: Verdana;
	font-size: 12;
	padding-right: 4px;
	margin-bottom: 0;

}

h4 {

	background-color: #1d1d1d;
	font-size: 13;
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.bgblackout {

	height: 100%;
	width: 100%;
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 500;
	minHeight: 1080px;
	min-height: 1080px;

}

.imgwrapper {
	position: absolute;
	z-index: 501;
	left: 50%;
	top: 90px;
	margin-left: -450px;
	width: 900px;
	text-align: center;
}
.imgwrapper-hide {
	position: absolute;
	z-index: 501;
	left: 50%;
	top: 85px;
	margin-left: -450px;
	width: 900px;
	text-align: center;
	display: none;
}
/* .imgtextbg {
	position: relative;
	bottom: 0px;
	left: 50%;
	height: 75px;
	margin-left: 400px;
	width: 800px;
	height:
	z-index: 502;
	background: #FFFFFF;
	opacity: 0.3;
	filter: alpha(opacity=30);
} */
.imgtext {
	z-index: 503;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 0px;
	width: 900px;
	text-align: center;
}
.imgtext-hide {
	z-index: 503;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 0px;
	width: 900px;
	text-align: center;
	display: none;
}


#galleryMenu {
	width: 511px;
	float: left;
}

#galleryWrapper {
	width: 511px;
	height: 620px;
	float: none;
	text-align: center;
}

#galleryWrapper div {
	padding-bottom: 5px;
	padding-left: 5px;
	height: 155px;
	width: 155px;
	float: left;
}

ul, li {
	list-style: list-style-image;
	list-style-image: url(../images/bullet.gif);
}

blockquote {
	border-left: 10px solid #1d1d1d;
	font-style: italic;
	padding: 0 0 0 15px;
}

input, textarea, select {
	background: #1d1d1d;
	color: #9e7d92;
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: Verdana;
}

textarea {
	font-size: 12px;
	padding-left: 3px;
}

#topbar {

	//display: inline-table;
	background: url(http://www.shurtugal.com/images/topbarbg.jpg);
	color: #ffdcbd;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	text-align: center;


}

#topbar #tb-links {
	height: 30px;
	margin: 0px;
}

#topbar #tb-links li {

	padding: 5px 10px 0 10px;
	display: inline-table;
	list-style-type: none;
	color: #9e7d92;
	height: 25px;

}

#topbar #tb-links li:hover {

	padding: 5px 10px 0 10px;
	display: inline-table;
	list-style-type: none;
	color: #ffffff;
	height: 25px;
	cursor: pointer;

}

#topbar #tb-links #tb-links-more {
	background: url(http://www.shurtugal.com/images/downarrow.gif);
	background-position: right 12px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#topbar #tb-links #tb-links-more:hover {
	background: url(http://www.shurtugal.com/images/downarrow-hover.gif);
	background-position: right 12px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#topbar #tb-links #tb-links-more ul {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 20px;
	z-index: 50;
	background-color: #ffdcbd;
}

#topbar #tb-links #tb-links-more ul li {
	border: 1px solid #000;
}
#ie6bar {
	background-color: #ffffe1;
	font-family: arial;
	font-size: 12px;
	position: absolute;
	z-index: 999;
	color: #000000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	display: none;
	border-bottom: 3px solid #000000;
}
#close {
	float: right;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #000000;
	cursor: pointer;
}
#release {
	height:134px;
	width:319px;
	background-image:url('../countdowngraphic.png');
	background-repeat:no-repeat;
	font-family:"Times New Roman";
	margin:2px;
	float:left;
}
#release2 {
	height:134px;
	width:319px;
	background-image:url('../countdown2.jpg');
	background-repeat:no-repeat;
	font-family:"Times New Roman";
	margin-left:15px;
	float:left;
}
#countdown {
	position: relative;
	margin-top: 60px;
	margin-left: 150px;
	font-family: arial;
	font-size: 14pt;
	text-align: left;
	z-index: 50;
}
#countdown-shadow {
	position: relative;
	margin-top: -42px;
	margin-left: 153px;
	font-family: arial;
	font-size: 14pt;
	text-align: left;
	color: #000000;
	z-index: 40;
}
#countdown2 {
	position: relative;
	margin-top: 70px;
	margin-left: 40px;
	font-family: trebuchet ms;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	z-index: 50;
	color: #ffdcbd;
}
