* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #cabaa4;
	color: #313131;
	font-size: 12px;
	margin: 0;
}

img {
    border:0;
}ul {
	list-style-type: none;
}
a {
	color: #6c9e2f;
	text-decoration: underline;
}
a:hover {
	color: #cbdb2a;
}
a:focus {
    outline: 0;
}
/**************
 * Banner
 */
#banner {
	position: absolute;
  top: 238px;
  left: 0px;
	height: 100px;
	/*width: 450px;*/
	background:grey;
	zoom:1;
}
.source-image {
	height: 100px;
	/*margin-left: -20px;*/
	display:none;
	
	opacity:0.50; /* firefox, opera, safari, chrome */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE 8 */
	filter:alpha(opacity=50); /* IE 4, 5, 6 and 7 */
	zoom:1 /* so the element "hasLayout"
	/* or, to trigger "hasLayout" set a width or height */	
}
/*****************************/
#wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 100%;
	height: 100%;
	background: white;
}
#header {
	text-align: left;
	height: 98px;
	margin-bottom: 105px;
	margin-top: 35px;
}
#header div 
{
    float: left;
}
#header #right 
{
    width: 380px;
    height: 164px;
    text-align: right;
    vertical-align: bottom;
    
	/*background-image: url(images/sticker.gif);*/
	background-repeat:no-repeat;
	background-position:top right;
}
#header h3 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: right;
	/*padding-top: 104px;*/
}
#logo {
	background-image: url(images/headerlogo-bg.gif);
	background-repeat:no-repeat;
	width: 367px;
	height: 164px;
}
.logosmall {
	color: black; 
   	font-size:  17px;
	font-weight: bold;
	float:  left;
	
	width: 13%; 
	text-align: left; 
	padding-top: 2px;
}
.desc {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
#maincontent 
{
    width: 475px;
	text-align: left;
	float:left;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
#maincontent h2 {
	font-size: 24px;
	line-height: 24px;
	color: #6c9e2f;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px ;
}
#maincontent p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#maincontent p.section {
  border-top: solid black 1px;
  clear:left;
}
#maincontent h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	letter-spacing: -1px ;
	font-weight: normal;
	clear:left;

}

#maincontent h3 a {
	color: #313131;
	text-decoration: none;
	font-weight: bold;
	
}
#maincontent a p {
	display: none;
}
#maincontent a:hover p {
	display: none;
	position: absolute; top: 110px; left: 260px;	
	width: 200px;
	height: 200px;
	-moz-border-radius-topleft:  10px; -webkit-border-top-left-radius:   10px;
	-moz-border-radius-bottomright 10px; -webkit-border-bottom-right-radius: 10px;
	border: 3px solid #6c9e2f;
	
	text-align: center;
	color: #6c9e2f;
}
#maincontent a:hover p cite{
	font-size: 8px;
	float: left;
	text-align: right;
}
#banner{
  
}
#side {
	float: right;
	width: 254px;
	height: 300px;
	margin-top:94px;
	background-color: #FFFFFF;
	background-image: url(images/sidebg.png);
	background-repeat: repeat-x;
}
#sidecontent {
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}
#sidecontent h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #313131;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidecontent ul {
	margin-left: 15px;
	font-size: 15px;
}
#sidecontent ul li {
	line-height: 1.4em;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	
}

#sidecontent ul li a {
	text-decoration: none;
}
.active {
	padding-left: 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#facebook 
{
    width: 100%;
    text-align: center;
}
#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;

}
#footer .acreditation  {
	color: #d0e7f6;
}
#footer .slogan {
font-style:italic;font-size:16px;margin-bottom:1.6em;
}
#footer .acreditation a  {
	color: #d0e7f6;
}
p img {
	position: relative;
	float: left;
	margin: 4px; 
}

.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}

.opacity50 {
	display: block;
	opacity:0.50; /* firefox, opera, safari, chrome */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE 8 */
	filter:alpha(opacity=50); /* IE 4, 5, 6 and 7 */
	zoom:1 /* so the element "hasLayout"
	/* or, to trigger "hasLayout" set a width or height */
}
#my_gallery {
	width: 488px;
	margin-right: auto;
	margin-left: auto;
}

.gallery_block
{
display: block;
width: 488px;
height: 392px;
background-repeat: no-repeat;
background-position: 0px 0px;
}
.bowl
{
	background-image: url(images/header/bowl.jpg);	
}
.pictures
{
	background-image: url(images/header/pictures.jpg);	
}
.weights
{
	background-image: url(images/header/weights.jpg);	
}
.balls
{
	background-image: url(images/header/balls.jpg);	
}
/* Sitemap */
.grid2col 
{
    width: 100%;
    zoom: 1;
    margin-bottom: 10em;
}
.column 
{
    float: left;
    width: 48%;
    margin-left: 2%;
}
.column a 
{
    text-decoration: none;
}
.column li 
{
    display: block;
    margin: 1em;
}
