/*
	Blue Chillies
	Created by: ST on 30/07/08
*/
/* clear fix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* page layout */
* {
	margin:0;
	padding:0;
}
#header,#wrapper,#footer{
	/*margin-left:100px;*/
	margin:0 auto;
}
body {
	background:url("images/bg-main.jpg") no-repeat 50% 0 #363535;
}
#header {
	width:1000px;
	height:80px;
	/*border:1px solid red;*/
}
#wrapper {
	width:1000px;
	height:656px;
	top:3px;
	left:3px;
	position:relative;
	/*background: url(../images/bg-main.jpg) repeat #003;*/
	/*border:1px solid red;*/
}
#footer {
	width:1000px;
	height:40px;
	top:20px;
	left:3px;
	position:relative;
	/*border:1px solid gray;*/
}

/* navigation bar */
ul#top-nav {
	list-style:none;
	display:block;
	margin:15px 0;
	float:right;
}
#top-nav li{
	float:left;
	/*overflow:auto;*/
	padding:25px 20px 1px 20px;
}
#top-nav li { border-left:1px solid #7f7f7f; }
#top-nav li.first { border-left:0px solid #fff; }
#top-nav li.current a {
	color:#fff;
	border-top:4px solid #7d83d7;
	cursor:text;
}
#top-nav li a {
	font-family:Arial;
	font-size:10pt;
	font-weight:400;
	text-decoration:none;
	color:#a6a6a6;
}
#top-nav li a:hover {
	color:#fff;
}

#top-nav li a img {
	border:none;
}
#top-nav li#dimmi {
	padding-top:0;
	padding-right:0;
}
#dimmi-cal {
	float:right;
	display:block;
}
/* font & style */
p,h1,h2,h3,h4,h5,body{
	font-family: Tahoma, sans-serif;
	color:#e5e5e5;
	line-height:150%;
	font-weight:normal;
}
p {
	font-size:10pt;
	font-weight:300;
}
h1 {
	font-family:Arial;
	font-size:26pt;
	font-weight:400;
}
h2 {
	color:#7d83d7;
	font-family:Arial;
	font-size:14pt;
	font-weight:600;
}
h3 {
	color:#7d83d7;
	font-family:Arial;
	font-size:14pt;
	font-weight:400;
}
h4 {
	color:#7d83d7;
	font-family:Arial;
	font-size:12pt;
	font-weight:normal;
}
h5 {
	color:#7d83d7;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}
a {
	color:#e5e5e5;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a#company {
	margin:20px 0px 0px 40px;
	/*position:relative;
	top:50px;*/
	float:left;
	text-decoration:none;
}
.gray { color:#c7c7c7; }
.blue { color:#7d83d7; }
.red { color:#e52e2e; }
#banner {
	margin:20px 0 0 20px;
	border:1px solid #999;
}

#footer p, #footer a, #footer a:hover {
	font-family:Arial;
	font-size:8pt;
	font-weight:600;
	color:#a6a6a6;
	text-decoration:none;
}
#footer p.left { float:left; }
#footer p.right { float:right; }

#content {
	margin:20px 20px 0px 20px;
	width:960px;
	height:325px;
	overflow:auto;
	/*background-color:#fff;*/
	/*border:1px solid #fff;*/
}

/* homepage */
/* v1 
#blurb1 {
	float:left;
	width:940px;
}
#blurb1 .sub {
	float:left;
	margin-right:10px;
	width:460px;
}
#blurb1 .sub h5 a {
	color:#7d83d7;
	text-decoration:none;
}
#blurb1 .sub h5 a:hover {
	color:#fff;
	text-decoration:none;
}
#blurb1 .sub img {
	float:left;
	margin-right:10px;
	border:1px solid #999;
}
#blurb1 .sub p {
	font-size:8pt;
}*/
/* v2 */
#feature {
	float:left;
	width:375px;
}
#feature .sub {
	margin-top:40px;
	clear:both;
}
#feature .sub h5 a {
	color:#7d83d7;
	text-decoration:none;
}
#feature .sub h5 a:hover {
	color:#fff;
	text-decoration:none;
}
#feature .sub a img {
	float:left;
	margin-right:10px;
	border:1px solid #999;
}
#feature .sub p {
	font-size:8pt;
}
#philosophy {
	font-style:italic;
	color:#cdcffb;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	padding:10px 0;
}

/* menu */
#menu-blurb {
	float:left;
	width:150px;
	height:325px;
	padding-right:10px;
}
#menu-blurb p {
	font-style:italic;
	font-size:8pt;
}
#nav-wrap {
	float:left;
	width:150px;
	height:325px;
	margin-left:10px;
	border-right:1px dotted #fff;
}
ul#side-nav {
	/*position:fixed;*/
	margin-right:10px;
	width:150px;
	list-style:none;
}
ul#side-nav li {
	text-align:right;
	padding-right:10px;
}
ul#side-nav li.current {
	background-color:#363535;
	border-left:5px solid #7d83d7;
	border-bottom:1px solid #7d83d7;
	/*border-top:1px dotted #7d83d7;*/
}
ul#side-nav li.current a {
	color:#fff;
	cursor:text;
}
ul#side-nav li a {
	padding:0 5px;
	color:#a6a6a6;
	font-family:Arial;
	font-size:10pt;
	font-weight:400;
	text-decoration:none;
}
ul#side-nav li a:hover {
	color:#fff;
}
#notice {
	margin:150px 10px 0 0;
	text-align:right;
	font-size:7pt;
	font-weight:normal; }
#menu {
	float:left;
	width:620px;
	height:300px;
	overflow:auto;
	padding-left:10px;
}
#menu h5 { clear:both; }
#menu .item {
	clear:both;
	display:block;
}
#menu .item .desc {
	float:left;
	margin-right:10px;
	width:480px;
}
#menu .item .prc {
	float:left;
	margin-right:10px;
	width:100px;
}
/*#menu .item .desc ,#menu .item .prc*/ .desc, .prc {
	font-size:10pt;
	font-family: Tahoma, sans-serif;
	color:#e5e5e5;
	line-height:200%;
	font-weight:normal;
}
#menu .item .prc .gls, #menu .item .prc .btl {
	float:left;
	width:40px;
}
#menu .bqt {
	clear:both;
	display:block;
}
#menu .bqt .desc {
	float:left;
	margin-right:10px;
	width:250px;
}
#menu .bqt .prc {
	color:#7d83d7;
	float:left;
	margin-right:10px;
	width:100px;
}

/* function , review */
#func-blurb {
	float:left;
	margin-right:10px;
	width:550px;
}
#func-blurb p { margin-bottom: 10px; }
#gallery {
	float:right;
	width:375px;
	padding-top:30px;
}
#gallery .sub {
	float:right;
	width:inherit;
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid #999;
	/*width:300px;*/
}

/* location */
#info {
	float:left;
	margin-right:10px;
	width:250px;
}
#blurb {
	float:left;
	width:650px;
}
#blurb .sub {
	float:left;
	margin-right:10px;
	width:320px;
}
#blurb .sub h5 a {
	color:#7d83d7;
	text-decoration:none;
}
#blurb .sub h5 a:hover {
	color:#fff;
	text-decoration:none;
}
#blurb .sub img {
	float:left;
	margin-right:10px;
	border:1px solid #999;
}
#blurb .sub p {
	font-size:8pt;
}
#map {
	margin:20px 0 0 120px;
	background-color:#464545;
}
/* windows  */
body {
	scrollbar-base-color: #7d83d7;
	scrollbar-arrow-color: #eeeeee;
	scrollbar-face-color: #363535;
}

