* {
	padding: 0;
	margin: 0;
	}

html {
	background: url(../images/backgrounds/5pi.header.gif) top left repeat-x;
	}
	
body {
	background: url(../images/logos/5pi.logo.gif) top right no-repeat;
	font: 11px/17px Verdana;
	min-width: 800px;
	min-height: 250px;
	height: 100%;
	padding: 0 185px 0 0;
	}
	
	*html body {
		min-width: 775px;
		display: none;
		margin: 0;
		}

h3 {
	font-weight: normal;
	font-size: 218%;
	margin: 10px 0;
	padding: 0 0 1px 0;
	}

	*html h3 {
		padding: 0 0 6px 0;
		}

h4 {
	font-weight: bold;
	font-size: 100%;
	}

p {
	margin: 0 0 .7em 0;
	}

	.leftbar {
		border-left: 3px solid #999999;
		padding: 0 0 0 3px;
		}

a, a:visited {
	text-decoration: none;
	color: #333333;
	}
	
	a:hover, a:active, a:focus {
		text-decoration: underline;
		color: #333333;
		outline: none;
		}
				
img {
	border: none;
	}
	
ul {
	list-style-type: none;
	}
	
.imglink {
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1.0;
	}
			
	.imglink:hover  {
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		-moz-opacity: .7;
		opacity: 0.7;
		}
		
#header {
	position: relative;
	margin: 0 0 0 30px;
	}	
		
#content {
	position: relative;
	clear: both;
	width: 800px;
	}

	#contentbox {
		clear: both;
		width: auto !important;
		margin: 0 0 30px 0;
		padding: 0 30px 5px 30px;
		}
		
		*html #contentbox {
			width: 800px;
			margin: 5px;
			padding: 0 25px;
			height: 100%;
			}

		.nav, .sitelinks {
			float: left;
		    list-style: none;
			margin: 37px 0 0 0;
			}
			
			*html .nav, .sitelinks {
				margin: 35px 0 0 0;
				}
			
			.nav li, .sitelinks li {
				float: left;
				}
				
			.nav a, .sitelinks a, .nav a:visited, .sitelinks a:visited {
				font: 10px/14px Verdana;
				display: block;
				height: 16px;
				}

	#nav_home {
		background: url(../images/buttons/home.gif) top left no-repeat;
		margin-right: 10px; 
		width: 36px;
		}

		#nav_home:hover, #nav_home:focus, #nav_home:active {
			background: url(../images/buttons/home.on.gif) top left no-repeat;
			margin-right: 10px;
			width: 36px;
			}

	#nav_about {
		background: url(../images/buttons/about.us.gif) top left no-repeat;
		margin-right: 10px;
		width: 54px;
		}

		#nav_about:hover, #nav_about:focus, #nav_about:active {
			background: url(../images/buttons/about.us.on.gif) top left no-repeat;
			margin-right: 10px;
			width: 54px;
			}

	#nav_contact {
		background: url(../images/buttons/contact.gif) top left no-repeat;
		margin-right: 10px;
		width: 46px;
		}

		#nav_contact:hover, #nav_contact:focus, #nav_contact:active {
			background: url(../images/buttons/contact.on.gif) top left no-repeat;
			margin-right: 10px;
			width: 46px;
			}

	#nav_photos {
		background: url(../images/buttons/photos.gif) top left no-repeat;
		margin-right: 10px;
		width: 40px;
		}

		#nav_photos:hover, #nav_photos:focus, #nav_photos:active {
			background: url(../images/buttons/photos.on.gif) top left no-repeat;
			margin-right: 10px;
			width: 40px;
			}

	#nav_blog {
		background: url(../images/buttons/blog.gif) top left no-repeat;
		margin-right: 10px;
		width: 26px;
		}

		#nav_blog:hover, #nav_blog:focus, #nav_blog:active {
			background: url(../images/buttons/blog.on.gif) top left no-repeat;
			margin-right: 10px;
			width: 26px;
			}

	#nav_chat {
		background: url(../images/buttons/chat.gif) top left no-repeat;
		width: 30px;
		}

		#nav_chat:hover, #nav_chat:focus, #nav_chat:active {
			background: url(../images/buttons/chat.on.gif) top left no-repeat;
			width: 30px;
			}

    .tabs-hide {
        display: none;
	    }

#home, #about, #contact, #store {
	clear: left;
	padding: 15px 0 0 0;
	}
			
	*html #home, #about, #contact, #store {
		padding: 25px 0 0 0;
		}

		.photo {
			float: left;
			margin: 0 10px .7em 0;
			}
				
			.photoright {
				float: right;
				margin: 0 0 .7em 10px;
				}

		.top {
			clear: both;
			text-align: center;
			}

			.privacy {
				text-align: right;
				font: 9px/12px Verdana;
				}

			
/*  Thickbox */
#TB_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

	* html #TB_overlay {
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
		}

#TB_img {
	clear: both;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	}
		
#TB_window {
	z-index: 200;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #FFFFFF;
	display: none;
	margin: 0;
	padding: 0;
	border: 2px solid #2C3937;
	}

	*html #TB_window, *html #TB_load {
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		padding: 0 0 5px 0;
		}

	#TB_window img {
		text-align: center;
		margin: 3px 5px 2px 5px;
		border: 1px solid #525252;
		padding: 5px;
		}
		
	#TB_window a:hover, #TB_window a:active, #TB_window a:focus {
			text-decoration: none;
			outline: none;
			background-color: transparent;
			}

#TB_caption {
	height: auto;
	width: 90%;
	margin: 2px 0 0 4px;
	padding: 0;
	float: left;
	}

	*html #TB_caption {
		margin: 3px 0 0 3px;
		}

#TB_secondLine {
	height: auto;
	text-align: center;
	margin: 0 0 3px 0;
	padding: 0;
	}

		#TB_secondLine a:hover, #TB_secondLine a:active, #TB_secondLine a:focus {
			text-decoration: underline;
			outline: none;
			color: #333333;
			}

#TB_closeWindow img {
	border: none;
	margin: 0;
	text-align: right;
	float: right;
	}

	*html #TB_closeWindow {
		margin: 0 0 0 0;
		}

#TB_load{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 101;
	}


#TB_HideSelect{
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	}
	
#TB_iframeContent {
	clear: both;
	float: left;
	margin: 5px;
	padding: 3px 5px 5px 5px;
	border: 1px solid #525252;
	}
	
	*html #TB_iframeContent {
/*		padding: 1px 0 10px 0; */
		}
		
/* Form mods */
input.inp, textarea.inp, select.inp {
	background-color: #FFFFFF;
	border: 1px solid #525252;
	font: 11px/17px Verdana;
	outline: none;
	}

	input.inp:hover, textarea.inp:hover, select.inp:hover {
		background-color: #DDDDDD;
		cursor: pointer;
		}

	input.inp:focus, input.inp:active, textarea.inp:focus, textarea.inp:active, select.inp:focus, select.inp:active {
		background-color: #FFFFFF;
		cursor: text;
		}
		
option {
	margin: 0 5px;
	}
	
	.option {
		margin: 5px 0;
		}
	
label {
	cursor: pointer;
	}
	
#map {
	float: right;
	width: 243px;
	height: 200px;
	margin: 0 0 .7em 10px;
	}
	
.maptext {
	width: 480px;
	}
	
.links {
	clear: both;
	}