body,html {
	/*position:relative;*/
	background-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
}

a:link{
	color : #708e75;
	text-decoration: none
}
a:visited {  
	color: #708e75; 
	text-decoration: none
}
a:hover {
	color: #46a054;
	text-decoration: underline;
}

.introtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
}

/* scaling bg for GUY nothing else ---------------------------------- */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	/* top: 0; */
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}



div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
	
}


/* IE ONLY for guy ---------------------------------- */


.ie_guy {
}



/* TEXT STYLES ---------------------------------- */

h1 {
	color: #7c7c7c;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: -5px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: -5px;

}

/* TEXT SUBNAV ---------------------------------- */

.subnav1 {
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #7c7c7c;
	list-style-image: url(../images/core/sq_bullet.gif);
	line-height: 18px;
	z-index: 4;
}
/* 
.subnav1 img {
	margin-left: 2px;
}
---- */

.subnav1 a:link{
	color : #7c7c7c;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 2px;
}
.subnav1 a:visited {  
	color: #a7a7a7; 
	text-decoration: none;
	border: 1px solid #999999;
	padding: 2px;
}
.subnav1 a:hover {
	color: #46a054;
	text-decoration: none;
	border: 1px solid #46a054;
	padding: 2px;
}

/* HEATHS DROPDOWN CSS ---------------------------------- */

a.searchImg {
	position: relative;
}

a.searchImg img {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2000;
}

a.searchImg:hover img {
	display: block;
}

/* should put drop down over flash */
.flashhomepage_scale object,
.flashhomepage_scale embed {
	z-index: 1;
}


/* the div to centre content on the page ---------------------------------- */
.page {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.ponoko_page {
	margin-left: auto;
	margin-right: auto;
	width: 899px;
}

.flash_page {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.flash_subnav {
	height: 27px;
	background-image: url(../images/core/flash_nav_white_bg.jpg);
	background-repeat: repeat-x;
}

.centre_page {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 800px;
}

.design_text_page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 40px;
	width: 640px;
}

.homepage {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border: 1px solid #CCCCCC;
	margin-top: 50px;
	background-image: url(../images/home/home_bg.gif);
	background-repeat: repeat-y;
}

.flashhomepage {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	margin-top: 130px;
	background-color: #f4f4f4;
	height: 356px;
	text-align: center;
}
.flashhomepage_scale {
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	height: 475px;
}


.navhomepage {
	border: 1px solid #CCCCCC;
	height: 40px;
}
.navhomepage_centre {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}
.texthomepage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 100px;
	width: 900px;
}

.textpage {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-left: 70px;
	width: 700px;
	border: 1px solid #CCCCCC;
	margin-top: 50px;
	background-color: #FFFFFF;
}

/* the div top pattern - OLD NAV ---------------------------------- */
.pattern {
	background-image: url(../images/core/bg.gif);
	background-repeat: repeat-x;
	height: 45px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
}


/* the div to match WORDPRESS NAV 2012 ---------------------------------- */
.wordpressnav {
	background-color: #546871;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aab4b8;
}
.back {
	float: right;
	z-index: 4;
    padding-right: 5px;

}





	/* the div top posi the nav ---------------------------------- */
.logo {
	float: left;
}
.nav {
	z-index: 4;
    padding-left: 8px;
	padding-top: 18px;
	margin-left: 160px;
	font-size: 10px;
	color: #E1E2E3;
}
.nav a:link{
	color : #E1E2E3;
	text-decoration: none;
	border: 1px solid #c1c1c1;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}
.nav a:visited {  
	color: #E1E2E3; 
	text-decoration: none;
	border: 1px solid #c1c1c1;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}
.nav a:hover {
	color: #339933;
	text-decoration: none;
	border: 1px solid #339933;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #cccccc;
}
.social {
	float: right;
	z-index: 4;
    padding-right: 5px;
	padding-top: 12px;

}



/* the div for the pullout ---------------------------------- */
.homegal {
	font-size: 11px;
	padding-top: 20px;
	width: 200px;
	color: #666666;
	float: right;
}
	/* the div for the main content of the page ---------------------------------- */
.hold {
	padding-top: 60px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.holdtxt {
	padding-top: 30px;
	padding-left: 200px;
	padding-bottom: 100px;
	width:500px;
}
.gallery {
	padding-top: 90px;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

.homemain {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 400px;
	float: left;
}
.textmain {
	padding-top: 20px;
	padding-left: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 400px;
}


/* the div for the address at bottom of the page ---------------------------------- */
.footer_clear {
	clear: both;
	padding-top: 30px;
}
.footer {
	font-size: 10px;
	line-height: 1.6em;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}


.g2_subnav1 {
	padding-top: 10px;
	float: right;
	padding-right: 50px;
		/*background-image: none;
	_padding-left: 10px;
	_padding-bottom: 10px;
	_background-color: #E5E5E5;
	_width: 100%;
	_border-bottom-width: 1px;
	_border-bottom-style: solid;
	_border-bottom-color: #CCCCCC;*/
}
.g2_subnav1 img {
	margin-left: 2px;
	border: 1px solid #666666;
}
.gallery1_intro {
	background-color: #FFFFFF;
	width: 450px;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	margin-top: 300px;
	margin-bottom: 140px;
}
.gallery3_intro {
	background-color: #000000;
	border: 1px solid #333333;
	margin-left: 70px;
	padding: 20px 40px;
	margin-top: 150px;
	margin-bottom: 450px;
	color: #999999;
	width: 250px;
}
.homeani {
	/*border: 1px solid #CCCCCC;
	width: 170px;*/
}
.homeani img {
	border: 1px solid #CCCCCC;
	width: 170px;
}
.home_gal_txt {
	width: 170px;
}
.smallcaption {
	font-size: 9px;
	color: #999999;
	padding-top: 6px;
}
.websites {
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	_width: 640px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	/*background-position: 0px 10px;*/
	color: #999999;
	margin-top: 15px;
}
.nextbutton {
	display: block;
	width: 390px;
	height: 460px;
	background: url(../images/core/next_button2.gif) bottom;
	text-indent: -99999px;
	float: right;
}
.nextbutton:hover {
	background-position: 0 0;
}

.clear {
clear: both;
}
