/* GENERAL BEGIN */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #C9C9C9;
	background: url(/env/images/bgr-body.jpg) left top;
}

body, html {
	height: 100%;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.halfWidth {
	width: 50%;
}

.left {
	float: left;
}

.rigt {
	float: right;
}

.alignCenter {
	text-align: center;
}
/* GENERAL END */

#rootTable {
	width: 100%;
	height: 100%;
	background: url(/env/images/bgr-body-grad.jpg) repeat-x left top;
}

#rootTable td {
	vertical-align: top;
}

#rootTable td.content {
	background: #737373;
}

/* HEADER BEGIN */
#headerDiv {
	width: 730px;
	display: block;
}

/* hot menu begin */
#hotMenuUl {
	width: 519px;
	height: 65px;
	margin: 0px;
	padding: 24px 0px 0px 0px;
	background: url(/env/images/bgr-hot-menu.jpg) no-repeat;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
}

#hotMenuUl li {
	display: inline;
	vertical-align: middle;
}

#hotMenuUl li.separator {
	font-size: 28px;
	background: url(/env/images/img-menu-separator.gif) no-repeat center;
}

#hotMenuUl li a{
	color: #C9C9C9;
	font-weight: normal;
}
/* hot menu end */

#quickContactDiv {
	width: 211px;
	height: 65px;
	padding: 24px 0px 0px 0px;
	background: url(/env/images/bgr-quick-contact.gif) no-repeat;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
}

/* main menu begin */
#mainMenuUl {
	width: 200px;
	height: 220px;
	margin: 0px;
	padding: 40px 0px 0px 11px;
	background: url(/env/images/bgr-main-menu.jpg) no-repeat;
	list-style: none;
	display: block;
	float: left;
}

#mainMenuUl li {
	background: url(/env/images/img-pawn.png) no-repeat left;
	display: block;
	float: left;
	clear: both;
}

#mainMenuUl li a {
	width: 180px;
	padding: 3px 0px 3px 20px;
	font-weight: normal;
	display: block;
	float: left;
	clear: both;
}
/* main menu end */
/* HEADER END */

/* CONTENT BEGIN */
#contentDiv {
	width: 730px;
	border-top: 1px solid #6C6C6C;
	background: #464646 url(/env/images/bgr-content.gif) repeat-y left;
	display: block;
	float: left;
}

#contentTextDiv {
	width: 490px;
	padding: 10px 13px 10px 15px;
	margin: 0px 1px 0px 0px;
	background: url(/env/images/bgr-content-text.gif) repeat-x top;
	display: block;
	float: left;
}

#contentTextDiv h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}

#contentTextDiv p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#contentTextDiv img {
	border: 1px solid #C1C1C1;
	margin: 10px;
}

/* side panel begin */
#sidePanelDiv {
	width: 211px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	display: block;
	float: left;
}

#sidePanelDiv h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

#sidePanelDiv .hrLine {
	height: 11px;
	display: block;
	background: url(/env/images/bgr-hr-line-dots.gif) repeat-x center;
	font-size: 1px;
	line-height: 1px;
}

#sidePanelDiv a {
	font-weight: normal;
}
/* side panel end */

/* bottom menu begin */
#bottomMenuUl {
	width: 518px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background: #343434;
	text-align: center;
	list-style: none;
	display: block;
	float: left;
	clear: both;
}

#bottomMenuUl li {
	display: inline;
	vertical-align: middle;
}

#bottomMenuUl li a {
	font-weight: normal;
}

#bottomMenuUl li.separator {
	display: inline;
	font-size: 15px;
	background: url(/env/images/img-menu-separator.gif) no-repeat center;
}

#bottomMenuUl li.lineSeparator {
	display: block;
	font-size: 3px;
	line-height: 3px;
}
/* bottom menu end */
/* CONTENT END */

#footerDiv {
	padding: 5px 0px 5px 0px;
	background: url(/env/images/bgr-footer.gif) repeat-x;
	color: #000000;
	text-align: center;
	display: block;
	clear: both;
}

#contentTextDiv img.gallery_table_td_img {
    margin: 0px 5px 5px 0px;
    padding: 0px;
    display: inline;
    float: left;
}
