* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #BCDCAF;
	background-image:  url(../x_img/page_background.gif); 
	background-position: 50% 0;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	text-align: center;
}
#container {
	width: 766px;
	margin: 0 auto;
}
/******************************
******** TOP BANNER ***********
*******************************/
#banner {
	width: 766px;
	height: 125px;
	background: #FFFFFF url(../x_img/banner-back.gif) left top;
}
#banner h1 {
	background: url(../x_img/orphan-bears-banner.jpg) no-repeat left top;
	height: 112px;
	width: 766px;
	text-indent: -33333em;
}
#banner img, #banner #flash {
	height: 109px;
	width: 550px;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}

/***********************************
*********** MAIN LAYOUT ************
************************************/
#left_column {
	clear: both;
	width: 129px;
	width: 133px;
	background: #fff;
	float: left;
	display: inline;
	margin-top: 12px;
	text-align: left;
}

#right_column {
	width: 632px;
	background: #fff;
	float: left;
	text-align: left;
}

#right_column #content {
	text-align: left;
	margin-top: 12px;
	padding: 8px 0px 0px 21px;
	background: transparent;
	float: left;
}

#right_column #content {
	\width: 416px;
	\width: 412px;
 }
#right_column #content {
   	w\idth: 395px;
	w\idth: 391px;
 }
#right_column #image-area {
	width: 218px;
	float: right;
	position: relative;
	left: 1px;
	/*
	top: -16px;
	*/
}
/***********************************
******** MAIN NAVIGATION ***********
************************************/
#globalnav {
	width: 129px;
	width: 133px;
	text-align: left;
	padding: 0;
}
#globalnav li {
	position : relative;
	float: left;
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#globalnav li a {
	display: block;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	padding-left: 8px;
	width: 133px;
	color: #7d7d7d;
	color: #444;
	background: #ececec url(../x_img/nav-back-23.gif) no-repeat right top;
}
#globalnav \li a {
	width: 125px;
}
#globalnav li a:hover {
	background-position: 100% -23px;
	color: #000;
}
#globalnav li#skip_nav , #globalnav li#sitemap {
	display: none;
}

/* --->>> SUBNAV <<< ----- */
#globalnav li ul { /* second-level lists */
		position : absolute;
		z-index: 200;
		left: -999em;
		margin-left: 133px;
		margin-top: -23px;
		width: 150px;
		border-bottom: 2px solid #A5ADA2;
		border-right: 2px solid #A5ADA2;	
}
#globalnav li ul li  {
	border-bottom: 1px solid #A5ADA2;
	border-right: 1px solid #A5ADA2;
}
#globalnav li ul li a {
	width: 142px;
	display: block;
	background: #ececec url(../x_img/sub-nav-back.gif) no-repeat left top;
	background-position: 0px 0px;
	background: #ECECEC;
	
}

#globalnav li ul li a:hover {
	background-position: 0 0px;
	background: #BCDCAF;
}

#globalnav li:hover ul, #globalnav li.sfhover ul { 
		position : absolute;
		z-index: 200;
		left: auto;
}

/*****************************************
************* PAGE HEADINGS **************
******************************************/
#content h2 {
	text-indent: -3333px;
	height: 44px;
}
#productpage #content h2 {
	background: url(../x_img/headings/bears.gif) no-repeat left top;
}
#shoppage #content h2 {
	background: url(../x_img/headings/shop.gif) no-repeat left top;
}
#tradepage #content h2#tradeheading {
	background: url(../x_img/headings/trade.gif) no-repeat left top;
}
#tradepage #content h2#distheading {
	background: url(../x_img/headings/distribution.gif) no-repeat left top;
}
#presspage #content h2 {
	background: url(../x_img/headings/press.gif) no-repeat left top;
}
#contactpage #content h2 {
	background: url(../x_img/headings/contact.gif) no-repeat left top;
}
#homepage #content h2 {
	background: url(../x_img/headings/home.gif) no-repeat left top;
	height: 83px;
}
/*****************************************
********* OTHER LEFT BAR STUFF ***********
******************************************/
p#lhs-promo {
	clear: both;
	padding-top: 12px;
	text-align: centre;
	padding-bottom: 12px;
	margin: 0;
	
}
p#lhs-promo img{
	display: block;

}
/*****************************************
********* SECOND NAVIGaTION **************
******************************************/
#second-nav {
	margin-left: 9px;
	font-size: 10px;
	width: 111px;
	border-top: 1px dashed #C2C2C2;
}
#second-nav li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dashed #C2C2C2;
}
#second-nav li a{
	color: #9e9e9e;
}
#second-nav li a:hover{
	color: #444;
}

/* - - - - - >> ACTIVE NAVS << - - - - - - */
#homepage #home a,
#productpage #product a,
#shoppage #shop a,
#tradepage #trade a,
#presspage #press a,
#contactpage #contact a{
	background-position: 100% -23px;
	color: #000;
}

p {
	margin: 0 0 1.5em 0;
}
p#first, #content h3 {
	padding-top: 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#homepage p#first {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
}	



#footer {
	clear: both;
	width: 679px;
	background: transparent;
	margin: 0 auto;
	padding: 2em 0 0 0;
	
}
#footer p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #888;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px dashed #AAAFA0;
	padding: 0.5em 0;
	margin: 0;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #000;
}
a {
	text-decoration: none;
}
#content a {
	text-decoration: underline;
	color: #662A85;
}
#content a:hover {
	color: #000;
}
img {
	border: 0;
}
