/* CSS Document */

html, body{
  margin: 0 auto;
  padding: 0 0;
  height: 100%;
}

body{
  background: #66bc29 url(img/bgGradient.png) repeat-x;
}
.ps {
	color: red;
}
.photo {
	text-decoration: none;
	border-width: 0px;
	}
.pagelinks {
	text-align: center;
	width: 500px;
	float: left;
	margin-bottom: 10px;
	color: gray;
}
.pagelinks a {
	text-decoration: none;
	color: gray;
	font-weight: bold;

}
.pagelinks a:hover {
	color: blue;
}

.shopitem {
float: left;
width: 250px;
color: green;	
height: 150px;
overflow: hidden;
text-align: left;
margin-bottom: 10px;
}

.shopitem_wide {
float: left;
width: 500px;
color: green;	
height: 100%;
overflow: hidden;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px gray dotted;
}

.shopitem img {
	width: 100px;
	float: left;
	padding: 0px 10px 0px 5px;
}

.shopitem_wide img {
	width: 100px;
	float: left;
	padding: 0px 10px 0px 5px;
}

.logo{
  margin: 0 auto;
  width: 900px;
  height: 95px;
  background: url(img/bglogo.png) transparent no-repeat right;
}

.menu{
  margin: 0 auto;
  width: 900px;
  height: 69px;
  background:#ffffff; 
}

.menu .LeftCorner{float: left; background: url(img/topleftcorner.png) transparent no-repeat left top; height: 69px; width: 28px;}
.menu .RightCorner{float: right; background: url(img/bgmenu.png) transparent no-repeat right top; height: 69px; width: 872px; }
.menu ul{font-weight: bold; font-size: 14px; color: #ca151f; padding: 30px 0 0 0; list-style:none; text-align: center; margin: 0 0;}
.menu li{float: left; padding: 0 30px; margin: 0 0; }
.menu a{text-decoration: none; color: #ca151f; }


.center{
  margin: 0 auto;
  width: 900px;
  min-height: 484px;
}
.center .content{
  float: left; 
  padding: 0 0 25px 60px; 
  margin: 0 0; 
  background: #ffffff; 
  height: 100%; 
  overflow: hidden;  
  width: 774px;  
  font-size: 13px;
}
.center .leftcenter{
  float: right; 
  background: url(img/bgright_2.png) transparent no-repeat right top; 
  height: 484px; 
  width: 66px;
}
.center img{margin: 0 0; }
.center .contentimg{float: right;  margin: 0 0;}
.center span{float: left; margin: 20px 0; text-align: justify; width: 660px; }
.center .first{margin-top: 0px; }  
  
.footer{
  margin: 0 auto;
  width: 900px;
  height: 15px;
  background: #ffffff;
  clear: both;
  font-size: 0px;
}
.footer .LeftCorner{float: left; background: url(img/bottomleftcorner.png) transparent no-repeat left bottom; height: 15px; width: 28px; }
.footer .RightCorner{float: right; background: url(img/bottomrightcorner.png) transparent no-repeat right bottom; height: 15px; width: 261px; }

.coperight{margin: 0 auto; width: 900px;clear: both; background: transparent; text-align: center; color: 493c11; padding: 15px 0; color: black; font-size: 13px; }

.menu_item{
	width: 140px;
	float: left;
	padding: 8px 0px 0px 10px;
	
	font-size: 13px;
	/*font-size: 13px;*/
}
.glossymenu{
/*margin: 5px 0;*/
padding: 0;
/*width: 150px; width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;

}




.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
/*color: white;*/
text-decoration: none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
text-decoration: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(glossyback2.gif);*/
text-decoration: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
}

.glossymenu div.submenu ul li a{
display: block;
/*font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
font-size: 13px;
color: green;
}

.glossymenu div.submenu ul li a:hover{
color: red;
}