
html, body {
padding:none;
}

html {
overflow-y: scroll;
/* zoom: 88%; */
}

body {
background-color:#ffffff;
background-image:url('img/bg.png');
background-repeat:repeat;
background-position:center top;
}

a {
   outline: 0;
}

#header {
width:984px;
margin-left:auto;
margin-right:auto;
height:168px;
margin-top:35px;
}
#header_menu {
display:inline-block;
width:454px;
margin-left:0px;
height:126px;
margin-top:0px;
zoom: 1;
*display: inline;
}
.menu_btn_2 {
	width:69px;
	height:58px;
	background-position:center bottom;
	position:absolute;
}
.menu_btn_2:hover, .menu_btn_2_selected {
	width:69px;
	height:58px;
	background-position:center top;
	position:absolute;
}
#solutions_btn_2 {
	background-image:url('img/menu_solutions.png');
	margin-left:273px;
	margin-top:-8px;
}
#home_btn_2 {
	background-image:url('img/menu_home.png');
	margin-left:93px;
	margin-top:-8px;
	width:45px;
}
#design_btn_2 {
	background-image:url('img/menu_design.png');
	margin-left:186px;
	margin-top:-8px;
	width:51px;
}
#examples_btn_2 {
	background-image:url('img/menu_examples.png');
	margin-left:81px;
	margin-top:64px;
}
#aboutus_btn_2 {
	background-image:url('img/menu_aboutus.png');
	margin-left:178px;
	margin-top:64px;
}
#contact_btn_2 {
	background-image:url('img/menu_contact_new_2.png');
	margin-left:260px;
	margin-top:76px;
	width:99px;
	height:49px;
}
#contact_btn_2:hover {
	cursor:pointer;
}

#contact_popup {
	background: #fff;
	border: 1px solid #fff;
	padding:30px;
	display:none;
	position: absolute;
	width:459px;
	height:300px;*height:320px;
	top: 51px;
	z-index: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	transition: ease;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	z-index:10;
	margin-left: 263px;
	behavior: url(PIE.htc);
}
.close {
	background: url(img/close.png) no-repeat left top;
	height: 28px;
	width: 30px;
	position: absolute;
	top: -12px;
	right: -12px;
}
.close:hover {
	cursor:pointer;
}
#contact_header {
color:rgb(255,39,46);
font-family:MuseoSansRounded, sans-serif;
font-size:32px;
letter-spacing:1px;
line-height:32px;
text-shadow: 3px 3px 2px rgba(255,39,46,0.15);
width:459px;
text-align: center;
behavior: url(PIE.htc);
}
#contact_form {
 text-align:right;
 margin-top:20px;
 margin-left:20px;
}
#contact_form tr td{
 vertical-align:top;
}
#contact_popup textarea { 
    resize: none; 
}
.spacer {
	line-height:2px;
}
#contact_popup table { 
color:rgb(150,150,150);
font-family:Helvetica,Arial,sans-serif;
font-size:16px;
font-weight:normal;
behavior: url(PIE.htc);
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
#contact_popup table a{ 
color:rgb(255,39,46);
text-decoration: none;
behavior: url(PIE.htc);
}
#contact_bios img {
	border: 5px solid white;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	margin-left:20px;
	behavior: url(PIE.htc);
}
#contact_wrapper {
	width:984px;
	margin-left:auto;
	margin-right:auto;
}
.table_text {
	text-align:left;
}