body{
	font: 80%/140% "Droid Sans", Arial, Helvetica, Tahoma, sans-serif;
	margin:0;
	padding: 0;
	text-align: center;
}

a{
	color: #073d66;
	text-decoration: none;
}

h1{
	font-size: 21px;
	font-weight: normal;
}

h1.title {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 110%;
	margin: 10px 0;
}

h2{
	color: #256188;
	font-size: 30px;
	font-weight: normal;
}

h3{
	color: black;
	font-size: 21px;
	font-weight: normal;
}

p {
	margin: 15px 0;
}

p.white-text{
	color: white;
	font-size: 13px;
	padding-top: 5px;
}

p.black-text{
	color: #555555;
	font-size: 13px;
	padding-top: 5px;
}

div#header-wrapper{
	background: #002552;
}

div#content{
	width: 1150px;
	height: auto;
	background: 0px 70px url(../img/bridge.jpg) repeat-x;
	margin:auto;
}

div#header{
	width: 950px;
	height: 70px;
	margin: auto;
}

div#logo{
	float:left;
	width: 180px;
	height: 70px;
	background:url(../img/logo.jpg);
}

div#menu{
	float: right;
	height: 70px;
	width: 700px;
}

div#menu ul{
	float: right;
	list-style-type: none;
	font-size: 16px;
	color: white;
	margin: 0;
	padding: 45px 0 0 0;
}

div#menu a{
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
}

div#menu li{
	float:left;
	margin: 0;
	padding: 0;
}

div#content-top-wrapper{
	background:#003f8d url(../img/bridge.jpg) no-repeat;
	background-position:center;
}

div#content-top{
	height:320px;
	width:950px;
	margin: auto;
}

div#products{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 520px;
	margin-top: 10px;
	background: #2d2d2d;
	height: 305px;
	width: 180px;
	float: left;
}

#products a {
	color: #fff;
	text-decoration: underline;
}

#products h1 {
	color: #fff;
	margin: 10px 0 5px 0;
}

#products p {
	font-size: 12px;
	line-height: 130%;
	margin: 0 0 10px 0;
}

div#services{
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 20px;
	height: 305px;
	width: 190px;
	float: left;
}

div#services h2{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	padding: 0;
}

div#services p{
	margin: 0;
}

div#find-more{
	background: #003f8d;
	width: 60px;
	height: 18px;
	text-align:center;
	padding-top: 2px;
	float: right;
	margin-right: 10px;
}

div#find-more a{
	text-decoration: none;
}

a.more{
	font-size: 12px;
}

div#learn-more{
	background: #002552;
	width: 70px;
	height: 18px;
	text-align:center;
	padding-top: 2px;
	float: right;
	margin-right: 10px;
}

div#learn-more a{
	color: #fff;
}

p#inno{
	height: 220px;
}

div#content-middle{
	width: 950px;
	margin:auto;
}

div#content-middle a{
	font-weight: bold;
	color: #073d66;
}

div#content-left{
	width: 520px;
	float:left;
	text-align: left;
}

div#about{
	padding-top: 10px;
	width: 500px;
}

div#read-more{
	background: #003f8d;
	width: 60px;
	height: 18px;
	text-align:center;
	padding-top: 2px;
	float: right;
	margin-right: 10px;
}

.view-all{
	background: #003f8d;
	width: 60px;
	height: 18px;
	text-align:center;
	padding-top: 2px;
	float: right;
	margin-right: 10px;
}

.view-all a{
	font-weight: normal !important;
	color: #fff !important;
}

div#projects{
	margin-top: 40px;
	width: 500px;
}

div#projects ul{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

div#projects li{
	padding-right: 20px;
	float:left;
}

div#content-center{
	padding-top: 20px;
	width: 180px;
	height: 315px;
	float:left;
	background: #2d2d2d;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

div#content-right{
	width: 200px;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

div#reach-us ul{
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

div#reach-us li{
	height: 30px;
	width: 200px;
	margin-top: 10px;
}

li#contact-mail{
	background:url(../img/contact_mail.png);
}

li#contact-phone{
	background:url(../img/contact_phone.png);
}

li#contact-facebook{
	background:url(../img/contact_facebook.png);
}

li#contact-skype{
	background:url(../img/contact_skype.png);
}

li#contact-place{
	background:url(../img/contact_place.png);
}

p.contact-us{
	margin-left: 50px;
	padding-top: 5px;
	color: white;
	font-size: 15px;
}

p.contact-us a{
	color: white;
}

div.rounded-corners{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div#clear{
	clear: both;
	height: 30px;
}

div#footer{
	float: left;
	clear: both;
	width: 100%;
	background: #e1e1e1;
	text-align:left;
}

div#footer-wrapper{
	width: 950px;
	margin: auto;
}

div#footer-left{
	float:left;
	width: 400px;
	margin-right: 20px;
	padding-top: 20px;
}

p#copyright{
	padding-left: 20px;
}

div#footer-right{
	float:right;
	width: 300px;
	text-align: right;
	padding-top: 20px;
}

div#footer-right ul{
	float: right;
	list-style-type: none;
	color: #555555;
	font-size: 13px;
}

div#footer-right a{
	color: #003f8d;
	font-size: 13px;
}

div#footer-right li{
	float:left;
}

span.break-line{
	padding-left: 20px;
	padding-right: 20px;
}

div#content-about{
	width: 950px;
	margin: auto;
	padding-top: 10px;
}

div#content-left-about{
	width: 670px;
	text-align:left;
	float:left;
	border: 2px solid #002552;
	padding: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

p#about-text{
	padding-top: 10px;
	font-size: 14px;
}

div#content-right-about{
	float:right;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	height: 650px;
	background: #2d2d2d;
	text-align: left;
	padding-top: 10px;
}

#content-right-about h1,
#content-right-about #reach-us h3,
#content-right-about #reach-us p {
	color: #fff !important;
}

div#small-clear{
	clear:both;
	height: 30px;
	width: 200px;
}

form#contactForm{
	padding-top: 10px;
}

form#contactForm p{
	font-size: 16px;
	margin-top: 15px;
	height: 20px;
}

div#contact-left{
	width: 250px;
	float:left;
}

div#contact-right{
	float:left;
}

form#contactForm #contact-right-upper input{
	height: 20px;
	width: 300px;
	margin-top: 13px;
	font-size: 14px;
}

form#contactForm textarea{
	width: 300px;
	margin-top: 13px;
	font-size: 14px;
}

p#newsletter{
	text-align: left;
}

div#contact-bottom{
	height: 200px;
	width: 300px;
}

input#LeadNewsletter_{
	width: 0px;
	height: 0px;
	margin-top: 0px;
}

input#LeadNewsletter{
	width: 30px;
	height: 0px;
	margin-top: 0px;
}

p#newsletter-p{
	padding-top: 5px;
}

div.submit input{
	margin-top: 10px;
	height: 25px;
	width: 150px;
}

div.portofolio-image{
	padding-right:10px;
	float:left;
	padding-top: 5px;
}

div.portofolio-desc{
	float:left;
	width: 410px;
	padding-top: 5px;
}

div.portofolio-desc p{
	font-size: 14px;
	padding-top: 5px;
}

div.portofolio-desc a{
	color: #002552;
	font-size: 14px;
}

div.portofolio-item{
	margin-top:20px;
	height: 250px;
}

div.portofolio-content{
	border-top: 2px solid #666;
	padding-top: 5px;
}

p.portofolio-title{
	color: #666;
	font-weight: bold;
}

span.raquo{
	color: red;
	size: 16px;
}

/* Blog Element */
#content-center .blog h1 {
	color: #fff;
}

ul.list {
	margin: 0;
	padding: 0;
}

ul.list li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.list a {
	color: #c2ad86 !important;
}

ul.list h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul.list .meta, .blog-detail .meta {
	font-size: 12px;
	color: #666;
}

.blog-detail h1.title {
	margin-bottom: 3px;
}

#reach-us h3 {
}

#reach-us p {
}

#reach-us p a {
	color: #fff;
}

/* Form Styles */
fieldset {
	padding: 0;
	border: none;
}

fieldset .text label, fieldset .password label, fieldset .select label, fieldset .textarea label {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
	padding-bottom: 8px;
}

fieldset .input {
	clear: both;
	margin-bottom: 2px;
	padding: 6px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

fieldset .text input, fieldset .password input, fieldset .textarea textarea,
fieldset .select select, fieldset .date select {
	font: 14px Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 2px;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

fieldset div.required {
	background: #DC7F00;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

fieldset .select select, fieldset .date select {
	width: auto;
}

fieldset .input span.required {
	color: #ff0000 !important;
}

fieldset .checkbox {
	margin-left: 160px;
}

fieldset .checkbox label {
	float: none;
	padding-left: 4px;
}

fieldset div.submit {
	margin: 10px 0;
}

fieldset div.submit input {
	margin-left: 160px;
	padding: 2px;
}

fieldset .text .error-message, fieldset .select .error-message, fieldset .textarea .error-message,
fieldset .checkbox .error-message, fieldset .password .error-message {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #c20e0e;
	text-transform: uppercase;
	margin-left: 160px;
	_margin-left: 163px;
	margin-top: 2px;
}

fieldset .checkbox .error-message, fieldset .radio-group .error-message {
	margin-left: 4px;
}

fieldset div.error input, fieldset div.error textarea, fieldset div.error select {
	border: 1px solid #c20e0e;
}

fieldset div.hint {
	font-size: 11px;
	color: #999;
	margin-left: 160px;
	_margin-left: 163px;
}

/* Blog */
ul.blog-list {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

ul.blog-list li {
	float: left;
	clear: both;
	width: 99%;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

ul.blog-list h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	margin: 0;
}

ul.blog-list .meta {
	font-size: 11px;
	color: #ccc;
}
