@import "css-reset.css";

html, body {
	margin:0;
	padding:0;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
	font-weight: 300;
	font-size: 15px;
	color:#000000;
	line-height:1.4em;	
	
	background: #FFFFFF url(../images/bg.png) repeat top center fixed;	

	padding:0;
	margin:20px;
}

h1 {
	font-weight: bold;
	letter-spacing:-1px;
	
	color:#000000;
	font-size: 30px;
	line-height: 32px;
	margin-bottom:20px;
	
	text-transform:lowercase;
}

h2{
	font-weight: bold;
	font-size:15px;
	
	color:#000000;
	padding:5px 0 0 0;
	clear:both;
}

h3{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:0px 0 2px 0;
	margin:0px;
	clear:both;
}

h4{
	color:#3c1f0a;
	font-size:14px;
	font-weight:bold;
	padding:0px 0 0px 0;
	margin:0px;
	clear:both;
}

h4 a{
	color:#3c1f0a;
	font-size:14px;
	font-weight:bold;
	padding:0px 0 0px 0;
	margin:0px;
	clear:both;
}

h1.arrow span {
	padding-right:50px;
	background: url(../images/bullet_arrow.jpg) no-repeat right center;
}

a:link, a:visited, a:hover, a:active { color:#000; }

#wrap {
	min-height:100%;
	width:960px;
	margin:0 auto 0 auto;
	background-color:#fff;
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

hr {
	border: none;
	border-top: dotted 1px #cccccc;
	color: #ffffff;
	background-color: #ffffff;
	
	clear:both;
}

.container {
	width:930px;
	margin:0 auto;
	
	border-top:1px dotted #000000;
	padding-top:20px;
}

#header {
	height:90px;	
}

.logo{
	position: relative;
	left: -11px;
	top:20px;
}

.login{
	margin-top:10px;
	padding:0;
	float:right;
}

/* ----------------------------------------------------- */
/* Navigation Bar */

#menu {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
	overflow:hidden;
	margin-left:10px;
}

#nav-menu ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	color:#000000;
	
	border:1px solid #000000;
	position:absolute;
}

#nav-menu li { 
	display:inline;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
	font-size:20px;
	line-height:45px;
}

#nav-menu a {
	float:left;
	text-decoration:none;
	color:#000000;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	height:45px;
}

#nav-menu .home {
}

#nav-menu .home:hover {
	background:url(../images/m_home.png) no-repeat center left;
}

#nav-menu .about {
}

#nav-menu .about:hover {
	background:url(../images/m_about.png) no-repeat bottom right;
}

#nav-menu .services {
}

#nav-menu .services:hover {
	background:url(../images/m_services.png) no-repeat bottom right;
}

#nav-menu .works {
}

#nav-menu .works:hover {
	background:url(../images/m_works.png) no-repeat bottom center;
}

#nav-menu .blog {
}

#nav-menu .blog:hover {
	background:url(../images/m_blog.png) no-repeat bottom right;
}

#nav-menu .contact {
}

#nav-menu .contact:hover {
	background:url(../images/m_contact.png) no-repeat bottom right;
}

#nav-menu .request_quotation {
}

#nav-menu .request_quotation:hover {
	background:url(../images/m_request_quotation.png) no-repeat bottom right;
}

#nav-menu .testimonials {
}

#nav-menu .testimonials:hover {
	background:url(../images/m_testimonials.png) no-repeat center right;
}

.content{
	padding:0;	
	position:relative;
	clear:both;
	overflow:hidden;
	min-height:400px;
}

.left_content{
	width:650px;
	float:left;
	padding:0 10px 10px 0;
}

.right_content{
	width:200px;
	float:right;
	padding:0 30px 0 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.news_block{
	width:100%;
	clear:both;
	padding:0 0 3px 0;
	
	font-size:13px;
	line-height:14px;
		
	overflow:hidden;
}

.news_block .readmore {
	color:#000;
	float:right;
	margin-bottom:10px
}

.news_block .readmore a {
	color:#000;
}


/* ----------------------------------------------------- */
/* Portfolio */

#container {
  background: #FFF;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.box {
  margin: 5px;
  padding: 0;
  background: #D8D5D2;
  font-size: 12px;
  line-height: 1.4em;
  float: left;
	
	color:#FFF;
}

.box h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
	font-weight: bold;

  font-size: 14px;
  font-weight: 200;
}

.box img {
  display: block;
  width: 100%;
}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/* ----------------------------------------------------- */
/* easyslider */

#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	}	
#slider, #slider li{ 
	height:361px;
	width:600px;
	overflow:hidden;
	}	
#slider{ 
	margin-left:5px;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-25px;
	top:71px;
	}	
#nextBtn{ 
	left:701px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}								

/* ----------------------------------------------------- */
/* Services */
ul.services {
	padding-left: 0;
	list-style: none;
}

ul.services li {
	padding-left: 20px;
	background-image: url(../images/graybullet.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- */
/* Industries */

ul.industries {
	padding: 0;
	list-style: none;
	
	float:left;
	
	width:30%;
	margin-top:20px;
}

ul.industries li {
	padding-left: 20px;
	background-image: url(../images/graybullet.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- */
/* About */

.about { }

.about .one-third { float:left; width:25%; }
.about .two-third { float:left; width:70%; }

/* ----------------------------------------------------- */
/* Services */

.services { }

.services .one-third { float:left; width:25%; }

.header-design {
	background: url(../images/header_design.png) top left no-repeat;
	padding-left:60px;
}

.header-printing {
	background: url(../images/header_printing.png) top left no-repeat;
	padding-left:60px;
}

/* ----------------------------------------------------- */
/* Contact */

.contact { }

.contact .one-third { float:left; width:28%; }

.header-studio {
	background: url(../images/header_studio.png) top left no-repeat;
	padding-left:45px;
}

.header-boutique {
	background: url(../images/header_boutique.png) top left no-repeat;
	padding-left:45px;
}

.header-xiamen {
	background: url(../images/header_xiamen.png) top left no-repeat;
	padding-left:45px;
}

.header-namsing {
	background: url(../images/header_namsing.png) top left no-repeat;
	padding-left:45px;
}

.logo_div {
}

.address_div {
}

.contact_div {
}

.operatinghours_div {
}

.map_div {
}

/* ----------------------------------------------------- */
/* quotation Form */

.quotation { }

.quotation .one-third { float:left; width:25%; }
.quotation .two-third { float:left; width:70%; }

#quotationForm { }

#quotationForm p { vertical-align: middle; }

#quotationForm label {
	color: #555;
	font-size: 14px;

	display:block;
	margin-left: 18px;
	
	padding-top:10px;
}

#quotationForm label.error {
	margin-left: 10px;
	width: auto;
	
	color:#F00;
}

#quotationForm input[type=text] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 400px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

#quotationForm textarea {
	color: #777;
	padding: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 390px;
	height: 200px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

#quotationForm input[type=text]:hover, textarea:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

#quotationForm input[type=text]:focus, textarea:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#quotationForm input[type=text].error, textarea.error { background: #fdc3c5; color: #a35959; }
#quotationForm input[type=text].error:focus, textarea.error:focus { color: #a35959; }

#quotationForm #lower {
	width: 430px;
	height: 69px;
}

#quotationForm .error { display:inline-block; color: #D8000C; font-size:12px; }

#quotationForm input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
	border-radius: 5px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

#quotationForm input[type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#6ec2e8));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

#quotationForm input[type=submit]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

/* ----------------------------------------------------- */
/* footer */

.footer {
	width:100%;
	border-top:1px dotted #000000;
	overflow:hidden;
	
	clear:both;
	padding:20px 0 20px 0;
	margin-top:30px;
}

.footer-signup{
	float:right;
}

.footer .footer-facebook{
	float: right;
	margin-left:4px;
}

/* ----------------------------------------------------- */
/* Signup Form */

#mailinglistForm {
	color: #777;
	width: 300px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
 }

#mailinglistForm label {
	color: #555;
	font-size: 14px;
	
	width:150px;
	text-align:right;
	
	display:block;
	vertical-align: top;
	
	padding-top:10px;
}

#mailinglistForm label.error {
	margin-left: 10px;
	width: auto;
	color:#F00;
}

#mailinglistForm input[type=text] {
	color:#000000;
	font-size:13px;
	float:left;
	width:250px;
	height:25px;
	padding:2px 4px;
	margin: 3px 0 2px 4px;

	border:0;
}

#mailinglistForm input[type=submit] {
	float:right;
	background:transparent url('../images/btn_gray.png') no-repeat center ;
	width:35px;
	height:35px;
	border:none;
	padding:0;
	cursor: pointer;
}


#validation-window { }
#validation-window .error { display:none; padding:10px; color: #FFFFFF; font-size:12px;background-color: #de2327;}
#validation-window .success { display:none; padding:10px; color: #FFFFFF; font-size:12px;background-color: #000000;}
#validation-window .message_error { display:none; color: #FFFFFF; font-size:12px;background-color: #de2327;}

.quotebubble-640 {
	width:640px;
	margin:20px 0;
}

.quotebubble-640 .qb-mid {
	background:#ededed;
	padding:16px 30px;
}

.quotebubble-640 .qb-top {
	height:8px;
	width:100%;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	background:url(../images/quotebubble_640.gif) no-repeat left -19px;
}

.quotebubble-640 .qb-bttm {
	height:30px;
	width:100%;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	background:url(../images/quotebubble_640.gif) no-repeat left -35px;
}

.quotebubble-250 {
	width:250px;
	margin:20px 0;
}

.quotebubble-250 .qb-mid {
	background:#ededed;
	padding:16px 20px;
}

.quotebubble-250 .qb-top {
	height:8px;
	width:100%;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	background:url(../images/quotebubble_250.gif) no-repeat left -19px;
}

.quotebubble-250 .qb-bttm {
	height:30px;
	width:100%;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	background:url(../images/quotebubble_250.gif) no-repeat left -35px;
}

/* Copyright */

.footer-copyright {
	font-size:11px;
	color:#999999;

	float:left;
	padding:0 0 10px 0;
	
	clear:both;
	height:80px;
}

.footer-copyright a{
	text-decoration: none;
	color:#b5b5b5;
	border-bottom:1px solid #666666;
}

.footer-copyright a:hover{
	color:#ffffff;
	border-bottom:1px solid #999999;
}


/* Added by ragu - mediaone */
#nav {
   height:50px;    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
	
	margin-left:10px;
}
ul#top_navigation {margin: 0 0 0 0px;   }
ul.drop a { display:block; color: #000; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
	font-size:20px;
	line-height:45px;  padding:0.2em 0.7em; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; color: #000;}
ul.drop { position: relative; z-index:99; float: left; }
ul.drop li { float: left; vertical-align: middle; zoom: 0;    }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 99; cursor: default;   }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 100; }

ul.drop ul a {	font-size:17px; }
ul.drop ul li { float: none; background:#f5f5f5; border-bottom:1px dotted #ccc; }
ul.drop ul.head_serv li { float: none; width:170px; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }

#nav .home {
}

#nav .home:hover {
	background:url(../images/m_home.png) no-repeat center left;
}

#nav .about {
}

#nav .about:hover {
	background:url(../images/m_about.png) no-repeat bottom right;
}

#nav .services {
}

#nav .services:hover {
	background:url(../images/m_services.png) no-repeat bottom right;
}

#nav .works {
}

#nav .works:hover {
	background:url(../images/m_works.png) no-repeat bottom center;
}

#nav .blog {
}

#nav .blog:hover {
	background:url(../images/m_blog.png) no-repeat bottom right;
}

#nav .contact {
}

#nav .contact:hover {
	background:url(../images/m_contact.png) no-repeat bottom right;
}

#nav .request_quotation {
}

#nav .request_quotation:hover {
	background:url(../images/m_request_quotation.png) no-repeat bottom right;
}

#nav .testimonials {
}

#nav .testimonials:hover {
	background:url(../images/m_contact.png) no-repeat center right;
}