@charset "utf-8";
/* CSS Document */
/* Jason Colvard was here - you can find me on odd street. contact oddstreet(@)gmail.com for a quote*/

body  {
	overflow:hidden; /* to prvent page scrolling */
	background-color: #02121F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
	text-shadow:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

div#pugzeepic
{
	margin-top:-305px;
	position: fixed;
	visibility: inherit;
}
div#pugzeepic2
{
	margin-top:-300px;
	margin-left:-100px;
	z-index:2;
}

.pugzee3C #container { 
	width: 1368px; 
	height:1024px;
	overflow:hidden;
	background-image: url(OldPugzeeSite/IMAGES/page_resources/pugzee_back.jpg);
background-attachment: scroll;
background-position: center top;
background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.pugzee3C #header { 
} 
.pugzee3C #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pugzee3C #sidebar1 {
	margin-top:.25em;
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.pugzee3C #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width:380px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:678px; /* have to set a height to show the "fireplug" */
	margin-top:-190px; /* have to move it up to display in the correct place */
	background-image:url(images/page_resources/INU-PZsitePUMP2.png);
	background-repeat:no-repeat; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.pugzee3C #mainContent {
	margin-top:-10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	
}
.pugzee3C #mainContent2 {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	
}
	#merchandisetext {
	width: 725px;
	height: 400px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	margin-top: -50px;
		
	
} 
.pugzee3C #footer {
	padding: 0 0 0 5px;
	margin-top:-20px;
} 
.pugzee3C #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 7pt;
	line-height:10pt;
	color: #485C6F;
}

.pugzee3C #footer p a,
.pugzee3C #footer p a:visited
{
	color: #485C6F;
}

.pugzee3C #footer p a:hover
{
	color: #000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img
{
	border:1;
	padding-right: 0px;
	padding-left: 0px;
	border-color: #000000;
}

a img
{
	border:0;
}

a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: transparent; 
   color: #999; 
   border:0;
}

a:visited {
   text-decoration: none;
   background-color: transparent;
      border:0;
  color: #ccc;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: transparent;
   color: #fff;
      border:0;
}

.tshirt
{
margin-top:72px;	
}
#linktable
{	
	margin-top:-420px;
	margin-left:400px;
	z-index:1;
	font-size:10pt;

}
#linktable A, #linktable A:active, #linktable A:visited
{
	text-decoration:none;
	color#000;
}
