body {
	background: #ffffff url('/img/body-background.png');
	background-repeat:repeat-x;
	background-position:top;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:100%;
}
h2 {font-size:1.5em; font-weight:bold; padding:0; margin:0;}
h3 {font-size:1.5em; font-weight:bold; padding:0; margin:0;}
a {
	color:#cc3300;
}
a:hover {
	color:#ff6666;
}
a:visited {
	color:#cc3300;
}


/* Wrapper
-------------------------------------------------------------- */
#wrapper {
}
/* Container
-------------------------------------------------------------- */
#container {
}
/* Header
-------------------------------------------------------------- */
#header {
}
#header #who h1 a .hide {
	visibility:hidden
}
#header h1 {
	background: url('/img/head-logo.png');
	background-repeat:no-repeat;
	display:block;
	height:204px;
	width:322px;
margin-top:40px;
}
#header h1 span {
	visibility:hidden;
	display: block;
}
#header #who {
align:center; margin:0 auto; 
	width:322px;
}
/* Footer
-------------------------------------------------------------- */
#footer {
margin-top:100px;
padding-top:20px;
border-top:1px solid #e3e3e3;
}



#footer #copyright {
width:300px;
margin:0 auto;
}
/* Content
-------------------------------------------------------------- */
#content {
	width:inherit;
}

#content ul.list {
margin:0 0 20px 0;
paddin:0;
}
#content ul.list li {
display:inline;
}
#content ul.list li:after {
	content: ', ';
}
#content ul.list li.last:after {
	content:'.';
}
#content #contactus {
padding:10px 60px 20px 60px;
}

#content #contactus h4 {
float:left;
width:180px;
height:60px;
	background: url('/img/footer-contact-us.png');
background-repeat:no-repeat;
}
#content #contactus h4 span {
	visibility:hidden;
	display: block;
font-size:1px;
}


/*AJAX LOADER
-------------------*/
#loading {
margin:0 auto;
height:32px; 
width:32px; 
z-index: 5000;
background: #fff url('/img/ajax-loader.gif') top left no-repeat;
font-size: 150%;
color: #333;
font-family:helvetica, arial, verdana, sans-serif;
}