html, body {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Calibri, "Georgia","Times New Roman",Times,Serif normal ;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	/*text-shadow: 0px 1px 0px #FFF;*/
	/*margin: 0; padding: 0; */
	background: #FFF;  /* dark red 800000 */
	/*background:url(../images/backtile.jpg); */
	/* For Fullscreenr background image */
	overflow:auto; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necessary for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:fixed;
	z-index: -1;
}

#toc {
/* for scrolling test */
}

#holder {
/* for background image */
	position: relative;
	z-index: 2;				/* Place the new body above the background image */
	overflow:hidden; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('../images/raster2.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

#header {
	width: 180px;
	top: 0px; left: 20px;
	position: fixed;
	z-index: 9000;
	border: 1px solid #BB0000;
	-moz-box-shadow: 0 0 30px #333;
	-webkit-box-shadow: 0 0 30px #333;
	box-shadow: 0 0 30px #333;
	background: #880000;
	background: -webkit-gradient(linear, left top, left 15, from(#FF0000), color-stop(4%, #FF0000), to(#880000));
	background: -moz-linear-gradient(top, #FF0000, #FF0000 1px, #880000 15px);
}

#logo{
	width: 105px;
	height: 100px;
	position: fixed;
	bottom: -10px;
	left: 0px;
	z-index: 88;
}

#switched{
	width: 38px;
	height: 40px;
	position: fixed;
	top: 60px;
	left: 0px;
	z-index: 90;
}

#navigator{
	padding: 30px 0 20px 38px;  
	width: 230px;
	height: 230px;
	position: fixed;
	top: 160px;
	left: 0px;
	z-index: 9999;
	/* background:url(../images/sidenav.png) no-repeat left top;   Image used as background on hover effect */
}

/*Slideout navigation_left*/
ul#navigation_left {
    position: fixed;
    bottom: 120px;
    list-style: none;
    z-index:9001;
    height: 160px;    
}
ul#navigation_left li a {
    display: block;
    height: 80px;
}

/*Slideout Navigation*/
ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    right: 10px;
    list-style: none;
    z-index:9001;
    width: 500px;    
    line-height: 1.1;
}
ul#navigation li {
    width: 80px;
    display:inline;
    float:left;    
}
ul#navigation li a {
    display: block;
    float:left;
    margin-top: -2px;
    width: 77px;
    height: 15px;
    background-color:#787878;
    background-repeat:no-repeat;
    background-position:50% 10px;
    border:1px solid #FFF;
/*
    -moz-border-radius:0px 0px 8px 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
*/
    text-decoration:none;
    text-align:center;
    padding-top:52px;
    opacity: 0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);  
}
ul#navigation li a:hover{
    background-color:#111;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);  
}
ul#navigation li a span{
    letter-spacing:1px;
    font-size:13px;
    color:#FFF;
    text-shadow: -1px -1px 0px #777;      
}
ul#navigation .home a {
    background-image: url(../images/nav_home.png);
}
ul#navigation .work a {
    background-image: url(../images/nav_work.png);
}
ul#navigation .expertise a {
    background-image: url(../images/nav_expertise.png);
}
ul#navigation .clients a {
    background-image: url(../images/nav_clients.png);
}
ul#navigation .kitchen a {
    background-image: url(../images/nav_kitchen.png);
}
ul#navigation .contact a {
    background-image: url(../images/nav_contact.png);
}

#carousel {
	width: 768px;
	height: 333px;
	margin:4% 18% 1% 12%;
	padding: 0px;
	border: 5px solid #dedede;
	position: relative;
	overflow: hidden;
}

#carousel +div {
	width: 753px;
	margin:0% 18% 0% 12%;
	padding: 18px;
	overflow: hidden;
}

#slidepanel {
	width: 768px;
	height: 333px;
	margin:6% 18% 1% 12%;
	padding: 3px;
	border: 5px solid #dedede;
	position: relative;
	z-index: 7000;
}

/* Main Column */
.wrap {
	width: 744px; /* 75% */
	margin:0% 0% 1% 12%;
	padding:0 15px 10px 15px; 
	text-align: left;
	position: relative;
	border: 1px solid #FFF;
	background-image: url(../images/backchecked.png);
	overflow: hidden;
	z-index: 6000;
}

.footerwrap {
	width: 744px; /* 75% */
	margin:0% 0% 1% 12%;
	padding:0 15px 10px 15px; 
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 6001;
}

#content-wrap {
	clear: both;
	width: 670px;	
	padding: 0; 	
	margin-left: 15px;	
	display: inline;
	position: relative;
}

#main {
	/*float: left;*/
	width: 100%;
	padding: 10px 0 0 0;
	/*margin: 0 0 0 10px;*/
	display: inline;
}

#column_float {
	float: left;
	width: 35%;
}
#column_end {
	float: left;
	margin-left: 15px;
}

.paging {
	display: block;
	height: 250px;
}

.title {
	font-size: 24px;
	font-weight: normal;
	font-family: MuseoSlab500, Georgia,"Times New Roman",Times,Serif;
	color: #D2D2D2;
	text-shadow: -1px -1px 0px #380000;
	margin: 0;
}

.subtitle {
	font-size: 15px;
	font-weight: normal;
	font-family: MuseoSans500, Georgia,"Times New Roman",Times,Serif;
	color: #8FAFBF;
	text-shadow: 0px -1px 0px #000;
	margin: 0;
}


h1 {
	font-size: 50px;
	font-weight: normal;
	font-family: MuseoSlab500, Georgia,"Times New Roman",Times,Serif;
	color: #4F6F7F;
	text-shadow: 0px 1px 0px #FFF;
	margin: 0;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 48px;
	font-weight: normal;
	font-family:  MuseoSlab500, Georgia,"Times New Roman",Times,Serif;
	color: #40b5e6;
	text-shadow: 0px 1px 0px #FFF;
	margin: 0;
}

h3 {
	font-size: 36px;
	font-weight: normal;
	font-family:  MuseoSlab500, Georgia,"Times New Roman",Times,Serif;
	color: #4F6F7F;
	text-shadow: 0px 1px 0px #FFF;
	margin: 0;
}

h4 {
	font-size: 28px;
	font-weight: normal;
	font-family:  FontinSans, Georgia,"Times New Roman",Times,Serif;
	color: #333;
	text-shadow: 0px 1px 0px #FFF;
	margin: 0;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	font-family:  FontinSans, Georgia,"Times New Roman",Times,Serif;
	color: #8FAFBF;
	text-shadow: 0px 1px 0px #FFF;
	margin: 0;
}

h5 {
/* for scrolling */
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
	text-align   : justify;
	line-height  : 1.5em;
	display: block;
	position: relative;
}

/*
a {
	outline: none;	
}

a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 0 30px 10px 0;
	vertical-align: top;
}
*/

a.bodylink:visited {color: #40b5e6; text-decoration: none}
a.bodylink:link {color: #40b5e6; text-decoration: none}
a.bodylink:active {color: #40b5e6; text-decoration: none}
a.bodylink:hover {cursor: pointer; color: #FFF; background-color: #40b5e6; padding: 2px 0px; text-decoration: none}
