body {
	padding:0;
	margin:0;
}

#canvas {
	min-height: 580px;
}

* html #canvas {
	height:580px;
}

#page {
	width:730px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.bartop {
	margin-top: 30px;
	height:16px;
	display: block;
	background-color: #F8F8F8;
	padding:0;
}

.bar {
	height:16px;
	background-color: #E0DFE1;
	margin:0;
	padding:0;
}

h2 {
	font-size: 12px;
}


h1#logo {
	float: left;
	width:201px;
	height:83px;
	background: url(../img/logo.png) no-repeat;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* IE-win CSS hack \*/
* html h1#logo  {
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/logo.png, sizingMethod='scale');
}
/* End IE-win */

#logo span {
	position: absolute;
	display: block;
	left: -9999px;
}

div#menu {
	float:right;
	height:38px;
	width:345px;
	background: url('../img/menu_top.png') repeat-x top right;
	margin:0;
	padding:0;
	font: bold 10px  Lucida Grande,  Arial, sans-serif;
	text-align:center;
}







/* IE-win CSS hack \*/
* html div#menu  {
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/menu_top.png, sizingMethod='scale');
}
/* End IE-win */

/* Used for centring links at menu */
div#menu div {
	float: right;
	width:336px; /* = links count * link width */
	height: 38px;
	margin:0 auto;	
	overflow:hidden;
}


#menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}


#menu ul li{
	float:left;
	
}

.bullet{
	color:#515151;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;

}


div#menu a {
	color:#515151;
	text-decoration:none;
	display:block;
	height: 12px;
	padding-right:0px;
	float:left;
	margin-right:6px;
	margin-left:2px;
	margin-top:14px;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:50;
}

* html div#menu a {
	margin-right:3px;
}

div#menu a:hover {
	color:#DE7310;
}


/*Content page*/
/*----------------------------------------------------------------------------*/



#content {
	clear: both;
	display: block;
	width:734px;
	background: url('../img/large_box.png') no-repeat top left;	
	min-height: 400px;
	border: none;
	overflow:auto;
	margin-top:100px;
}

#cont_contact {
	clear: both;
	display: block;
	width:734px;
	background: url('../img/large_box_contact.png') no-repeat top left;	
	border: none;
	overflow:auto;
	margin-top:100px;
	padding:10px;
	padding-left:20px;
}

#content #contentinner {
	margin: 30px 20px 0px 30px;
	padding-bottom:45px;
}

p#p4setingMargin4content
{
	margin:0;font-size:1px;clear:both;
}

/* IE-win CSS hack \*/
* html #content  {
	 background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/large_box.png, sizingMethod='crop');
}
/* End IE-win */


/* IE-win CSS hack \*/
* html #cont_contact  {
	 background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/large_box_contact.png, sizingMethod='crop');
}
/* End IE-win */

#footer {
	margin:0;	
	text-align:left;
	font-size:10px;
	clear:both;
	float:left;
	width:100%;
	
}




/*INDEX PAGE*/
/*----------------------------------------------------------------------------*/


/* Gradient blocks ================= */
.box {
	overflow:hide;
	width:367px;
	position:absolute;
}

.bottom_left {
	left:5px; top:430px;
}

.top_left {
	left:5px; top:300px;
}

.right {
	left:375px; top:300px;
}

.box .grad{
	height:134px;	
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

.box .strip{
	position:absolute;
	top:4px;
	left:-1px;
	z-index:50;
	height:84px;
	width:95px;
}


.box_top_left {
	overflow:hide;
	width:362px;
	height:122px;
	position:absolute;
	left:5px; top:305px;
}

.box_bottom_left {
	overflow:hide;
	width:360px;
	height:116px;
	position:absolute;
	left:5px; top:433px;
}

.box_top {
	height:19px;
	background: url('../img/box_top.png') no-repeat top left;	
}

/* IE-win CSS hack \*/
* html .box_top  {
	width:367px;	
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box_top.png, sizingMethod='scale');
 	font-size:1px;
}
/* End IE-win */

.box_middle {
	background: url('../img/box_middle.png') repeat-y top left;	
}

.box_middle p {
	padding:0px 20px 0px 20px;
	margin:0;
	position:relative;
	z-index:10;
	font: normal 11px  Lucida Grande,  Arial, sans-serif;
	color:#797581;
}

p.right_text {
	width:280px;
	border-bottom:solid 1px #CDCCCF;
	padding:0px 20px 5px 0px;
	margin-left:20px;
}

* html p.right_text {
	width:230px;
	margin-left:20px;
}

.box_middle p a {
	text-decoration:none;
	color:#CA5139;	
} 

.box_middle h2 {
	font: bold 10px Lucida Grande,  Arial, sans-serif;
	color:#686471;
	margin:0;
	position:relative;
	z-index:10;	
	padding:0px 20px 0px 20px;
	margin-top:5px;
	margin-bottom:5px;
}

* html .box_middle h2 {
	margin-top:2px;
}

/* IE-win CSS hack \*/
* html .box_middle  {
	width:367px;	
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box_middle.png, sizingMethod='scale');
}
/* End IE-win */

.box_bottom {
	height:17px;
	background: url('../img/box_bottom.png') no-repeat top left;	
}

/* IE-win CSS hack \*/
* html .box_bottom  {
	width:367px;	
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box_bottom.png, sizingMethod='scale');
}
/* End IE-win */

/*Rounded corners --------------------------------------- */
.box50_top {
	width: 322px;
	background: url('../img/box50_top.png') no-repeat top left;	
	height:19px;
	margin-top:0px;
}

/* IE-win CSS hack \*/
* html .box50_top  {
	width: 322px;
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box50_top.png, sizingMethod='scale');
}
/* End IE-win */

.box50_middle {
	width: 322px;
	font: normal 10px  Lucida Grande,  Arial, sans-serif;	
	background:#fff;
	position:relative;
}
.box50_bottom {
	width: 322px;
	background: url('../img/box50_bottom.png') no-repeat top left;	
	height:16px;
	margin-bottom:25px;
}

/* IE-win CSS hack \*/
* html .box50_bottom  {
	width: 322px;
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box50_bottom.png, sizingMethod='scale');
}
/* End IE-win */

.inbox50 {
	padding: 0 10px 0 10px;
}

.inbox50 h2 {
	margin: 0;

}

.inbox50 table
{
	margin: 0;
	width: 99%;
	border-collapse: collapse;
/*
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
*/
}

.inbox50 table td
{
	padding: 4px;
	width: 49%;
/*
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
*/
	vertical-align: top;
	line-height: 160%;
	}
	
	
.inbox50 a
{
	color: #DE7310;
}




div#column_left {
	width:337px;
	float:left;
	margin:0;
}

div#column_right {
	width:337px;
	float:right;
	margin:0;
}

div#column_left2 {
	width:210px;
	float:left;
}

div#column_right2 {
	width:450px;
	float:right;
}


/*Projects*/

.large_box .grad{
	height:134px;	
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

.large_box {
	height:411px;
	width:734px;
	background: url('../img/large_box.png') no-repeat top left;	
	margin-top:122px;
	padding:26px;
	z-index:100;
}

/* IE-win CSS hack \*/
* html .large_box  {
	width:682px;	
	height:359px;
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/large_box.png, sizingMethod='scale');
}
/* End IE-win */


.wb_margin {
	margin-left:10px;
}

/* IE-win CSS hack \*/
* html .white_box1  {
	width:218px;	
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/white_box2.png, sizingMethod='scale');
}
/* End IE-win */

.box_vert_middle p{
	padding-top:6px;
	padding-left:2px;
	margin:0;
}

.box_vert_middle a{
	position:relative;
	text-decoration: none;
	color:#333;
	margin-right:0px;
}

.box_vert_middle a img {
	border:none;	
	margin:0;
	margin-bottom:0px;
	padding:5px;
	padding-bottom:7px;
	background: none;
	border:none;
}

.box_middle a {
	color: #DE7310;
}

.box_vert_middle a:active img {
	border:none;
}

.box_vert_middle a:hover img {
	background: url('../img/active.jpg') no-repeat top left;
	border:none;
}

.box_vert_middle img.active {
	background: url('../img/active.jpg') no-repeat top left;
	border:none;
}

/*Rounded corners --------------------------------------- */
.box_horiz_top {
	width: 434px;
	background: url('../img/box_horiz_top.png') no-repeat top left;	
	height:11px;
	margin-top:5px;
}

/* IE-win CSS hack \*/
* html .box_horiz_top  {
	width: 434px;
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box_horiz_top.png, sizingMethod='scale');
}
/* End IE-win */

.box_horiz_middle {
	width: 434px;
	font: normal 11px Lucida Grande,  Arial, sans-serif;	
	background:#fff;
	position:relative;
}
.box_horiz_bottom {
	width: 434px;
	background: url('../img/box_horiz_bottom.png') no-repeat top left;	
	height:12px;
	margin-bottom:20px;
}

/* IE-win CSS hack \*/
* html .box_horiz_bottom  {
	width: 434px;
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box_horiz_bottom.png, sizingMethod='scale');
}
/* End IE-win */



/* vertical shit ============================*/
.box_vert_top {
	width: 207px;
	background: url('../img/box_vert_top.png') no-repeat top left;	
	height:14px;
	margin-top:5px;
}

/* IE-win CSS hack \*/
* html .box_vert_top  {
	width: 207px;
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box_vert_top.png, sizingMethod='scale');
}
/* End IE-win */

.box_vert_middle {
	width: 207px;
	font: normal 10px  Lucida Grande,  Arial, sans-serif;	
	background:#fff;
	position:relative;
	bottom:7px;
}

* html .box_vert_middle {
	bottom:14px;
}

.box_vert_bottom {
	width: 207px;
	background: url('../img/box_vert_bottom.png') no-repeat top left;	
	height:13px;
	margin-bottom:10px;
	position:relative;
	bottom:10px;
}

* html .box_vert_bottom {
	bottom:20px;
}

/* IE-win CSS hack \*/
* html .box_vert_bottom  {
	width: 207px;
 	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./img/box_vert_bottom.png, sizingMethod='scale');
}
/* End IE-win */


.box_horiz_middle img { 
	margin: 0 auto;
	display:block;
}

.box_horiz_middle h2{
	font: bold 12px  Lucida Grande,  Arial, sans-serif;	
}

.box_horiz_middle p, .box_horiz_middle h2{
	margin:0;
	padding: 0 10px 10px 10px;
	text-align:left;
	position:relative;
}

#footer a {
	color: #737373;
	font-size: 10px;
	margin:0;
}


.box_horiz_middle, .inbox50 {
	line-height: 160%;
	color: #424242;
}

.inbox50 hr {
	border: 0;
	border-top: 1px solid #dddddd;
	height:1px; 
}

.clients_strip {
	position:absolute;
	top:-8px;
	left:0px;
	z-index:100;
	display:block;
	height:84px;
	width:95px;
	margin:0;
	padding:0;
}

* html .clients_strip {
	top:-5px;
}



div.backbutton {
	display: block;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	border: 1px solid #dddddd;
	width: 35px;
	margin: 10px 0 0 0;
}

div.backbutton a {
	text-decoration: none;
}







/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
