body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #100b05;
}
.header-bg {
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
.border-b {
	border-bottom:#29170d solid 1px;
}
.header-contents {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d2cdca;
	font-weight:bold;
	text-decoration:none;
}
.header-contents a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	padding:5px 30px 0 30px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	height:22px;
}
.header-contents a:hover {
	text-decoration:none;
	background-image:url(images/tab-hover.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.header-contents2 {
	text-decoration:none;
	background-image:url(images/tab-hover.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.header-menu {
	font-family:Kudriashov, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d2cdca;
	font-weight:normal;
	text-decoration:none;
	padding:5px 25px 0 25px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	height:22px;
}
.header-menu:hover {
	text-decoration:none;
	background-image:url(images/tab-hover.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.header-menu2 {
	font-family:Kudriashov, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d2cdca;
	font-weight:normal;
	text-decoration:none;
	padding:5px 25px 0 25px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	height:22px;
	background-image:url(images/tab-hover.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.header-menu2:hover {
	display:block;
	cursor:pointer;
	background-image:none;
}
.h1 {
	font-family:Kudriashov, Georgia, "Times New Roman", Times, serif;
	font-size:33px;
	color:#ff5900;
	text-decoration:none;
	font-weight:normal;
	word-spacing:-5px;
}
.h2 {
	font-family:Kudriashov, Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#ff5900;
	text-decoration:none;
	font-weight:normal;
	word-spacing:-5px;
}
/*--------------------------------------------------------------------------------------body-area*/	
	
.body-contents {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d2cdca;
	text-decoration:none;
	line-height:18px;
}
.body-contents a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d2cdca;
	text-decoration:none;
}
.body-contents a:hover {
	color:#ffffff;
}
/*--------------------------------------------------------------------------------------footer-area*/
	
.footer-contents {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d2cdca;
	text-decoration:none;
	line-height:18px;
}
.footer-menu1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d2cdca;
	text-decoration:none;
}
.footer-menu1:hover {
	color:#cccccc;
	text-decoration:underline;
}
.footer-contents2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a5d59;
	text-decoration:none;
	line-height:18px;
}
.footer-menu2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a5d59;
	text-decoration:none;
}
.footer-menu2:hover {
	color:#cccccc;
}
/*----------------------------------------------------------top-nav-bar*/

.lavaLampWithImage {
	position: relative;
	height: 30px;
	width: 500px;
	background:none;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background:url(images/tab-hover.jpg) no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background:url(images/tab-hover.jpg) no-repeat top left;
	height: 30px;
	margin-right: 0; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height:22px;
	position: relative;
	overflow: hidden;
	margin:0;
	width:119px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}


/*------------------------------------------form-area*/

.form-text {
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
}
.form-field {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	width:180px;
	border:#999999 solid 1px;
}
.submit-button {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
	width:140px;
	border:0;
	background-image:url(images/submit-button.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
}
.submit-button:hover {
	cursor:pointer;
}