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

.repeaty{
background-repeat:repeat-y;
}

.repeatx{
background-repeat:repeat-x;
}

.norepeatleft{
background-repeat:no-repeat;
background-position:left;
}

.norepeatright{
background-repeat:no-repeat;
background-position:right;
}

.norepeatbottom{
background-repeat:no-repeat;
background-position:bottom;
}

.papyrusblack{
text-decoration:none;
font-family:Papyrus;
font-size:18px;
color:#000000;
}

.papyrusblack:hover{
background: url();
text-decoration:none;
font-family:Papyrus;
font-size:18px;
color:#000000;
}

.tahomablack11{
font-size:12px;
font-family:tahoma, Arial;
color:#000000;
}

.bgbottomright{
background-repeat:no-repeat;
background-position:bottom right;
font-size:12px;
font-family:tahoma, Arial;
color:#000000;
}

.bgtopleft{
background-repeat:no-repeat;
background-position:top left;
font-size:12px;
font-family:tahoma, Arial;
color:#000000;
}

.text{
height:16px;
width:250px;
color:#666666;
font-size:11px;
font-family:tahoma, Arial;
border:solid 1px #c3c7d0;
}

.textarea{
height:40px;
width:250px;
color:#666666;
font-size:11px;
font-family:tahoma, Arial;
border:solid 1px #c3c7d0;
}

.buttonwhite{
border: 1px solid #c3c7d0; 
background:#fff; 
color:#000; 
height:17px; 
width:121px; 
font-family: tahoma, Arial;
font-size:11px;
}

.lightboxtahoma{
font-family:tahoma, arial; 
font-size:14px;
color:#595959;
font-weight:bold;
}

.lightboxtahomalink{
font-family:tahoma, arial; 
font-size:11px;
text-decoration:none;
font-weight:bold;
color:#f68b3b;
}
.lightboxtahomalink:hover{
font-family:tahoma, arial; 
font-size:11px;
text-decoration:underline;
font-weight:bold;
color:#f68b3b;
}

.ourdesignlink{
font-family:tahoma, Arial;
font-size:11px;
color:#333333;
text-decoration:none;
}

.ourdesignlink:hover{
font-family:tahoma, Arial;
font-size:11px;
color:#ff6c00;
text-decoration:underline;
}