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

/* --- general diclarations --- */

html, body {
    margin: 0px auto;
	padding:0px;
}
body {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #737373;
	text-decoration: none;
	background-color:#FFFFFF;
}
a {color:#737373; text-decoration:underline;}
a:hover {color:#737373; text-decoration:underline;}

div, p {
	padding:0px;
	margin: 0px;
}
.clear_all {
	clear:both;
}

/* --- content specific diclarations --- */
.fltLeft {
	float:left;
}
.fltRight {
	float:right;
}
.mainWrapper
{
	margin:10px auto;
	padding:0px;
	width:740px;
}
.header {
	padding:0px;
	margin:0px;
}
.bodyMain {
	padding:0px;
	width:740px;
}
.bodyLeft {
	float:left;
	width:231px;
}
.bodyRight {
	float: right;
	width:508px;
}
.topNavWrapper {
	float:right;
	width:508px;
	height:30px;
}
.topNavBody {
	float:left;
	width:492px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	background:url(images/topNavBG.gif) repeat-x;
	text-align:left;
}
.navItem {
	margin:0;
	padding-left:2px;
	float:left;
	background: url(images/topNavDivider.gif);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:8px;
	color:#FFFFFF;
	font-weight:bold;
}
.navItem a {
	color:#FFFFFF;
	text-decoration:none;
}
.navItem a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.navItem1 {
	margin:0;
	padding-left:5px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}
.navItem1 a {
	color:#FFFFFF;
	text-decoration:none;
}
.navItem1 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.leftTopBlock {
	background-color:#f2feec;
	padding:10px 5px;	
}
.offerText {
	color:#b6b776;
	font-weight:bold;
	background:url(images/bullet1.gif);
	background-repeat:no-repeat;
	background-position: left center;	
	padding-left:10px;
	line-height:14px;
}
.offerText a {
	color:#b6b776;
	text-decoration:none;
}
.offerText a:hover {
	color:#b6b776;
	text-decoration:underline;
}
.testiBlock {
	padding:10px;
	text-align:justify;
	line-height:13px;
}
.welcomeBlock {
	padding:10px;
	float:right;
	width:488px;
	text-align:justify;
	line-height:14px;
}
img.welcome {
	float:left;
	border:1px solid #f3bb4b;
	margin-right:10px;
}
.galleryBlock {
	float:right;
	width:500px;
}
.moreTxt {
	text-align:right;
	color:#c5c680;
	text-decoration:none;
}
.moreTxt a {
	color:#c5c680;
	text-decoration:none;
}
.moreTxt a:hover {
	color:#c5c680;
	text-decoration:underline;
}
.blkTxt {
	color:#000000;
}
.footer{
	width:740px;
}
.footerBody {
	float:left;
	width:723px;
	height:38px;
	line-height:38px;
	vertical-align:middle;
	background:url(images/footerNavBG.gif) repeat-x;
	text-align:center;
	color:#FFFFFF;
	word-spacing:5px;
	font-weight:bold;
}
.footerBody a {
	color:#FFFFFF;
	text-decoration:none;
}
.footerBody a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.footerBot {
	padding-top:5px;
}
.queensBlock {
	padding:0px;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:1px solid #cccccc;
}
.inpBtn {
	height:auto;
	width:auto;
	background-color:#fe9478;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	border:1px solid #bbbbbb;
	padding:2px 3px;
	text-decoration:none;
}
.inpBtn a {
	color:#FFFFFF;
	text-decoration:none;
}
.inpBtn a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.redTxt {
	color:#fe9478;
}
img.genImg {
	border:1px solid #000000;
}
.nameText {
	font-size:16px;
	font-weight:bold;
}
.codeTxt {
	color:#E48B61;
	font-weight:bold;
}
.pdTB5 {
	padding-bottom:5px;
	padding-top:5px;
}