body
{
	margin: 0;
	padding: 0;
	background: #333333;
	text-align: justify;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

body h1, body h2, body h3
{
	margin-top: 0;
	color: #666;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1em;
}

ul
{
	list-style-image: url(images/img07.gif);
}

a
{
	color: #333333;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

a img
{
	border: none;
}

img.left
{
	float: left;
	margin: 0 20px 0 0;
}

/* Header */

#header
{
	background: url(images/clouds.jpg) no-repeat;
	width: 750px;
	height: 120px;
	margin: 0 auto;
}

#logo, #slogan
{
	margin: 0;
	margin-left: 23px;
	color: #FFF;
}

#logo
{
	padding-top: 15px;
	font-size: 2em;
}
#logo a
{
	text-decoration: none;
	color: #FFFFFF;
}
#slogan
{
	font-size: 1.2em;
}

/* Menu */

#menu
{
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}

#menu ul
{
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover
{
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a
{
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page
{
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg
{
	padding: 11px 24px;
}

/* Content */

#left_pnls
{
	float: left;
	width: 180px;
}

#right_pnls
{
	float: right;
	width: 180px;
}

#content
{
	float: left;
	padding: 0 10px 0 10px;
	width: 350px;
}

#content p
{
	text-align: justify;
}

#about
{
	padding: 0 20px;
}
#about ul
{
	list-style: none;
	list-style-image: none;
}

#about ul h1, h2, h3
{
	margin: 10px 0;
}

/* Footer */

#footer
{
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: #333333 url(images/img08.gif) no-repeat;
}

#footer p
{
	margin: 0;
	text-align: center;
	font-size: small;
	color: #666666;
}

#footer a
{
	color: #666666;
}

/*MangoBasket overrides start*/
/*Panel headers start*/
.sidePanel ul {
	list-style-image: none;
}

div.sidePanel div.top,
div#pnlMyAccount div.top {
	display: none;
	/*background: url('images/pnlHeaderTop.jpg') repeat-y;*/
}

div#pnlMyAccount div.header,
div.sidePanel div.header {
	background-image: none;
	background-color: #333;
	width: 180px;
	height: 24px;
	padding-top: 4px;
}
}
/*Panel headers end*/

/*Arrows start*/
div.sidePanel div.header a.down,
div#pnlMyAccount div.header a.down {background-image: url(images/arrow_down.gif);}

div.sidePanel div.header a.right,
div#pnlMyAccount div.header a.right {background-image: url(images/arrow_right.gif);}

.sidePanel .header a.down img,
.sidePanel .header a.right img {display:none;}
/*Arrows end*/

/*MangoBasket overrides end*/
