/*
------------------------------------------------------------------------
Theme Name:[projectname]
Author:[authorname]
Author Company URI:http://www.globalwsolutions.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}


/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


h1{

}

h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}


p{
	font-size: 13px;
	margin-bottom:10px;
}


/* CSS Document */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #600000;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 896px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}

#header{
	height: 129px;
	background: url(images/bg_header.jpg) repeat-x top left;
}

#h_left{
	width: 333px;
	text-align: center;
	float: left;
}

#h_right{
	width: 515px;
	float: right;
	background: url(images/bg_h_right.jpg) bottom left repeat-x;
	height: 90px;
	font-size: 24px;
	text-align: right;
	padding-right: 35px;
	padding-top: 20px;

}

*html #h_right{
	width: 550px;
    height: 110px;
}

.h_r_order{
	text-align: right;
	font-size: 24px;
}






#content{
	background: url(images/bg_content.jpg) repeat-y top left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.c_left{
	float: left;
	width: 266px;
	margin-left: 17px;
}

#c_l_order{
	height: 126px;
	background: url(images/bg_order.png) no-repeat top left;
	padding-top: 250px;
	text-align: center;
	color: #bd0000;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

*html #c_l_order{
	height: 376px;
}


#c_l_order h4{
	font-size: 14px;
	color: #bd0000;
	text-transform: uppercase;
	font-weight: bold;
}

#c_l_order a{
	color: #bd0000;
	text-decoration: underline;
}

#c_l_order a:hover{
	color: #bd0000;
	text-decoration: underline;
}


#c_l_follow{
	background: url(images/bg_follow.png) no-repeat top center;
	height: 59px;
	margin-top: 15px;
	padding-top: 35px;
	text-align: center;
}

*html #c_l_follow{
	height: 94px;
}


#c_right{
	float: right;
	width: 610px;
}


#c_r_banner{
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.c_r_banner_left{
	float: left;	
	width: 277px;

}

#c_r_daily{		
	width: 277px;
	height: 216px;
	background: url(images/bg_daily_special.png) no-repeat top left;
	margin-left: 23px;
	text-align: center;
}

.c_r_banner_right{
	float: right;
	width: 277px;

}


.c_r_banner_bottom{
	margin-top: 20px;
}


.c_r_b_box{
	width: 564px;
}

.c_r_b_box_mid{
	background: url(images/bg_mid_box.png) repeat-y top left;
	padding-left: 20px;
	padding-right: 20px;
}



#c_r_seasonal{
	width: 277px;
	height: 216px;
	background: url(images/bg_seasonal_special.png) no-repeat top left;
	margin-right: 15px;
	text-align: center;
}


.c_r_d_title{
	/* margin-top: 30px; */
    padding-top: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}


.c_r_d_left{
	float: left;
	width: 100px;
	margin-left: 30px;
}

.c_r_d_left img, .c_r_d_right img{
	border: 1px solid #FFFFFF;
}

.c_r_d_right{
	float: right;
	width: 120px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
}

.c_r_d_right a{
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	font-style: italic;
}

.c_clear{
	clear: both;
	height: 0px;
}



#content_bottom{
	background: #d8d9f5 url(images/bg_content_bottom.jpg) repeat-x top left;
	padding-top: 4px;
	padding-bottom: 20px;

}

.cont_c_b_left{
	width: 298px;
	float: left;
	font-size: 12px;
	color: #303030;
}


#c_b_left{
	width: 208px;
	height: 170px;
	background: url(images/bg_location.jpg) no-repeat top left;
	padding: 35px 45px 35px 45px;
	font-size: 12px;
	color: #303030;
	
}

*html #c_b_left{
	width: 298px;
	height: 240px;
}


.cont_c_b_left h3{
	font-size: 14px;
 	font-weight: bold;
	color: #39486d;
	margin-bottom: 10px;
}

.cont_c_b_left p{
	font-size: 12px;
	color: #303030;
}

.c_b_right{
	width: 560px;
	float: right;
	margin-top: 28px;
	margin-right: 25px;
	line-height: 18px;
}

.c_b_right h1{
	font-size: 25px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 15px;
	/*margin-top: 10px;*/
}	

.c_b_right p{
	line-height: 18px;
}

.c_b_right a{
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	font-style: italic;
}

#footer{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #600000;
	font-size: 12px;
	color: #FFFFFF;
}

a.foot{
	color: #FFFFFF;
	text-decoration: none;
}

a.foot:hover{
	color: #FFFFFF;
	text-decoration: underline;
}	





/* INTERIOR PAGE */

#content_sub{
	background: url(images/bg_sub_content2.jpg) repeat-y top left;

}

#c_sub_left{
	width: 207px;
	float: left;
	margin-left: 22px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
}

*html #c_sub_left{
	width: 245px;
}

.c_s_l_content{
	
}

#c_sub_right{
	width: 527px;
	float: right;
	margin-right: 27px;
	margin-top: 21px;
	background-color: #ffeca1;
	border: 1px solid #beb08e;
	margin-bottom: 25px;
	padding: 25px;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}


*html #c_sub_right{
	width: 577px;
}


.c_s_r_content{
	font-size: 13px;
	/* color: #4d4d4d; */
    color: #000000;
}


#c_sub_right h1{
	font-size: 25px;
	color: #600000;
	font-weight: normal;
	margin-bottom: 20px;
}

#c_sub_right p{
	font-size: 13px;
	color: #000000;
}


#c_sub_right ul{
	margin-left: 20px;
	font-size: 13px;
}

#c_sub_right ul li{
	list-style-type: circle;
	margin-bottom: 5px;
	
}



hr{
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
	border-top: 1px solid #fff;
}

.box_banner1{
	height: 150px;
	width: 205px;
	background: url(images/bg_flavour.jpg) no-repeat top left;
	border: 1px solid #d7b179;
}

.box_title{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
}

.box_content{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px;
}

.box_content p{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px;
}

.box_content h3{
	font-size: 18px;
	font-weight: normal;
}

.box_content a{
	color: #ffffff;
	
}

.box_banner2{
	height: 150px;
	width: 205px;
	background: url(images/bg_diet.jpg) no-repeat top left;
	border: 1px solid #d7b179;
}


.box_noborder{	
	font-size: 14px;
	color: #000000;
}

.box_noborder p{	
	font-size: 14px;
	color: #000000;
}

.box_noborder h3{	
	color: #3e486c;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}


/* END OF INTERIOR PAGE */





/* MENU */



#menu{
	margin-top: 2px;
	background-color: #600000;
	padding-left: 35px;
	padding-right: 35px;
	height: 29px;
	line-height: 29px;
	margin-bottom: 1px;
	font-family:"Century Gothic";
}


/* DNN MENU */

.MenuContainerClassX{
	width: 826px;
	text-align: center;


}

.MenuItemClassX{
	font-family:"Century Gothic";
	font-size:12px;	
    text-decoration:none;
	font-weight:normal;   
	color: #ffffff;
	cursor: pointer;
}

.MenuItemSelectedClassX{
	font-family:"Century Gothic";
	font-size:12px;	
    text-decoration:none;
	font-weight:normal;    
    color: #600000; 
	
	cursor: pointer;	
}



.rootMenuItemClassX{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight:bold; 
}

.rootMenuItemActiveX{
	color: #600000; 
	text-transform: uppercase;
	font-weight:bold; 
	background-color: #e2afbe;
}

.rootMenuItemSelectedX{
	color: #600000; 
	text-transform: uppercase;
	font-weight:bold; 
	background-color: #e2afbe;
}


.rootMenuItemClassX TD{
	text-align: center;
	line-height: 29px;


	
}

.rootMenuItemActiveX TD{
	text-align: center;
	line-height: 29px;


}

.rootMenuItemSelectedX TD{
	text-align: center;
	line-height: 29px;
	
}


.SubMenuClassX{
	background:#470001;
	width: 150px;
	text-align: left;		
	color:#ffffff;
	font-size: 12px;
}


.SubMenuActiveX{

	color: #600000;
	line-height: 18px;
	width: 150px;
	background-color: #e2afbe;
}


.SubMenuOverX{

	color: #600000;
	line-height: 18px;
	width: 150px;
	background-color: #e2afbe;
}



.SubMenuClassX TD{
	line-height: 24px;
	width: 150px;
}


.SubMenuActiveX TD{
	width: 150px;
	line-height: 24px;
	background-color: #e2afbe;
}


.SubMenuOverX TD{
	width: 150px;	
	line-height: 24px;
	background-color: #e2afbe;
	
}


.ClassSeparator{
	
}

