/*Top logo bar*/
div#topmenu {
	width: 100%;
	height: 140px;
	border: thin solid #1E2A63;
	border-top: none; 
	border-left: none;
	border-right: none;
	border-bottom: thin solid #1E2A63;
	background-color: #71BEEF;
	background-image: url(images/mangoman3.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left; 
}

/*Left menu bar*/

div#leftmenu {
	width:149px; 
	height: 500px;
	clear: none;
	float: left; 
	border: none;
	background-color: #00779E; 
	background-image: url(images/barra3.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	padding-left: 1%;  
	padding-right: 1%;  
	color: #EE9C00; 
	font: oblique large arial,sans-serif;
} 

a.leftlinks:link {color: #020079; text-decoration:none;}
a.leftlinks:visited {color: #040294; text-decoration: none;}
a.leftlinks:hover {color: #EE9C00; text-decoration: underline;}
a.leftlinks:active {color: #0000FF; text-decoration: none; }

div.minimenuleft {
	text-align: right; 
	font: oblique small normal; 
}

a.subleft:link {color: #010048; text-decoration:none; font: oblique bold small arial,sans-serif; }
a.subleft:visited {color: #27408B; text-decoration: none; font: oblique bold small arial,sans-serif; }
a.subleft:hover {color: #EE9C00; text-decoration: underline; font: oblique bold small arial,sans-serif; }
a.subleft:active {color: #0000FF; text-decoration: none; font: oblique bold small arial,sans-serif; }

/*Main section of text, central in page */
/*  padding = top-right-base-left */

div#bulk {
	padding: 2% 2% 1% 2%; 
	margin: 0% 0% 0% 0%;
	width: 600px; 
	float: left;
	border-top: none; 
	border-left: thin solid #1E2A63;
	border-right: none;
	border-bottom: none;
  	font: normal small Papyrus, arial, sans-serif;
	background-color: #B0E2FF; 
	text-align: justify; 
}

/*DIVS IN BULK*/

div.leftbulk {
		float: left; 
		clear: none; 
		width: 290px
}

div.rightbulk {
		float: right;
		padding-left: 5px;  
}

div.allclear {
		clear: both; 
}

img.main {
	border: thin solid #1E2A63;
}

/* STORE TABLE DEFINERS*/

div.store1 {
		clear: both;
		float: none;
		Margin: auto;
		width: 590px; 
		text-align: left; 
}

div.store2 {
		clear: both;
		float: left;
		width: 590px;
		border: thin solid #1E2A63;
}

div.store3a {
		clear: none; 
		float: left; 
		width: 130px; 
		padding: 2px;
}

div.store3b {
		clear: none; 
		float: left; 
		width: 276px; 
		border-left: thin solid #1E2A63;
		border-right: thin solid #1E2A63;
		padding: 2px;
}

div.store3c {
		clear: none; 
		float: left; 
		width: 160px;
		padding: 2px;
}
/*Font and Text definers, h's p's etc*/

/*HEADINGS*/
h1 {
	color: #EE9C00; 
	font: oblique bold large arial,sans-serif;
}

h2 {
   	 font: oblique bold medium arial, sans-serif; 
	 color:#EE9C00;
	 text-indent: 3%; 
}

h2.bottomlinks {
	color: #EE9C00; 
	font: oblique bold small arial,sans-serif;
	text-align: center;  
	word-spacing: 21px;
}

/*PARAGRAPHS*/
p {
  text-indent: 3%; 
}

div.images {
	border: thin solid #1E2A63;
	text-align: center; 
}

.copyright {
	color: #27408B; 
	font: xx-small arial,sans-serif;
	text-align: right;  
}	

.indent {
  margin-left: 5%; 
  text-indent: 0%; 
}

.backlink {
	text-align: center;
	font: oblique bold medium arial,sans-serif;
	text-decoration: unerline; 
} 
		
/*LISTS*/
ul {
   list-style-image: url(images/pt1smlbulk.gif);
   text-indent: 3%;
}

ul.leftmenu {
   list-style-image: url(images/pt1smlleft.gif);
   text-indent: 3%;
}

/*BODY LINKS*/
a:link {color: #010048;  text-decoration:none; }
a:visited {color: #27408B;  text-decoration: none; }
a:hover {color: #EE9C00;  text-decoration: underline; }
a:active {color: #27408B;  text-decoration: none; }

a.body:link {color: #; text-decoration:underline;}
a.body:visited {color: #27408B; text-decoration: underline;}
a.body:hover {color: #EE9C00; text-decoration: underline;}
a.body:active {color: #0000FF; text-decoration: underline; }

/*Basic body definers*/

div#all {
	width: 800px;
	height: 95%;
	background-color: #00779E; 
	border: thin solid #1E2A63;
	margin: auto; 
}

body {
	 background-color: #007524; 
}
