@charset "utf-8";
/* CSS Document */

body {
	font-size:13px;
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:2;
		
}

ul, ol, h1, h2, h3, h4, h5, h6, p{
	line-height: 120%;
	color:#CCCCCC;
	text-align:left;	
}

	
h1{
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
	color:#CC6600;
	font-weight:lighter;
	font-size:20px;
	}

h2 {
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:lighter;
	font-size:16px;
	}
h3{
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:lighter;
	font-size:13px;
	}
	
h4{
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:lighter;
	font-size:16px;
	}
	
h5{
	color: #333;
	font-size:20px;
	font-weight:lighter;
	padding-bottom:10px;
	padding-top:10px;
	}
/* NAVIGATION Biatch */

ul#navText a {
	color:#CC6600;
	text-decoration:none;
	border-bottom:none;
	
	}
	
ul#navText a:hover {
	color:#FFFFFF;
	border-bottom:1px solid; 
	border-color:#e9ab08;
	text-decoration:none;
	
	}
li#navText a {
		display:inline;
	}

/* CLASSES Biatch */

.heel {
	font-size:13px;
	font-style:bold;
	color:#CC6600;
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
		
}

.heel a {
	font-size:13px;
	font-style:bold;
	color:#CC6600;
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
		
}
.blackTxt {
	line-height: 120%;
	color:#000;
	text-align:left;
	
	}

.boldBlack {
	color:#000;
	font-weight:bold;
	font-size:15px;
	padding:10px;
	}

.italicLrgt {
	font-size:14px;
	line-height: 120%;
	font-style:italic;
	color:#333333;
	text-align:left;}
		
.italicSmall{
	font-size:11px;
	line-height: 120%;
	font-style:italic;
	color:#CCCCCC;
	text-align:left;}	
	
.footer{
	font-size:10px;
	line-height: 100%;
	color:#000000;
	text-align:center;
	padding:15px;
	}
	

	
/* Links Biatch */

a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
	
	}
	
a:hover {
	color:#FFFFFF;
	border-bottom:1px solid; 
	border-color:#FFFFFF;
	text-decoration:none;
	
	}
	
#main a {
	color:#000000;
	text-decoration:none;
	border-bottom:none;
	
	}
	
#main a:hover {
	color:#000000;
	border-bottom:1px solid; 
	border-color:#000000;
	text-decoration:none;
	
	}
	
#gallery a {
	text-decoration:none;
	border-bottom:none;
}

#gallery a:hover {
	text-decoration:none;
	border-bottom:none;
}
#gallery img {
	border:#000 thin solid;
}


#footer a {
	font-size:10px;
	line-height: 100%;
	color:#000000;
	text-align:center;
	}
	
#footer a:hover {
	font-size:10px;
	line-height: 100%;
	color:#FFFFFF;
	border-bottom:1px solid; 
	border-color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	}

.backwards {unicode-bidi:bidi-override; direction: rtl;} 


	
	
/* lISTS Biatch */

ul#bullets li{
	font-family: AvantGarde Md BT, AvantGarde Bk BT, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:lighter;
	line-height: 160%;
	font-size:12px;
	padding-left:20px;
	}


