@charset "utf-8";
/* HTML */
body
{
	background: url(../images/bg-gradient.png) top left black repeat-x;
	font-family: verdana;
	font-size: 10pt;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: center;
}

/* HTML Resets, on a NEED TO RESET BASIS */
p {	margin: 0; padding: 0; }
h1
{
	font-size: 14pt;
	border-bottom: 1px solid gray;
	text-align: right;
}
/* Layout */
#pagelayout
{
	margin: 0px auto;
	text-align: left;
	width: 819px;
}

/* Content */
#header
{
	background: url(../images/content-top2.png) top left no-repeat;
	font-size: 8pt;
	height: 67px;
	padding-right: 30px;
	width: 819px;
}
	#header .content
	{
		padding: 42px 15px 0px 0px;
		text-align: right;
	}
	#header .content a
	{
		border-bottom: 1px dashed gray;
		color: gray;
		text-decoration: none;
	}
	#header .content a:hover
	{
		border-bottom: 0px;
		text-decoration: underline;
	}
#content
{
	background: url(../images/bg-content-blue.png) top left repeat-y;
}
	#content #top
	{
		
	}
	#content #middle
	{
		
	}
		#content #middle #wordsnstuff
		{
			background: url(../images/bg-content-grayline.png) top left repeat-y;
			color: white;
			padding: 10px 30px;
		}
		#content #middle #wordsnstuff a
		{
			color: white;
			text-decoration: none;
			border-bottom: 1px dashed gray;
		}
		#content #middle #wordsnstuff a:hover
		{
			text-decoration: underline;
			border-bottom: 0px;
		}
	#content #bottom
	{
		padding-bottom: 10px;
	}
#finalbottom
{
	width: 819px;
}
/* Product Footer */
#products
{
	/*background: url(../images/bg-productreflections.png) bottom left no-repeat;*/
	padding-bottom: 15px;
}
	#products #shelf
	{
		background: url(../images/bg-productshelf.png) bottom left no-repeat;
		height: 140px;
	}
		#products #shelf #boxes
		{
			padding-left: 50px;
		}
			#products #shelf #boxes img
			{
				border: 0px;
				padding-right: 0px;
			}

/* Footer */
#footymcfoot
{
	color: white;
	margin: 0px auto;
	text-align: center;
	width: 818px;
	padding: 35px 5px 5px 5px;
	height: 75px;
	background: url(../images/chihuahua-fade.png) center 5px no-repeat;
}
	#footymcfoot a
	{
		border-bottom: 1px dashed white;
		color: white;
		text-decoration: none;
	}
	#footymcfoot a:hover
	{
		text-decoration: none;
		border-bottom: 1px solid white;
	}

