body
{
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	color: #000;
	

}

A:link
{
	color: #000;
	text-decoration: underline;
}

A:visited
{
	color: #000;
	text-decoration: underline;
}

li
{
	list-style-type: square;
}

img
{
	border: 0px;
}

#container
{
	margin: 50px auto 0px;
	width: 829px;

	
	
}

#header
{
	padding: 5px 0px 0px 20px;
	height: 126px;
	background-image: url('images/headerbg.png');
	
}

#navigation
{
	padding: 2px 10px 0px 0px;	
	text-align: center;
	height: 47px;
	background-image: url('images/navigationbg.png');
		
}


#navigation ul li
{
	list-style-type: none;
	display: inline;
	color: #fff;

}

#navigation li a
{
	font-weight: bold;	
	padding: 20px 20px;
	color: #fff;
	text-decoration: none;
	
}

#navigation li a:hover 
{
	text-decoration: underline;
}



#content
{
	padding: 5px 25px 5px 20px;
	background-image: url('images/mainbg.png');
	background-repeat: repeat;

	
}




#content ul
{
	padding: 20px;
	
}


#content h2
{
	
	color: #3399ff;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content h3
{
	color: #3399ff;
	font-size: 130%;
	margin: 0 0 .5em;
	text-decoration: underline;
}
#bottom
{
	background-image: url('images/bottombg.png');
	height: 22px;
	margin: 0px auto 50px;
}

.title
{
	font-size: 140%;
	font-weight: bold;
}

.footer
{
	text-align: center;
	font-size: 80%;
}

.note
{
	font-size: 80%;
}

#indent ul
{
	padding-left: 25px; 
}

#customers
{
	width:100%;
	border-collapse:collapse;
}

#customers th, #customers td
{
	font-size:1.4em;
	border:1px solid #fff;
	padding:5px 7px 5px 7px;
	color: #fff;
	text-align:center;
	
}
#customers th
{
	font-size:1.3em;
	
}

#customers td
{
	font-size:1em;
	
}

#maintable th, #maintable td
{
	border: 1px solid #000;
	padding: 5px 7px 5px 7px;
	vertical-align: top;

}

#maintable th
{
	font-size: 1.3em;
	text-align: center;
	background-color: #666;
	color: #fff;
}


.hide
{
	display: none;
}

.bullettittle
{

	font-weight: bold;
}

.titlewithline
{

	font-size: 140%;
}

hr
{
	color: #000F00;
	width: 30%;

}

.abouttheexperts
{
	font-size: 160%;
}

.small

{
	font-size: 80%;
}

#popUpDiv, #popup_inside {
	border: 10px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	background-color:#fff;
	min-width:400px;
	max-width:800px;
	z-index: 9002;
	position:absolute;
	margin-left: -200px;
	margin-top: -100px;
	left:50%;
	top:50%;
	display:none;
	
}
#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:fixed;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	
}

