/********************
*Author: Nick Hiipakka
*Date: 8-14-2008
*Shearkatz.com
*********************/

body{
font-family: arial;
}

.flash{
/*background-image:url('images/flash.jpg');*/
background-color:#c2cbba;
width:436px;
height:256px;
}

.hours{
background-image:url('images/hours.jpg');
width: 281px; 
height: 127px;
}

.logo{
background-image:url('images/avedaLogo.jpg');
width: 281px; 
height: 127px;
}

.specials{
width:275px;
}

.about{
width:465px; 
height:367px;
}

.body{
background-image:url('images/bodyContNew.jpg');
}

.bodyStaff{
background-image:url('images/bodyContNew.jpg');
}

/******Top Nav********/

a.nav:link{
color:white;
text-decoration:none;
}

a.nav:visited{
color:white;
text-decoration:none;
}

a.nav:hover{
color:black;
text-decoration:underline;
}

a.nav:active{
color:white;
text-decoration:none;
}
/***END NAV****/
/******Top Nav********/

a:link{
color:red; 
text-decoration:none;
}

a:visited{
color:red;
text-decoration:none;
}             

a:hover{
color:gray;
text-decoration:underline;
}

a:active{
color:red;
text-decoration:none;
}            
/***END NAV****/

.coupon{
border: 4px dashed #fff; 
margin-left: 165px;
}