@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #b4210d url(../images/bgPattern.png) repeat-x bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}
.clirer {
	clear: both;
	float: none;
}

#ImgBg {
	background: url(../images/HomeImage1-2.jpg) no-repeat top left;
	min-height:980px;
}
#SiteConteiner {
	float: right;
}
#SiteConteiner #logoShadowContainer {
	float: left;
	width: 143px;
}
#SiteConteiner #Content {
	width: 602px;
	float: left;
	background: #ede6d7 url(../images/SiteContentBg.png) repeat-x bottom;
	min-height:980px;
}
#logoShadowContainer #logo {
	width: 143px;
	height: 102px;
	display: block;
	margin-top: 75px;
	float: right;
	background: url(../images/JulineLogo.png) no-repeat right;
}
#logoShadowContainer #SiteShadow {
	float: right;
	width: 48px;
	height: 704px;
	display: block;
	background: url(../images/SiteShadow.png) no-repeat;
}

#Content #ContentIn {
	width: 602px;
	background: url(../images/BotomSiteBg.jpg) no-repeat right bottom;
	min-height:980px;
}
#Content #ContentIn h1, #Content #ContentIn h1 span {
	width: 602px;
	height: 113px;
	display: block;
	background: url(../images/Vocalist.gif) center no-repeat;
}
#Content #ContentIn h1 span {
	display: none;
}

#mainNavig {
	height: 83px;
	background: url(../images/menuShadow.png) repeat-x bottom;
}
#mainNavig ul {
	list-style: none;
	height: 49px;
	width: 602px;
	background: #4e0900 url(../images/menuBg.gif) no-repeat left;
	float:right;
}
#mainNavig ul li {
	float: left;
	padding: 0px 11px;
}
#mainNavig ul li a {
	float: left;
	padding: 0px 11px;
	height: 49px;
	line-height: 49px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;	
}
#mainNavig ul li a:hover {
	color: #b4210d;
}

#ContentIn #textIn {
	width: 90%;
	float:right;
	padding-left: 30px;
	padding-bottom: 50px;
	min-height:734px;
}
#ContentIn #textIn h2 {
	height: 40px;
	background: url(../images/mainHedingBg.png) no-repeat bottom right;
	background-position:bottom left;
	display: block;
	text-align: right;
	padding-right: 40px;
	color: #430901;
	font-weight: normal;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 20px;
	margin-left:-30px;
}
#ContentIn #textIn p {
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 15px;
	
}
#ContentIn #textIn .fristPeragraf {
	text-indent: 60px;
}	
#ContentIn #textIn .ImageV {
	float: right;
	border: solid 9px #680c00;
	border-right: none;
	margin-bottom: 15px;
}
#ImgBg {
   background-image:url(../images/HomeImage1-2.jpg);
}
#errorReport{
  font-size:13px;
  color:#3d0700;
  font-weight:bold;
}
.rbform, #errorReport{
 margin-left:50px;
}
.rbform ul, #errorReport ul{
  list-style:none;
  margin:0px;
  padding:0px;
}
.rbform ul li {
 margin-top:10px;
 margin-bottom:0px;
}
.rbform ul li label{
  clear:both;
  
}
.rbform ul li label span{
 display:block;
 width:200px;
}
.rbform ul li label .txtFld, .rbform ul li label textarea{
  display:block;
 width:300px;
 border:solid 1px #b9aca0;
 height:22px;
background-color:#fff;
}
.rbform ul li label textarea{
 height:80px;
}
.rbform ul li #formEl5{
 margin-top:10px;
 margin-bottom:0px;
}
.rbform ul li label .redBrdr{
background-color:#f3d0bf;
}
