/*******************************
Bronze Gallery CSS Document 
author: Pam Williamson;
version: one;
date: February 2008; 
***************************/ 
/* top elements */

* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #272727;
	text-align: center;	
}

/*header across top*/
#hdr{
 	height:112px;
 	margin:0;
	background-color:#ee120c;
	background-image: url(images/tulipsb1.jpg);
 }
 /*left side of header*/
 #lhdr-col{
	position: absolute;
	left: 0px;
	width:450px;
	margin:0;
	height:112px;
	padding: 0px;
 }
  /*right side of header*/
#rhdr-col{
 margin: 0 0 0 551px;
 position :relative;
 }

/*wrapper for middle of pages*/
#main{
   clear: both;
   margin: 0 auto;
	width: 900px;		
}

/*left side box*/
#left {
	float: left;	
	width: 180px;
	padding: 0 30px 0 0;
	text-align: left;
	
}
#lefttop{
	width:180px;
	height: 22px;
	background: #d0d4b0 url(images/left-top.gif) no-repeat top;
	}
#leftcentre{
	width:180px;
	background: #d0d4b0 url(images/left_cont.gif) repeat-y;
}
#leftbottom{
	width:180px;
	height:22px;
	background:#d0d4b0 url(images/left-bottom.gif) no-repeat bottom;
	}
#leftbottommargin{
	width:180px;
	margin-bottom:15px #272727;}

	
/*right hand box*/
#right {
	float: right;
	width: 690px;
}

#rightTop {
	width: 690px;
	height: 22px;
	background: url(images/cont_top1.jpg) no-repeat top;
}
#rightTitle {
	padding: 0 15px;
	background: #d0d4b0 url(images/cont.gif) repeat-y;
}



#rightCont {
	padding: 0 15px;
	background: #d0d4b0 url(images/cont.gif) repeat-y;
	text-align: justify;
}

ul.BulletIndent {
  padding-left: 15px
}
	
.rightmarket {
padding: 0 30px;
text-align: justify;
}

#rightBottom {
	width: 690px;
	height: 22px;
	background: url(images/cont_bottom1.jpg) no-repeat bottom;
}

/* links within the main text */
a {
	color: #005db9;
	text-decoration: underline;
}
a:hover {
	color: #005db9;
	text-decoration: underline;
}
/*links to top of page*/
.moreLinks{
	font-size: 7pt;
}
.moreLinks a:link{color:#005db9;
	text-decoration: underline;
}

/* headings within the text */
h1,h2, h3 {
	font-family:   Arial, Helvetica,  Sans-serif;
	color: #000000;	
}
h1 { font-size: 16px;} 
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }

p {
	padding: 5px 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.highlight{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:20px;
	color: #990000;
	padding-top: 5px;
	padding-right: 2;
	padding-bottom: 5px;
	padding-left: 2;
}
.lefthead {
	padding: 0 10px 0 10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #000000;
}
.leftcont {
	padding: 0 10px 0 10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #000000;
}

/*list for supermarket*/

.purchase {
	padding: 10px;
	list-style-position:inside;
	list-style-type:disc;
}
/*images placement and borders*/
.imglogos{
padding: 1px;
display:inline;
border: 1px solid #cccccc;
margin:10px 0 5px 60px;
}

.imgright{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 5px 5px 20px;
float:right;
}
.imgleft{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 10px 5px 0;
float:left;
}
.imgcenter{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #444;
margin: 20px 0 10px 80px;
}


/*top navigation*/
#nav {
	margin: 30px auto;
	width: 900px;
	height: 42px;	
}

#navLeft {
	float: left;
	width: 23px;
	height: 42px;
	background: url(images/menu_left.gif) no-repeat left;
}

#navCent {
	float: left;
	width: 854px;
	background: url(images/menu.gif) repeat-x top;
}

#navRight {
	float: right;
	width: 23px;
	height: 42px;
	background: url(images/menu_right.gif) no-repeat right;
}

#navCent ul {
	list-style: none;	
}

#navCent ul li{    
    float: left;	 
}

#navCent ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	font: 14px/42px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #780800;
}

#navCent ul li a:hover{
	text-decoration: none;
	color: #2e2f27;
	background: url(images/menu_over.gif);
	border-right: 1px solid #780800;
}  

#navCent ul li a.leftlink {
	border-left: 1px solid #780800;
}

#navCent ul li a.leftlink:hover {
	border-left: 1px solid #780800;
}

/*copyright footer outside main boxes*/
#footer{
    clear: both;
	margin: 0 auto;
	width: 900px;
	height:25px;	
	color: #aca899;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* links within footer */
#footer a:link {color: #aca899;text-decoration: underline;}
#footer a:hover {color: #aca899;text-decoration: underline;}

#main #right #rightTitle .style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #FF0000;
}
#main #right #rightTitle .style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #005db9;
}
