body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	color:#cfd6db;
	background-color:#fff;
	background-position: center;
}
a {
	color: #fff;
	text-decoration: none;
}
/* MAIN BODY LAYOUT
-------------------------------------------- */
#tagline {
	text-align: right;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#chilli {
}
#logo {
	height: 52px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#chilli #navigation {
	background-color: #cdd1d3;
	height: 30px;
}
#maincontent1 {
	margin-top:10px;
	min-height: 260px;
	background-color: #EEE;
	background-image: url(../images/middle_bg2.jpg);
	background-repeat: repeat-x;
}
#maincontent2 {
	min-height: 150px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #263d51;
}
/* Menu
-------------------------------------------- */
#menu {
	background: #cdd1d3;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 10px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #cdd1d3 url("../images/seperator.jpg") bottom right no-repeat;
	color: #333;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#menu a:hover {
	background: #99ca3c url("../images/hover.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 900px;
	font-size: 11px;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	padding: 10px 5px;
	color: #666;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
	background: url(../images/topnav_hover.gif) no-repeat center top;
	color: #999;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	z-index: 1;
	left: 0;
	top: 35px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	color: #CCC;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	opacity:0.9;
	filter:alpha(opacity=90);
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}
/* Text Styling
-------------------------------------------- */
h1 {
	letter-spacing: 0px;
	margin: 0px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #cfd6db;
}
h2 {
	letter-spacing: 0px;
	margin: 0px 0;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
h4 {
	font: 18px Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 20px;
	color:#333;
}
h5 {
	font: 15px Arial, Helvetica, sans-serif;
	text-align: center;
}
.padding {
	padding: 20px 350px 20px 45px;
}
.identitycrisis {
	padding: 30px 0 20px 30px;
	position:relative;
}
#contactdetails {
	padding: 20px 0px 20px 30px;
}
#contactform {
	padding: 20px 0px 20px 40px;
}
.cat_button {
	width: 60px;
}
#footer {
	text-align: right;
	padding-top: 10px;
	color: #CCC;
	font-size: 11px;
}
/*  Case Studies
-------------------------------------------- */

.casestudies img {
	padding-right: 20px;
}
.casestudies img:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/* Page Flip CSS
-------------------------------------------- */

#pageflip {
	position: relative;
	z-index: 99;
}
#pageflip img {
	width: 50px;
	height: 52px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
/* Home Page LAYOUT
-------------------------------------------- */
#homebox {
	border: 5px solid #FFF;
	margin-top: 10px;
	background-color: #fff;
	height:230px;
}
#homebox:hover {
	background-color: #F8F9F9;
	cursor: default;
}
#homebox a:link {
	color: #99ca3c;
}
#homebox a:active {
	color: #99ca3c;
}
#homebox a:visited {
	color: #99ca3c;
}
#homebox a:hover {
	color: #333;
}
#homebox h2 {
	padding: 10px 5px 0px 5px;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
#homebox p {
	padding: 0 5px 0px 5px;
	color: #999;
	font-size: 10px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li {
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:940px;
	height:260px;
	overflow:hidden;
}
/* Flash
-------------------------------------------- */
#flashobject {
	position: absolute;
	height: 170px;
	width: 50px;
	top: 5px;
	right: 5px;
	float: left;
	z-index: 1;
}
#ourteam {
	background-image: url(../images/middle_bg2.jpg);
}
/* form 1 */

	#form1 {
	margin:1em 0;
	padding-top:10px;
	background:url(../images/form1/form_top.gif) no-repeat 0 0;
}
#form1 fieldset {
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:260px;
	margin-left:25px;
}
#contentarea #contactform #form1 p #catwebformbutton {
	width:143px;
	margin-left: 440px;
	height:48px;
	line-height:30px;
	border:none;
	color:#fff;
	cursor:pointer;
	text-align:center;
	background-image: url(../images/btnbg.png);
}
#contentarea #identityform #form1 p #identitycrisisbutton {
	width:100px;
	height:30px;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
#identityform {
	min-height: 220px;
}
#contentarea #contactform #form1 p #catwebformbutton:hover {
	width:143px;
	margin-left: 440px;
	height:48px;
	line-height:30px;
	border:none;
	color:#000;
	cursor:pointer;
	text-align:center;
	background-image: url(../images/btnbg.png);
}
#form1 legend {
	display:none;
}
#form1 p {
	margin:.5em 0;
}
#form1 label {
	display:block;
}
#form1 input, #form1 textarea {
	width:252px;
	border:1px solid #ddd;
	background:#394a58;
	padding:4px;
	color:#CCC;
}
#form1 input:focus, #form1 textarea:focus {
	background-color: #556F86;
}
#form1 textarea {
	height:125px;
	overflow:auto;
}
#form1 p.submit {
	clear:both;
	padding:0 25px 20px 25px;
	margin:0;
	text-align:right;
}
/* // form 1 */

#newsletter-form {
	margin: 15px;
}
.contentareapadding {
	padding: 15px;
}
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 260px;
	height: 138px;
	background: url(../images/drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
}
.gallery a:hover img {
	border-color: #000;
}
.gallery span {
	width: 262px;
	height: 138px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
/* Web App Web Portfolio */

.boxgrid h3 {
	margin: 10px 10px 0 10px;
	color:#FFF;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
}
.boxgrid {
	width: 262px;
	height: 176px;
	margin:10px;
	float:left;
	border: 1px solid #999;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 0 0 10px;
	color:#fff;
	font-weight:normal;
	font-size: 10px;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 176px;
	left: 0;
}
.caption .boxcaption {
	top: 176px;
	left: 0;
}
/* Web App Pagination */

#webapp6283pagination, #webapp6283pagination ul, #webapp5406pagination, #webapp5406pagination ul{
	padding: 0 0 0 0px;
	margin: 0 auto;
	list-style: none;
	float:none;
	width: 190px;
}
#webapp6283pagination li, #webapp5406pagination li {
	margin: 0px;
	padding: 5px;
	text-align:center;
	width: auto;
	height: auto;
	color:#333;
	background: none;
	font-size: 14px;
	font-weight: bold;
}
#webapp6283pagination a:link, #webapp6283pagination a:active, #webapp6283pagination a:visited {
	color:#666;
}
#webapp5406pagination a:link, #webapp5406pagination a:active, #webapp5406pagination a:visited {
	color:#666;
}
li.pag-next {
	padding-left: 5px;
}
.webapptable {
	margin: 0 0 0 40px;
}
#bookingform {
	padding: 0px;
}
#identitycrisisbutton {
	width: 90px;
}
#idcscontent {
	position:relative;
	}	
#idcs ul li p {
	font-size: 14px;
	line-height: 1.5;
}
#idcs {}	
#idcs ul, #idcs li{
	margin:0;
	padding:0;
	list-style:none;
	}
#idcs li{
	width:830px;
	height:150px;
	overflow:hidden;
	}
#idcs h2 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:125px;
	height:33px;
	position:absolute;
	left:0px;
	top:140px;
	}	
#nextBtn, #nextBtn2{ 
	left:705px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{
	display:block;
	width:125px;
	height:33px;
	background-image: url(/images/button_previous.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#prevBtn a:hover, #nextBtn a:hover {
	background-position: 0 bottom;
}
#nextBtn a, #nextBtn2 a{
	background-image: url(/images/button_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
#no1 {
	background-position: 10px 0px;
}
#no2 {
	background-position: -40px 0px;
}
#no3 {
	background-position: -105px 0px;
}
#no4 {
	background-position: -173px 0px;
}
#no5 {
	background-position: -238px 0px;
}
#no6 {
	background-position: -305px 0px;
}
#no7 {
	background-position: -369px 0px;
}
#no8 {
	background-position: -433px 0px;
}
#no9 {
	background-position: -498px 0px;
}
#no10 {
	background-position: -549px 0px;
	width: 75px;
}
.numbers {
	background-image:url(/images/numbersbg.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 130px;
	margin-right: 10px;
	float:left;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
	width:612px;
	height:700px;
	padding:10px;
	background-color:#ffffff;
	background-image: url(/images/mobbs_website_super.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

