@font-face {
    font-family: 'DevroyeRegular';
    src: url('DEVROYE_-webfont.eot');
    src: url('DEVROYE_-webfont.eot?#iefix') format('eot'),
url('DEVROYE_-webfont.woff') format('woff'),
url('DEVROYE_-webfont.ttf') format('truetype'),
url('DEVROYE_-webfont.svg#webfontsIjO1BoX') format('svg');
    font-weight: normal;
    font-style: normal;
}

.centeredImage {
    text-align:center;
    margin-top:5px;
    margin-bottom:0px;
    padding:0px;
}

.Error404Text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.footertxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
}
.TopMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.thankyou {
	font-family: "DevroyeRegular", Times, serif;
	font-size: 16px;
	font-style: normal;
	text-align: justify;
}
.formtxt {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	left: 25px;
}


#menuContainer {
	width:800px;
	/* [disabled]position:absolute; */
	/* [disabled]left:auto; */
	top:210px;
	overflow:hidden;
	background-image: url(/images/ulback.gif);
	background-repeat: repeat-x;
	/* [disabled]right: auto; */
	margin-left: auto;
	margin-right: auto;
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:40px;
	position:relative;
	left:50%;
	text-align: center;
}
#menu li {float:left; position:relative; right:50%; margin:0 2px;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 15px 0 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 15px; cursor:pointer;}
#menu li a:hover, 
.home #menu li#home a,
.pics #menu li#pics a,
.slideshow #menu li#slideshow a,
.blog #menu li#blog a,
.policy #menu li#policy a,
.pricing #menu li#pricing a,
.clients #menu li#clients a,
.contact #menu li#contact a
{
	line-height:36px;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu li a:hover b,
.home #menu li#home a b,
.pics #menu li#pics a b,
.slideshow #menu li#slideshow a b,
.blog #menu li#blog a b,
.policy #menu li#policy a b,
.pricing #menu li#pricing a b,
.clients #menu li#clients a b,
.contact #menu li#contact a b
{
	line-height:36px;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
