html, body{
	margin-top:25px;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
} 

a:active{
	color: #ffffff;
	background: url(../images/button_over.jpg) no-repeat;
			}
			
			
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 margin-top:25px;
 border:solid;
 border-color:#666666;
 border-width:1px;
 background-color:#FFFFFF
  
  
} 
 
#header{
 position:relative; 
 height:172px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:auto;
 margin: 5px;
 
 
 }
 
#footer{
	height:26px;
	background-color:#7F0D6F;
	clear:both;
	text-align: center;
 } 
 #handmade{
	height:15px;
	background-color:#FFFFFF;
	clear:both;
	text-align: center;
 } 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;

 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



.H1 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#999999;
}



.maintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}

.contacttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-align: left;

}
.copyrighttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#999999;
	text-align: center;

}

.textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
	border-bottom-color: #7F0D6F;
}
a.MainLink:link {
	font-family : Verdana;
	font-size : 10px;
	color: #999999;
	font-weight : normal;
	text-decoration : none; }
	
	a.MainLink:visited {
	font-family : Verdana;
	font-size : 10px;
	color: #7f0d6f;
	font-weight : normal;
	text-decoration : none; }
/* NAVIGATION BUTTONS */
			.menu {
						height: 30px;
						width: 800px;
						background-image:url(../images/nav_back.jpg) ;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size:10px;
						background: url(../images/button_normal.jpg) no-repeat;
						width: 88px;
						height: 30px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #FFFFFF;
						font-size: 10px;
						width: 88px;
						height: 30px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover{
						color: #ffffff;
						background: url(../images/button_over.jpg) no-repeat;
			}
			
			.cssnav img {width: 88px; height: 30px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
			
			
			.cssnav span {
					    position: absolute;
					    left: 1px;top: 3px;
					    text-align:center;
					    width: 88px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */
