body {
	background-image: url(../backup.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	
}

.style2b {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #454545;
	font-size: 25px;
	
	
}

.style4 {
	font-family: "Times New Roman", Times, serif; 
	color: #454545; 
	font-size: 20px; 
	
}

.style5 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 18px;
}



.style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
}

.style7 {
	font-family: "Times New Roman", Times, serif;
	color: #575757;
	font-size: 14px;
}

.style7a {
	font-family: "Times New Roman", Times, serif;
	color: #343434;
	font-size: 14px;
}

.style7b {
	font-family: "Times New Roman", Times, serif;
	color: #4a4a4a;
	font-size: 15px;
	line-height:0.9em;
}

.style7c {
	font-family: "Times New Roman", Times, serif;
	color: #343434;
	font-size: 14px;
}

.style7d {
	font-family: "Times New Roman", Times, serif;
	color: #4a4a4a;
	font-size: 14px;
	line-height:0.9em;
}

.style8 {
	font-family: "Times New Roman", Times, serif;
	color: #555555;
	font-size: 17px;
}

.style8b {
	font-family: "Times New Roman", Times, serif;
	color: #454545;
	font-size: 17px;
}

.style9 {
	font-family: "Times New Roman", Times, serif;
	color: #595959;
	font-size: 16px;
}

.style9b {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 16px;
}

.style9c {
	font-family: "Times New Roman", Times, serif;
	color: #020267;
	font-size: 14px;
}

.style9d {
	font-family: "Times New Roman", Times, serif;
	color: #595959;
	font-size: 17px;
}

.style10 {
	font-family: "Times New Roman", Times, serif;
	color: #ff6600;
	font-size: 16px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#000000
}
a:active {
	text-decoration: none;
}




#nav {
	margin:5px 0 0 0; 
	padding:0; 
	list-style:none;
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	margin:0 0 0 0;
	float:right; 
	display:block;
	position:relative;
	z-index:50; 

}	
/* this is the parent menu */
#nav li a {
	display:block; 
	text-decoration:none; 
	padding:0 0 0 0;	
}




/* submenu, it's hidden by default */
#nav li ul {
	position:absolute;
	top:29px;
	left: -999em; 
	margin:0; 
	padding:0;  
	list-style:none;
}	

#nav li:hover ul {
	left: -1px;
}

#nav li ul li {
	float:left;
	border-bottom:1px solid transparent;
	margin:0;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

.slideholder {
  width: 818px;
  height: 250px;

}
.slideholder span {
	width: 300px;
	height: 140px;
	display: block;
	position: absolute;
	top: 59px;
	left: 13px;
	background: url(logo.png) no-repeat;
	z-index: 3;
	
	
}


#slideshow {
  width: 818px;
  height: 250px;

}

hr {
border: none;
background: #999999;
color: #999999;
width: 100%;
height: 1px;
}


.theme-default #slider {
    width:409px; /* Make sure your images are the same size */
    height:450px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


