*	{ margin:0px; padding:0px; }

body	{ 
	background: url(../bg.gif);
	background-color: #dedede;
	background-repeat: repeat;
	font-size: small;
	font-family: Trebuchet MS;
}
 

a {
	color: #000000;
	text-decoration: underline;
	outline-style: none;
}
a:hover {
	color:#a59f83; !important;
	-webkit-transition-property: color;
	-webkit-transition-duration:.8s;
	-webkit-transition-timing:ease-out;
	text-decoration: none; 
}

img { border: 0px; }

ul#menuback {
	margin: 3px auto;
	list-style: none;
	background: url(../menu-bg.jpg);
	width: 750px;
	overflow: auto;	
}

ul#menuback li.shutter {
	width: 250px;
	height: 125px;
	display: block;
	float: left;
}

ul#menuback li#shutter1 { background: url(../phg.png) no-repeat; }
ul#menuback li#shutter2 { background: url(../bls.png) no-repeat; }
ul#menuback li#shutter3 { background: url(../rda.png) no-repeat; }

a.link {
   width: 250px;
   height: 125px;
   display: block;
   background: url(../window.png) no-repeat bottom center;
   text-indent: -9999px;
}

.welcome {
	height:510px;
	width: 900px;
	background: url(../welcome.jpg) no-repeat center;
	margin:auto;
}

.contact_box {
	 width:1000px;
	 height:60px;
	 margin: auto;
	 padding-left: 70px;
	 padding-right: 70px;
}

.iph {
	width:175px;
	height:40px; 
}

.ima {
	width:178px;
	height:40px; 
}

.copyr {
	height:40px; 
	padding-left: 40px;
	padding-right: 40px;
}

a.contact {	
	width: 178px;
	height: 40px;	 
	display: block; 
}

a.iPhone { 
	background: url('../iPhone.png') no-repeat 0px 0px; 
	opacity: 0.6;
}
a.iPhone:hover { 
	background: url('../iPhone.png') no-repeat 0px -40px;
	-webkit-transition: opacity 2.4s linear;
	opacity: 1;
}
a.iPhone:active { background: url('../iPhone.png') no-repeat 0px -39px; }
a.iMail { 
	background: url('../iMail.png') no-repeat 0px 0px; 
	opacity: 0.6;
}
a.iMail:hover { 
	background: url('../iMail.png') no-repeat 0px -40px; 	
	-webkit-transition: opacity 2.4s linear;
	opacity: 1;
}
a.iMail:active { background: url('../iMail.png') no-repeat 0px -39px; }

.footer {
	width:1000px;
	background: url(../br.png) no-repeat top center;
	margin: auto;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 10px;
}

#coutners a img {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	height: 32px;
	margin: auto;
}

#coutners a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: 32px;
	-webkit-transition: opacity 1.4s linear;
	opacity: 0.9;
	margin: auto;
}

.test {
	color: #666666;
	font-size: x-small;
}