/*=*=*=*=*=* The Jaguar Path.com CSS Styles *=*=*=*=*=*/	


/*========= Global HTML Definitions ==========*/

html, body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
	
a:link {
	color:#743722; /* deep orange */
	text-decoration:none;
}

a:visited {
	color:#826627;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

ol {
	color:#666666;
}

/*========== Content Organization ==========*/

#wrapper {
	width:100%;
}
	
#header {
	float:left;
	width:100%;
/*	height:134px; */
	background: url(../images/shadow_header.jpg) repeat-x bottom;
}

#contentWrapper {
	float:left;
	margin:0px;
/*	margin-top:48px; */
	padding:0px;
}

#contentWrapper2 {
	width:1000px;
	margin:0px;
/*	margin-top:48px; */
	padding:0px;
}


#menu {
	float:left;
	width:190px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	margin-right:10px;
	padding:0px;
}
	
	#menuShadow {
		background: url(../images/shadow.gif) repeat-x bottom;
	}
	
	#menu tr a:link, #menu tr a:visited {
		text-decoration:none;
		color:#666;
	}
	
	#menu tr a:hover {
		color:#743722; /* deep orange */
	}

#content {
	float:left;
	width:600px;
	z-index:3;
	color:#666666;
	margin-bottom:15px;
	padding:0px;
	text-align:left;
}
	#content p {
		color:#666666;
	}

	
#footer {
	background: url(../images/shadow.gif) repeat-x top;
	clear:both;
	width:100%;
	height:60px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color:#666;
	margin:0px;
	padding:0px;
	padding-top:14px;
	
}


/*============ Classes ===============*/

.currTBL p {
	margin:0px;
	padding:1px;
}

.menuShadow {
	background: url(../images/shadow.gif) repeat-x bottom;
}

.sitewide_orange {
	color:#743722; /* deep orange */
}

.sitewide_-blue2 {
	color:#0066CC; /* light blue */
}

.sitewide_grey {
	color:#666;
}

.workshop_header {
	background-color:#999;
	color:#FFFFFF;
}	
.workshop_row1 {
	background-color:#FFF;
		color:#666;
}
.workshop_row2 {
	background-color:#E0E0E0;
		color:#666;
}
.workshoptitle {
	font-size: 18px;
	font-weight: bold;
	color:#743722;
}
.workshop_contact {
	font-size: 12px;
	font-weight: bold;
	color:#6699CC;
}
.SOLDOUT {
	font-size: 18px;
	font-weight: bold;
	color:#fff;
}
p .style2 {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}
table .style2 {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}
.toplink {
	font-size:11px;
	color:#6699CC;
}
.page-subTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#743722;
	size:14px;
	font-weight:bold;
	}
.jaguar-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#743722;
	font-size:24px;
	font-weight:bold;
}

.jaguar-title2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0066CC;
	font-size:24px;
	font-weight:bold;
}

.jaguar-subtitle {
	size:14px;
	font-weight:bold;
}

.required_red {
	font-size:12px;
	color:#990000;
}

.smalltext {
	font-size:11px;
}

/*=========== Image Settings =============*/

.img_right {
	float:right;
	margin-top:10px;
	margin-right:4px;
	margin-bottom:10px;
	margin-left:10px;
	clear:both;
}

.img_left {
	float:left;
	clear:right;
	margin:10px;
}