/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.pdiv a {
	display: block;
	text-decoration: none;
}

.pdiv a:hover {
	background-color: #f0ecc6;
}

.FancyBW {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #303030;
	padding: 15px 0 15px 0;
}

.FancyBW em {
	font-size: 13pt; 
	color: #666666;
}

.PageTopLeftCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/page-top-left-corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.PageTop{
	height: 6px;
	width: 800px;
	background-image: url(../images/page-top.gif);
	background-repeat: repeat-x;
	background-position: top left;

}

.PageTopRightCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/page-top-right-corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.PageLeft{
	width: 32px;
	background-image: url(../images/page-left.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageContent{
	width: 800px;
	background-color: #CCCCCC;
	padding: 7px 5px 5px 7px;
}

.PageRight{
	width: 32px;
	background-image: url(../images/page-right.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageBottomLeftCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/page-bottom-left-corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.PageBottom{
	height: 6px;
	width: 800px;
	background-image: url(../images/page-bottom.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.PageBottomRightCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/page-bottom-right-corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.blocktext14 {
	font-size: 14px;
	color: #666666;
}

.blocktext9 {
	font-size: 9px;
	color: #666666;
}

.blocktitle20 {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.footer{color:#505050; font-size:11px; line-height:13px} 
.footer a{color:#505050; font-size:11px; text-decoration:none} 
.footer a:hover{text-decoration:underline} 

.designer{color:#707070; font-size:10px; line-height:13px} 
.designer a{color:#707070; font-size:10px; text-decoration:none} 
.designer a:hover{text-decoration:underline}

.FormInputText {
	background-color: #FCFCFC;
	color: #990000;
	font-family: verdana, arial, ms sans serif;
	font-weight: bold;
	font-size: 9pt;
}

a#menu_home {
    display: block;
    width: 81px;
    height: 27px;
    background-image: url(../images/menu_home.gif);
	background-position: 0 0;
    margin: 0 auto;
}
a#menu_home:hover {
	background-position: 0 -27px;
}

a#menu_contact {
    display: block;
    width: 111px;
    height: 27px;
    background-image: url(../images/menu_contact.gif);
	background-position: 0 0;
    margin: 0 auto;
}
a#menu_contact:hover {
	background-position: 0 -27px;
}

a#menu_services {
    display: block;
    width: 109px;
    height: 27px;
    background-image: url(../images/menu_services.gif);
	background-position: 0 0;
    margin: 0 auto;
}
a#menu_services:hover {
	background-position: 0 -27px;
}

a#menu_portfolio {
    display: block;
    width: 124px;
    height: 27px;
    background-image: url(../images/menu_portfolio.gif);
	background-position: 0 0;
    margin: 0 auto;
}
a#menu_portfolio:hover {
	background-position: 0 -27px;
}

a .alt { display: none; }
