/*start_user_layout_2*/

#layoutonepagewrapper #leftcolumn {
background-color: #e7dbd5;
width: 375px;
float: left;
border: 1px solid #ccc;
}

#layoutonepagewrapper #lb1 {
background: #a6d1e8;
height: 200px;
float: left;
clear: both;
width: 374px;
}

#layoutonepagewrapper #lb2 {
background: #cde3ef;
height: 75px;
float: left;
clear: both;
width: 374px;
}

#layoutonepagewrapper #lb3 {
background: #a6d1e8;
height: 75px;
float: left;
clear: both;
width: 374px;
}

#layoutonepagewrapper #rightcolumn {
background: #61c8fe;
float: left;
width: 375px;

clear: right;
border: 1px solid #ccc;
}

#layoutonepagewrapper #rb1 {
background: #cde3ef;
height: 155px;
float: left;
clear: both;
width: 374px;
}
#layoutonepagewrapper #rb2 {
background: #a6d1e8;
height: 155px;
float: left;
width: 374px;
clear: both;
}

#menu ul li a {
text-transform: capitalize !important;
}

#menu ul ul li a {
text-transform: capitalize !important;
}

/*end_user_layout_2*/
/* menu custom work */
#menu ul li{
width:100%;
}



/* hRMENU customization*/
#menuh-container
	{
	/*position: absolute;	*/	
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0px 5px 0px 5px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #575757;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #DB0C41;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/* background-image: url(nav_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	
	}
#menuh ul li a{
border-right:1px solid #ffffff;
}
#menuh ul ul li a{
border-right:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}
#menuh ul li a#top_parent_last{
border-right:0px solid #ffffff;

}
#menuh ul ul{
width:150px;
text-align:left;
}
#menuh ul ul li a{
text-align:left;
}
#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: TOP;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


/* calendarView */
#monthHR{
text-align:center;
}

#monthHR a#lastmonth {
border-right:0px solid #000000;
padding:0 5px 0 0;
}

#monthHR a{
border-right:1px solid #000000;
padding:0px 5px 0px 0px;
}

#monthHR span{
border-right:1px solid #000000;
padding:0px 5px 0px 0px;
color: #DB0C42;
}

/*#mainCal td{
text-align:center !important;
}*/

#mainCal a{
font-weight:900;
}

a.catLink{
text-align:left !important;
font-weight:400 !important;
}

#shop_prod_list
{
	padding-left: 30px; width: 750px
}

a.calLink
{
	text-align: center;
}

.SiteSearch_titlelink
{
	font-weight: bold;
	text-decoration: underline;
}

.SiteSearch_link a
{
	font-weight: bold;
	color: #575757;
}

#searchLine #cSubmit {
background-image:url(../images/sce/btnGo.jpg);
background-repeat:no-repeat;
border:0 none;
height:21px;
width:25px;
}
