@charset "utf-8";
/* CSS Document */
* { 
	margin:0; padding:0; 
}


body {
	margin:0; 
	padding:0px;
	background: url(../images/bg_grid.gif) repeat;
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color:#000;
	font-size:13px;
	line-height:13px;
	height: 100%;
}

h1 {
	font-size: 34px;
	color: #544a49;
	letter-spacing:1px;
	z-index:100;
	
}

h2 {
	font-size: 18px;
	color: #000;
	margin: 0px 0px 0.4em;
	letter-spacing:1px;	
}

h3 {
	font-size: 113px;
	position: relative;
	color: #e7e7e7;
	z-index:1;
	margin: 0 0 0 0;
}

p.seven {
	font-size: 12px;
	color: #6b6b6b;
	margin-top:0px;
	margin-bottom:0px;
}

p.seven a{
	color: #2c2c2c;
}

h5{ 
	margin: 10px 10px 0 10px;
	color:#FFF; 
	letter-spacing:-1px; 
	font-size: 32px;
}

h6 {
	font-size: 34px;
	color: #000000;
	letter-spacing:1px;
	z-index:100;
	position: absolute;
	top:70px;
	right:0px;	
}

a {
	text-decoration: none;
	
}

#header {
	/* you must set it to relative, so that you can use absolute position for children elements */
	position:relative;
	display: block;
	background:url(../images/black_bar2.png) no-repeat center;
	width: 988px;
	height: 50px;
	margin-left:-4px;
}
	
#logo {
	display: block;
	float:left;
	position: relative;
	width: 200px;
	height: 47px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;

}

#header ul {
	/* remove the list style and spaces*/
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline;
	/* position absolute so that z-index can be defined */
	position:absolute; 
	/* center the menu, depend on the width of you menu*/
	left:23px; 
	top:0; 
	/* should be higher than #box */
	z-index:100;
}
	
#header ul li {
	/* give some spaces between the list items */
	margin:0px 10px; /*0 20*/
	padding-top: 16px;
	/* display the list item in single row */
	float:left;
}
	
#header ul li a {
    display:block;
    width:100%;
    height:100%;
	color:#e7e5dc;
	font-weight: bold;
}

#header #box {
	/* position absolute so that z-index can be defined and able to move this item using javascript */
	position:absolute; 
	left:0; 
	top:0; 
	/* should be lower than the list menu */
	z-index:50; 
	/* image of the right rounded corner */
	height:23px; /*20*/
	/* add padding 8px so that the tail would appear */
	padding-right:12px;
	/* self-adjust negative margin to make sure the box display in the center of the item */
	margin-left:-15px;
	margin-top: 19px;
}
	
#header #box .head {
	/* image of the left rounded corner */
	background:url(../images/point.png) no-repeat 0 0; 
	height:23px; /*25*/
	/* self-adjust left padding to make sure the box display in the center of the item */
	padding-left:10px;
}

#home {
    width:45px;
	height:47px;
}

#services {
    width:70px;
	height:47px;
}

#works {
    width:53px;
	height:47px;
}

#about {
    width:49px;
	height:47px;
}

#contact {
    width:75px;
	height:47px;
}

#logoBlank {
	width: 150px;
	height:47px;
}


#marketing {
	width: 87px;
	height:47px;
}

#design {
	width: 56px;
	height:47px;
}

#promotion {
	width: 90px;
	height:47px;
}

#freeTips {
	width: 75px;
	height:47px;
}

#main {

}

.container{
   margin: 0px auto;
   width: 980px;
   min-height: 100%;

}

.containerW{
  margin: 0px auto;
   width: 980px;
   min-height: 100%;

}

.bgLight {
		margin: 0px 0px 0px 0px;
		background:url(../images/bg_light.jpg) no-repeat; 
}

a{
	text-decoration: none;
	color:#0078dc;
	cursor: pointer; 
}

a img { 
	border:none; 
	text-decoration:none; 
	z-index:100;
}

p {
	margin: 1px 0px 1.4em;
	font-size:12px;
	line-height:16px;
	color: #2c2c2c;
	letter-spacing:0px;
	text-align: justify;
}

/*pages*/
#page {
	display:block;
    position:relative; 
    float:left;
    margin:0px 0px 0px 0px;
    width:980px;
	min-height: 500px;
	z-index:100;
}

/*left navi*/

#leftNavi{
	display:block;
    position:relative; 
    float:right;
    margin:0px 0px 0px 0px;
    width: 200px;

}

#sliding-navigation3 { 
	width:200px; /*200*/
	margin: 25px 0px 0px 0px;
	overflow:hidden;
}

#sliding-navigation3 ul {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 11px;
	display: block;
	position: relative;
	float: left;
	width: 160px;
}

#sliding-navigation3 li {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 9px;
	display: block;
	position: relative;
	float: left;
	width: 160px;
}

#sliding-navigation3 ul {
	list-style: none;

}

#sliding-navigation3 a {
	width: 100%; /*140*/
	display: block;
	padding: 2px 5px 4px 20px;  /*last 40*/
	background: #313131 center right no-repeat;
	margin: 3px 0;
	text-decoration: none;
}

#sliding-navigation3 h3.principal {
	width: 140px;
	display: block;
	padding: 2px 5px 3px 10px;  /*last 40*/
/*	background: #000000 center right no-repeat;*/
	margin: 5px 0;
	text-decoration: none;
}

#sliding-navigation3 a {
	color: #fff;
}

#sliding-navigation3 h3 {
	font-size: 13px;
}

#sliding-navigation3 h3.principal {
}

#pageContent{
	display:block;
    position:relative; 
    float:right;
    margin:25px 0px 0px 20px;
    width: 760px;
	min-height: 600px;
}

#pageTitle{
    float:left;
	position: relative;
    margin:0px 0px 0px 0px;
    width: 700px;
	height: 100%;
	padding: 5px 0px 5px 0px;
}

#pagePoint1{
	display:block;
    position:relative; 
    float:left;
    margin:20px 0px 20px 0px;
    width: 700px;
	font-size: 78px;
	line-height: 75px;
	font-weight: bold;
	color: #ffffff;
}

#pageText {
	font-size: 1.1em;
	line-height:1.4em;
	color: #000000;
	text-decoration: none;
	text-align:justify;
	width: 760px;
	margin: 0px 0px 0px 0px;
}

#spaceBF{
    float:left;
    margin:0px 0px 0px 0px;
    height: 150px;
	width: 980px;
}

/*Footer */
#footer {
	clear:both;
	padding-top:0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	font-size:10px;
    width: 100%;
/*	background-color: #423d33; */
}

#footer p {
    font-size:10px;
	text-decoration: none;
	color: #2e2e2e;
	letter-spacing:0px;
}

#map {
	display:block;
    position:relative; 
    float:left;
	margin:5px 5px 0px  0px;
	width: 550px;
}


#sectionTitle{
	display:block;
    position:relative; 
    float:left;
	margin:10px 0px 20px  0px;
	width: 100%;
	height: 100%;
}

#contactDetail{
	display:block;
    position:relative; 
    float:left;
	margin:5px 5px 0px  5px;


}

img{
	border:none;
	-ms-interpolation-mode: bicubic;
}			

/* form 2 */
#form2{
	color:#fff;
	float: left;
	position: relative;
	display:block;
	width:980px; /* customize width, this form have fluid layout */
}

#form2 input, textarea{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
}		
			
#form2 fieldset{
	margin:0;
	padding:0;
	border:none;	
	background:#2e2e2e;	
	padding-bottom:1em;
}		

#form2 legend{
	display:none;
}

#form2 p{
	margin:.5em 20px;
	color: #ffffff;
}	

#form2 label{
	display:block;
}	

#form2 input {		
	width:270px;
	border:1px solid #111;
	background:#282828;
	padding:5px 3px;
	margin-top: 10px;
	color:#fff;
}		
		
#form2 textarea{		
	width:600px;
	border:1px solid #111;
	background:#282828;
	padding:5px 3px;
	margin-top: 10px;
	color:#fff;
}		
		
#form2 textarea{
	height:142px;
	overflow:auto;
}
						
#form2 p.submit{
	text-align:center;
}	

#form2 button{
	padding:0px 20px;
	height:32px;
	line-height:25px;		
	border:1px solid #FFCC00;
	background:#ffbe00;
	color:#000;
	cursor:pointer;		
	text-align:center;	
	font-weight: bold;	
}	
		
#contactBoxLeft {
	display: block;
	float: left;
	width: 300px;
	
}			

#contactBoxRight {
	display: block;
	float:left;
	width: 630px;
	
}	
		
#enquiry {
	display: block;
	position: relative;
	float: left;
	width: 980px;
}

/* form 2 */

#bigText {
	display:block;
	width: 980px;
	text-align: center;
	font-size: 88px;
	padding-top: 100px;
	padding-bottom: 30px;
}

#serviceBox {
	display:block;
	float:left;
	margin-top:50px;
	width: 980px;
	text-align: center;
	font-size: 16px;
}

#serviceIntro {
	display:block;
	float:left;
	width: 300px;
	margin-left: 12px;
	text-align: center;
	font-size: 16px;
}

#serviceText {
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	color: #000000;
	width: 200px;
	float: left;
}

#serviceText a {
	color: #000000;
}

p.webpackagenote{
	font-size:10px;
	line-height:1.4em;	
	text-align:left;
	color: #000000;
	letter-spacing:0px;
}


.webpackageshortdes p{
	font-size:10px;
	line-height:1.2em;	
	text-align:justify;
	color: #2c2c2c;
	letter-spacing:0px;

}

p.webpackagetitle {
	font-size:12px;
	line-height:1.2em;
	letter-spacing:0px;	
	text-align:left;
	font-weight:bold;
	color: #000000;


}

p.webpakcageprice{
	line-height:1.2em;
	letter-spacing:0px;	
	font-size: 10px;
	text-align:left;
	color: #000000;
}

.webpackagepriceno {
	font-size:18px;
	line-height:1.2em;
	letter-spacing:0px;	
	text-align:left;
	font-weight:bolder;
	color: #000000;
}

.boxN{ 
	width: 300px; 
	height: 150px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
	margin-right: 40px;
	margin-top: 40px;
}

.boxS{ 
	width: 300px; 
	height: 150px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
	margin-right: 0px;
	margin-top: 40px;
}

.boxgrid{ 
	width: 324px; 
	height: 185px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	margin-right: 4px;
	margin-top: 4px;
}


.boxgridS{ 
	width: 324px; 
	height: 185px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	margin-top: 4px;
}
			
.boxgridM{ 
	width: 324px; 
	height: 185px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
	margin-top: 4px;
}

.boxgrid img, .boxgridS img{ 
	position: absolute;
	top: 0px;
	left: 0px;
}

.boxgrid p, .boxgridS p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}





.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/ 
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/ 
.slideViewer { /*this is the gallery container*/ 
position: relative; 
overflow: hidden;  
margin: 0; 
margin-top:20px;
padding: 0; 
background: #fff; 
} 
.slideViewer ul {  /*this is your list of images*/ 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
float:left; 
} 
 
/*typographic info*/ 
.slideViewer span.typo{  
padding: 6px; /* do not modify padding (yet)*/ 
background: #fff; 
color: #000; 
font: normal 10px Verdana; 
} 
 
.thumbSlider { /*the thumbnails slider contanier*/ 
overflow: hidden; 
width: 1%; 
background: #fff; 
} 
.thumbSlider ul { /*the thumbnails list of images*/ 
list-style-type: none; 
margin: 0;  
padding: 0; 
} 
.thumbSlider ul li{  
float:left; 
margin: 0; 
} 
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/ 
color: #fff; 
text-decoration: none; 
} 
.thumbSlider a img{ 
border: 0; 
display: block; 
padding: 0; 
} 
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */ 
/* width, height and top values are dynamically added by the script. Do not modify. */ 
position:relative;  
left: 0; 
font-size: 0.01em; 
left: 0; 
margin: 0; 
padding: 0; 
} 
 
a.left, a.right { /*the left and right buttons (links)*/ 
background: transparent; /* could be any color  */ 
color: #ff0000; 
font: bold 16px Arial; 
overflow: hidden; 
} 
a.left span, a.right span{ 
 
} 
a.left img, a.right img{ 
border: 0; 
} 
a.l_dis, a.r_dis { 
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
cursor: default; 
} 
a.l_dis span, a.r_dis span { 
display: none; 
} 
a:focus {outline:none;} 



#mainPageIntro {
	margin-top: 0px;
	width:980px;
	position: relative;
	float:left;
}

.mpIntroSection {
	display: block;
	position:relative;
	width: 270px;
	height: 380px;
	margin-right: 80px;
	float:left;
}

.mpIntroSectionS {
	display: block;
	position:relative;
	width: 280px;
	float:left;
}

p.more {
	bottom:0;
	right: 0;
	position: absolute;
	display: block;
	font-size: 12px;
}

table {
	font-size:10px;
}

#w500 {
	width: 500px;
	float: left;
	display: block;
}