@charset "UTF-8";
/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

	ol, ul {
		list-style: none;
	}
#footer #box {
	background-image: url(../images/home-box.png);
	height: 141px;
	width: 940px;
}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	}

	caption, th, td {
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}
/*
-----------------------------------------------------------------------------------------------
===============================================================================================*/		
body {
	background-image: url(../images/abg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
#header {
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 80px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	position: relative;
}
#home {
	height: 250px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#submenu {
	height: 25px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-submenu.png);
	background-repeat: no-repeat;
}
#top-content {
	height: 25px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-top-content.png);
	background-repeat: no-repeat;
	position: relative;
}
#content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
}
#home_content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0;
	background-color:#FFF;
}
#content-portfolio {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	/*background-image: url(../images/portfolio.gif);*/
	background-repeat: repeat-y;
	min-height: 902px;
}
#content-client {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	height: 170px;
	background-color: #FFF;
}
#content-contact {
	width: 980px;
	height:627px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #efefef url(../images/contact.jpg);
	background-repeat: no-repeat;
}
#contentbg {
	
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	
}
#content-contact #asiacontactus {
	width: 410px;
	height:150px;
	font-size: 12px;
	position: relative;
	padding-top: 115px;
	padding-left: 45px;
	padding-right:2px;
	float: left;
}
#bottom-content {
	height: 10px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-bottom-content.png);
	background-repeat: no-repeat;
	clear: both;
}
#shoutcut {
	background-color:#F2F2F2;
	width: 970px;
	height:650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:5px!important;
}
#shoutcut #box {
	width: 960px;
	height: auto;
	margin-top:15px;
	margin-left:5px;
	position: absolute;
}

#shoutcut #box ul li {
	float: left;
	display: block;
	height: auto;
	width: 240px;
	color:#666;
}
#shoutcut #box ul li #textcontent {
	float: right;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
	display: block;
	height: auto;
	width: 210px;
	font-size:14px;
}
#header #contact {
	position:absolute;
	right:30px;
	top:15px;
	width:500px;
	height:25px;
	z-index:1;
	clear:both;
	font-size:18px;
	font-weight:bold;
	text-align:right;
}
#header #menu {
	height: 36px;
	width: 500px;
	position: absolute;
	right: 30px;
	bottom: 0px;
}

#header #menu ul li {
	float: left;
	display: block;
	height: 36px;
	width: 100px;
}

#menu-home { background-image: url(../images/menu/home.png);	 }
#menu-about { background-image: url(../images/menu/about.png);	 }
#menu-services { background-image: url(../images/menu/services.png);	 }
#menu-portfolio { background-image: url(../images/menu/portfolio.png);	 }
#menu-contact { background-image: url(../images/menu/contact.png);	 }

#menu-home:hover { background-image: url(../images/menu/h-home.png);	 }
#menu-about:hover  { background-image: url(../images/menu/h-about.png);	 }
#menu-services:hover  { background-image: url(../images/menu/h-services.png);	 }
#menu-portfolio:hover  { background-image: url(../images/menu/h-portfolio.png);	 }
#menu-contact:hover  { background-image: url(../images/menu/h-contact.png);	 }

#menu-home #active { background-image: url(../images/menu/a-home.png);	 }
#menu-about #active  { background-image: url(../images/menu/a-about.png);	 }
#menu-services #active  { background-image: url(../images/menu/a-services.png);	 }
#menu-portfolio #active  { background-image: url(../images/menu/a-portfolio.png);	 }
#menu-contact #active  { background-image: url(../images/menu/a-contact.png);	 }

#header #menu ul a {
	display: block;
	height: 36px;
	width: 100px;
	font: hidden;
}
#header #logo {
	height: 65px;
	width: 299px;
	margin-top: 10px;
}
#footer {
	background: #FFF;
	height: 150px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 19px;
	font-size: 11px;
	text-decoration: none;
}
#footer-shot {
	background: #FFF;
	clear:both;
	height: 33px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	font-size: 11px;
	text-decoration: none;
}
#home #facebook {
	height: 39px;
	width: 110px;
	position: absolute;
	z-index: 1;
	left: 321px;
	top: 299px;
}
#home #twitter {
	height: 39px;
	width: 110px;
	position: absolute;
	z-index: 1;
	left: 443px;
	top: 299px;
}

#submenu #sublink {
	margin-right: 30px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: right;
	line-height: 25px;
}

#submenu #sublink a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#submenu #sublink a:hover {
	color: #06C;
	text-decoration: none;
	font-size: 10px;
}

#content #zone1 {
	width: 415px;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 40px;
	position: relative;
	float: left;
	text-align: justify;
}
#content #zone1port {
	width: 215px;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 40px;
	position: relative;
	float: left;
}
#content #fullpage #whathigh {
	height: 330px;
	width: 900px;
}
#content #fullpage #whathigh2 {
	height: 180px;
	width: 900px;
}
#content #fullpage #whathigh3 {
	height: 400px;
	width: 900px;
}

#clearfooter{
	clear:both;
}

#content #zone2 {
	width: 460px;
	font-size: 13px;
	position: relative;
	padding-top: 20px;
	padding-left: 30px;
	float: left;
	text-align: justify;
}
#content #zone2port {
	width: 980px;
	font-size: 13px;
	position: relative;
	height: 562px;
}


#content h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}

#content ul li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 20px;
}
#contactform  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	width: 400px;
	margin-right: 0px;
	margin-left: 520px;
	margin-top: 0px;
	font-size: 12px;
	height: 600px;
	padding-top: 75px;
}
#form_contact #textarea {
	height: 120px;
	width: 400px;
	background-color: #FFF;
	border: 1px solid #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
		margin-bottom: 10px;
	color: #666;
}
#form_contact #textfield {
	height: 25px;
	width: 400px;
	background-color: #FFF;
	border: 1px solid #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	color: #666;
	margin-bottom: 10px;
}
#copyright {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	height: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.footerlink {
	color: #666;
	text-decoration: none;
}

#copyright-r {
	width: 200px;
	float: right;
	text-align: right;
}#content #fullpage {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	float: none;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
	position: relative;
}
#content #clientlogo {
	height: 220px;
	overflow: auto;
}
#sublink #servicew {
	margin-right: 20px;
}
#sublink #aboutw {
	margin-right: 200px;
}
#home #tv {
	height: 252px;
	width: 414px;
	padding-top: 43px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 540px;
}

#whatwedo {
	width: 250px;
	float: left;
	padding-left: 50px;
}
#content-portfolio #portfolio {
	padding: 0px;
}
#content-portfolio #portfolio #frame {
	height: 445px;
	width: 660px;
	float: left;
}
#content-portfolio #portfolio #portfolio-menu {
	float: left;
	width: 243px;
	margin-right: 5px;
	margin-left: 15px;
	font-size: 35px;
	line-height: 40px;
	text-decoration: none;
}
h1#portfolio_header {
	display: block;
	width: 930px;
	height: 50px!important;
	margin: 0px!important;
	padding: 234px 0px 0px 50px!important;
	background: url(../images/portfolio_header.png) left top no-repeat;
}
div#portfolio_body {
	display: block;
	width: 920px;
	min-height: 580px;
	margin: 0px!important;
	padding: 10px 20px 10px 40px!important;
	background: url(../images/portfolio_body.png) left top repeat-y;
}
div#portfolio_footer {
	display: block;
	width: 980px;
	height: 29px;
	margin: 0px!important;
	padding: 0px!important;
	background: url(../images/portfolio_footer.png) left top no-repeat;
}

.clear {
	clear:both;
}
#testimoinals {
	background:url(../images/bg_testimonials.jpg) top left no-repeat;
	width:456px;
	height:206px;
	position:relative;
	float:left;
	margin:25px 0 0 7px;
}
#testimoinals .content img{
	float:left;
	margin:0 10px;
}
#testimoinals .content{
	width:456px;
	height:62px;
}
#testimoinals .content p{
	float:left;
	display:block;
	margin-top:1px;
	width:300px;
	font-style:italic;
	text-align:justify;
	font-size:10px;
}
#ourservices {
	background:url(../images/bg_ourservices.jpg) top left no-repeat;
	width:255px;
	height:206px;
	position:relative;
	float:left;
	margin:25px 0 0 0;
}
#ourservices p{
	font-size:12px;
	font-style:italic;
	margin-left:10px;
	line-height:17px;
}
#designpackages {
	background:url(../images/bg_designpackages.jpg) top left no-repeat;
	width:255px;
	height:206px;
	position:relative;
	float:left;
	margin:25px 0 0 0;
}
#designpackages p {
	font-size:14px;
	margin:5px 0 0 10px;
	font-style:italic;
}
#designpackages img {
	position:absolute;
	top:56px;
	right:20px;
}
.more {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size:12px;
	color:#FFF;
}
.more a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.more a:hover {
	color:#000;
}
h3.home_title {
	margin: 5px 10px;
	padding:0;
	font-size:16px;
}

