/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	background-color:#eee;
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
    
}

html {
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 800px;  
	margin: 0 auto; 

}
#Container { 
	
	padding-bottom: 15px;
	background: #fff url(../images/containerbg.gif) repeat-y;
}
#Layout {
	
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 768px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	background: #4ea3d7 url(../images/headerRounded.gif) no-repeat center bottom;
}
	#Navigation ul { 
 		float: right; 
		margin-right: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover { 
			 			background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: #fff url(../images/activeTabLeft.png) no-repeat left top; 
				 	color: #444;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					background: #fff url(../images/activeTabRight.png) no-repeat right top;
					color: #444;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}



/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}



/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 800px; 
	height: 5em; 
	background: transparent url(../images/footerBottom.gif) no-repeat bottom left; 
	text-align: center; 
}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
            
            
            /* CSS Document */


/*  Main
*******************************************************************************************************************/

	*									{margin:0; padding:0;}
	body								{ font:.9em Arial, Helvetica, sans-serif; color:#666; margin-top:0px; margin-bottom:0px; height: 100%; }
	#box								{background:#fff;width:960px; min-height: 950px; margin:0 auto;     background-image:url('../images/bghome.jpg');}								
	a									{color:#C61059;}
	img									{border: 1px solid #ccc; margin-left:20px; margin-bottom:10px;}
    img.pad									{border: 1px solid #ccc; margin-left:10px; padding:5px;}
	img.noborder 						{border: none;}
	img.print							{border: none; margin-top:6px; margin-left: 100px;}
	img.sitemap							{border: none; margin-top: -18px; margin-left: 150px;}
	img.center							{align: center;}
	img.logo							{position:absolute; top:8px; margin-left:14px; border:none;}
	img.noboximage						{border:none; margin-left:770px;margin-top:6px;position:absolute;}
	img.menu							{FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2); border: none; float: right;}
	p,ul								{margin-bottom:1em; line-height:1.4em;}
	h1									{font:1.4em Arial, Times, serif; color:#C61059; padding-bottom:1em; padding-top:.2em;}
	h2									{MARGIN-TOP: 0px; FONT-WEIGHT: normal; FONT-SIZE: 13px; COLOR: #444; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;}	
h2.home									{MARGIN-TOP: 0px; FONT-WEIGHT: normal; FONT-SIZE: 13px; COLOR: #444; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; margin-bottom:10px; margin-top:5px;}		
h2.hometwo									{MARGIN-TOP: 0px; FONT-WEIGHT: normal; FONT-SIZE: 19px; COLOR: #444; LINE-HEIGHT: 22px; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; margin-bottom:20px; margin-top:5px;}		
	h3									{font: 13px Verdana, Helvetica, Arial, sans-serif; color:#353535; text-decoration: none; }
	h4									{font: 1em Verdana, Helvetica, Arial, sans-serif; color:#353535; text-decoration: underline; margin-bottom: 3px;}
	h5									{font: 1em Verdana, Helvetica, Arial, sans-serif; color:#C92222; text-decoration: underline; margin-bottom: 3px; display:inline;}
	h6									{font:italic .9em Verdana, Helvetica, Arial, sans-serif; color:#B50402; padding-bottom:0em; padding-top:0em; margin-bottom: 1em;}
	h6.price							{font: 1em Verdana, Helvetica, Arial, sans-serif; color:#1464BE; margin-bottom: 3px; display:inline; margin-left: 5px;}
											

	



	/*.clear								{clear:both;}
	.indent								{position:relative; left:60px;}
	.error								{color:red;}*/
	
	/*---------------------------------------------AUTHENTIC MOROCCAN CUISINE (TOP RIGHT)------------------------------------------------------------------------*/
	#Label {
			top:2px;
			margin-left: 420px;
			height: 55px;
            
			}
	/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
	/*-------------------------------------------------------------DIRECTORY--------------------------------------------------------------------------------*/
	#directory {
				width: 746px;
				background-color: #EFEFEF;
				height: 20px;
				margin-left: 15px;
				margin-top: 0px;
				color:black; 
				padding-top: 5px;
				padding-bottom: 3px;
				padding-left: 10px;
				}
	#directory a{
				color: #9A1C1F;
				 text-decoration:underline; 
				 font-size:.80em;
				  }
	
	/* ---------------------------------------------TOP NAV--------------------------------------------------------------------*/
	#topnavLeft {
			background-image: url('images/bgnav_LeftEdge.gif');background-repeat: no-repeat; width: 11px;margin-top: 20px;height:35px; position: relative;
	}
	#topnav {	
			height:27px; 
			text-align:left;
			padding-top: 0px; 
			margin-top: 25px;
			margin-bottom: 0px;
			margin-left:0px;
			width: 934px;
			FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 11px; color:#ccc; padding-bottom:10px;
			/*background-image:url('images/bgnav.gif');*/ background-repeat: repeat-x; text-transform:uppercase;
	        }
			
			
	.TopNavText 
	      {
			display: inline;
			}
	#topnav a{
	         float:left;
			 padding:0px 9px 8px 11px; 
			 text-decoration:none; 
			 font-weight:none;
             color:#4d4d4d;
			}								 
	#topnav ul{
	        list-style-type:none; 
			}
	#topnav li{
	        float:left;
			}
	#topnav li.x{
	        float:left; color:#4d4d4d; font-weight:bold;
			/*background-image:url('images/bgnav_hover.gif');*/ background-repeat: repeat-x;  
			}
    
	#topnav li.x a{
			
			}
	#topnav li.left{
	        
			/*background-image: url('images/bgnav_LeftEdge.gif');*/background-repeat: no-repeat; width: 10px; height: 37px;
			}
	#topnav li.right{
	        
			float: right; /*background-image: url('images/bgnav_RightEdge.gif')*/;background-repeat: no-repeat; width: 10px; height: 37px;
			}
	#topnav li.print{
			background-image: url('images/PrintIcon.png');background-repeat: no-repeat; margin-top: 8px; padding-left: 16px;  margin-left: 420px;float:left;
			}
	#topnav li.print:hover{
			background-image: url('images/PrintIcon.png');background-repeat: no-repeat; margin-top: 8px; padding-left: 16px; text-decoration: underline; cursor:hand; float:left;
			}
	#topnav li.inbetween{ margin-top: 8px; margin-left: 4px;float:left;}
	
	#topnav li.sitemap{
			background-image: url('images/SiteMapIcon.png');background-repeat: no-repeat; margin-top: 8px; margin-left: 02px; padding-left: 17px;float:left;
			}
	#topnav li.sitemap:hover{float:left;
			background-image: url('images/SiteMapIcon.png');background-repeat: no-repeat; margin-top: 8px; margin-left: 02px; padding-left: 17px; text-decoration: underline; cursor:hand;
			}

	#topnav a.active{/*background-image:url('images/bgnav_hover.gif');*/ background-repeat: repeat-x;  
	    
			}
	#topnav a:hover	{/*background-image:url('images/bgnav_hover.gif');*/ background-repeat: repeat-x; font-weight:bold;}
	
	

	
	/*---------------------------------------------------------------------------------------------------------------------*/
	
	/*-------------------------------------------LEFT NAV-----------------------------------------------------------------*/
	#leftnav{
			width: 150px;
			height: 100%;
			float: left;
			background-color: #FFFFFF;
			margin-left:15px;
			margin-top:0px;
			
			
			}
	#leftnav ul{
	        list-style-type:none; 

			}	
	#leftnav a{
	        text-decoration: none;
			color:#4D4D4D;
            font-size:10px;
            font-style:normal;
			}
	#leftnav ul li a:hover, #leftnav ul li a.current{
			color:#A10648;
			}


		
	#leftnav li{
	        float:left;
			margin-left: 0px;
			padding-left: 0px;
			width: 150px;
			font-style:normal;
			border-color: #CDCDCD;			
			border-bottom: none;
			border-top: none;
			FONT-SIZE: 10px; 
			FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
			text-indent: 0em;
			line-height: 18pt;
			}
	#leftnav li.x{
	        float:left;
			margin-left: 0px;
			padding-left: 0px;
			width: 150px;
			border: 0px solid;
			border-color: #CDCDCD;			
			border-bottom: none;
			border-top: none;
			FONT-SIZE: 10px; 
			FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
			text-indent: 0em;
			line-height: 18pt;
			color: #A10648;
			}
	#leftnav li.x a{
			color: #A10648;
			}
	#leftnav li.list1{
	        float:left;
			margin-left: 20px;
			width:150px;
			/*background-image:url('images/bgleftnav.gif');*/ background-repeat: repeat-x;
			
			border-color: #CDCDCD;
			text-indent: 2px;
			padding-bottom: 3px;
			padding-top: 5px;
			font-weight: bold;
			font:  .75em Verdana, Helvetica, Arial, sans-serif;
			margin-bottom: 1px;
			height: 15px;
			}
	#leftnav li.list1x{
	        float:left;
			margin-left: 20px;
			width:150px;
			/*background-image:url('images/bgleftnav.gif');*/ background-repeat: repeat-x;
			border: 0px solid;
			border-color: #CDCDCD;
			
			padding-bottom: 3px;
			padding-top: 5px;
			font-weight: bold;
			font: 1em Verdana, Helvetica, Arial, sans-serif;
			margin-bottom: 1px;
			height: 15px;
			}
		#leftnav li.list1x a{
			color: #C92222;}
			
		#leftnav li.last{
	        float:left;
			margin-left: 0px;
			padding-left: 0px;
			width: 150px;
			border: 0px solid;
			border-color: #CDCDCD;			
			border-bottom: 0px solid;
			border-top: none;
			FONT-SIZE: 10px; 
			FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
			text-indent: 1.5em;
			height: 10px;
			}
						/*----------------------------FOURTH NAV----------------------------------------------*/
		.fourthnav {
			
			FONT-SIZE: 9px; COLOR: #CCCCCC; PADDING-LEFT: 4px; FONT-FAMILY:  Verdana, Helvetica,Arial, sans-serif
		}
		.fourthnav A {
			TEXT-DECORATION: none
		}

		.fourthnavx {
			FONT-SIZE: 9px; COLOR: #B30303; PADDING-LEFT: 4px; FONT-FAMILY:  Verdana, Helvetica,Arial, sans-serif
		}
		.fourthnavx A {
			TEXT-DECORATION: none
		}
					/*-----------------------------------------------------------------------------------------*/
		
	
	
	/*---------------------------------------------------------------------------------------------------------------------*/
	/*-------------------------------------------CONTENT AREA-----------------------------------------------------------------*/
	#content{
	
			width: 760px;
			
			border: none/*1.5px solid #EFEFEF*/;
			margin-left:165px;
			
			margin-top:0px;
            
            
            padding-top:0px;
			margin-bottom:30px;
			font-size: 12px;
			font: Verdana, Helvetica, Arial, sans-serif;
			font-weight: normal;
            
            
			}
			#left{width:500px; float:left;  padding:3px;}
            #leftBuy{width:640px; float:left;  padding:3px;}
			#rightside {float:left; width:252px; }
			
	                    /*-------------------------History Page----------------------*/
						
	#RightNav{
			width: 155px;
			border: 1px #CCCCCC solid;
			margin-top: 20px;
			float: right;
			margin-right: -5px;
			}
	#RightNav ul{
			border: none;
			margin-bottom: 0px;
			}

	#RightNav li{
			list-style-type:none;
			border: none;
			text-indent: 2em;
			background-image: url('images/ArrowRightNav.png');
			background-repeat: no-repeat;
			padding-left: 10px;
			padding-bottom: 2px;
			margin-bottom: 3px;
			font-size: 11px;
			}
			
	#RightNav li:hover{
			background-color:#C92222;
			color:#FFFFFF;
			cursor:hand;
			}
	
	#RightNav li a{
			text-decoration: none;
			color:#808080;
			}
	
	#RightNav li a:hover{
			background-color:#C92222;
			color:#FFFFFF;
			cursor:hand;
			}
	
	
	#RightNav li.title{
			background-image: url('images/bgRightNav.gif');
			background-repeat: repeat-x;
			height: 18px;
			border-bottom: 1px #CCCCCC solid;
			padding-top: 2px;
			color: #0B59B1;
			font-weight: bold;
			text-indent: 2.5em;
			margin-bottom: 5px;
			font-size: 12px;
			padding-bottom: 0px;
			}
	#RightNav li.title:hover{
			background-image: url('images/bgRightNav.gif');
			color: #0B59B1;
			}


	                    /*-------------------------Catering Page----------------------*/
						
	#CateringBox {
			width: 180px;
			border: 1px #CCCCCC solid;
			margin-left: 10px;
			height: 190px;
			margin-top: 30px;
			margin-bottom: 30px;
			float: left;
			background-repeat: no-repeat;
			padding-top: 110px;
			}
	#CateringBox.TwentyFive{background-image: url('images/Catering25.jpg');}
	#CateringBox.Thirty{background-image: url('images/Catering30.jpg');}
	#CateringBox.Fourty{background-image: url('images/Catering40.jpg');}
	#CateringBox ul{
			border: none;
			margin-bottom: 0px;
			}
	#CateringBox li{
			height: 20px;
			background-color: #FFFFFF;
			text-indent: 2em;
			background-image: url('images/ArrowRightNav.png');
			background-repeat: no-repeat;
			padding-left: 10px;
			padding-bottom: 2px;
			margin-bottom: 3px;
			font-size: 11px;
			padding-top: 2px;
			}		
	#CateringBox li:hover{
			background-color:#C92222;
			color:#FFFFFF;
			cursor:hand;
			}			
		
	#CateringBox li a{
			text-decoration: none;
			color:#808080;
			}
	
	#CateringBox li a:hover{
			background-color:#C92222;
			color:#FFFFFF;
			cursor:hand;
			}


			

/***************************[ form elements ] *********************/

 
.row .labelReq {
  float: left;
  width: 150px;
  text-align: right;
  font-size: 11px;
  font-family: Verdana; 
  color: red;
  }

.row .label {
  float: left;
  width: 150px;
  text-align: right;
  font-size: 11px;
  font-family: Verdana; 
  color: #012E60;
  }
  
.RequestLabel{
	font-family: Verdana;
	font-size:12px;
	color:#6B0B22;
}

.formw input{
  font-size: 11px;
  font-family: Verdana; 
  }

.formw select{
  font-size: 11px;
  font-family: Verdana; 
  }

  .catImage{
	border:none;
}
/***************************[ form elements ] END *********************/


/*---------------------------------------------------------------------------------------------------------------------*/
	/*----------------------------------------------Home Page------------------------------------------------------------------*/

.quote    {font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-style: italic; }
    
    p.home  {font-size:12px; color:gray;}  
    p.hometwo  {font-size:13px; color:gray;}  
.homelink  
{font-size:12px; color:gray;}    
    
#homeSections{
	min-height: 350px;
	border: none/*1.5px solid #EFEFEF*/;
	margin-left:15px;
	height: 100%;
	margin-top:10px;
	margin-bottom:30px;
	font: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 758px;
	align:center;
    border:1px solid gray;
}	
#hometop  {	
			height:344px; 
			width: 940px;
            margin-left:12px;
            
}		

#homeFlash {	
			height:344px; 
			text-align:center;
			padding-top: 0px; 
			margin-top: 0px;
			margin-bottom: 0px;
			
			width: 626px;
            float:left;
            
            
}	
#homeRight {	
			height:304px; 
			width: 274px;    
            margin-top:5px;
             margin-left:8px;
             float:left;  
             background:url('/themes/blackcandy/images/HomePage/home-right.jpg') no-repeat;   
             padding:15px;
}	
	
.hometitle {font:1.4em Arial, Times, serif; color:#4D4D4D; padding-bottom:0; padding-top:0;}
.homeSectionTitle {
  font-size: 15px;
  font-family: arial; 
  font-weight: bold;
  color: #4B4746;
  text-decoration: none;
  }
  
  .homeSectionDesc {
  font-size: 10px;
  font-family: arial; 
  font-weight: bold;
  color: #9C9AA1;
  }	

.homeSectionLink {
  font-size: 10px;
  font-family: arial; 
  font-weight: bold;
  color: #6387AE;
  text-decoration: none;
  }		
  #homeboxes 
{
width:940px; float:left;}  

#homebox 
{width:293px;
border:1px solid #DFDFDF;
height:340px;
float:left;
margin-left:5px;
margin-right:2px;
 padding-left:7px;
} 
#homeleftbottom{margin-left:20px; width:602px; float:left;}
#homerightbottom{float:left;}


p.homep{font-size:9px;}
ul.homeright{list-style-type:none; margin-left:-5px;}
li.homeright{font-size:12px; line-height:14px;}
 .homeimg2 {border:none; margin-top:4px;	margin-left:0px; margin-right:2px;}


 .homeimg {border:none;margin-left:0px;}

/*---------------------------------------------------------------------------------------------------------------------*/
 
 /*------------------------PRODUCTS-----------------------------------*/
 
 #products 
	{
     margin-left:0px; margin-top:5px; border:0px solid green;
    }
 
 #PImage 
    {
     width:322px;
     padding-top:0px;
     border:0px solid #d4d4d4;
     height:332px;
     float:left;
     border:0px solid black;
     /*background-color:#f2f2f2;*/
     border-right:0px;
     
    }
   a.facebook {float:right; border:none;}
   
   img.twitter {margin-top:2px; border:none;}
 #PDescription
    {
     margin-left:0px; 
     
     padding-left:10px;
     padding-right:10px;
     width:290px;
     float:left;
     /*background-color:#f2f2f2;*/
     height:322px;
     border:0px solid #d4d4d4;
     border-left:0px;
     border:0px solid red;
    }
    h1.productpage{margin-top:5px; padding-top:0px; padding-bottom:0px;}
    h5.productpage{font: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal; font-size:12px; text-decoration:none; color:#999; margin-top:0px; padding-top:0px;}
    
    img.rightside {margin-left:80px; border:none; margin-top:5px;} 
    img.buynow{border:none; margin-top:-30px;}
    img.buynowfooter{border:none; margin-left:50px;}
    #list ul {list-style:none;}
    #list p {FONT-FAMILY:Tahoma, Helvetica, Arial, sans-serif; FONT-SIZE: 12px; color:#6E6F71;}
    #list li {FONT-FAMILY:Tahoma, Helvetica, Arial, sans-serif; FONT-SIZE: 12px; color:#6E6F71;}
    #list li:before{content: "\00AB \0020"; color:#95DEFA;} 
    /*----------------------------------------------FOOTER------------------------------------------------------------------*/
	#footer{
		float: left bottom;
		text-align: center;
		position: relative;
		
		font-family: arial; 
		font-size: 11px;
        
	 }
			
	.footerLink {
	  font-size: 12px;
	  font-family: arial; 
	  color: #C61059;
      
	  }			
			
			 #testimonials { margin-top:10px;width: 250px;;border: 0px solid black; float:right; min-height: 160px;}
    #testimonials a{color:#047FBF; }
    #testimonials ul {list-style:none; margin: 0px 0 0 0px; padding:0 0 0 0px;}
    #testimonials li.top{background-image:url('../images/home_blue_box_top.jpg'); background-repeat: no-repeat; *height:28px; height:21px; color:white; font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-size:12px; padding-top:7px; padding-left:10px;} 
    #testimonials li.content{ padding-left:10px; padding-right:10px; font-family: Tahoma,Helvetica, sans-serif; font-size:11.4px; color:#1f1f1f; border-right: 1px solid #ACACAC; border-left:1px solid #ACACAC; min-height:160px; margin-right:1px;}
    #testimonials li.bottom{background-image:url('../images/home_blue_box_bottom.gif'); background-repeat: no-repeat; height:9px;margin-top:-10px;}
		
	 #testimonials-home {margin-left:120px; float:left; margin-top:10px;}
	 #testimonials-home ul{list-style:none;)
h3.terms 
{font:1.1em Arial, Times, serif; color:#C61059; padding-bottom:0; padding-top:0; margin-bottom:-30px;}	
			
	
.sitemap1 {
	FONT-SIZE: 11px; COLOR: #012E60;  FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif Arial, sans-serif
}

.sitemap2 {
	FONT-SIZE: 11px;  COLOR: #C92222;  FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif Arial, sans-serif
}

.sitemap3 {
	FONT-SIZE: 11px;  COLOR: #000000;  FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif Arial, sans-serif
}


