@charset "utf-8";
/* CSS Document */

/* Style for body */
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family:Calibri, "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #333333;
	font-size:18px;
}

.footer {
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
font-family:Calibri, "Trebuchet MS", Arial, helvetica, sans-serif;
color: #000000;
background-color:#FFFFFF;
font-size:15px;
}

.navigation {
font-size:18px;
}

.heading1 {
font-size:24px;
}


/* Style for main content area */
#siteContents {
	width: 1024px;
	margin:0px auto;
	text-align:left;
	padding:5px;
	}

/* Style for main navigation */
a {text-decoration:none; color:#6666ff}
a:visited {text-decoration:none; color:#666666}
a:hover {text-decoration:underline; color:#990000}

#siteLogo {
	width:1024px;
	height:100px;
	padding-top:10px;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:bottom;
}

/* Style for logo */
#siteNav {
	width: 200px;
	position: absolute;
	text-align: left;
	font-size:18px;
	line-height: 36px;
	/*	float: left; */
	background-color: #FFFFFF;
	overflow: visible;

}

h1 {
font-family:Calibri, "Trebuchet MS", Arial, helvetica, sans-serif;
color: #000000;
background-color:#FFFFFF;
font-size:24px;
line-height:28px;
font-weight: bold;
}

#homeSell {
font-family:Calibri, "Trebuchet MS", Arial, helvetica, sans-serif;
color: #000000;
background-color:#FFFFFF;
font-size:18px;
line-height:22px;
width:175px;
}

/* div.siteNav */

a:link {color: #666666;}
a:hover {color: #ff0000;}
a:active {color: #666666;}
a:visted {color: #666666;}

/* Style for right column */
#siteRight {
	width: 88px;
	position: absolute;
	text-align: left;
	float: right;
	background-color:#FFFFFF;
	margin-left: 935px;
}

/* Style for home body */
#homeBody {
	width: 680px;
	text-align: left;
	background-color:#FFFFFF;
	margin-left:178px;
	position:absolute;
	float: inherit;
}

#homeBodyNoNav {
	width: 847px;
	text-align: left;
	background-color:#ffffff;
	margin-left:178px;
	position:absolute;
	float: inherit;
}

#homeQuote {
	width: 680px;
	position: absolute;
	text-align: center;
	background-color:#ffffff;
	margin-left:0px;
	margin-top:580px;
	float:inherit;
}

/* Style for content pages body */
#siteBody {
	width: 476px;
	position: absolute;
	background-color:#ffffff;
	margin-left: 162px;
	margin-top: 110px;
	text-align:left;
	font-size:18px;
}

/* Style for image popup on the catalogue pages */
#imagePopup {
	width: 801px;
	height:760px;
	margin-top:0px;
	position: absolute;
	background-color:#ffffff;
	text-align:left;
	font-size:18px;
	z-index:1;
	float:left;
	visibility: hidden;
}

.pictureCaption {
text-align:left;
font-size:12px;
}

/* Image shadows with border */
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -12px 6px 6px -12px;
  padding: 12px;
  } 
