@charset "UTF-8";
/* CSS Document */

html, body, ul, li, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset{
margin:0px;
padding:0px;
border:0px;
}

body{
	background-color:#f5f5f5;
	background-image:url(../assets/images/body_BG.jpg);
	background-repeat:repeat-x;
}


/*  LAYOUT
------------------------------------------------------------------------------------------*/
#wrapper_MAIN{
	width:962px;
	margin:0 auto 0 auto;
}


/*  HEADER
------------------------------------------------------------------------------------------*/
#HEADER{
	height:auto;
	width:960px;
	
}


/*  NAVIGATION_TOP
------------------------------------------------------------------------------------------*/
#Header_Top{
	width:960px;
	height:75px;
	background-color:#FFF;
	border:#999 solid 1px;
	margin:10px 0px 0px 0px;
	/*background-image:url(../assets/images/layout/top_BG_01.jpg);
	background-repeat:no-repeat;
	*/
	
}

#Header_Top_LEFT{
	width:658px;
	height:75px;
	background-color:#FFF;
	float:left;
}

#Header_Top_RIGHT{
	width:288px;
	height:53px;
	margin:10px 10px 10px 0px;
	background-color:#CCC;
	float:right;
	background-image:url(../assets/images/shopping_cart.jpg);
	background-repeat:no-repeat;
}

#Header_Top_RIGHT h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding: 10px 0 0 20px;
}

#Header_Top_RIGHT p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding: 15px 15px;
}

#Header_Top_RIGHT a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#900;
}

#Header_Top_RIGHT a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#Header_Top_RIGHT a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#900;
}




/*  SEARCH
------------------------------------------------------------------------------------------*/
#nav_WRAPPER{
	height:40px;
	width:960px;
}


#nav{
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	margin:0px 0px 0px 0px;
	height:40px;
	width:960px;
	background-image:url(../assets/images/nav_BG.jpg);
	background-repeat:repeat-x;
}


#nav p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;

}


#SEARCH{
	width:300px;
	height:40px;
	float:right;
	padding:0px;
	overflow:auto;
	text-align:center;
}

#SEARCH p{
	font:Arial, Helvetica, sans-serif;
	color:#000;
	size:12px;
	padding:5px 0px 0px 20px;
}


/*#nav{
	width:962px;
	height:40px;
	/*
	background-image:url(../assets/images/NavigationTop_BG.jpg);
	background-repeat:no-repeat;
	
	text-align:right;
	margin:10px 0px 0px 0px;
}

#nav ul{
	padding:0px;
	margin:0px;
	height:30px;
}

#nav ul li{
	display:inline;
	padding:0px;
	margin:0px;
}

#nav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	background-image:url(../assets/images/nav_BG.jpg);
	background-repeat:repeat-x;
	background-color:#900;
	text-decoration:none;
	padding:13px 25px 5px 25px;
	text-align:center;
	
}

#nav ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-image:url(../assets/images/nav_BG.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	text-decoration:none;
	padding:13px 25px 5px 25px;
	text-align:center;
	
}

	
*/

/*  SEARCH
------------------------------------------------------------------------------------------*/
#Hero_WRAPPER{
	width:960px;
	height:285px;
	margin:0px 0px 10px 0px;
	background-image:url(../assets/images/right_HERO_BG.jpg);
	background-repeat:repeat-x;
}

#Hero_LEFT_wrapper{
	width:660px;
	height:285px;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#000;
	/*background-image:url(../assets/images/right_HERO_BG.jpg);
	background-repeat:repeat-x;
	*/
}

#Hero_LEFT_wrapper h2{
font-family:Arial, Helvetica, sans-serif;
font-size:15;
color:#FFFFFF;
}



#Hero_RIGHT_wrapper{
	width:300px;
	height:285px;
	float:right;
	margin:0px;
	padding:0px;
	overflow:auto;
	background-color:#CCCCCC;
	/*border:solid 1px #999;*/
	background-image:url(../assets/images/right_HERO_BG.jpg);
	background-repeat:repeat-x;
}

#Hero_RIGHT_wrapper h2{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
margin:15px 20px 15px 13px;
}

#Hero_RIGHT_wrapper p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:15px 20px 15px 13px;
}

#Hero_RIGHT_wrapper a{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#fff;
text-decoration:none;
background-color:#000;
padding:5px 5px 5px 10px;
display:block;
background-image:url(../assets/images/specials_button_BG.jpg);
background-repeat:no-repeat;
background-position:right;
}

#Hero_RIGHT_wrapper a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#900;
text-decoration:none;
background-color:#000;
display:block;
background-image:url(../assets/images/specials_button_BG_hover.jpg);
background-repeat:no-repeat;
background-position:right;
}


/*  CART
------------------------------------------------------------------------------------------*/
#cart_WRAPPER{
	width:960px;
	min-height:283px;
	overflow:auto;
	margin:0px 0px 10px 0px;
	background-color:#fff;
	border:#999 solid 1px;
}

#cart_LEFT_wrapper h2{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
padding:10px 20px;
}

#cart_LEFT_wrapper p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:10px 20px;
}



#cart_RIGHT_wrapper{
	width:298px;
	min-height:283px;
	float:right;
	margin:0px;
	padding:0px;
	overflow:auto;
	background-color:#CCCCCC;
	border:solid 1px #999;
}

#cart_RIGHT_wrapper h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:20px;
}

#cart_RIGHT_wrapper p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:20px;
}

#cart_RIGHT_wrapper a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
}


/*  CONTENT
------------------------------------------------------------------------------------------*/
#content{
	width:960px;
	height:auto;
	overflow:auto;
	border-top:solid 1px #999;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	background-color:#FFF;
	background-image:url(../assets/images/wrapper_BG.jpg);
	background-repeat:repeat-x;
}


/*  LEFT WRAPPER_MAIN
------------------------------------------------------------------------------------------*/
#LEFT_WRAPPER_MAIN{
	width:659px;
	height:auto;
	float:left;
	margin:20px 0px 0px 0px;
}

/*  TOP LEFT HEADER
------------------------------------------------------------------------------------------*/
#top_LEFT_WRAPPER{
	width:619px;
	margin:0 auto 0 auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
	
}


/*  TOP LEFT HEADER
------------------------------------------------------------------------------------------*/
#top_LEFT_HEADER{
	width:619px;
	height:auto;
	background-color:#ebebe0;
}

#top_LEFT_HEADER h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	padding:15px 40px 10px 25px;
}


/*  TOP LEFT CONTENT
------------------------------------------------------------------------------------------*/
#top_LEFT_PRODUCT_nav{
	width:617px;
	margin:20px auto 20px auto;
	height:auto;
	background-color:#CCC;
	border:#999 solid 1px;
	
}

#top_LEFT_PRODUCT_nav h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding: 10px 0 0 0;
}

#top_LEFT_PRODUCT_nav p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:1.5em;
	text-align:center;
	padding:20px 20px 20px 20px;
	background-color:#ccc;
}

#top_LEFT_PRODUCT_nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#900;
	background-color:#FFF;
	padding:5px;
	margin:3px;
	border:#900 solid 1px;
	text-decoration:none;
}

#top_LEFT_PRODUCT_nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	background-image:url(../assets/images/nav_BG_Hover.jpg);
	background-repeat:repeat-x;
	padding:5px;
	margin:3px;
	text-decoration:none;
}

/*  TOP LEFT CONTENT
------------------------------------------------------------------------------------------*/
#bottom_LEFT_PRODUCT_nav{
	width:617px;
	margin:20px auto 20px auto;
	height:auto;
	background-color:#CCC;
	border:#999 solid 1px;
}

#bottom_LEFT_PRODUCT_nav h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding: 10px 0 0 0;
}

#bottom_LEFT_PRODUCT_nav p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding:20px 20px 20px 20px;
}

#bottom_LEFT_PRODUCT_nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#900;
	text-decoration:none;
}

#bottom_LEFT_PRODUCT_nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:underline;
}

/*  TOP LEFT CONTENT
------------------------------------------------------------------------------------------*/
#top_LEFT_CONTENT{
	width:619px;
	margin:0 auto 0 auto;
	height:auto;
	/*border-bottom:dotted 1px #999999;*/
}

#top_LEFT_CONTENT h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding: 10px 0 0 20px;
}

#top_LEFT_CONTENT p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding:20px 20px 20px 20px;
}

#top_LEFT_CONTENT a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#900;
}

#top_LEFT_CONTENT a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}

/*  BOTTOM LEFT CONTENT
------------------------------------------------------------------------------------------*/
#bottom_LEFT_CONTENT{
	width:619px;
	margin:0 auto 0 auto;
	height:auto;
	border-top:dotted 1px #999999;
}

#bottom_LEFT_CONTENT h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding: 10px 0 0 0;
}

#bottom_LEFT_CONTENT p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding:20px 20px 0px 20px;
}

#bottom_LEFT_CONTENT a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#900;
	text-decoration:underline;
}

#bottom_LEFT_CONTENT a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}


/*  TABLE LEFT CONTENT
------------------------------------------------------------------------------------------*/
#bottom_LEFT_TABLE{
	width:619px;
	margin:0 auto 0 auto;
	height:auto;
}


/*  TABLE LEFT CONTENT
------------------------------------------------------------------------------------------*/
#bottom_TABLE{
	width:900px;
	margin:0 auto 0 auto;
	height:auto;
}


/*  RIGHT_CONTENT
------------------------------------------------------------------------------------------*/
#RIGHT_wrapper{
	width:300px;
	height:auto;
	float:right;
	padding:20px 0px 0px 0px;
	margin:0px;
	overflow:auto;
}

/*
#RIGHT_wrapper h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	line-height:2em;
	padding:10px 20px;
}
*/

#RIGHT_Content{
	width:300px;
	margin:0 auto 0 auto;
	height:auto;
}


#RIGHT_Content p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding:20px;
}

#RIGHT_Content ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	line-height:2em;
	padding:20px 0px 20px 0px;
}

#RIGHT_Content ul li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	display:block;
	line-height:2em;
}

#RIGHT_Content ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	line-height:2em;
	display:block;
	background-color:#CCC;
	padding:0px 0px 0px 20px;
	margin:0px 20px 10px 0px;
	text-decoration:none;
	border-top:#999 solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#900 solid 2px;
	border-left:#999 solid 1px;
}

#RIGHT_Content ul li a:hover{
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../assets/images/nav_BG_Hover.jpg);
	font-size:13px;
	color:#fff;
	line-height:2em;
	background-color:#900;
	border-top:#999 solid 1px;
	border-bottom:#900 solid 2px;
}

/*  RIGHT CONTENT BOTTOM
-------------------------------------------------------------------------------------------------------------------------------------------------------*/
#RIGHT_Content_BOTTOM{
	width:298px;
	margin:0 auto 40px auto;
	height:auto;
}

#RIGHT_Content_BOTTOM h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	line-height:1.5em;
	text-align:center;
	padding:0px;
}

#RIGHT_Content_BOTTOM h1 a{
	font-family:vVerdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	text-decoration:none;
	border:0px;
}

#RIGHT_Content_BOTTOM h1 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#900;
	text-decoration:underline;
}


#RIGHT_Content_BOTTOM p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	padding:0px;
}

#RIGHT_Content_BOTTOM a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#900;
	line-height:2em;
}

#RIGHT_Content_BOTTOM a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#900;
	line-height:2em;
}

#RIGHT_Content_BOTTOM a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#900;
	line-height:2em;
}


/*  RESULTS-PAGES
-------------------------------------------------------------------------------------------------------------------------------------------------------*/
#RESULTS_wrapper{
	width: 960px;
	overflow:auto;
	border-right:#999 solid 1px;
	border-left:#999 solid 1px;
	padding:0;
	margin:0px;
	background-color:#FFF;
}


/*  RESULTS-PAGES
-------------------------*/

#RESULTS_PAGES_wrapper_TOP{
	width:880px;
	overflow:auto;
	background-color:#fff;
	margin: 0 40px;
}

#RESULTS_PAGES_wrapper_TOP h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	padding:20px 20px 20px 0px;
}

#RESULTS_PAGES_wrapper_TOP p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	padding:20px 20px 20px 20px;
}

#RESULTS_PAGES_wrapper_BOTTOM{
	width:880px;
	overflow:auto;
	background-color:#ebebe0;
	margin: 0 40px;
}

#RESULTS_PAGES_wrapper_BOTTOM p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	padding:20px 20px 20px 40px;
}


/*  RESULTS-WRAPPER-TOP
-------------------------*/

#RESULTS_wrapper_TOP{
	width:100%;
	overflow:auto;
	margin:0;
}

#RESULTS_wrapper_TOP p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	padding:0px;
}



.bold_SEARCH{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.td_results{
	border-bottom:#666 dotted 1px;
	
}

table.results
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 15px;
color: #900;
width: 619px;
/*border-bottom:#666 dotted 1px;*/

}

.resultstLINE
{
/*border-bottom:#666 dotted 1px;*/
}

.resultstHd
{
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


.resultsBod p
{ text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
line-height: 1.5em;
color: #000;
padding:0px 0px 0px 30px;
} 

.resultsBod h1
{ text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #000;
padding:0px 0px 10px 30px;
}

.resultsBod h1 a
{ text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #000;
padding:0px 0px 20px 0px;
text-decoration:none;
}

.resultsBod h1 a:hover
{ text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #900;
padding:0px 0px 20px 0px;
text-decoration:underline;
}

.resultsBod td
{/*border-bottom:dotted 1px #999999;*/
}

.results_img{
	margin:10px 0px;
}


/*  RESULTS-WRAPPER-BOTTOM
-------------------------*/
#RESULTS_wrapper_BOTTOM{
	width:100%;
	overflow:auto;
	margin:0;
}


/*  RESULTS-MORE
-------------------------*/
#results_LIST{
	width: 880px;
	margin:0 auto;
}

#results_LIST h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#333;
	padding: 10px 20px 0px 0px;
}

#results_LIST p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333;
	line-height: 1.75em;
	padding: 10px 0px;
}

.td_Border_Bottom {
	border-bottom:#999 dotted 1px;
	padding:20px;
	margin:0px;
} 







/*  DETAILS-PAGES
------------------------------------------------------------------------------------------*/
#DETAILS_wrapper{
	width: 960px;
	overflow:auto;
	border-right:#999 solid 1px;
	border-left:#999 solid 1px;
	padding:0;
	margin:0px;
	background-color:#FFF;
}

#DETAILS_wrapper_TOP{
	width:100%;
	overflow:auto;
}

/*  DETAILS-CART
-------------------------*/
#DETAILS_CART{
	float:right;
	width: 240px;
	background-color:#CCCCCC;
	border:#666 solid 1px;
	margin:60px 20px 20px 0px;
	padding: 20px 10px 20px 30px;
	
}

#DETAILS_CART h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	font-weight:bold;
}

#DETAILS_CART p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 1.75em;
}

#DETAILS_CART a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#C00;
	line-height: 1.75em;
	display:block;
}

#DETAILS_CART a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#000;
	line-height: 1.75em;
	display:block;
}


/*  DETAILS-DETAILS
-------------------------*/
#DETAILS_INFO{
	margin: 40px 302px 20px 250px;
	padding: 20px;
}

#DETAILS_INFO h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333;
	font-weight:bold;
}

#DETAILS_INFO p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 1.75em;
	text-align:left;
}

#DETAILS_INFO a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 1.75em;
	text-decoration:none;

}

#DETAILS_INFO a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height: 1.75em;
	text-decoration:underline;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*  DETAILS-IMAGE
-------------------------*/

#DETAILS_IMAGE{
	float:left;
	width:230px;
	background-color:#fff;
	margin:40px 0 20px 0px;
	padding: 20px 10px;
	text-align:center;
}

#DETAILS_IMAGE h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	font-weight:bold;
}

#DETAILS_IMAGE h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#900;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	padding:0px 0px 0px 40px;
}

#DETAILS_IMAGE p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

/*  DETAILS-MORE
-------------------------*/
#DETAILS_LIST{
	width: 880px;
	margin:0 auto;
}

#DETAILS_LIST h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height: 1.75em;
	padding: 10px 0px;
}

#DETAILS_LIST p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333;
	line-height: 1.75em;
	padding: 10px 0px;
}

.tdback { 
	background-image:url(../assets/images/layout/td_BG.jpg);
	background-repeat:repeat-x;
} 

/*  DETAIL/SUMMARY
-------------------------*/
#DETAILS_NAV{
	width: 882px;
	height:30px;
	margin:0 auto;
	
}

#DETAILS_NAV ul{
	padding: 0;
	margin:0;
	
}

#DETAILS_NAV ul li{
	display:inline;
	padding:0;
	margin:0;
}

#DETAILS_NAV ul li a{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	padding:10px 20px 10px 20px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	text-align:center;
	width:9em;
}

#DETAILS_NAV ul li a:hover{
	background-color:#ebebe0;
}



#DETAILS{
	width: 880px;
	margin:0 auto 20px auto;
	border:#666 solid 1px;
	background-color:#ebebe0;
}

#DETAILS p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 1.75em;
	padding: 20px;
}




/*  FOOTER
------------------------------------------------------------------------------------------*/
#footer_WRAPPER{
	width:960px;
	height:150px;
	background-color:#f5f5f5;
	/*border-right:#999 1px solid;
	border-left:#999 1px solid;
	background-image:url(../assets/images/footer_BG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;*/
}

#footer_CONTENT{
	width:960px;
	height:auto;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	
}

#footer_CONTENT h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	
}

#footer_CONTENT p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	padding:0px 0px 10px 0px;
	
}

#footer_CONTENT a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
}

#footer_CONTENT a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#900;
	text-align:center;
	text-decoration:underline;
}

/*  BOTTOM
------------------------------------------------------------------------------------------*/
#Bottom{
	width:960px;
	height:150px;
	background-color:#333;
	padding:10px 0px 0px 0px;
	background-image:url(../assets/images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top:#999 1px solid;
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
	border-left:#999 1px solid;
}

/*#Bottom p{
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
	font-size:11px;
	color:#CCC;
	text-align:left;
	line-height:1.25;
	
}

#Bottom a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:left;
	text-decoration:none;
}

#Bottom a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	text-align:center;
	text-decoration:underline;
}*/

#Bottom_nav{
	width:960px;
	height:40px;
	background-image:url(../assets/images/nav_BG.jpg);
	background-repeat:repeat-x;
}

#Bottom ul{
	padding:5px 0px 10px 0px;
	margin:0px 0px 0px 10px;
	text-align:left;
	/*background-image:url(../assets/images/nav_BG.jpg);
	background-repeat:repeat-x;
	height:30px;*/
}

#Bottom ul li{
	display:inline;
	padding:0px;
	margin:0px;
}

#Bottom ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	padding:20px 10px;
	text-align:center;
	
}

#Bottom ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	background-image:url(../assets/images/nav_BG_Hover.jpg);
	background-repeat:repeat-x;
	
}




/*  NAVIGATION DROP DOWNS
------------------------------------------------------------------------------------------*/
ul#navmenu {
  margin: 0px;
  border: 0 none;
  /*padding: 10px 20px 0px 20px;/*--------------Padding Around Navmenu-----------------*/
  padding:0px 0px 0px 0px;
  width: 653px; /*For KHTML*/
  list-style: none;
  float:left;
  background-image:url(../assets/images/nav_BG.jpg);
  background-repeat:repeat-x;

}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/  /*--------------DO NOT REMOVE-----------------*/
  display: inline;
  list-style: none;
  position: relative;/*--------------DO NOT REMOVE-----------------*/
  
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0px;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 35px; /*--------------Top of drop down menu-----------------*/
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  padding: 10px 15px 10px 20px; /*--------------Padding around individual links-----------------*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color:#000;  /*--------------Main Navigation Link Color-----------------*/
  font:  12px Arial, Helvetica, sans-serif;  /*--------------Main Navigation FONT-----------------*/
  font-weight:bold;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/ 
}

ul#navmenu a:hover {
  padding: 10px 15px 10px 20px; /*--------------Padding around individual links-----------------*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-image:url(../assets/images/nav_BG_Hover.jpg);
  background-repeat:repeat-x;
  color:#fff;  /*--------------Main Navigation Link Color-----------------*/
  font:  12px Arial, Helvetica, sans-serif;  /*--------------Main Navigation FONT-----------------*/
  font-weight:bold;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  
}

/*  ROOT MENU HOVER STATES & DROP DOWNS
------------------------------------------------------------------------------------------*/
/* Root Menu Hover Persistence */
ul#navmenu a:hover
ul#navmenu li:hover a
ul#navmenu li.iehover a {
 	text-decoration:none; /*----------------Main Navigation Link HOVER Underline---------------*/
 	font:  12px Arial, Helvetica, sans-serif;/*--------------Main Navigation HOVER Font Size & Type-----------------*/
	color:#fff;/*----------------Main Navigation Link HOVER Color---------------*/
  	font-weight:bold;
  	padding:10px 20px 10px 20px;
}


/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background-color:#666;/*----------------2nd Menu background color---------------*/
  border-bottom:dotted #333 2px;
  text-decoration:none;
  color:#FFF;
  font:  12px Arial, Helvetica, sans-serif; /*----------------2nd Menu Font Size & Typer---------------*/
  font-weight:normal;
  padding:5px 0px 5px 20px;
  }

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background:#999;/*----------------2nd Menu HOVER background color---------------*/
  color:#fff;/*----------------2nd Menu HOVER text color---------------*/
  background-image:url(../assets/images/nav_BG_Hover.jpg);
  /*background-image:url(../assets/images/layout/NavigationBG_Over.jpg);
  	background-repeat:repeat-x;
	*/
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background:#666;/*----------------3rd Menu background color---------------*/
  color:#fff;/*----------------3rd Menu text color---------------*/
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
   background:#999;/*----------------3rd Menu HOVER background color---------------*/
   color:#000;/*----------------2nd Menu HOVER text color---------------*/
  /*background-image:url(../assets/images/layout/NavigationBG_Over.jpg);
  	background-repeat:repeat-x;
	*/
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
