@charset "UTF-8";


img {
	border:none;
}

a {
	outline:none;
	text-decoration:none;
}

.line {
	border-right:1px solid #b7b2a9;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color:#36332b;
	opacity: 1.0;
}

.main {
	border-top: 1px;
	border-bottom: 1px;
	border-right: 0px;
	border-left: 0px;
	border-color:#c1bcb9;
	border-style:solid;
	
	}
	
.logo 
	{float:right;
	padding: 0px 20px 0px 0px;
	outline:none;
	}	
	
.topnavi {
	font-family: Rockwell;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 15px 0px 0px;
}

a:hover {
	color: #FFCC33;
}

.copyrights {
	font-family: Rockwell;
	font-size: 10px;
	text-decoration: none;
	color: #bcbdc0;
	padding: 0px 15px 0px 0px;
}

.permlinks {
	font-family: Rockwell;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.font10 {
	font-family: Rockwell;
	font-size: 10px;
	text-decoration: none;
	color: #d0cbc9;
}

.font11 {
	font-family: Rockwell;
	font-size: 11px;
	text-decoration: none;
	color: #e8e2d1;
	line-height:16px;
}

.font11bk {
	font-family: Rockwell;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	line-height:16px;
}

.font12bold {
	font-family: Rockwell;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5e5954;
	line-height:16px;
}

.font12 {
	font-family: Rockwell;
	font-size: 12px;
	text-decoration: none;
	line-height:16px;
}

.heading {
	font-family: Rockwell;
	font-size: 14px;
	text-decoration: none;
	color: #aba28d;
	line-height:16px;
	font-weight: bold;
}

.headingNavi {
	font-family: Rockwell;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	line-height:16px;
	font-weight: bold;
}

.font11butt {
	font-family: Rockwell;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height:18px;
}

.font11buttbk {
	font-family: Rockwell;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	line-height:18px;
}

.photoright {
	float: right;
	padding: 0px 0px 10px 10px;
}


#slider {
    width: 960px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
	margin-left: 0px;
	left: 0px;
	border: 0px;
	float: left;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	right: 0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Rockwell;
    padding: 10px 20px;
    width: 940px;
    background-color: #36332b;
    filter: alpha(opacity=80);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.8;
    opacity: 0.9;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
	
ul {list-style-type: none;}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding:10px 10px 10px 10px; 
border-bottom:1px solid #ffcc33; 
background-color:#FFFFFF;
font-family: Rockwell;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5e5954;
	vertical-align: middle;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #FFF;
color: #ffcc33;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Rockwell;
margin: 10px 0;
border: 1px 1px 1px 1px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

#simplegallery, #simplegallery{ //CSS for sample Gallery
position: relative;
visibility: hidden;
}

#simplegallery .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
font: bold 11px Rockwell;
padding: 5px 5px;
}

.addresslist{
list-style-type: none;
padding-left: 0;
margin:0;
color: #FFCC33;
}
