/* CSS Document */

* {margin: 0;
    padding: 0;}

p {padding-top: 7px;
    padding-bottom:7px;
    clear:left;}
	
h1 {
	padding-top: 200px;
	padding-right: 90px;
	text-align: right;
	font-size: 1.6em;
	font-style: italic;
	color: #FFFFFF;
}

h2 {
	padding-right: 90px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #EAEEF7;
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: italic;
	color: #787C87;
	font-size: 1.5em;
	clear:left;
}

h4 {
	padding-top: 7px;
	font-style: italic;
	color: #787C87;
	font-size: 1.2em;
	clear:left;
}

a:link {color: #666666}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #794353}   /* mouse over link */
a:active {color: #666666}   /* selected link */
	
body {
	background-color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
}
	
#container 
{
	background-color:#999999;
	margin: 0px auto;
	width: 797px;
	color: #797D88;
	font-size: 1.2em;
}

#header {
	background-image: url(../../images/header.jpg);
	height: 249px;
}

#linkbar {
	background-image: url(../../images/linkbar_bg.jpg);
	height: 79px;
}

#content {
	background-image: url(../../images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
	min-height: 470px;
	height: auto!important;
	height: 470px;
}

#right_menu {
	background-image: url(../../images/right_menu.jpg);
	height: 365px;
	width: 277px;
	float: right;
	margin-right: -80px!important;
	margin-right: -40px;
}

#footer {
	background-image: url(../../images/footer.jpg);
	height: 60px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: .9em;
}

.picture 
{
	float:left;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:85px;
}
/******************************* menu ****************************************/

#navcontainer ul
{
	font-size:1.2em;
	margin-left: 100px!important;
	margin-left: 50px;
	color: White;
	float: left;
	margin-top: 11px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
color: #E3E9F1;
}

/********************************' right menu *******************************/

.navmenucontainer {
	width: 200px;
	margin-top: 62px; 
	margin-left: 30px;
}

.btnDressing {
	padding-top:0px;
	padding-bottom:0px;
	width: 192px;
	height: 45px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../../images/btn_dressing.gif);
}

.btnDressing:hover {
	background-position: top right;
}

.btnEating {
	padding-top:0px;
	padding-bottom:0px;
	width: 192px;
	height: 45px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../../images/btn_eating.gif);
}

.btnEating:hover {
	background-position: top right;
}

.btnSleeping {
	padding-top:0px;
	padding-bottom:0px;
	width: 192px;
	height: 45px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../../images/btn_sleeping.gif);
}

.btnSleeping:hover {
	background-position: top right;
}


.btnPlaying {
	padding-top:0px;
	padding-bottom:0px;
	width: 192px;
	height: 45px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../../images/btn_playing.gif);
}

.btnPlaying:hover {
	background-position: top right;
}

.btnCleaning {
	padding-top:0px;
	padding-bottom:0px;
	width: 192px;
	height: 45px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../../images/btn_cleaning.gif);
}

.btnCleaning:hover {
	background-position: top right;
}

.btnCaring {
	padding-top:0px;
	padding-bottom:0px;
	width: 192px;
	height: 45px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../../images/btn_caring.gif);
}

.btnCaring:hover {
	background-position: top right;
}

/******************************buttons************************************/
.btn_lightgrey{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../../images/bg_lightgrey.gif) repeat-x left top;
}

/********************************image preview******************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #999999;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-size: 16px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #999999;
padding: 5px;
z-index: 5;
width: auto;
}

/****************************Table format***********************************/

table 
{
	text-align:center;
	border: 0px none #FFFFFF;
	border-collapse: collapse;
}

table td
{
	border: 0px none #FFFFFF;
	padding: 2px;
}

table tr
{
	border: 0px none #FFFFFF;
}

.tableHeader
{
	background-color:#CCCCCC;
	color:#666666;
}