
/*-----------TOP NAVIGATION LINKS-------------*/


a{
text-decoration: none;
}
a:link{
text-decoration: none;
}
a:visited{
text-decoration: none;
}
a:hover{
text-decoration: none;
}
a:active{
text-decoration: none;
}
a.nav {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	text-decoration: none;	
	text-align: center;
	}
	
a.nav:link {
	color: #DDDDDD;
	text-decoration: none;
}

a.nav:visited {
	color: #DDDDDD;
	text-decoration: none;

}

a.nav:hover {
	color: #FFFFFF;
	background-color: #444444;
	text-decoration: none;	
}

a.nav:active {
	color: #FFBB22;
	text-decoration: none;
}

/*----------------------BODY LINKS--------------------*/
a.iner {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #CC8800;
	text-decoration: none;	
	text-align: center;
	font-weight: bold;
	}
a.iner:link {
	color: #CC8800;
	text-decoration: none;
}
a.iner:visited {
	color: #CC8800;
	text-decoration: none;

}

a.iner:hover {
	color: #FFFFFF;
	background-color: #222222;
	text-decoration: none;
	
}
a.iner:active {
	color: #CC8800;
	text-decoration: none;
}
/*----------------------AVAILABLE WORKS LINKS--------------------*/
a.ava {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #FFBB22;
	text-decoration: none;	
	text-align: center;
	}
a.ava:link {
	color: #FFBB22;
	text-decoration: none;
}
a.ava:visited {
	color: #FFBB22;
	text-decoration: none;

}

a.ava:hover {
	color: #DDDDDD;
	background-color: #222222;
	text-decoration: none;
	
}
a.ava:active {
	color: #FFBB22;
	text-decoration: none;
}

a:link{
text-decoration: none;
}
/*-------------------font - properties--------------*/
p {
font-family: arial, verdana, sans-serif;
font-size: 13px;
color: #DDDDDD;
}

p.bold {
font-family: arial, verdana, sans-serif;
font-size: 16px;
color: #DDDDDD;
}

div{
font-family: arial, verdana, sans-serif;
font-size: 13px;
color: #DDDDDD;
}

div.sold{
color: FF0000;
}
div.av{
color: #202020;

}


/*----------------h1 properties-for index page---------*/
h1{
	 font-family:   georgia, times-new-roman, times, serif;
	 color: #DD9911;
}
h1.small{
	 font-family:   georgia, times-new-roman, times, serif;
	 font-size: 18pt;
	 color: #DD9911;
}

h1.bold{
	 font-family:   georgia, times-new-roman, times, serif;
	font-size: 30pt;
        color: #CC8800;
}

/*------------------------image padding------------*/

.pad {
	padding-right: 10px;
	border: none;
}

