body, html {
	height: 100%;
	font-family: 'Lucida Grande';
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -10em;
	margin-bottom: 50px;
}

.box {
	background: #f2f2f2;
}

#tooltip{
	position: absolute;
	text-align: left;
	width: 200px;
	background: #000;
	padding: 15px;
	color: #fff;
	opacity:0.9;filter:alpha(opacity=90)
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	display:none;
}

.notice {
	padding: 10px; background: #fffd8b; border: 5px solid #edb51c; margin-bottom: 15px;
}

span.arrow {
	font-family: courier; font-weight: bold;
}

span.breadcrumb {
	font-size: 16px; font-family: Georgia;
}

.customnotice {	
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	z-index: 99; 
	color: #333; 
	font-size: 16px; 
	font-weight: bold; 
	padding: 15px 0px 10px 0px; 
	background: #feffc5; 
	border-bottom: 5px solid #dfe09b; 
	text-align: center;
}

button, submit {
	border: 1px solid #bcbcbc;
	font-size: 12px;
	font-family: Arial;
	padding: 3px 8px 3px 8px;
	background: url(/images/layout/buttonbg.png);
	cursor: pointer;
}

button:hover, submit:hover {
	border: 1px solid #aaa;
}	

p {
	text-align: justify;
}

.smallText {
	font-size: 11px;
}	

.smallCap {
	font-size: 9px;
	text-transform: uppercase;
}

.bigCap {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #000;
}

.logo {
	margin-left: -15px;
	margin-top: 12px;
}

.header {
	width: 100%; 
	margin: 0 auto; 
	color: #ddd; 
	font-size: 13px; 
	background: #333;
}

.header-container {
	width: 100%; height: 80px; background: #222 url(/images/layout/footer-bg.png) top repeat-x;
	border-bottom: 3px solid #E64117; border-top: 1px solid #666;
}

.header-bottom {
	width: 100%; margin: 0 auto; background: none;
}

.header-bottom-bar {
	background: none;
}

.nav {
	width: 100%;
}

ul.social,
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

ul.social {
	float: right;
}

.nav ul li {
	float: right;
	padding: 13px 30px 17px 30px;
	font-size: 1.0em;
	font-family: Arial;
	font-weight: normal;
	border-right: 0px solid #555;
	height: 30px;
	margin-top: 20px;
}

.nav ul li span {
	font-size: 10px;
	display: block;
}

.nav ul li:hover {
	background: #111;
}	

.nav ul li a {
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.nav ul li.current {
	background: #FFF;
	height: 33px;
}

.nav ul li.current span {
	color: #000;
}

.nav ul li.current a {
	color: #000;
}

ul.social li {
	float: left; margin-right: 20px;
}

span.twitter {
	background: url(/images/twitter.png) no-repeat left; padding: 5px 0px 5px 28px; font-size: 12px;
}

span.facebook {
	background: url(/images/facebook.png) no-repeat left; padding: 5px 0px 5px 28px; font-size: 12px;
}

span.feed {
	background: url(/images/feed.png) no-repeat left; padding: 5px 0px 5px 28px; font-size: 12px;
}

.poster {
	background: none; border: 1px solid #DDD; 
	width: 628px; height: 298px; text-align: center; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD;
}

#stage {
	width: 100%; 
	min-height: 500px;
	margin: 0px auto;
	padding: 30px 0px;
}

.main {
	border-bottom: 0px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.sidebar {
	min-height: 300px;
}

#footer {
	height: auto;
	border-top: 3px solid #111;
	width: 100%;	
	padding-top: 20px;
	padding-bottom: 20px;
	background: #222 url(/images/layout/footer-bg.png) repeat-x;
	text-align: left;
	font-size: 12px;
	font-family: 'Lucida Grande','Lucida Sans Unicode', sans-serif;
	color: #e8e6e6;
}

.footer-top {
	width: 100%; height: 100px; padding-top: 20px; text-align: center; background: #373737 url(/images/layout/bg-grey3.gif) repeat-x scroll left top; border-bottom: 1px solid #222222;
}

#footer a {
	color: #78B9E7;
}

#footer a:hover {
	color: #3084CA;
	text-decoration: none;
}

#footer ul {
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	padding-top: 5px;
	border-top:1px solid #444;
}

#footer ul.left {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	border-top: 0px solid #444;
}

#footer ul.left li {
	font-size: 14px;
}

#footer ul li {
	border-top:0px solid #666;
	float:left;
	line-height:1.2em;
	margin:0;
	padding:4px 0 2px 0;
	width: 150px;
	color: #bbb;
}

#footer .panels {
	float: left; width: 150px; font-size: 14px; font-weight: normal;
}

#footer .panels p {
	margin-top: 0px; margin-bottom: 5px;
}

#footer .badges {
	float: right; padding: 10px; font-size: 14px; font-weight: bold; background: #1b1b1a;
}

#footer .copyright {
	text-align: center; font-size: 12px; color: #888;
}

h2.pagetitle,
h1.pagetitle {
	color:#262626;
	line-height: 35px;
	font-weight: bold; 
	font-family: 'Myriad Pro';
	font-size: 28px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

h1.pagetitle {
	font-family: 'Myriad Pro'; 
	font-weight: bold; font-size: 30px; margin-bottom: 5px;
}

h2.pagetitle {
	letter-spacing: 0px;
}

h2.pagetitle-blog,
h2.pagetitle {
	font-size: 23px;
	line-height: 30px;
}

h2.pagetitle-blog {
	float: left;
}

h2.pagetitle-blog a,
h2.pagetitle a {
	color: #183152;
}

h2.pagetitle-blog a:hover,
h2.pagetitle a:hover {
	text-decoration: underline;
}

#service1 {
	background: url(/images/home/webdesign.png) repeat-x;
}

#service2 {
	background: url(/images/home/webapp.png) repeat-x;
}

#service3 {
	border: 1px solid #ccc; background: url(/images/home/bi.png) repeat-x;
}

.service-content-1 {
	float: left; width: 418px; padding: 20px; color: #fff; line-height: 35px;
}

.service-content-1 p {
	font-size: 17px; line-height: 20px; text-align: left; margin-top: 15px;
}

.service-title-1 {
	font-size: 29px; font-weight: normal; color: #fff;
}

.service-content-2 {
	float: right; width: 440px; color: #fff; padding: 15px; padding-top: 25px; margin-right: 15px; line-height: 35px;
}

.service-title-2 {
	font-size: 29px; font-weight: normal; color: #fff;
}

.service-content-2 p {
	font-size: 17px; line-height: 20px; text-align: left; margin-top: 15px;
}

.service-content-3 {
	float: right; width: 390px; color: #000; padding: 15px;
}

.service-content-3 span {
	font-size: 15px; line-height: 20px; text-align: left; margin-top: 15px;
}

.general-title {
	font-size: 20px; font-weight: bold; color: rgb(51, 51, 51);
}

.announcement {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.announcement-last {
	border-bottom: 0px solid #ddd;
}

.announcement-content {
	margin-top: 20px;
}

.tour-button {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
	background-color:#679F02;
	border:8px solid #568502;
	color:#FFFFFF;
	font-family:Arial;
	margin:0 0 13px 0;
	min-height:130px;
	padding:10px;
	text-align:center;
	padding-top: 15px;
}

.tour-button h3 {
	font-size:16px;
	font-weight: bold;
	color: #fff;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:0;
	line-height: 20px;
}

.appbox {
	width: 100%;
	min-height: 50px;
	background: #e5e5e5;
	border-top: 1px solid #cdcfcf;
	border-left: 1px solid #cdcfcf;
	border-right: 1px solid #cdcfcf;
	border-bottom:1px solid #cdcfcf;
	margin-bottom: 12px;
}

.appbox h3 {

	margin-top: 0px;
	margin-bottom: 5px;
}

.appbox p {
	text-align: right;
	margin-top: 12px;
	margin-bottom: 3px;
	margin-right: 0px;
}

.appbox ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 100%;
	
}

.appbox ul li {
	border-top:1px solid #fff;
	border-bottom:1px solid #cdcfcf;
	margin:0;
}

.appbox ul li.last {
	border-bottom: 0;
}

.appbox ul.blog_list {
	list-style-type: square;
	
}

.appbox ul.blog_list li {
	margin-left: 15px;
	padding: 10px 10px;
	padding-left: 5px;
	border: 0;
}

.appbox ul.blog_list li {
	
}

.appbox .icon_container {
	float: left; padding: 10px 0px 10px 10px;
}

.appbox .iconbox {
	float: left; width: 40px; height: 40px; background: #333;
}

.appbox .title {
	padding: 20px; text-align: left;
}

.appbox .title h3 {
	font-size: 14px;
	font-weight: bold;
}

.appbox .textfield {
	width: 160px;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 12px;
}

.about-top {
	float: left; width: 100%; height: 150px; background: none; margin-bottom: 10px;
}

.about-vision {
	float: left; width: 100%; height: 180px; background: none;
}

.about-vision p {
	font-size: 15px; line-height: 19px; margin-top: 10px;
}

.about-mission {
	float: left; width: 100%; height: 200px; background: none;
}

.about-mission ul {
	font-size: 14px;  line-height: 25px; padding-left: 17px;
}

.founder {
	width: 100%; background: #f2f2f2; @background: #f8f8f6; margin-bottom: 10px;
}

.founder img {
	float: left; width: 120px; height: 120px; background: #444;
}

.founder-content {
	float: right; width: 490px; height: 180px; background: none;
}

.founder .name {
	font-size: 16px; font-weight: bold;
}

.contactform {
	font-size: 14px; margin-bottom: 10px; font-weight: bold;
}

.contactus_textfield {
	width: 300px;
	padding: 4px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #ccc;
}

.cal {
	float: left; background: #f6f6f6; width: 89px; height: 89px; border: 1px solid #ccc; margin-top: -1px; margin-left: -1px;
}

.cal .day {
	padding: 10px; font-size: 16px; font-weight: bold; color: #666;
	margin-bottom: 10px;
}

.cal .activity {
	font-size: 11px; color: #333; text-align: center;
}

.cal .activity .detail {
	padding: 3px 6px; background: #888; color: #fff;
	font-weight: bold;
	
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.calendar {
	float: left; width: 630px;
}

.calendar .dates {
	float: left; margin-top: 7px;
	margin-right: 15px;
}

.calendar .dates span {
	font-size: 17px; font-weight: bold; padding: 10px; background: #eee; 
}

.calendar .content {
	
}

.calendar .content h3 {
	font-weight: bold; font-size: 21px; margin-bottom: 10px;
}

.calendar .content p {
	text-align: justify; margin: 0;
}

ul.portfolio {
	list-style-type: none; 
	margin: 0; padding: 0;
}

ul.portfolio li {
	padding: 15px 0px;
	padding-left: 0;
	border-bottom: 0px solid #e2e2e2;
	margin-bottom: 1px;
}

ul.portfolio li.last {
	border-bottom: 0px solid #e2e2e2;
}

ul.portfolio li a {
	color: #333;
}

ul.portfolio li a:hover {
	color: #000;
}

ul.portfolio li .thumb {
	float: left;
	width: 150px; 
	height: 120px;
	background: #fff; 
	border: 1px solid #ccc;	
}

ul.portfolio li .text {
	float: right;
	width: 440px; 
	text-align: left;
	padding-top: 5px;
}

ul.portfolio li h3 {
	font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.portfolio li a {
	color: #3084CA;
}

ul.portfolio li .content br {
	margin-bottom: 15px;
}

ul.creative {
	list-style-type: none; 
	margin: 0; padding: 0;
}

ul.pastcreative {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	padding-left: 2px;
}

ul.creative li {
	float:left; padding: 15px 0px;
	width: 100%;
	border-bottom: 0px solid #e2e2e2;
}

ul.creative li div ol li {
	float: none;
	padding: 0;
	
}

ul.pastcreative li {
	float:left; 
	padding: 15px;
	width: 283px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	margin-top: -1px;
	margin-left: -1px;
	height: 280px;
}

ul.pastcreative li a {
	color: #333;
}

ul.pastcreative li a:hover {
	text-decoration: underline;
	color: #000;
}

ul.creative li.last {
	border-bottom: 0px solid #e2e2e2;
}



ul.creative li .thumb {
	width: 120px; 
	height: 120px; b
	ackground: #f2f2f2; 
	border: 1px solid #e2e2e2;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

ul.pastcreative li .thumb {
	width: 80px; height: 80px; 
	background: #f2f2f2; 
	border: 1px solid #e2e2e2;
	float: left;
	margin-right: 15px;
}

ul.pastcreative li .content{
	width: 100%;
	color:#484747;
	font-family:Helvetica,Arial,Helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	text-align: left;
}

ul.creative li .content {
	width: 100%;
	color:#1E1E1E;
	font-family: Arial,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;
	text-align: justify;
}

ul.creative li .content p {
	margin:0;
}

ul.creative li .content h2 {
	-x-system-font:none;
	color:#262626;
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-size:2.45em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-align: left;
	margin-bottom: 25px;
}

ul.pastcreative li .content h3,
ul.creative li .content h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.45em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}


ul.creative li .content h3 {
	margin-bottom: 0px;
}

ul.pastcreative li .content br,
ul.creative li .content br {
	margin-bottom: 0px;
}

ul.pastcreative li .content p,
ul.creative li .content p {
	margin-bottom: 0px;
	margin-top: 0px;
}



.technology {
	background: #f2f2f2;
	text-align: justify;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.technology p {
	margin: 0;
	padding: 0;
}

.technology h2 {
	font-family: Georgia; margin-bottom: 5px;
	font-size: 19px;
}

.header-rss a,
.twitter a {
	color: #ccc;
}	

.header-rss a:hover,
.twitter a:hover {
	color: #fff;
}	

.twitter img {
	float: left;
}

.twitter .text {
	float: left; margin-left: 5px; margin-top: 25px;
}

.tweet {
	margin-bottom: 20px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

.tweet p {
	text-align: left;
}

.tweet h3 {
	color: #fff;
}

.header-rss {
	float: right;
	margin-right: 5px;
	margin-top: 0px;
}

.header-rss img {
	float: right;
}

.header-rss .text {
	float: right; margin-right: -5px; margin-top: 15px; @margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

ul.career {
	padding: 0px; margin: 0px;
	list-style-type: none;
}

ul.career li {
	border-bottom: 1px solid #ddd; padding: 15px 15px; background: #f2f2f2;
}

ul.career li strong {
	font-size: 16px;
}

.home-latest-article {
	float: left; 
	font-weight: normal; 
	font-size: 16px;
}

.home-more-article {
	float: right;
	font-weight: normal;
	font-size: 16px;
}

.home-more-article a {
		color: #183152;
}

.home-more-article a:hover {
	text-decoration: underline;
}

div.article-section p {
	margin: 0;
	padding: 0;
}

div.twtr-doc {
	border: 0px solid #ccc;
}


input.textfield {
	padding: 5px;
	width: 250px;
	font-size: 15px;
	margin-bottom: 5px;
}

input.textfield-short {
	padding: 5px;
	width: 150px;
	font-size: 15px;
	margin-bottom: 5px;
}

input.textfield-long {
	padding: 5px;
	width: 350px;
	font-size: 15px;
	margin-bottom: 5px;
}

input.textarea-long {
	padding: 5px;
	font-family: Arial;
	font-size: 15px;
	margin-bottom: 5px;
}


label.largeText {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow:0 1px 1px #FFF;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	margin-left: 10px;
	float: right;
	width: 100px;
	
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top,  #fff,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ccc');
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb));
	background: -moz-linear-gradient(top,  #fff,  #bbb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#bbb');
}

ul.projects {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.projects li {
	float: left;
	padding: 8px 15px;
	margin-right: 10px;
	background: #ebebeb;
	font-weight: bold;
}

ul.projects li a {
	color: #000;
}

ul.projects li.current {
	background: #262626;
	color: #fff;
}

ul.projects li.current a {
	color: #fff;
} 

table tr th {
	background: #eee;
	padding: 8px 12px;
}

table tr td {
	padding: 8px 12px;
}

.admin-panel {
	width: 930px; padding: 10px; background: #f2f2f2; border: 1px solid #ddd;
}

span.admin-icon {
	background: url(/images/layout/user_suit.png) no-repeat left; padding-left: 25px; font-weight: bold; color: #555;
}

.blogtitle {
	float: left; width: 450px;
}

.share-container {
	float: right; width: 162px;
}

.tweetme {
	float: left; margin-right: 10px; border-right: 1px solid #f2f2f2; padding-right: 10px;
}