/* DEFINING GLOBAL HTML TAGS */
/* More specific definitions given when needed for a specific div */

/* SETS PAGE BACKGROUND COLOR */
body {
	background-color: #FFF;
}
/* ZEROS OUT BROWSER DEFAULT MARGINS, SETS BODY TEXT FONT AND COLOR */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, san-serif; /* BODY TEXT FONT */
	color: #000; /* BODY TEXT DEFAULT COLOR */
}
	
/* SETS DEFAULT FONT AND SIZE FOR BODY TEXT AND TABLE CELLS */	
p{
	font-family: Arial, Helvetica, san-serif;/* BODY TEXT FONT */
	font-size: 80%;
}
/* SETS DEFAULT FONT AND SIZE FOR LISTS */
ul, ol, li, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;/* BODY TEXT FONT */
	font-size: 90%;
	margin-top: 2px;
}
/* SETS DEFAULT FONT, WEIGHT AND SIZE FOR TABLE HEADERS */
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* SETS DEFAULT FONT, COLOR AND SIZE FOR ALL HEADINGS */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Lucida, Arial, Helvetica, san-serif;
	font-size: 100%;
	color: #000;	
}
/* SETS CIRCLE BULLET DEFAULT FOR UNORDERED LISTS */
ul {list-style-image: url(jada/images/parrow.gif);}
ul ul {list-style-type: circle;}

/* SETS DEFAULT FOR NUMBERED LISTS */
ol {list-style: decimal;}
ol ol {list-style: upper-alpha;}

/* SETS DEFAULT FOR HORIZONTAL RULES */
hr {
	border: none;
	background-color: #947710;
	color: #947710;
	height: 1px;
	width: 80%;
}

/* SETS DEFAULT COLOR, WEIGHT AND DECORATION FOR TEXT LINKS */
a:link, a:visited { 
	color: #947710;
	text-decoration: none;
	font-weight: bold;
}
/* SETS DEFAULT COLOR, WEIGHT AND DECORATION FOR TEXT HOVER LINKS */
a:hover {
	color: #748d95; 
	font-weight: bold;
	text-decoration: underline;
}
/* END HTML TAGS */

/* THIS IS THE BOX AROUND ALL OTHER DIVS */
/* Only set the width on this one */
#wrapper {
	width: 800px;
}

/* SETS PARAMETERS FOR EuroHeader */
#EuroHeader {
	position: relative;
	top: -13px;
	width: 800px;
	height: 131px;
	/*background-image: url(images/mrTitle.gif);
	background-repeat: no-repeat;*/
}
#specials {
	position:absolute;
	left:469px;
	top:81px;
	width:70px;
	height:24px;
	z-index:10001;
}
#gifts {
	position:absolute;
	left:560px;
	top:84px;
	width:91px;
	height:21px;
	z-index:10002;
}
#recipes {
	position:absolute;
	left:669px;
	top:27px;
	width:98px;
	height:23px;
	z-index:10003;
}
#pxLine {
	position: relative;
	top: -5px;
	width: 800px;
	height: 2px;
	background-image: url(jada/images/pxLine.gif);
	background-repeat: no-repeat;
}


/* SETS PARAMETERS FOR DATE */

#date1 {
	position:absolute;
	left:-172px;
	top:774px;
	width:160px;
	height:21px;
	color: #9bb5b1;
	z-index:1;
}

#date p{
	text-align: right;
	font-size: 65%; /* FONT SIZE PERCENTAGE */
}

/* SETS MARGINS, WIDTH FOR LEFT SIDEBAR AREA */
div.date {
	width: 152px;
}
div.date p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	font-size: 75%; /* FONT SIZE PERCENTAGE FOR SIDEBAR TEXT ONLY*/
}
div.date h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	font-size: 90%; /* FONT SIZE PERCENTAGE FOR SIDEBAR TEXT ONLY*/
}

#back-to-top {color: #333; background-color: #FFF; padding: 5px;}

#back-to-top a:link, #back-to-top a:visited {
	font-size: 90%;
}
#back-to-top a:hover {
	font-size: 90%;
	border-top: 1px dashed #333 !important; 
	border-bottom: 1px dashed #333 !important; 
}
/* SETS PARAMETERS FOR CONTENTWRAPPER */
#contentWrapper {
	position: relative;
	width: 800px;
	top: 15px;
}
/* SETS PARAMETERS FOR NAVBAR FOR 2ND LEVEL TEMPLATE */
#nav {
	position: absolute;
	width: 170px;
	top: 0px;
	left: 1px;
	float: left;
	display: block;
	z-index: 100;
}
/* CONTENT SECTION */
#content {
	position: relative;
	top: 0px; 
	left: 185px;
	width: 615px;
	border: 1px none #000000;
	z-index: 30;
}
#content h1 {
	font-size: 100%;
	color: #947710;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}
#content h2 {
	font-size: 90%;
	color: #9bb5b1;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
}
#content h3 { /* use for other subheaders on page */
	font-size: 80%;
	color: #507811;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	border-bottom: none;
}
#content h4 { /* use for other subheaders on page */
	font-size: 80%;
	color: #333; /* subtitle color */
	margin-top: 1px;
	margin-bottom: 8px;
	margin-right: 0px;
	background-color: #9bb5b1;
	padding-left: 2px;
}
#content h5 {
	font-family: Verdana, Lucida, Arial, Helvetica, san-serif;
	font-size: 80%;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #000;
	border-bottom-style: dashed;
}
#content h6 {
	font-family: Verdana, Lucida, Arial, Helvetica, san-serif;
	font-size: 80%;
	margin-top: 20px; 
	text-align: right;
	color: #000;	
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 12px;
	line-height: 115%;
}
#content table {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 0;
}
#content a {
	text-decoration: none;
}
#content a:link, #content a:visited {
	color: #748d95; /* main link color */
}
#content a:hover {
	color: #947710; /* hover link color */
	text-decoration: underline;
}

/* FOOT FOR 2ND LEVEL PAGE */
#footer {
	position: relative;
	left: 185px;
	top: 10px;
	width: 615px;
	border: none;
	background-color: none;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	z-index: 10000;
}
#footer p {
	width: 100%;
	font-size: 75%; 
	padding-top: 2px; 
	padding-bottom: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 120%;
}

* html #footer p {font-size: 70%;}

#footer a {
	color: #947710;	
	font-weight: bold; 
	font-size: 110%; 
	text-decoration: none;
}
#footer a:hover {
	color: #c9c674; 
	text-decoration: none;
	border-top: 1px dashed #333 !important; 
	border-bottom: 1px dashed #333 !important; 
}

/* END MAIN CONTENT LAYER */

/* OTHER SELECTORS */
.hide {display: none;}

.imgfloatright { 
	float: right; 
	padding: 0 0 0 10px; 
	margin: 0 0 0 10px;
}
.imgfloatleft { 
	float : left; 
	padding: 0 5px 0 0; 
	margin: 2px 10px 2px 0;
}
.smallLinks a:link, .smallLinks a:visited {
	font-size: 75% !!important;
	font-weight: normal;
	text-decoration: none;
}
.smallLinks a:hover {
	color: #026288; /*hover link color */
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.bolditaliclg {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
}
.bolditalicred {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #990033
}
.paragraphpurple {
	color: #650989;
}
.paragraphRed {
	color: #990000;
}
.boldlg {
	font-size: 130%;
	font-weight: bold;
}
.boldpurp {
	color: #672E8A;
	font-weight: bold;
}
.boldyelor {
	color: #ECC403;
	font-weight: bold;
}
.boldltgreen {
	color: #A5BE08;
	font-weight: bold;
}
.smallfont {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}
.smallfont1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.font12 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.indent {
	padding-left: 30px;
}
