﻿body, html {margin:0px; padding:0px;  background-image:url(images/bgr_site.jpg); background-repeat:repeat}

table{ font:11px/14px Tahoma, Arial, Geneva, sans-serif; color:#5A2F1D; text-decoration:none; text-align:justify; vertical-align:top;}

form, p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input, textarea{
	border: 1px #000000 solid;
	font: 20px Tahoma, Arial, Geneva, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}

td, tr {vertical-align:top; text-align:left}


.tf{ font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#5A2F1D; text-decoration:none;}
.tf:hover{text-decoration:underline}
.text a{ font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#5A2F1D; text-decoration:none;}
.text a:hover{text-decoration:underline}
.text{ font:11px/14px Tahoma, Arial, Geneva, sans-serif; color:#5A2F1D; text-decoration:none;}
.text:hover{text-decoration:underline}
.copy{ font:10px/12px Tahoma, Arial, Geneva, sans-serif; color:#FFF2BB; text-decoration:none;}
.copy:hover{text-decoration:underline}
.textm{ font:10px/12px Tahoma, Arial, Geneva, sans-serif; color:#5A2F1D; text-decoration:none; text-transform:uppercase; font-weight:900}
.textm:hover{text-decoration:underline}
.textl{ font:11px/14px Tahoma, Arial, Geneva, sans-serif; color:#5A2F1D; text-decoration:underline;}
.textl:hover{text-decoration:none}



.m1{background-image:url('images/m1.jpg'); background-repeat:no-repeat;}
.m1m{
	background-repeat: no-repeat;
}
.m2{
	background-repeat: no-repeat;
}
.m2m{background-image:url('images/m2m.jpg'); background-repeat:no-repeat;}
.m3{
	background-repeat: no-repeat;
}
.m3m{background-image:url('images/m3m.jpg'); background-repeat:no-repeat;}
.m4{
	background-repeat: no-repeat;
}
.m4m{background-image:url('images/m4m.jpg'); background-repeat:no-repeat;}
.m5{
	background-repeat: no-repeat;
}
.m5m{background-image:url('images/m5m.jpg'); background-repeat:no-repeat;}

.fadein { position:relative; width:500px; height:332px; }.fadein img { position:absolute; left:0; top:0; }
$('.fadein img:gt(0)').hide();
setInterval(function(){ },3000);
$('.fadein :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein')

$(function(){
    $('.fadein img:gt(0)').hide();
    setInterval(function(){
      $('.fadein :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein');}, 
      3000);
});
input.rounded {

  border: 1px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.
   */
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  
  /* using a bigger font for demo purposes so the box isn't too small */
  font-size: 20px;
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
  
}

input.rounded:focus {
  
  /* supported IE8+ and all other browsers tested.
   * optional, but gives the input focues when selected.
   * change to a color that suits your design.
   */
  border-color: #339933;
  
}
