@charset "utf-8";

html, body {
	height:100%;
	margin:0; 
	padding:0;
	background-image: url(../img/background-img.png), -moz-linear-gradient(top, #CCC, #fff);
	background-image: url(../img/background-img.png),-webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(#fff));
	background-image: url(../img/background-img.png),-webkit-linear-gradient(top, #CCC, #fff);
	background-image: url(../img/background-img.png),-o-linear-gradient(top, #CCC, #fff);
	background-image: url(../img/background-img.png),linear-gradient(to bottom, #CCC, #fff);
	background-repeat: no-repeat, repeat-x;
	background-color: #fff;
}

#main-container	{
	height:inherit;
	height:100%;
}

#content	{
	background:#fff;
	min-height: 600px;
    height: auto !important;
}

#content-container	{
	max-width:1232px;
	margin-left : auto ;
	margin-right : auto ;

}

#header-container	{
	background: #d70202;
	background: -moz-linear-gradient(#ff0000 0%, #a50000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #a50000));
	background: -webkit-linear-gradient(#ff0000 0%, #a50000 100%);
	background: linear-gradient(#ff0000 0%, #a50000 100%);
	padding:10px;
}

#header	{
	max-width:1232px;
	margin-left : auto ;
	margin-right : auto ;
}

#footer	{
	font:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:12px;
	text-align:center;
	border-top:#666 solid 1px;
	padding-top:5px;
}

#banner-container	{
	background-image:url(../img/home-pg/background.jpg);
	background-repeat:repeat-x;

}

#banner	{
	max-width:1232px;
	margin-left : auto ;
	margin-right : auto ;
}

#specials-container	{
	max-width:1232px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left : auto ;
	margin-right : auto ;
	background:#FFF;
}

#specials	{
	margin-top:10px;
	display:inline-block;
}

.cycle-prev, .cycle-next { 
	position: absolute; 
	top: 0; 
	width: 10%; 
	opacity: .6; 
	filter: alpha(opacity=0); 
	z-index: 800; height: 100%; 
	cursor: pointer; 
}

.cycle-prev { 
	left: 0;  
	background: url(../img/home-pg/left.png) 10% 50% no-repeat;
}

.cycle-next { 
	right: 0; 
	background: url(../img/home-pg/right.png) 10% 50% no-repeat;
}

.cycle-prev:hover, .cycle-next:hover { 
	opacity: 1; 
	filter: alpha(opacity=70);
}

.headings	{
	font-family: 'Roboto', sans-serif;
	color:#900;
	font-size:28px;
	font-weight:900;
	padding:10px;
}

.red-bar	{
	background: #d70202;
	background: -moz-linear-gradient(#ff0000 0%, #a50000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #a50000));
	background: -webkit-linear-gradient(#ff0000 0%, #a50000 100%);
	background: linear-gradient(#ff0000 0%, #a50000 100%);
	padding:5px;
	text-shadow: 2px 2px #4A0002;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	box-shadow: 3px 3px 5px #888888;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 1px 1px rgba(255,255,255,1); /*top intern*/

}

.buttons	{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size:18px;
	font-weight: 500;
	background: #d70202;
	background: -moz-linear-gradient(#950000 0%, #c84545 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #950000), color-stop(100%, #c84545));
	background: -webkit-linear-gradient(#950000 0%, #c84545 100%);
	background: linear-gradient(#950000 0%, #c84545 100%);
	padding:5px;
	text-shadow: 2px 2px #4A0002;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	box-shadow: 3px 3px 5px #888888;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 1px 1px rgba(255,255,255,1); /*top intern*/

}

.buttons-black	{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size:18px;
	font-weight: 500;
	background: #333;
	background: -moz-linear-gradient(#333 0%, #666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #666));
	background: -webkit-linear-gradient(#333 0%, #666 100%);
	background: linear-gradient(#333 0%, #666 100%);
	padding:5px;
	text-shadow: 2px 2px #000000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	box-shadow: 3px 3px 5px #888888;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 1px 1px rgba(255,255,255,1); /*top intern*/

}

.sub-heading	{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#FFF;
	font-size:15px;
	text-shadow: 2px 2px #4A0002;

}

.boxes	{
	padding:10px;
	background: -moz-linear-gradient(#cdd7db 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdd7db), color-stop(100%, #FFF));
	background: -webkit-linear-gradient(#cdd7db 0%, #FFF 100%);
	background: linear-gradient(#cdd7db 0%, #FFF 100%);
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.enquiry-form {
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#666666;
   padding-left:10px;
   padding-right:10px;
   background-color:#CED8DC;

}

.enquiry-form-dark {
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#FFFFFF;
   text-align:justify;
   padding-left:10px;
   padding-right:10px;
   background-color:#9CB0B8;
   
}