@charset "utf-8";

/* CSS Document */
/** { padding: 0; margin: 0; }*/
body {
	font: 90% Helvetica, Arial, sans-serif, Verdana, Helvetica;
	background: #FFFFFE url(../img/bg.png);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	margin-bottom: 10px;
}

a {
	color: #2f80d3;
	text-decoration: underline;
}

a img {
	border: 0px;
}

a:visited {
	color: #2f80d3;
}

a:hover {
	color: #84c1ff;
}

table tr td.heading {
	color: #999;
	font-size: 12px;
	background: #EEE;
}

table tr td.details {
	color: #999;
	font-size: 12px;
	border-bottom: 1px dotted #EEE;
}

h1,h2,h3,h4 {
	color: #333;
}

#container {
	width: 990px;
	background: #FFFFFE url(../img/bg.png);
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	z-index: 1;
}

h1 {
	padding-top: 10px;
	font-size: 160%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	color: #666;
}

h4 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

#current { font-weight: bold; }

#header {
	background: #FFFFFE url(../img/bg.png);
	padding: 0 10px 0 0px;
	margin-bottom: 2px;
	margin-top: 10px;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}

.skipnav { font-size: 12px; position: absolute; left: -9999px; }
#mainContent {
	padding: 0;
	background: #194661 url(../img/1-4.jpg) top center no-repeat;
	padding-bottom: 20px;
	min-height: 300px;
	border-radius: 15px;
	box-shadow: 0px 10px 22px #999;
	z-index: 2;
}

#leftCol {
	position: relative;
	float: left;
	height: 198px;
	width: 154px;
	top: 25px;
	left: 0px;
}

#rightCol {
	position: relative;
	float: right;
	height: 198px;
	width: 154px;
	top: 25px;
	left: 0px;
}

#gmap {
	width: 626px;
	height: 350px;
	
	box-shadow: 0px 10px 22px #999;
}

#mainText {
	position: relative;
	margin-top: 10px;
	padding: 0 20px 20px 20px;
	background: #FFFFFE;
	line-height: 150%;
	margin-left: 280px;
	margin-right: 20px;
	min-height: 200px;
	border-radius: 20px;
	z-index: 10;
	opacity: 0.80;
}

#mainTextWide {
	position: relative;
	margin-top: 10px;
	padding: 0 20px 20px 20px;
	background: #FFFFFE;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 200px;
	border-radius: 20px;
	z-index: 10;
	opacity: 0.80;
}

#mainTextWideNoBG {
	position: relative;
	margin-top: 10px;
	padding: 0px;
	margin-left: 16px;
	margin-right: 15px;
	min-height: 200px;
	border-radius: 20px;	
	min-height: 250px;
	z-index: 10;
}

#home #mainText {
	/*
	opacity: 0.90;
*/
	}

#home_button {
	position: relative;
	bottom: -10px;
	left: 580px;
	z-index: 10;
	width: 72px;
	height: 72px;
}

#home_buttonWide {
	position: relative;
	bottom: -10px;
	left: 840px;
	z-index: 10;
	width: 72px;
	height: 72px;
}

#topMenu {
	width: 100%;
	height: 98px;
	background: #FFFFFE url(../img/bg.png);
	padding: 0 0px;
}

#topMenu a {color:#444; font-size:120%; text-decoration:none;}

#topMenu ul.menu {
	height: 98px;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#topMenu ul.menu li,#topMenu ul.menu li a {
	float: left;
	width: 100px;
	height: 90px;
	min-width: 100px;
	border: 0px solid #CCC;
	padding: 0px 12px 2px 0px;
	margin-right: 6px;
	text-align:center;
	line-height:40px;
}

#topMenu ul.menu li.contentbox {
	background-color: #c6c9cb;
}

#home #topMenu ul.menu li.contentbox {
	padding-bottom: 8px;
}

#topMenu ul.menu li.contentbox .mText {
	margin-left: 20px;
	display: block;
	width: 70px;
	height: 46px;
	background-image: url(../img/if_img.png);
	background-position: -233px -423px;
	cursor: pointer;
}

#topMenu ul.menu li.contentbox2 {
	background-color: #909296;
}

#services #topMenu ul.menu li.contentbox2, #write #topMenu ul.menu li.contentbox2, #design #topMenu ul.menu li.contentbox2, #develop #topMenu ul.menu li.contentbox2, #manage #topMenu ul.menu li.contentbox2, #teach #topMenu ul.menu li.contentbox2 {
	padding-bottom: 8px;
}

#topMenu ul.menu li.contentbox2 .mText {
	margin: 0;
	margin-top: 40px;
	display: block;
	width: 100px;
	height: 40px;
	background-image: url(../img/if_img.png);
	background-position: -233px -599px;
	cursor: pointer;
}

#topMenu ul.menu li.contentbox3 {
	background-color: #3a3a3c;
}

#ourwork #topMenu ul.menu li.contentbox3, #portfolio #topMenu ul.menu li.contentbox3, #products #topMenu ul.menu li.contentbox3 {
	padding-bottom: 8px;
}

#topMenu ul.menu li.contentbox3 .mText {
	margin: 0;
	margin-left: 9px;
	margin-top: 10px;
	display: block;
	width: 103px;
	height: 40px;
	background-image: url(../img/if_img.png);
	background-position: -233px -509px;
	cursor: pointer;
}

#topMenu ul.menu li.contentbox4 {
	background-color: #ED1556;
}

#aboutus #topMenu ul.menu li.contentbox4, #join #topMenu ul.menu li.contentbox4, #submitcv #topMenu ul.menu li.contentbox4 {
	padding-bottom: 8px;
}

#topMenu ul.menu li.contentbox4 .mText {
	margin: 0;
	margin-top: 46px;
	display: block;
	width: 103px;
	height: 40px;
	background-image: url(../img/if_img.png);
	background-position: -233px -243px;
	cursor: pointer;
}

#topMenu ul.menu li.contentbox5 {
	background-color: #2999b0;
}

#contactus #topMenu ul.menu li.contentbox5 {
	padding-bottom: 8px;
}

#topMenu ul.menu li.contentbox5 .mText {
	margin: 0;
	margin-left: 15px;
	margin-top: 15px;
	display: block;
	width: 97px;
	height: 40px;
	background-image: url(../img/if_img.png);
	background-position: -233px -333px;
	cursor: pointer;
}

#submenu {
	position: relative;
	padding: 8px 20px 8px 20px;
	background: #3a3a3c;
	color: #FFF;
	font-size: 12px;
	z-index: 3;
}

#submenu ul li {
	display: inline;
	padding-right: 10px;
}

#submenu ul#right {
	float: right;
	margin-top: -18px;
}

#submenu ul#submenulist {
	padding: 8px 0px 8px 0px;
	margin-top: -8px;
	margin-bottom: -8px;
}

#submenu ul#submenulist li a {
	text-decoration: none;
	color: #FFF;
}

#submenu ul#submenulist li a:hover {
	text-decoration: none;
	color: #68838B;
}

#home #submenu {
	background: #c6c9cb;
	color: #000;
}

#home ul#submenulist li a {
	color: #030303;
}

#home #submenu a:hover {
	color: #68838B;
}

#services #submenu, #write #submenu, #design #submenu, #develop #submenu, #manage #submenu, #teach #submenu {
	background: #909296;
	color: #FFF;
}

#ourwork #submenu, #portfolio #submenu, #products #submenu {
	background: #3a3a3c;
	color: #FFF;
}

#aboutus #submenu, #join #submenu, #submitcv #submenu {
	background: #ED1556;
	color: #FFF;
}

#contactus #submenu {
	background: #2999b0;
	color: #FFF;
}

.searchbox {
	margin: 0px;
	padding: 0px;
}

.searchbox div {
	width: 171px;
	height: 21px;
	background-image: url(../img/if_img.png);
	background-position: -233px -689px;
	padding-left: 25px;
}

.searchbox input {
	border: 0px;
	width: 160px;
	height: 15px;
	margin-top: 2px;
	margin-left: -46px;
}

.searchbox input:focus {
	border: 0px;
}

.footer {
	position: relative;
	height: 50px;
	margin-top: 20px;
	background: url(../img/footer_bar_white.png) top center repeat-x;
	text-align: right;
	z-index: 3;
}

.footer ul {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.footer li {
	float: left;
	list-style: none;
	margin: 0px 0px;
	padding: 1px 0px;
	vertical-align: middle;
	text-align: center;
	display: block;
	padding: 0px 10px;
	margin-top: 50px;

	padding-top:3px;
	font-size: 10px;
	color: #FFF;
}

.footer img {
	border: 0px;
}

.footer a {
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
	color: #FFF;

}

.footer a:hover {
	color: #999999;
}



#copyright {
	font-size: 9px;
	color: #FFF;
	padding-left: 10px;
	height: 10px;
	margin-top: 0px;
}

#who {
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
}

#join {
	position: relative;
	padding-right: 35px;
}

#contact {
	position: relative;
	padding-right: 35px;
}

.form {border:1px solid #bdc0c6; background-color:#e7ebf5; padding:3px; margin:0px;}

.errorBox {border:1px solid #FF0000; background-color:#f7f5f6;}
.successBox {border:1px solid #00c127; background-color:#f5f7f6;}

.portfolioBox {
	margin-bottom: 30px;
}

.portfolioBox h1 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: normal;
}

.portfolioBox h2 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

.portfolioBox .info {
	float: right;
	position: relative;
	width: 450px;
	top: 0px;

}

.portfolioBox .imgBox {
	width: 400px;
	border: 1px solid #CCC;
	background-color: #FEFEFE;
	padding: 10px;
}

.portfolioBox .productImgBox {
	width: 290px;
	border: 1px solid #CCC;
	background-color: #FEFEFE;
	padding: 10px;
}

.portfolioBox img {
	border: 1px solid #CCC;
}

.portfolio {
	border: 1px solid #FFF;
	background-color: #000;
}

/*---------services promo boxes------*/
.serviceboxes{
	color:#fff;
	font-size:78%;
	line-height:130%;
}

.serviceboxes div {
	display: inline-block;
	float: left;
	padding:7px 7px 0px 7px;
	margin-right:10px;
	height:110px;
	width:103px;
}

#large.serviceboxes div {width:149px; height:193px; margin-right:0px; padding:15px 20px; font-size:1.3em; line-height:1.2em;}

.serviceboxes h1 {
	margin:0px;
	padding:10px 0px 10px 0px;
	color:#fff; 
	font-size:190%;
	font-weight:normal;
}

.serviceboxes h1 a {color:#fff; text-decoration:none;}
.serviceboxes h1 a:visited {color:#fff; text-decoration:none;}
.serviceboxes h1 a:hover {color:#b6dfe7; text-decoration:none;}

.writebox, .designbox, .developbox, .managebox, .teachbox, #large .writebox, #large .designbox, #large .developbox, #large .managebox, #large .teachbox { 
	background-image: url(../img/if_img.png);
}

.writebox { background-position: 0 -1870px; width: 117px; height: 117px; } 
.designbox { background-position: 0 -230px; width: 117px; height: 117px; } 
.developbox { background-position: 0 -640px; width: 117px; height: 117px; } 
.managebox { background-position: 0 -1050px; width: 117px; height: 117px; } 
.teachbox { background-position: 0 -1460px; width: 117px; height: 117px; } 

#large .writebox { background-position: -233px 0; width: 183px; height: 193px; } 
#large .designbox { background-position: 0 -397px; width: 183px; height: 193px; } 
#large .developbox { background-position: 0 -807px; width: 183px; height: 193px; } 
#large .managebox { background-position: 0 -1217px; width: 183px; height: 193px; } 
#large .teachbox { background-position: 0 -1627px; width: 183px; height: 193px; }

/* ---------------- Search Engine -------------------------- */
#searchcontent {
	color: #333;
	border: 0px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	padding-top: 25px;
	height: 100%;
	width: 900px;
	float: left;
	background: #FFFFFE;
	min-height: 240px;
}

#searcheng {
	text-align: center;
	border: 1px solid #CCC;
	width: 420px;
	height: 25px;
	padding: 10px;
	background: #EEE;
}

/*Top categories*/
.main_cat1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF00FF
}

.main_cat2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF00FF
}

.cat1:visited {
	font-size: 16px;
	font-weight: bold;
	color: #831f56
}

/*Small urls*/
.url {
	color: #006600;
	font-size: 12px;
}

/* Title/link of pages */
.title {
	color: #0000FF;
	font-size: 15px
}

#result_report {
	text-align: center;
	padding: 3px;
	background-color: #82b5c5;
	font-weight: bold;
	margin-bottom: 14px;
}

/*Page descriptions*/
.description {
	font-size: 12px;
	color: #666;
}

#other_pages {
	text-align: center;
	font-size: 11px;
}

#common_report {
	text-align: center;
}

#cat_table {
	width: 600px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#cat_main {
	font-weight: bold;
}

#sub_cat {
	font-size: 12px;
}

.idented {
	margin-left: 30px;
}

#did_you_mean {
	font-size: 14px;
	text-align: center;
	margin: 10px;
}
/* ------------ End search engine ---------------------- */
