/* master.css - Global style settings for Pret-A-Portrait
 (C) 2008 Kian Ryan, Orange Tentacle, Click Databases */

* html { display: inline; }

body{
	font-family: Arial, "MS Trebuchet", sans-serif;
	background: #333333;
}


h2{
	
}

p{
	
}

ul{
	
}

li{
	
}

 h1 { font-size: 1.4em; color: #666666; padding: 0 0 0 20px; margin: 0; }
 .subTitle { color: #474747; font-size: 0.8em; padding-bottom: 5px; padding-left: 20px; }

#MyPretNav { text-align: right; margin-right: 10px; }
#MyPretNav a { display:inline-block; width: 130px; height: 25px; background: transparent url(../_images/buttons/nav.png) no-repeat center center; text-align: center; font-size: 12px; padding-top: 10px; }

/* Right Click Image CSS Protection */
.rightClick { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

/* Breadcrumb ul/li */
#Breadcrumb { margin-left: 20px; margin-top: 10px; float: left; font-size: 10pt; color: #666666; }
ul.breadcrumb { display: inline; }
ul.breadcrumb li { list-style: none; display: inline; }
ul.breadcrumb li a { color: #666666; }
ul.breadcrumb li a:hover { text-decoration: underline; }
