/* CSS Document */
body{
	margin: 0;
	padding:0;
	background: #808080;
	color: #333333;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
    border:none;
}

#header{
	background-color:#ffffff;
	height:127px;
}

#lh-col{
	width: 300px;
	/*border: 2px solid #000000;
	background: #c0c0c0;*/
	color: #333333;
	margin: 0px;
	/*height: 330px;*/
	text-align: center;
	float: left;
	margin-left: 20px;
}

.lh_col{
	border:#000000 2px solid;
	background-color:#c0c0c0
}

#rh-col{
	border: 2px solid #000000;
	background: #ffffff;
	color: #333333;
	padding: 20px;
	position :relative;
	min-height:560px;
	margin-left: 340px;
	margin-right: 20px;
}

#contact{
	position:absolute;
	top:497px;
	width:250px;
	left:20px;
	border: 2px solid #000000;
	background: #c0c0c0;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 130px;
	text-align: center;
}
 
#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 357px;
}

#pic{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210px;
}

/*TOP LEVEL NAVIGATION*/
#globalNav{
	position: absolute;
	top: 100px;
	width: 100%;
	min-width: 640px;
	height: 23px;
	background:#c0c0c0;
	color: #000000;
	padding: 0px;
	margin: 0px;
	border:solid #000000;
	border-width:2px 0px;
}
	 
/*#hdr{
	height:28px;
}*/
#globalLink{
	position: absolute;
	top: 2px;
	height: 20px;
	min-width: 450px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

#cart{
	position: absolute;
	top: 5px;
	height: 10px;
	min-width: 330px;
	padding: 0px;
	margin: 0px;
	right: 10px;
	z-index: 100;
	font-size: x-small;
	color:#000000;
	text-align: right;
}

#globalNav img{
	margin-bottom: -4px; 
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #005FA9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration:none;
}

a.glink:hover{
  	background-image: url("../images/glblnav_selected.gif");
	text-decoration:underline;
}

.menus{
	font-size:x-small;
	color: #666;
	border:solid 1px #666;
	font-family:inherit;
}

/*HYPERLINKS*/
a:link, a:visited {
  	color: #005FA9;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

/*PHOTO THUMBAILS*/
.thumbnail {
	border:thin #000000 solid;
}
	
.caption {
	font-size: x-small;
	line-height: 1.5;
}

.pretty{
	border:solid 1px #666; 
	text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}#wrapper {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
