/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#B2AB98;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------Personal Page----------------------*/

.heading {
			font-size:16px;
			color:#FFFFFF;
			font-weight:bold;
			}
			
/*------------------------------menu bar----------------------*/

.menubar {
			border-bottom:#D2784E 1px solid;
			padding-left:20px;
			}
			
.menu {
			padding-left:15px;
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
			}
			
.menu:hover {
			color:#FCFFA7;
			}
			
/*------------------------------copyright----------------------*/

.copyright {
			font-size:11px;
			color:#FFFFFF;
			}
			
/*------------------------------bodytext----------------------*/

.texts {
			padding-left:27px;
			padding-right:30px;
			font-size:11px;
			color:#000000;
			line-height:14px;
			}
			
			
.small_margin {
			padding-left:10px;
			padding-right:10px;
			font-size:11px;
			color:#000000;
			line-height:14px;
			}
			
			
.texts2 {
			font-size:11px;
			color:#000000;
			padding:8px;
			}
			
.more {
			font-size:11px;
			color:#000000;
			font-weight:bold;
			text-decoration:none;
			}
			
.points {
			font-size:11px;
			color:#000000;
			padding-left:6px;
			padding-right:12px;
			}
			
.copy {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


/*------------------------------Image Slideshow----------------------*/


/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#FFFFF;
}

/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin: 0px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:50px; 
left:0px; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:50px;
}
/* fix the left position for the portrait images 
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}  */
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

