@charset "UTF-8";
/* CSS Document */

/* Do not steal! */

a:link, a:visited, a:active {
	color: #868585;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic ;
	text-decoration:none;
	size: 75%;
}

a:hover {
	color: #0099FF;
	text-decoration:none;
}


body {
	background-color: #ffffff;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic ;
	font-size: 75%;
	line-height: 1.6em;
	color: #333333;
	text-align:justify;

}

#header {
 width: 200px;
 position: absolute;
 top: 30px;
 margin-left: 30px;
}

#navigation {
 width: 350;
 position: absolute;
 top: 180px;
}

#content {
 width: 500px;
 position: absolute;
 top: 180px;
 left: 350px;
 background: #f3f1eb;
 padding: 25px;
}

blockquote {
	background: #ffffff;
	font-size: 10px;
	margin: 10px;
	padding: 15px;
	text-align: justify;
}



input, textarea {
	background-color:#f2f2f2;
	font-size: 10px;
	color:#868585;
	font-family: Courier new, tahoma;
	border:0px;
	padding:2px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5px;
	}
	

.widget {
width:300px;
background: #f3f1eb;
padding: 15px;
}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		margin-left: 5px;
		outline: none;
		}
		
		.tabnav li a:active, .tabnav li.ui-tabs-selected a {
		size:75%;
color: #868585;
text-decoration: none;
border-bottom: 1px solid #D0D0D0;
		}
		
		.tabnav li a:hover {
	size:75%;
	color: #FF084C;
	text-decoration: none;
	border-bottom: 1px solid #FF084C;
}

	.tabdiv {
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;

	}


.ui-tabs-hide {
		display: none;
		}
		
em {
	color: #0099ff;

}

strong {
	color: #222;
}

u {
	color: #999999;
	border-bottom: 1px solid #FF084C;
}

header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #222;
	padding: 4px 6px;
	margin-left: -5px;
	display: block;
	width: 490px;
	border-bottom: 1px solid #333333;
	text-indent: 10px;
        background-image: url(images/headbg.gif); 
        background-repeat: no-repeat;
}

subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	display: block;
	padding-top: 2px;
}


.hr {
	color: #222;
	border-bottom: 1px solid #333333;
	width: 490px;
}

/* IMAGES */

#largeImg {
	border: solid 1px #ccc;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF084C;
}

div.fadehover {
	position: relative;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
