@charset "utf-8";
@import url("basics.css");
@import url("forms.css");
@import url("wysiwyg.css");

body {
	margin:0;
	text-align:center;
	background:#fff url(../images/body-bg.png);
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

blockquote {
	border:1px solid #ccc;
	background:#fff url(../images/icon_big_quote.png) no-repeat 10px -20px;
	font-weight:bold;
}

#main {
	text-align:left;
	font-size:0.7em;
	/* background:url(../images/promo-background.jpg) fixed center; */
}

#ie6warning {
	display:none;
}

#header {
	min-width:998px;
}

#header .wrap {
	width:980px;
	margin:0 auto;
}

#headerTopBar {
	background:#112a3c;
	text-align:right;
}

#headerTopBar .content {
	color:#8da2b6;
	padding:6px 10px;
}

#headerMain {
	background:url(../images/header-main-bg.png) repeat-x;
	height:100px;
}

#headerMain .logo {
	background:url(../images/main-logo.png) no-repeat;
	width:304px;
	height:100px;
	float:left;
}

#headerMain .forms {
	margin-top:4px;
	float:right;
}

#headerMain .img {
	background:url(../images/header-mouse.png) no-repeat;
	float:left;
	width:81px;
	height:80px;
	margin-right:15px;
}

#headerMain .forms .button {
	
}

#headerMain .forms .login {
	float:left;
	border-left:1px solid #ccc;
	padding:0px 15px;
	color:#999;
}

#headerMain .forms .login  a {
	color:#999;
	font-size:1em;
}

#headerMain .forms .login input {
	color:#999;
}

#headerMain .forms .login .title {
	color:#798699;
	padding:2px;
	border-bottom:1px solid #ccc;
	margin-bottom:4px;
	font-weight:bold;
}

#headerMenu {
	background:url(../images/header-menu-bg.png) repeat-x;
	height:30px;
}

#headerMenu .separator {
	background:url(../images/menu-separator.png) no-repeat;
	width:2px;
	height:30px;
	float:left;
}

#headerMenu a {
	font-weight:bold;
	float:left;
	display:block;
	color:#363636;
	padding-left:12px;
	padding-right:14px;
	padding-top:8px;
	padding-bottom:8px;
}

#headerMenu a:hover {
	background:url(../images/menu-hover-bg.png) repeat-x;
	color:#000;
}

#headerShadow {
	background:url(../images/menu-shadow.png) repeat-x;
	height:4px;
}

#bannerBigTop {
	padding-top:12px;
	padding-bottom:4px;
	text-align:center;
}

#body {
	width:980px;
	margin:0 auto;
	background:url(../images/body-shadow-bg.png) repeat-y;
	padding:0 9px;
}

#bodyShadowTop {
	background:url(../images/body-shadow-top.png) no-repeat;
	height:9px;
	margin:0 auto;
	width:998px;
}

#columLeft {
	width:680px;
	padding:20px 0;
	float:left;
}

#columLeft .content {
	background:#fff;
	padding:15px 20px;
}

#columLeft .separator {
	margin:18px 0;
}

#columRight {
	width:260px;
	float:left;
	padding:20px 0;
	margin-left:20px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#inside {
	float:left;
	width:720px;
}

#footer {
	background:#112a3c;
	padding-bottom:2px;
}

#footer .info {
	padding:10px 15px;
	color:#99A9BF;
}

#footer .navbar {
	background:url(../images/footer-menu-bg.png) repeat-x;
	height:40px;
	padding-left:7px;
}

#footer .navbar a {
	float:left;
	margin-top:11px;
	border-right:1px dotted #999;
	color:#f4f4f4;
	font-weight:bold;
	padding:0 8px;
}

#footer .navbar a:hover {

}

#footer .copyright {
	padding:2px 15px;
	color:#596e7d;
	margin-bottom:10px;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}


.inner {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.img-middle {
	vertical-align:middle;
	margin:0 2px;
}

#viewArticle {

}

#viewArticle p, #viewArticleComments p, #columLeft .content p, ul, ol {
	font-size:1.2em;
	color:#333;
	line-height:1.5em;
}

#viewArticle h1, #viewArticleComments h1, #columLeft .content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	color:#333;
	letter-spacing:-0.04em;
	line-height:95%;
}

#viewArticle h2, #columLeft .content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	letter-spacing:-0.04em;
	color:#333;
}

#viewArticle h3 {
	font-size:1.1em;
	font-weight:bold;
}

#viewArticle .date {
	color:#666666;
	margin-bottom:15px;
	font-size:1.1em;
}

#viewArticle .author {
	text-align:right;
	color:#666;
}

#viewArticleComments {

}

#viewArticleComments h1 {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:0;
}

#viewArticleComments .name {
	color:#666;
}

#viewArticleComments .item {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.infoBox {
	background:#edf1f5;
	border:1px solid #c3d3e8;
	padding:0 15px;
	margin:10px 0;
}

.infoBox p {
	color:#666;
	font-size:1.1em;
}

#portfolio {

}

#portfolio .item {
	float:left;
	width:270px;
	margin-right:40px;
	margin-bottom:30px;
}

#portfolio img {
	border:1px solid #ccc;
	padding:4px;
	background:#f4f4f4;
}

#portfolio .link a {
	font-size:1.4em;
	margin-top:5px;
	margin-bottom:2px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/icon_arrow.png) no-repeat 1px top;
	padding-left:22px;
}

#portfolio .desc {
	font-size:1.1em;
	margin-bottom:4px;
}

#portfolio .work {
	color:#666;
}

#indexBig, #indexServices, #listArticles {
	margin-top:20px;
	zoom:1;
}

#indexBig .columLeft, #indexBig .columRight, #indexServices .columLeft, #indexServices .columRight {
	float:left;
	width:305px;
}

#indexBig .columLeft, #indexServices .columLeft {
	margin-right:20px;
}

#indexBig .item {
	padding:20px;
	margin-bottom:20px;
	min-height:320px;
}

#indexBig .item img {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

#indexBig .item h1 {
	font-size:1.8em;
	background:url(../images/icon_arrow.png) no-repeat 1px;
	padding-left:25px;
	margin-bottom:20px;
	margin-top:0;
}

#indexBig .item p {
	font-size:1.1em;

}

#indexBig .item .link, #indexServices .item .link, #listArticles .item .link {
	text-align:right;
}


#indexBig .item .link a, #indexServices .item .link a, #listArticles .item .link a {
	font-size:1.1em;
	font-weight:bold;
	background:url(../images/icon_small_link.png) no-repeat 1px;
	padding-left:18px;
}

#indexServices .item {
	padding:20px;
	margin-bottom:15px;
	height:130px;
}

#indexServices .item h1, #listArticles .item h1 {
	font-size:1.6em;
	background:url(../images/icon_arrow.png) no-repeat 1px;
	padding-left:25px;
	margin-top:0;
}

#listArticles .item {
	padding:10px;
}

#listArticles .item .date {
	color:#666666;
	font-size:1.1em;
	padding-left:25px;
}

.listPortfolio .item {
	border-bottom:1px solid #ccc;
	padding:10px 0;
}

.listPortfolio h1 {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	margin-bottom:5px;
}

.listPortfolio .desc {
	font-size:1.1em;
	margin-bottom:5px;
}

.listPortfolio a {
}

/*  BORDERS AND BOXES  */

.curvedColumLeft, .curvedColumLeft .sb-inner { background:#fff; }
.curvedColumLeft .sb-border { background:#949da9; }

.boxBlue {	padding:10px; margin-bottom:20px; }
.boxBlue, .boxBlue .sb-inner { background:#647184; }
.boxBlue .sb-border { background:#475262; }

.boxBlueTitle { margin-bottom:5px; margin-left:5px; color:#f4f4f4; font-size:1.1em; font-weight:bold; }

.boxWhite { padding:15px; }
.boxWhite, .boxWhite .sb-inner { background:#fff; }
.boxWhite .sb-border { background:#666; }

.curvedIndexBoxes, .curvedIndexBoxes .sb-inner { background:#fff url(../images/box-bg-grey.png) repeat-x; }
.curvedIndexBoxes .sb-border { background:#ccc; }

.loading { background:url(../images/ajax-loader.gif) no-repeat 1px;	padding:5px 35px; font-weight:bold; }
.loadingOk { background:url(../images/loadingOk.png) no-repeat 1px;	padding:5px 35px; font-weight:bold; }
.loadingError {	background:url(../images/loadingError.png) no-repeat 1px; padding:5px 35px;	font-weight:bold; }