body, ul, li, h1, h2, h3{
	margin:0;
	padding:0;
}
body{
	color:#fff;
	overflow-x:hidden;
	background-color:#2e2e2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:#000 solid 8px;

}

span.reference{
           /* position:fixed;*/
            top:10px;
            right:10px;
            font-size:9px;
			float:right;
          }
          span.reference a{
           / color:#aaa;
            text-decoration:none;
			text-transform:uppercase;
			margin-left:10px;
          }
		  
		  a:focus {
     outline: none;
}
		  
          span.reference a:hover{
              color:#DDDDDD;
          }
		.title{
			width:77px;
			height:42px;
			margin:10px 0;
			float:left;
		  } 
		  
		  
		  .titlespan
		  {
			color:#FFF;
			width:340px;
			font-family:Tahoma,Geneva,sans-serif;
			font-size:16px;
			float:left;
			margin:23px 0 0 15px; 
			font-weight:bold;

		}
		  
		  /*
		  light box
		  */
		  		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color:#000;			
			z-index:1001;
			-moz-opacity: 0.3;
			opacity:.80;
			filter: alpha(opacity=40);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 25%;
			width: 670px;
			height: 550px;
			z-index:1002;
			overflow: auto;
			box-shadow:0 0 25px #111111;
			background-color:#FFF;
		}


.ps_overlay{
    z-index:90;
    background:#111;
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* Image container style */
.ps_container{
	width:480px;
	height:350px;
	position:absolute;
	top:50%;
	margin-top:-175px;
	left:50%;
	margin-left:-240px;
	z-index:100;
}
.ps_container img{
	border:10px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	-moz-box-shadow:1px 1px 10px #000;
	-webkit-box-shadow:1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;
}
/* Close button for preview mode */
a.ps_close{
	background:#000 url(../images/close.png) no-repeat center center;
	cursor:pointer;
	width:56px;
	height:56px;
	position:fixed;
	right:10px;
	top:10px;
	z-index:1000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
}
/* Thumbnail slider style */
.ps_slider{
	width:1200px;
	height:200px;
	position:relative;
	margin:25px auto 25px auto;
}
.ps_slider a.next,
.ps_slider a.prev{
	position:absolute;
	background-color:#000;
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #232323;
    width:20px;
    height:20px;
    top:50%;
    margin-top:-10px;
    opacity:0.6;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    cursor:pointer;
    outline:none;
}
.ps_slider a.prev:hover,
.ps_slider a.next:hover{
    border:1px solid #333;
    opacity:0.9;
}
.ps_slider a.disabled,
.ps_slider a.disabled:hover{
    opacity:0.9;
   border:1px solid #111;
    cursor:default;
}
.ps_slider .ps_album{
	width: 187px;
	height: 315px;
	padding: 10px;
	/*background-color:#333;*/
	border: 1px solid #444;
	position: absolute;
	top: 27px;
	text-align: center;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;











































































/*	-webkit-box-reflect:
		below 5px 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(transparent), 
			color-stop(0.6, transparent), 
			to(rgb(18, 18, 18))*/
		);
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color:#999999;
}
.ps_slider .ps_album:hover{
		background-color:#903;
}
.ps_slider .ps_album img{
	height:90px;
	border:1px solid #444;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.ps_slider .ps_album .ps_desc{
	display:block;
	color:#666;
	background:#111 url(../images/overlay.png) no-repeat bottom right;
	height:200px;
	margin-top:10px;
	text-align:left;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	border:1px solid #393939;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
.ps_slider .ps_album:hover .ps_desc{
	background-image:none;
}
.ps_slider .ps_album .ps_desc span{
	display:block;
	margin:0px 10px 10px 10px;
	border-top:1px solid #333;
	padding-top:5px;
	color:#DDDDDD;
}
.ps_slider .ps_album .ps_desc h2{
	margin:10px 5px 0px 5px;
	text-align:left;
	padding-bottom:5px;
	font-weight:normal;
	color:#903;
	
	border-bottom:1px solid #000;
	font-size:20px;
}
.ps_slider .loading{
	background:#121212 url(../images/loading.gif) no-repeat 50% 50%;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

a
{ text-decoration:none;
border:none;
}

.aboutcontentarea
{
	margin:50px auto 0px auto;
	position:relative;
	padding:5px 10px;
	border:#666 solid 1px;
	width:641px;
}


.aboutcontent
{
	width:650px;
	position:relative;
	color:#DDDDDD;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:16px;
	
}


.aboutcontent1
{
	width:650px;
	margin:5px auto 0px auto;
	position:relative;
	color:#DDDDDD;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:16px;
}



.copyright
{
	width:100%;
	margin:25px auto 0px auto;
	position:relative;
	color:#9d9c9c;
	text-align:center;
	padding:10px;
	
	height:50px;
}

.imgclose{margin:-10px 10px 10px -10px;}

#wrapper
{
	margin:0px auto;
	width:675px;
}

.asocial
{margin:1px;}

.socaialarea{float:left; width:250px;
}
.pelaheader{
	float:left;width:250; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; margin:10px;
}

#header{width:100%;height:50px; }

.copyrighttext{ float:right; width:380px;
color:#903;
font-size:15px;

}

.footerwrapper
{
	margin:0px auto;
	width:1300px;
}

#contactdetails{float:left; margin:13px 35px 0; background-color:#F4F4F4; color:#18394B; width:270px; padding: 10px 0 48px;}

.cntctlbl{width:70px;float:left;margin:5px;	font-weight:bold;line-height:15px;}

.cntctlblfrnt{width:180px;float:left;margin:5px; line-height:15px}

.cntctlblfrnt1{width:175px;float:left;margin:5px; line-height:15px}

.contactform{float:left; width:265px; margin:15px 5px 0 0;}

.contactmap{float:left; width:570px; margin:10px 0 0 35px;}
