* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	background: rgb(53,53,53);
	overflow: -moz-scrollbars-vertical;
}
/*****  Layout  *****/
#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgb(95,95,95);
	border-right: 1px solid rgb(95,95,95);
	background: rgb(41,41,41);

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -50px;
}

#header {
	height: 200px;
	border-bottom: 1px solid rgb(95,95,95);
	background: url(/images/header.png);
	z-index: 2;
}
#menu {
	font-family: Verdana;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 10px 0px 10px 130px;
	height: 46px;
}
#content {
	position: relative;
	width: 100%;
}
#footer {
	position: relative;
	height: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid rgb(95,95,95);
	border-left: 1px solid rgb(95,95,95);
	border-right: 1px solid rgb(95,95,95);
	background: rgb(41,41,41);
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	color: rgb(128,128,128);
}
#footer_push {
	height: 50px;
}
#content_left {
	width: 400px;
	float: left;
	border-right: 1px solid rgb(95,95,95);
}
#content_right {
	float: left;
}
#content_wide {
	text-align: left;
}
/*****  menu  *****/
.menu_item {
	float: left;
	width: 120px;
	height: 46px;
	vertical-align: middle;
	padding: 15px 0px 0px 0px;
	letter-spacing: 2px;
}
#menu a {
	text-decoration: none;
	color: rgb(192,192,192);
}
#menu a:hover {
	text-decoration: underline;
	color: rgb(192,192,192);
}
.menu_separator {
	float: left;
	width: 2px;
	height: 46px;
	background-image: url(/images/menu_separator.png);
}
/*****  Service  *****/
.service_box {
	width: 100%;
}
.services_icon_left, .services_icon_right {
	width: 122px;
	height: 122px;
	float: left;
	margin: 10px;
}
.services_icon_right {
	float: right;
}
/*****  Text  *****/
img {
	padding: 2px;
}
p, li {
	color: rgb(164,164,164);
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	padding: 5px 15px 10px 20px;
}
h2 {
	color: rgb(249,113,54);
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: justify;
	padding: 5px 15px 10px 15px;
}
ul {
	list-style-image : url(/images/indent.gif);
	padding: 5px;
	margin-left: 20px;
	padding-left: 20px;	
}
li {
	padding: 2px;
}
.orange {
	color: rgb(249,113,54);
}
/*****  Contact  *****/
.contact_table {
	margin: 0px 0px 15px 50px;
	text-align: left;
}
.contact_table th {
	color: rgb(164,164,164);
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	width: 60px;
}
.contact_table td {
	color: rgb(192,192,192);
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
#email {
	color: rgb(164,164,164);
	font-family: Verdana;
	font-size: 11px;
}
/*****  LangBox  *****/
#lang_box {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 1;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
#lang_box_selector {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 1;
	visibility: hidden;
}
.lang_item  {
	float: left;
	width: 35px;
	text-align: left;
	color: rgb(192,192,192);
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.lang_separator {
	float: left;
	width: 10px;
}
/**** Portfolio ****/
.thmb {
	border: 1px solid rgb(rgb(249,113,54);
/*	margin: 0px 20px;
	display: block;*/
}



