/*

SAW'S SAUCE

GOLD = #FFC425
RED = C41230
WARM RED = F26631
BROWN = 541900

*/



/*
-------------------------------------------------------- 
 ELEMENTS
--------------------------------------------------------
*/

body
{
	text-align: center;
	margin: 0;
	height: 100%;
	padding: 0;
	font-family: Arial, serifSansSerifMonospace;
	font-size: 12pt;
	background-image: url(../images/background_01.jpg);
	background-color: #FFF;
}

h1
{
	margin: 0;
	font-size: 16pt;
	font-family: Palatino, serif;
	text-transform: uppercase;
}

h2
{
	margin: 0;
	font-size: 14pt;
	font-family: Palatino, serif;
	text-transform: uppercase;
}

h3
{
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

h4
{
	margin: 0;
	font-size: 16pt;
	font-weight: bold;
}

h5
{
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}

h6
{
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
}

img
{
	border-width: 0;
}

a
{
	text-decoration: none;
	color: #FFC425;
	border-width: 0;
	font-weight: bold;
}

a:visited { color: #000; }


/*
-------------------------------------------------------- 
 MAIN CONTAINER BOXES
--------------------------------------------------------
*/


#columnContainer /* MAIN BOX */
{
	display: block;
	margin: auto;
	text-align: center;
	position: absolute;
	width: 938px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0 0 100px 0;
	font-size: 12px;
	background-image: url(../images/background_02.jpg);
	height: 100%;
	background-repeat: repeat;
	background-color: #C96;
	left: 50px;
	border-right: #000;
	border-left: #000;
	border-width: 0 2px 0 2px;
	border-style: none solid none solid;
/*	min-height: 800px; */
}

#column1of1 /* 1 COLUMN | 1 OF 1 */
{
	width: 938px;
	float: left;
	margin: 0;
	position: relative;
	padding: 0 0 11px 0;
	clear: both;
	text-align: center;
	top: 24px;
	background-color: #000;
	height: 520px;
}

#column1of2 /* 2 COLUMNS | 1 OF 2 */
{
	width: 693px;
	float: left;
	margin: 0;
	position: relative;
	padding: 0 0 22px 0;
	clear: both;
	text-align: left;
	top: 22px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-right: #000;
	border-width: 0 1pt 0 0;
	border-style: none solid none solid;
}

#column2of2 /* 2 COLUMNS | 2 of 2 */
{
	width: 243px;
	float: right;
	margin: 0 0 25px 0;
	position: relative;
	top: 15px;
	text-align: center;
	padding: 25px 0 0 0;
}

#column2of2 a
{
	color: #000;
	text-decoration: underline;
}


#column2of2_text
{
	text-align: left;
	padding: 15px;
	font-size: 10pt;
	line-height: 16pt;
}

#copyright
{
	width: 265px;
	background-color: #666;
	float: left;
	top: 28px;
	position: relative;
	text-align: center;
	font-size: 8pt;
	height: 20px;
	padding: 5px 0 0 0;
	color: #FFF;
}

/* HEADER & FOOTER */

#footer /* FOOTER BOX */
{
	font-size: 10px;
	position: relative;
	float: left;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: double;
	padding: 10px 25px 0 25px;
	top: 0px;
	width: 888px;
	color: #FFF;
	background-color: #000;
	height: 25px;
	text-align: left;
	margin: 0;
}

#footerLeft /* FOOTER BOX */
{
	float: right;
	position: relative;
	padding: 0;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	color: #CCC;
}

#footer a:visited
{
	color: #CCC;
}


#header /* HEADER BOX */
{
	height: 139px;
	clear: both;
	width: 938px;
	position: relative;
	top: 25px;
}

#headerLeft /* LEFT HEADER BOX */
{
	float: left;
}

#headerRight /* RIGHT HEADER BOX */
{
	float: right;
}


/* MISC BOXES */

.textContainer /* TEXT CONTAINER FOR PLACEMENT OF OBJECTS INSIDE A COMUMN */
{
	padding: 15px;
}

#menu
{
	position: relative;
	left: 265px;
}

#main
{
	padding: 25px 25px 25px 50px;
	font-size: 12pt;
	line-height: 16pt;
}

#main > img { padding: 20px; }

#main_01
{
	text-align: left;
	width: 693px;
	height: 355px;
	position: relative;
	float: left;
	background-image: url(../images/home_throw_away.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

#main_01_text
{
	position: relative;
	top: 145px;
	width: 400px;
	left: 190px;
	font-size: 12pt;
	line-height: 16pt;
}

#main_02
{
	text-align: left;
	width: 693px;
	height: 229px;
	position: relative;
	float: left;
	background-image: url(../images/home_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

#main_02_text
{
	width: 220px;
	position: relative;
	top: 80px;
	left: 50px;
	font-size: 10pt;
	height: 80px;
}

#main_02_text a
{
	color: #FFF;
	text-decoration: none;
}

#main_02_text a:hover
{
	color: #CCC;
	background-color: #000;
}

#main_02_text a:visited
{
	color: #CCC;
}

#main_02_text2
{
	position: relative;
	top: 35px;
	left: 365px;
}

#main_02_text2 a
{
	color: #FFC425;
	text-decoration: none;
	font-size: 16pt;
}

#main_02_text2 a:hover
{
	color: #FFC425;
	text-decoration: none;
	font-size: 16pt;
	background-color: #000;
}

.storelist
{
	position: relative;
	float: left;
	width: 290px;
	font-size: 10pt;
	line-height: 12pt;
	padding: 0 5px 0 5px;
}

.clear
{
	display: table;
	clear: both;
}

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

.yellow_bold_larger_text
{
	color: #FFC425;
	font-weight: bold;
	font-size: 16pt;
	line-height: 16pt;
	text-align: left;
}

#main ul { margin: 0; }

#main ul > li
{
	padding-left: 2px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 10pt;
	margin: 0;
}

#main ul > li > a
{
	color: #FFC425;
}

#main ul > li > a:hover
{
	color: #FFC425;
	background-color: #000;
}


ul.menu
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

li.menu
{
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

.smaller { font-size: smaller; }

blockquote
{
	margin: 0;
	padding: 5px 10px 0 5px;
	font-size: 16pt;
	line-height: 20pt;
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	color: #541900;
	font-weight: bolder;
}

.text_10  { font-size: 10pt; }

/*
-------------------------------------------------------- 
 JAVASCRIPT STYLES
--------------------------------------------------------
*/

/* GLIDER */
div.scroller
{
	/* modify width and height of scrolling section if necessary	*/
	width: 635px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

div.scroller div.section
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 635px;
	height: 300px;
	overflow: hidden;
	float: left;
	padding: 1em;
}

div.scroller div.content
{
	width: 10000px;
}


/* NICE TITLE */
div.nicetitle
{
	position: absolute;
	padding: 4px;
	top: 0px;
	left: 0px;
	color: white;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 25em;
	font-weight: bold;
	background: url(../includes/images/ntbg.png);
	/* Mozilla proprietary */
	-moz-border-radius: 12px;
	text-align: left;
}

div.nicetitle p
{
	margin: 0;
	padding: 0 3px;
}

div.nicetitle p.destination
{
	font-size: 9px;
	text-align: left;
	padding-top: 3px;
}


div#section2
{
	background: #666666;
	color: #ffffff;
}
