/*****************************************************************************************
/ RecycleToLive.com
/ Site Background Color: #29303C
/ Border Color: #EDEFF0
/ Menu Text Color: #FEFFFE
/ Font Color: #FEFEFE
/
/ Notes: Standard font info: http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
/														 http://www.kayskreations.net/fonts/fonttb.html
/*****************************************************************************************/
* {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	border-color: #EDEFF0;
	border-style: solid;

	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #FEFEFE;
	zvertical-align: top;
	text-decoration: none;

	-moz-box-sizing: border-box;		/* Following 2 items force IE type padding, calculated WITHIN declared width */
	box-sizing: border-box;
}

#version {
	color: #000003;
	background: white;
	border: 1px dotted black;
	width: 80px;
	height: 20px;
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 10px;
	padding: 2px;
}

body {
	background: #29303C;
	text-align: center;			/* IE centers all elements */
}

/***********************************************
   Common Redefined ****************************
/***********************************************/

u { text-decoration: underline; }

img, object {
	-moz-box-sizing: content-box;		/* More intuitive for these types to follow content box method */
	box-sizing: content-box;
}

/********************************************
   Site Defaults ****************************
/********************************************/
div#separator {
	clear: both;
}

p {
	position: relative;
	margin-top: 20px;
	text-align: justify;
}

p#first {
	margin-top: 0px;
}

h1 { color:#ffffff; font-family:Impact; font-weight:normal; font-size:24px; line-height:35px; }

h2 { font-weight:normal; font-size:28px; margin-left:-100px; margin-bottom:10px; }

ul { list-style-type:square; list-style-position:outside; margin-left:18px; vertical-align:bottom; }

li { margin-bottom:10px; }

/********************************************
 ********************************************
/********************************************/


/* Controls width of entire site */
div#canvas {
	width: 750px;
	margin: 0px auto;
}

div#pane-header {
	height: 134px;
	text-align: left;
	padding: 1px 5px;
	background: url("/images/BG-Header.jpg") top left no-repeat;
}

div#pane-middle {
	background: url("/images/BG-Middle.jpg") top left repeat-y;
}

div#pane-footer, div#pane-footer a {
	font-size: 12px;
	text-align: right;
}

div#pane-footer {
	height: 64px;
	padding-top: 13px;
	padding-right: 20px;
	background: url("/images/BG-Footer.jpg") top left no-repeat;
}

div#h1 {
	width: 750px;			/* Same width as BG-H1-Header.gif, BG-H1-Middle.gif... */
}

div#h1-top {
	background: url('/images/BG-H1-Header.gif') no-repeat 0px 0px;
	text-align: left;
	height: 38px;
	padding-top: 1px;
	padding-left: 40px;
}

div#h1-middle {
	background: url('/images/BG-H1-Middle.gif') repeat-y top center;
	text-align: left;
	padding: 10px 38px 15px 200px;
}

div#h1-footer {
	background: url('/images/BG-H1-Footer.gif') no-repeat top center;
	height: 28px;
}

/*****************************************************************************************/
/* e.g. Standard Anchor Link		                                                         */
/*****************************************************************************************/
a:link,
a:visited,
a:active { text-decoration: underline; }

div#pane-footer a:link,
div#pane-footer a:visited,
div#pane-footer a:active { color: #7A8992; }

div#pane-footer a:hover,
a:hover	{	color: #4D5240; }

a.rollover:hover img {
	opacity: .85;
	filter: alpha(opacity=85);
	zheight: 100%;
}

/* Contact Us page */
a.button,
a.button:visited,
a.button:active {
	background: #131D1E;
	color: #FFFFFF;
	padding: 3px 18px;
	text-align: center;
	border-width: 1px;
	text-decoration: none;
	height: 18px;						/* Fixed height prevents missing top border on IE */
}

a.button:hover {
	background: #A0B5B8;
	border-color: #0D0D0D;
	color: #080808;
	text-decoration: none;
}


/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/

/*****************************************************************************************
/ Horizontal Menu Bar
/ Ref: http://css.maxdesign.com.au/listamatic2/horizontal04.htm
/ - Synch: navcontainer.height - 2 = ul#navlist li ul.top
/*****************************************************************************************/

#navcontainer {
	background: url("/images/BG-Menu.jpg") top center no-repeat;	/* Menu background color or picture */
	height: 52px;
	text-align: left;
	padding-top: 6px;
	padding-left: 8px;
}

#navcontainer a {
	font-family: Helvetica, verdana;
	text-decoration: none;
	color: #FEFEFE;
	font-size: 20px;
	height: 20px;					/* Shorter than 33 to disregard drop shadow height */
	padding-right: 15px;	/* Right padding suitable for right aligned menu */
}

/* Hover Highlight */
#navcontainer a:hover {
	color: gold;
	zz-background: url("/images/BG-Button-over.jpg") top center no-repeat;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/



/* Body paragraph */
input,
select,
textarea {
	font-size: 13px;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	padding: 0px 0px 1px 2px;
	background: #F9F9FB;
	color: #080808;
}
/* Body paragraph ends */

/* Spacing between form fields */
form td { padding: 8px 10px;  vertical-align: top; }



/*****************************************************************************************
/ Product and Shopping Cart tables
/*****************************************************************************************/
table#product {
	width:590px;
	table-layout: fixed;
}

table#product th {
	padding: 2px 4px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	background: #6E806C;
	border-bottom-width:1px;
}

table#form { width:80%; table-layout:fixed; }