ul, li {margin:0; padding:0;}

ul {list-style:none;}

#container {
	width:960px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	position:relative; 
	background-image:url(../images/dropshadow_center.png); 
	background-repeat:repeat-y; 
	overflow:hidden;
}


#left_nav {font-family:Arial, Helvetica, sans-serif; font-size:8pt; line-height:normal; margin-top:10px; width:150px; float:left; padding-bottom:20px;}

#left_nav ul li {margin-bottom:8px; font-weight:bold;}

#left_nav ul li ul li {margin-left:12px; color:#5ebc5e; margin-bottom:0px; font-weight:normal;}

#splash_cat_div div {float:left; width:125px; height:125px; padding-left:5px; padding-right:5px; margin-right:7px;}

#splash_cat_div div.first_div {clear:left;}
#splash_cat_div div.last_div {margin-right:0;}

#splash_cat_div img {border-right:1px solid #bbbbbb; border-bottom:1px solid #999999; border-left:1px solid #cccccc; border-top:1px solid #dddddd;}

#splash_hero {
	position:relative; 
	width:688px;
	height:350px; 
	background-color:#ffffff; 
	float:left;
}

#desc_box {
	position:absolute; 
	top:66px; 
	left:569px; 
	width:172px; 
	min-height:172px; 
	border:1px solid #5ebc5e; 
	padding:5px; 
	background-color:#ffffff; 
	overflow:hidden;
}

#desc_box h1 {
 	font-family:Arial, Helvetica, sans-serif; 
	font-size:15pt; 
	color:#5ebc5e; 
	font-weight:normal; 
	margin:0;
}

#desc_box p {
	border-top:1px solid #f358b4; 
	border-bottom:1px solid #f358b4; 
	padding-top:8px; 
	padding-bottom:8px; 
	margin-top:10px; 
	margin-bottom:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:7.5pt;
}

#desc_box div {
	float:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8.5pt;
}

#desc_box div.size_1 {
	margin-left:30px; 
	margin-right:12px;	
}




/*-------Link Styles------------*/

a:link {color:#5ebc5e; text-decoration:none;}
a:visited {color:#5ebc5e; text-decoration:none;}
a:active {color:#f35ab4; text-decoration:underline;}
a:hover {color:#f35ab4; text-decoration:underline;}



/*-------Pop-Up Pattern Styles------------*/
a.tip {
	position: absolute; text-decoration:none;
}

a.tip h2, h3 {
	margin-top:0;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:12px;
	font-weight:normal;
}

a.tip span {
	display: none;
	position: absolute;
	bottom:50px;
	right: 0px;
	width: 300px;
	/*
	padding: 12px; 
    color: #231f20; 
    background: #b7e6f8; 
	*/
	border:1px solid #333333;
	text-align: left; 
	text-decoration:none;
	overflow:hidden;
	/*-moz-border-radius: 5px; /* this works only in camino/firefox */
	/*-webkit-border-radius: 5px; /* this is just for Safari */
}


a.tip span div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#ffffff;
	height:20px;
	padding:4px;
	background-color:#000000;
}

a.tip span img {border:none}

a.tip img {z-index:0;}

a.tip span.tip_left {
	top: 37px;
	left: -116px;
	width: 92px;
	height: 62px; 
}

a.tip span.tip_left2 {
	top: -37px;
	left: -116px;
	width: 92px;
	height: 62px;
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
	z-index:50;
}

a:hover.tip span {
	display: block;
}
