 
 
body {
	background-color: #e2e2e2;
	
	margin: 0;
}
img {
	display: block; max-width:100%; height:auto;
	border: 0;
}
 iframe{display:none;}
 
 #contents section{ border:solid 1px #ccc; width:20em; background:#fff; font-family: 'abeezeeregular'; font-size:13px;
                    -webkit-box-shadow:inset 1px 1px 8px #cbcbcb; float:left; margin-right:10px;  text-align:left;
                    
-moz-box-shadow:inset 1px 1px 8px #cbcbcb; box-shadow:inset 1px 1px 8px #cbcbcb; 
                    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

					 #contents section h3{ position:relative;left:-15px;}
                    
#contents section ul{ line-height:24px; padding:10px; padding-left:15px;}

#contents section ul img{  border:none;}
                    
#contents .services{ width:100%;}

#contents .services ul{ margin:0px;}

#contents .services ul li{  list-style:none; background:url(../images/arrow1.jpg)  no-repeat  left center; padding-left:13px;}

#contents .services ul li.srv_img{background:none; 
margin-bottom:1em; }
 
 
.box {
	background-color: #e7e7e7; /* Needed for IE */
	display: inline-block;
	-moz-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	-webkit-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShdow=true, ShadowOpacity=0.80);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.box > img {
	display: block;
	position: relative; /* This protects the inner element from being blurred */
}
.clearfix {
	width: 1060px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}
/*------------ Sprites ------------*/
.more, .subscribe, input[type='submit'] {
	background: url(../images/interface.png) no-repeat;
}
.phone, .mail, .home, .fax, #footnote .connect a {
	background: url(../images/icons.png) no-repeat;
}
.frame1, .frame2, .frame3, .frame4, .frame5, .news > li {
	background: url(../images/frames.png) no-repeat;
}
.more, .subscribe, input[type='submit'] {
	background-position: -107px 0;
	color: #fff;
	display: inline-block;
	font: 12px/28px Arial, Helvetica, sans-serif;
	height: 28px;
	width: 97px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 0;
}
.subscribe, input[type='submit'] {
	background-position: -222px -38px;
	height: 38px;
	line-height: 38px;
	width: 212px;
}
.subscribe:hover, input[type='submit']:hover {
	background-position: 0 -38px;
}
.home, .phone, .mail, .fax {
	background-position: 0 1px;
	padding-left: 24px;
}
.phone {
	background-position: 0 -26px;
}
.fax {
	background-position: 0 -54px;
}
.mail {
	background-position: 0 -82px;
}
.frame1 {
	background-position: -117px 0;
	height: 150px;
	width: 203px;
	margin: 0 auto 6px;
	padding: 8px 7px 0;
	text-align: center;  
}
.frame2 {
	background-position: 0 -517px;
	height: 316px;
	width: 924px;
	margin: 0 auto 18px;
	padding: 6px 7px 0;
	text-align: center;
}
.frame3 {
	background-position: -344px 0;
	height: 221px;
	width: 586px;
	margin: 0 auto 6px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame4 {
	background-position: 0 0;
	height: 108px;
	width: 93px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame5 {
	background-position: -610px -238px;
	height: 220px;
	width: 268px;
	padding: 7px 6px 0;
	text-align: center;
}
/*------------ HEADER ------------*/
#header {
	background: #107bbc url(../images/bg-header.jpg) repeat-x left bottom;
	padding: 0px ; border:solid 0px red; position:relative; height:138px;
}
/** logo **/
.logo {
	float: left;position:absolute; top:0px;
	display: inline-block;  
}
/** navigation **/
.navigation {
	float: right;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}
.navigation  ul{  }
.navigation li {
	float: left;
	margin-left: 30px;
	position: relative;
}
.navigation li > a {
	color: #b8c6ac;
	font: bold 16px  'abeezeeregular', sans-serif;
 padding:5px;
	text-decoration: none;
	text-shadow: 1px 1px #333333;
	text-transform: uppercase;
}
.navigation li.active > a {
	color: #fff;  -webkit-box-shadow: 1px 1px 9px #fff8ad; 
	border-radius:8px; padding:5px;
-moz-box-shadow: 1px 1px 9px #fff8ad; box-shadow: 1px 1px 9px #fff8ad;
}

.navigation li a:hover{color: #fff;  -webkit-box-shadow: 1px 1px 9px #fff8ad; 
	border-radius:8px; padding:5px;
-moz-box-shadow: 1px 1px 9px #fff8ad; box-shadow: 1px 1px 9px #fff8ad; }


.navigation li > div {
	background-color: #888888;
	display: none;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 24px;
}
.navigation li:hover > div {
	display: block;
}
.navigation li > div a {
	color: #b8c6ac;
	font: bold 13px/24px "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
.navigation li > div a:hover {
	color: #fff;
}
/*------------ CONTENTS ------------*/
#contents {
	padding-bottom: 24px;
}
#contents > div.clearfix:first-child {
	width: 940px;
	padding: 30px 10px 0;
}
#contents img {
	border: 1px solid rgba(231, 231, 231, 0.8);
}
h1 {
	color: #57614e;
	font:30px, Times, serif;
font: 24px 'Scada', sans-serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}
h2 {
	color: #626262;
	font:  24px 'Scada', sans-serif;	 
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
p {
	color: #626262;
	font: 14px/24px  "abeezeeregular" , Arial, Helvetica, sans-serif;
	
	 
	margin: 0 0 24px;
}
p a {
	color: #626262;
}
p a:hover {
	color: #333333;
}
/** Adbox **/
#adbox {
	 
	border-bottom: 1px solid #fff;
	padding-top: 15px;
}
#adbox > div {
	background-color: #e9e9e9;
	width: 958px;
	border: 1px solid #fff;
	margin: 0 auto;
	position: relative;
}
#adbox > div img {
	float: right;
}
#adbox .detail {
	font-family: Times, "Times New Roman", serif;
	height: 185px;
	line-height: 48px;
	width: 308px;
	text-align: center;
	position: absolute;
	left: 54px;
	top: 90px;
}
#adbox .detail h1 {
	color: #4e5944;
	font-size: 30px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	text-transform: none;
}
#adbox .detail p {
	color: #4e5944;
	font: 25px/48px "Times New Roman", Times, serif;
	margin: 0;
}
.highlight { 
	background: #eee url(../images/bg-highlight.jpg) repeat-x left bottom;
	border-bottom: 1px solid #fff;
}

#contents .contact{ width:100%; min-height: 300px; text-align:center;}

#contents .contact h1{ text-align:left;} 

#contents .contact p{ margin-bottom:0px;}

#contents .contact .about{ border:solid 1px #ccc; width:80%; min-height:7em;  background:#fff; font-family: 'abeezeeregular'; font-size:13px; padding:1em; margin-top:2em;
                    -webkit-box-shadow:inset 1px 1px 8px #cbcbcb; float:left;    text-align:left;	
                    
-moz-box-shadow:inset 1px 1px 8px #cbcbcb; box-shadow:inset 1px 1px 8px #cbcbcb; 
                    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

#contents .contact article{ text-align:center; position:relative; left:25%;}

#contents .contact article img{ width:32%;}

#contents .addr{ text-align:left;}


.highlight .clearfix {
	width: 940px;
}
.highlight h1 {
	font-size: 24px;
	line-height: 36px;
	padding: 6px 0 6px;  
	text-shadow: 1px 1px #fff; margin:0px;
	 
}
.highlight h2 {
	color: #57614e;
	margin-bottom: 24px;
}
.testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section {
	background-image: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-y;
}
.testimonial {
	float: right;
	width: 260px;
	margin-left: 20px;
	padding: 24px 20px;
}
.testimonial > span {
	color: #626262;
	display: block;
	font: 14px/24px Arial, Helvetica, sans-serif;
	text-align: right;
}
.featured {
	padding: 30px 0;
}
.featured > h2 {
	color: #728063;
	width: 940px;
	margin: 0 auto 24px;
	padding: 0 10px;
}
.featured ul {
	list-style: none;
	padding: 0;
}
.featured li {
	float: left;
	width: 220px;
	margin: 0 10px;
}
.featured li p {
	padding-left: 4px;
}
.featured li p b {
	display: block;
	text-transform: uppercase;
}
.featured li .more {
	margin-left: 4px;
}
.main {
	float: left;
	min-height: 560px;
	width: 600px;
	padding: 0 0 0 32px;
}
.main h1 {
	margin-bottom: 18px;
}
.main h2 {
	margin-bottom: 12px;
}
.main h1 + h2 {
	margin: 0;
}
.main h1 + div.frame3 {
	margin-top: 36px;
}
.main > .section {
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 600px;
	margin-bottom: 16px;
	margin-left: -28px;
	padding-left: 30px;
}
.main > .last-child, .sidebar ul li.last-child {
	background: none;
}
.main > .section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main > .section ul li {
	display: inline-block;
	margin: 0 0 24px;
}
.main > .section ul li .frame4 {
	float: left;
	margin-bottom: 1px;
	margin-right: 20px;
}
.main > .section ul li p {
	margin: 6px 0 0;
}
.main > .section ul li p b {
	display: block;
	text-transform: uppercase;
}
.practices {
	list-style: none;
	display: inline-block;
	width: 640px;
	margin: 0 0 0 -20px;
	padding: 0;
}
.practices li {
	float: left;
	margin: 0 20px 36px;
	position: relative;
}
.practices li a {
	text-decoration: none;
}
.practices li a span {
	background-color: #696969;
	color: #e2e2e2;
	display: block;
	font: 19px/46px "Times New Roman", Times, serif;
	height: 46px;
	width: 265px;
	text-transform: uppercase;
	position: absolute;
	bottom: 21px;
	left: 8px;
	*left: 6px;
}
.practices li a:hover span {
	background-color: #393939;
}
.sidebar {
	float: left;
	width: 290px;
	padding-right: 18px;
}
.sidebar > div {
	margin: 0 0 30px;
}
.sidebar > div h2 {
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 6px;
	padding-bottom: 18px;
}
.sidebar > div:first-child h2 {
	margin-bottom: 0;
	margin-top: 6px;
}
.sidebar > div p {
	margin: 0;
	padding-bottom: 24px;
	padding-right: 30px;
}
.sidebar > div p span {
	display: block;
	text-align: right;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
	min-height: 36px;
	width: 280px;
	padding: 6px 0 10px 10px;
}
.sidebar ul li > a span.box {
	float: left;
	margin-right: 20px;
}
.sidebar ul li a {
	color: #755c02;
	font: 13px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: #728063;
}
.sidebar ul li img.box {
	float: left;
	margin: 4px 20px 12px 0;
}
.sidebar .contact li {
	background: none;
	padding-left: 0;
}
.sidebar .contact li p {
	padding: 0  0 0 30px;
}
.sidebar .contact li p span.home {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: -30px;
	padding: 0;
}
.sidebar .contact li p em {
	display: block;
	font-size: 19px;
	font-style: normal;
}
.news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news > li {
	background-position: 0 -238px;
	display: inline-block;
	height: 269px;
	width: 578px;
	margin-bottom: 12px;
	padding: 6px 22px 0 6px;
}
.news > li .box {
	float: left;
	margin-right: 20px;
}
.news > li p.info, .details p.info {
	font-size: 11px;
	margin: 0;
	padding-top: 24px;
}
.author {
	color: #755c02;
}
.news > li h2, .details h2 {
	color: #728063;
	letter-spacing: 0;
	margin-bottom: 24px;
}
.news > li .more {
	float: right;
}
.images {
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-right: 10px;
}
#contents .images img.box {
	border: 5px solid #fff;
}
.details {
	float: left;
	width: 360px;
}
.details p.info {
	padding-top: 0;
}
.message label {
	color: #626262;
	display: block;
	font: 13px/24px Arial, Helvetica, sans-serif;
}
.message input[type='text'] {
	height: 24px;
	width: 300px; border:solid 1px #ccc; border-radius:8px;
	margin: 0 0 18px;
	padding: 0 4px;
}
.message textarea {
	height: 110px;
	width: 300px;
	margin: 0 0 18px;border:solid 1px #ccc; border-radius:8px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	cursor: pointer;
	border: none;
}
/*------------ FOOTER ------------*/
#footer {
	background: #d9d9d9 url(../images/bg-footer.png) repeat-x left top;
	border-top: 2px solid #fff;
}
#footer .section {
	float: left;
	min-height: 146px;
	width: 259px;
	border-left: 1px solid #c2c2c2;
	padding: 30px;
}
#footer .section h4 {
	color: #626262;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
#footer .section p {
	font-size: 12px;
	margin: 0;
}
#footer .section:first-child {
	border: 0;
}
#footer .contact p span {
	text-transform: uppercase;
}
#footnote {
	background:url(../images/bg-header.jpg) repeat-x left bottom;
	border-top: 1px solid #fff;
	padding: 6px 0 3px;
}
#footnote p {
	color: #b5c1aa;
	font: 11px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
#footnote .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}
#footnote .connect a {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 6px;
}
#footnote .connect a.facebook {
	background-position: 0 -112px;
}
#footnote .connect a.twitter {
	background-position: 0 -140px;
}
#footnote .connect a.googleplus {
	background-position: 0 -168px;
}
#footnote .connect a.pinterest {
	background-position: 0 -196px;
}
.portfolio{ width:53em; border:solid 0px red; }

.items { float:left; border:solid 6px #fff; margin:.5em;  position:relative; width:15.5em; overflow:hidden;-webkit-box-shadow: 1px 1px 17px 1px rgba(0,0,0,0.26);
-moz-box-shadow: 1px 1px 17px 1px rgba(0,0,0,0.26);
box-shadow: 1px 1px 17px 1px rgba(0,0,0,0.26);  } 
.items  a{ display:block;}

.items p{ background:url(../images/portfolio/portfolio_img.jpg) repeat-x left top;  color:#fff; padding:1em; width:100%;
            position:absolute; bottom:-78px;  }

.items p a{ color:#a4a4a4; text-decoration:none; }

.items p span{ font-size:1.3em; }

#small_banner{ display:none;}

#ipad{ display:none;}


#header .menumob ul li{ float:left;}

#header .menumob {
	float: right;
	list-style: none;
	margin: 0px 0 0;  
	padding: 0;
}
#header .menumob  ul{  list-style:none; }
#header .menumob li {
	float: left;
	margin-left: 30px;
	position: relative;
}
#header .menumob li > a {
	color: #b8c6ac;
	font: bold 16px  'abeezeeregular', sans-serif;
 padding:5px;
	text-decoration: none;
	text-shadow: 1px 1px #333333;
	text-transform: uppercase;
}
#header .menumob li.active > a {
	color: #fff;  -webkit-box-shadow: 1px 1px 9px #fff8ad; 
	border-radius:8px; padding:5px;
-moz-box-shadow: 1px 1px 9px #fff8ad; box-shadow: 1px 1px 9px #fff8ad;
}

#header .menumob li a:hover{color: #fff;  -webkit-box-shadow: 1px 1px 9px #fff8ad; 
	border-radius:8px; padding:5px;
-moz-box-shadow: 1px 1px 9px #fff8ad; box-shadow: 1px 1px 9px #fff8ad; }


#header .nav li > div {
	background-color: #888888;
	display: none;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 24px;
}
#header .nav li:hover > div {
	display: block;
}
#header .nav li > div a {
	color: #b8c6ac;
	font: bold 13px/24px "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
#header .nav li > div a:hover {
	color: #fff;
}

tabs {

   width: 100%;
    height:30px; 
   border-bottom: solid 1px #CCC;
   padding-right: 2px;
   margin-top: 30px;
   

}
a {cursor:pointer;}

#tabs li {
    float:left; 
    list-style:none; 
    border-top:1px solid #ccc; 
    border-left:1px solid #ccc; 
    border-right:1px solid #ccc; 
    margin-right:5px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
      outline:none;
}

#tabs li a {

    font-family:Arial, Helvetica, sans-serif; 
    font-size: small;
    font-weight: bold; 
    color: #5685bc;;
   padding-top: 5px;
   padding-left: 7px;
   padding-right: 7px;
    padding-bottom: 10px; 
    display:block; 
    background: #FFF;
    border-top-left-radius:3px; 
    border-top-right-radius:3px; 
    text-decoration:none;
    outline:none;
  
}

#tabs li a.inactive{
    padding-top:5px;
    padding-bottom:8px;
  padding-left: 8px;
  padding-right: 8px;
    color:#666666;
    background: #EEE;
   outline:none;
   border-bottom: solid 1px #CCC;

}

#tabs li a:hover, #tabs li a.inactive:hover {


    color: #5685bc;
      outline:none;
}

.container {

    clear:both;           
    width:100%; 
    border-left: solid 1px #fff;
      border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;  
    border-top: solid 1px #fff;
    text-align:left;  
  padding-top: 18px; padding-bottom:20px; overflow:hidden;

}

.container h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom:0px; color: #5685bc; padding:3px;font-family: 'Droid Serif', Georgia, serif; }
 
  #mob_menu{ display:none;}

@media all and (max-width: 768px)
{
	body{ min-height:100%; }
	 
	#nav_wrapper{ border:solid 1px red; padding-top:69px;}
	
	.logo{ float:none; clear:both;}
	
	.logo img{ width:90%;}
	
	.navigation{ float:none; margin-top:0px; border-radius:8px;}
	
	#big_banner{ width:80%;  }
	
	#adbox > div{  width:100%;}
	
	.highlight .clearfix{ width:100%;}
	
	.featured > h2{ width:100%;}
	
	.clearfix{ width:100%;}
	
	.featured li{ float:none;}
	
		 .slide_info{ display:none;}
	
	#header .rmm.graphite .rmm-toggled{ background:none; border:solid 1px #ccc;}
	
	#header{ height:150px;}
	
	#adbox .clearfix{ display:none;}
	
	#adbox{ padding-top:0em;}
	
	#small_banner{ display:none;}
	
	.testimonial{ margin-left:0px; float:none;}
	
	.highlight{ padding-left:20px; padding-right:20px;}
	
	  .testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section{ border:solid 0px red; background:none;}
	  
	  .featured li{ width:100%; margin-bottom:20px; text-align:left; float:none;}	  
	  
	  .featured li p{ width:60%; margin-left:30%;}
	  
	  #footer .section{ display:none;}
	  
	 .featured li .more{ margin-left:60%;}
	 
	  #ipad{ display:block;}
	  
	   /* ABOUT */
	   
	   #contents .contact .about{ width:30%;}
	   
	   .main{ padding-left:5px;}
	   
	   #contents .contact article { left:0%; z-index:-1;}
	   
	   #contents .contact .about { float:none; width:83%;}
	   
	   #tabs li{ display:block; float:none; text-align:left; width:100%;}
	   
	   .portfolio { width:90%;}
	   
	   .portfolio ul{ padding:0px;}
	   
	.contact h2{ text-align:left; font-size:1.1em;}
	
	.items {  width:8em;}
	
	.container { width:100%; margin:0 auto;  margin-bottom:1em;}

	#contents > div.clearfix:first-child { width:100%;}
	#footnote{ width:100%;}
	
	#tab3C{ width:50%; margin-left:0px;}
	
	.main h2{ font-size:1.1em;}
	
	#contents .contact { min-height:0px;}
	   
	   #contents section{ width:85%; margin-bottom:1em;}
	   
	   #tab2C{ width:80%;  margin-left:0px;}
	   
	   #tab3C{ width:80%;}
	   
	   #contents .contact article img { width:50%;}
	   
	   
	   #nav{ padding-top:110px; margin-left:0%; }
	   
	   #nav ul li{ display:block; float:none; font-weight:normal; 
	                border-top:solid 1px #5c5c5c; padding-bottom:7px; padding-top:7px; margin-left:20px; margin-right:20px;}
	   
	   #mob_menu{font: bold 13px "abeezeeregular",sans-serif;  color:#fff; width:90%; margin:0 auto;
	              border:solid 1px #ccc; padding:9px; border-radius:10px;  cursor:hand; cursor:pointer; 
	              background:url(../images/menu_bg.png) no-repeat 98% .4em; display:block;  }
	              
	              .navigation { background:#444444; width:93%; margin:0 auto;  opacity:0; display:none;}
	   
	   .navigation li > a {
   
    font: normal 13px "abeezeeregular",sans-serif; 
}


.main{ width:100%;}

.sidebar{ display:none;}

.message input[type="text"]{ width:270px;}

.message textarea{width:270px;} 

.frame1 { float:left;}
	   
}


@media all and (max-width: 480px)
{

   
    
	body{ min-height:100%;  }
	 
	#nav_wrapper{ border:solid 1px red; padding-top:69px;}
	
	.logo{ float:none; clear:both;}
	
	.logo img{ width:90%;}
	
	.navigation{ float:none; margin-top:0px; border-radius:8px;}
	
	#big_banner{ display:none;}
	
	#adbox > div{  width:100%;}
	
	.highlight .clearfix{ width:100%;}
	
	.featured > h2{ width:100%;}
	
	.clearfix{ width:100%;}
	
	.featured li{ float:none;}
	
		 .slide_info{ display:none;}
	
	#header .rmm.graphite .rmm-toggled{ background:none; border:solid 1px #ccc;}
	
	#adbox .clearfix{ display:none;}
	
	#adbox{ padding-top:0em;}
	
	#small_banner{ display:block;}
	
	.testimonial{ margin-left:0px; float:none;}
	
	.highlight{ padding-left:20px; padding-right:20px;}
	
	  .testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section{ border:solid 0px red; background:none;}
	  
	  .featured li{ width:100%; margin-bottom:20px;}
	  
	  .featured li p{ width:90%; margin-left:0%;}
	  
	  #footer .section{ display:none;}
	  
	 .featured li .more{ margin-left:60%;}
	 
	  #ipad{ display:none;}
	  
	  .frame1 { float:none;}
	  
	   /* ABOUT */
	   
	   #contents .contact .about{ width:30%;}
	   
	   .main{ padding-left:5px;}
	   
	   #contents .contact article { left:0%; z-index:-1;}
	   
	   #contents .contact .about { float:none; width:83%;}
	   
	   #tabs li{ display:block; float:none; text-align:left; width:100%;}
	   
	   .portfolio { width:90%;}
	   
	   .portfolio ul{ padding:0px;}
	   
	.contact h2{ text-align:left; font-size:1.1em;}
	
	.items {  width:8em;}
	
	.container { width:100%; margin:0 auto;  margin-bottom:1em;}

	#contents > div.clearfix:first-child { width:100%;}
	#footnote{ width:100%;}
	
	#tab3C{ width:50%; margin-left:0px;}
	
	.main h2{ font-size:1.1em;}
	
	#contents .contact { min-height:0px;}
	   
	   #contents section{ width:85%; margin-bottom:1em;}
	   
	   #tab2C{ width:80%;  margin-left:0px;}
	   
	   #tab3C{ width:80%;}
	   
	   #contents .contact article img { width:50%;}
	   
	   
	   #nav{ padding-top:80px; margin-left:0%; }
	   
	   #nav ul li{ display:block; float:none; font-weight:normal; 
	                border-top:solid 1px #5c5c5c; padding-bottom:7px; padding-top:7px; margin-left:20px; margin-right:20px;}
	   
	   #mob_menu{font: bold 13px "abeezeeregular",sans-serif;  color:#fff; width:90%; margin:0 auto;
	              border:solid 1px #ccc; padding:9px; border-radius:10px;  cursor:hand; cursor:pointer; 
	              background:url(../images/menu_bg.png) no-repeat 98% .4em; display:block;  }
	              
	              .navigation { background:#444444; width:93%; margin:0 auto;  opacity:0; display:none;}
	   
	   .navigation li > a {
   
    font: normal 13px "abeezeeregular",sans-serif; 
}


.main{ width:100%;}

.sidebar{ display:none;}

.message input[type="text"]{ width:270px;}

.message textarea{width:270px;} 
	   
}
 