@charset "utf-8"; 

body { font: 12px Verdana, Arial, Helvetica,sans-serif; 
background: url(../images/bg-grad.png) #FFFFFF repeat-x;
margin: 0; 
padding: 0; 
color: #000;
position:relative }

.button { float:left; height: 33px; } /* ~~ Element/tag selectors ~~ */
ul, ol, dl {  padding: 0; margin:0; } 
h1, h2, h3, h4, h5, h6, p { margin-top: 0;	padding-right: 15px; padding-left: 15px; } 
a img {border:none; }


a:link { color: #42413C; text-decoration: underline;  } 
a:visited { color: #6E6C64;
text-decoration: underline; } 

a:hover, a:active, a:focus {  text-decoration: none; }

.container
{ width: 778px; background: url(../images/main.jpg) no-repeat;
background-color: #FFF; margin: 0 auto;}
 
 .header { background-color:#FFF; float:
left; }
/* HOVER BUTTON EFFECT*/

#home
{
  display: block;
  width: 94px;
  height: 33px;
  background: url("../images/home.jpg") no-repeat 0 0;
  overflow: hidden;
}

#home:hover
{ 
  background-position: 0 -33px;
}

#home span
{
  display: none;
}

/*NEW*/

#contact
{
  display: block;
  width: 100px;
  height: 33px;
  background: url("../images/contact.jpg") no-repeat 0 0;
  overflow: hidden;
}

#contact:hover
{ 
  background-position: 0 -33px;
}

#contact span
{
  display: none;
}

/*NEW*/

#search
{
  display: block;
  width: 0px;
  height: 33px;
  background: url("../images/search.jpg") no-repeat 0 0;
  overflow: hidden;
}

#search:hover
{ 
  background-position: 0 -33px;
}

#search span
{
  display: none;
}

/*NEW*/
#about
{
  display: block;
  width: 119px;
  height: 33px;
  background: url("../images/home.jpg") no-repeat 0 0;
  overflow: hidden;
}

#about:hover
{ 
  background-position: 0 -33px;
}

#about span
{
  display: none;
}


#services
{
  display: block;
  width: 90px;
  height: 33px;
  background: url("../images/services.jpg") no-repeat 0 0;
  overflow: hidden;
}

#services:hover
{ 
  background-position: 0 -33px;
}

#services span
{
  display: none;
}

#offers
{
  display: block;
  width: 91px;
  height: 33px;
  background: url("../images/contact.jpg") no-repeat 0 0;
  overflow: hidden;
}

#offers:hover
{ 
  background-position: 0 -33px;
}

#offers span
{
  display: none;
}


#support
{
  display: block;
  width: 89px;
  height: 33px;
  background: url("../images/support.jpg") no-repeat 0 0;
  overflow: hidden;
}

#support:hover
{ 
  background-position: 0 -33px;
}

#support span
{
  display: none;
}

#links
{
  display: block;
  width: 101px;
  height: 33px;
  background: url("../images/links.jpg") no-repeat 0 0;
  overflow: hidden;
}

#links:hover
{ 
  background-position: 0 -33px;
}

#links span
{
  display: none;
}

/* HOVER BUTTON EFFECT END*/

.sidebar1 { 
postion: absolute; 
float: right; 
width: 350px; 
background: none; 
padding-bottom: 50px; 
padding-top: 100px;
color:#FFFFFF; 
} 
.content {
padding-top: 160px; width: 450px; min-height: 250px; }

/ .content ul, .content ol { padding: 0 15px 15px 40px; }

.titlearea {
	float: right;
	height: 42px;
	width: 252px;
	position: relative;
	left: -300px;
	top: 180px;
	background: url("../images/titlearea.png") no-repeat 0 0;
	text-align:center;
	padding-top: 5px;
	overflow:hidden;
}	

ul.nav { list-style: none; /* this removes the list marker */
border-top: 1px solid #666; /* this creates the top for the links
- all others are placed using a bottom border on the LI */
margin-bottom: 15px; /* this creates the space between the navigation on
the content below */ } ul.nav li { border-bottom: 1px solid #666; /*
this creates the button separation */ } ul.nav a, ul.nav a:visited { /*
grouping these selectors makes sure that your links retain their button
look even after being visited */ padding: 5px 5px 5px 15px; display:
block; /* this gives the link block properties causing it to fill the
whole LI containing it. This causes the entire area to react to a mouse
click. */ width: 160px;  /*this width makes the entire button clickable
for IE6. If you don't need to support IE6, it can be removed. Calculate
the proper width by subtracting the padding on this link from the width
of your sidebar container. */ text-decoration: none; background:
#C6D580; } ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this
changes the background and text color for both mouse and keyboard
navigators */ background: #ADB96E; color: #FFF; }

/* ~~ The footer ~~ */ .footer { padding: 0px 0; height:78px;
background: url(../images/footer.png) no-repeat ; position: relative;/*
this gives IE6 hasLayout to properly clear */ height: 78px; margin: 0
auto; width: 788px; }

#footinfo { margin: 10px; float: left; padding-top: 40px; }

.fltrt { float: right; margin-left: 8px; } .fltlft { float: left;
margin-right: 8px; } .clearfloat { clear:both; height:0; font-size: 1px;
line-height: 0px; }


.whitetext {
	color:#FFFFFF !important;
}

.bw {
	text-align:right;
	float:right;
	padding:10px;
}