
/* Core Elements */

html {
	height:100%; /* fix height to 100% for IE */
	margin:0;
	padding:0;
	overflow: auto;
	/* overflow-x: hidden; */
	background:#000;
}

body {
	height:100%; /* fix height to 100% for IE */
	min-height:100%;
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	
}


/* Layout */

#wrapper {
	min-height:100%; /* fix height for other browsers */
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	/* background:#000; */
}

#border-l { clear:both; width:1000px;  background:url("images/glow-l.png") repeat-y top left  !important; background-image:url("images/glow-l.jpg"); margin-left:auto; margin-right:auto;  margin-bottom:0; padding-bottom:0; }
#border-r { width:1000px;  background:url(images/glow-r.png) repeat-y top right  !important; background-image:url("images/glow-r.jpg"); margin-left:auto; margin-right:auto; margin-bottom:0; padding-bottom:0; }

#container { 
	width:980px;
 	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px; 
	padding-bottom:0px;
}

#corners { 
	clear:both; 
	margin:0;
	padding:0;
	width:1000px;
	height:30px;
	background:url('images/rounded-corners.png') bottom center no-repeat  !important; 
	background-image:url("images/rounded-corners.jpg"); 
	margin-left:auto; margin-right:auto;
}

/* Header */

#header { 
	margin:0;
	padding:0;
	height:240px;
	width:980px;
	background:#000;
	white-space:nowrap; 
}

#header #logo { 
	margin:0;
	padding:0;
	height:198px;
	width:980px;
}

#header #dekor { 
	margin:0;
	padding:0;
	height:198px;
	width:980px;
}

#nav { 
	width:980px;
}





/* Content */

#content {
	float:left;
	background:#fff url('images/bg-content.png') top left repeat-y  !important; 
	background-image:url("images/bg-content.jpg"); 
	width:980px;
}

#content p {
	
	font-size: 12px;
	line-height: 15px;
	background:transparent;
	color: #000;
	padding: 0 0 15px 0;
	margin:0;
}

#content ul {
	font-size: 12px;
	line-height: 15px;
	background:transparent;
	color: #000;
	padding-top:0px;
	margin-top:0px;
}

#content img { 
	border: 0;
}

#content h1, #content .h1 {
	font-size: 20px;
	font-weight: normal;
	background:transparent;
	color: #000;
	line-height:22px;
	padding: 0 0 16px 0;
	margin: 0;
}

#content h2, #content .h2 {
	font-size: 16px;
	font-weight: bold;
	color: #660066;
	line-height:18px;
	padding:0 0 12px 0;
	margin: 0;
}

#content h2 a {
	font-size:16px;
}

#content h2 span {
	font-size:11px;
}

#content h2 a:link, h2 a:visited {
	color:#000099;

}

#content h3, #content .h3 {
	font-size: 14px;
	font-weight: bold;
	background:transparent;
	color:#660066;
	line-height:16px;
	padding:0 0 12px 0;
	margin: 0;
}

/* TRANSPLANTED */

#content .text_1, #content .text_1 a:link, #content .text_1 a:visited  {
	/* to be replaced */
}
#content .text_2 {
	/* to be replaced */
}
#content .text_3 {
	/* to be replaced */
}

#content .text_quote a{
	/* to be replaced */
}

#content .text_quote a:hover {
	color:#FFCC00;
}

/* 6e126a */

#content p a:link {text-decoration: none; color:#6e126a; background:transparent; }
#content p a:visited {text-decoration: none; color:#6e126a; background:transparent; }
#content p a:active {text-decoration: none; color:#6e126a; background:transparent; }
#content p a:hover {text-decoration: underline; color:#b97718; background:transparent; }

#content blockquote a:link {text-decoration: none; color:#6e126a; background:transparent; }
#content blockquote a:visited {text-decoration: none; color:#6e126a; background:transparent; }
#content blockquote a:active {text-decoration: none; color:#6e126a; background:transparent; }
#content blockquote a:hover {text-decoration: underline; color:#b97718; background:transparent; }

#content li a:link {text-decoration: none; color:#212121; background:transparent; }
#content li a:visited {text-decoration: none; color:#000; background:transparent; }
#content li a:active {text-decoration: none; color:#000; background:transparent; }
#content li a:hover {text-decoration: underline; color:#6e126a; background:transparent; }

#content td a:link {text-decoration: none; color:#000099; background:transparent; }
#content td a:visited {text-decoration: none; color:#000099; background:transparent; }
#content td a:active {text-decoration: none; color:#000099; background:transparent; }
#content td a:hover {text-decoration: underline; color:#741275; background:transparent; }


#content a.srollover {
    display: block;
    width: 22px;
    height: 22px;
    background: url("images/mill_button") 0 0 no-repeat;
    text-decoration: none;
}
 
#content a:hover.srollover {
    background-position: -130px 0;
}



#footer {
	clear:both;
	width:100%;
	height:8em;
	text-align:center;
}

#footer ul { 
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:2em 0 1.5em 0;
	font-size:12px;
	list-style-type:none;
}

#footer ul li {
	width:auto;
	display:inline;
	color:#565656;
}

#footer ul li a {
	text-decoration:none;
	background:transparent;
	color:#f8c732;
}
#footer ul li a:hover {
	text-decoration:underline;
	background:transparent;
	color:#fff;
}


.credit { 
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	margin:0;
	color:#565656;
	text-align:center;
}
.credit a { color:#99c878; }
.credit a:hover { color:#f0e8d9; }

/* Utility */

.clearall { clear:both; height:1px; }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
position:relative;
background-color: transparent;
z-index: 600;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: solid 2px #333;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -280px; /*position where enlarged image should offset horizontally */
top: -100px;
}

.thumbnail2 {
position: relative;
z-index: 0;
}

.thumbnail2:hover{
position:relative;
background-color: transparent;
z-index: 600;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border: solid 2px #333;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 440px; /*position where enlarged image should offset horizontally */
top: -322px;
}

.img-l { float:left; padding:0 15px 0 0; }
.img-r { float:right; padding:0 0 0 15px; }
.img-r-p { float:right; padding:15px 0 0 15px; }

.m-t { margin-top:15px; }
.p-t { padding-top:15px; }

.m-b { margin-bottom:15px; }
.p-b { padding-bottom:15px; }

.a-c { text-align:center; }






