@import url("carousel.css");
*
{
	margin: 0;
	padding: 0;
}
body
{
	background: url(../images/tail-top.gif) left top repeat-x #101318;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #444;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.fleft
{
	float: left;
	width: 1px;
}
.fright
{
	float: right;
}
.clear
{
	clear: both;
}

.alignright
{
	text-align: right;
}
.aligncenter
{
	text-align: center;
}

.wrapper
{
	width: 100%;
	overflow: hidden;
}
.container
{
	width: 100%;
}

p
{
	margin-bottom: 10px;
}

/*==================forms====================*/
input, select
{
	vertical-align: middle;
	font-weight: normal;
}
img
{
	border: 0;
	vertical-align: top;
	text-align: left;
}
object
{
	vertical-align: top;
}

#search-form
{
	background: url(../images/search-bg.gif) no-repeat left 2px;
	margin-top: -20px;
}
#search-form input.text
{
	background: none;
	border: none;
	width: 140px;
	padding: 1px 0 2px 3px;
	margin-right: 11px;
}
#search-form input.submit
{
	background: url(../images/submit.gif) no-repeat left top;
	font-size: 1.1em;
	color: #fff;
	width: 79px;
	height: 26px;
	text-align: center;
	border: none;
}

#contacts-form label
{
	display: block;
	height: 16px;
}
#contacts-form label, #contacts-form input
{
	width: 232px;
	padding: 2px 0 2px 3px;
	color: #8c8c8c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .83em;
}
#contacts-form textarea
{
	width: 450px;
	height: 89px;
	padding: 2px 0 2px 3px;
	margin-bottom: 12px;
	color: #8c8c8c;
	overflow: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .83em;
}
#contacts-form input#submit_button
{
	margin-left: 225px;
	margin-top: -50px;
}
/*==================list====================*/
ul
{
	list-style: none;
}


.list1 li
{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.list1 li span
{
	float: left;
	width: 48px;
	display: block;
	background: url(../images/date-box.gif) no-repeat left top;
	font-size: 1.38em;
	font-weight: bold;
	margin-right: 18px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
}
.list1 li span:first-line
{
	font-size: 13px;
	font-weight: normal;
}

.list2 li
{
	background: url(../images/marker.gif) no-repeat left 2px;
	padding: 0 0 4px 21px;
}
.list2 li a
{
	color: #7e99b1;
	text-decoration: none;
}
.list2 li a:hover
{
	color: #fff;
}

.list3 dt
{
	margin-bottom: 5px;
}
.list3 dd
{
	padding-bottom: 42px;
}

.list4
{
	padding-bottom: 25px;
}
.list4 li
{
	background: url(../images/marker1.gif) no-repeat left 2px;
	padding: 0 0 4px 24px;
}
.list4 li a
{
	text-decoration: none;
}
.list4 li a:hover
{
	color: #000;
	text-decoration: underline;
}

.list5 li
{
	float: left;
	width: 155px;
	margin-right: 60px;
}
.list5 li p
{
	margin-bottom: 10px;
	text-align: center;
}
.list5 li a
{
	color: #7e99b1;
}
.list5 li.last
{
	margin-right: 0;
}

/*==================other====================*/
.img-indent
{
	margin: 0 33px 0 0;
	float: left;
}
.img-box
{
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.img-box img
{
	float: left;
	margin: 0 33px 0 0;
}
.img-box1
{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.img-box1 img
{
	float: left;
	margin: 0 33px 0 0;
}

.extra-wrap
{
	overflow: hidden;
}

.p1
{
	margin-bottom: 18px;
}
.p2
{
	margin-bottom: 5px;
}
.p3
{
	margin-bottom: 15px;
}
.p4
{
	margin-bottom: 36px;
}

/*==================txt, links, lines, titles====================*/
a
{
	color: #2a86c8;
}
a:hover
{
	text-decoration: none;
}
.header-title-bookmarks
{
	padding: 10px 20px;
}
.social-bookmarks
{
	display: inline;
}
.social-bookmarks li
{
	display: inline;
}

.h1Title
{
	font-size: 16px;
	display: inline;
	margin: 0;
	width: 735px;
	color: White;
	float: left;
}
h1
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.33em;
	color: #2a86c8;
	margin-bottom: 19px;
	margin-top: 5px;
}
h2
{
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.33em;
	color: #2a86c8;
	margin-bottom: 19px;
}
h2.alt
{
	margin-bottom: 45px;
}
h3
{
	font-size: 1em;
	margin-bottom: 5px;
}
h5
{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}

.txt1
{
	color: #499acd;
	line-height: 1.7em;
}

.link1
{
	background: url(../images/arrow1.gif) no-repeat left 5px;
	padding: 0 0 0 12px;
	color: #2a86c8;
	font-size: 1.1em;
}
.link2
{
	color: #444;
}

.button
{
	font-size: 1.1em;
	color: #fff;
	float: left;
	background: url(../images/button.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	width: 111px;
	height: 27px;
	line-height: 25px;
}
.button:hover
{
	text-decoration: underline;
}

.line-hor
{
	background: #3a3c52;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 20px 0 20px 0;
}
.line-ver
{
	background-image: url(../images/line-ver.gif);
	background-repeat: repeat-y;
	width: 100%;
}


.title-box
{
	height: 35px;
	border-bottom: 2px solid #cacbcd;
	margin-bottom: 20px;
	width: 520px;
}

.title-box h2
{
	display: inline;
}
/*==================boxes====================*/
.content-box
{
	background: #1f252b;
	width: 100%;
}
.content-box .border-bot
{
	background: url(../images/border.gif) repeat-x bottom;
}
.content-box .border-left
{
	background: url(../images/border.gif) repeat-y left;
}
.content-box .border-right
{
	background: url(../images/border.gif) repeat-y right;
}
.content-box .left-bot-corner
{
	background: url(../images/left-bot-corner.gif) no-repeat left bottom;
}
.content-box .right-bot-corner
{
	background: url(../images/right-bot-corner.gif) no-repeat right bottom;
	width: 100%;
}
.content-box .inside
{
	padding: 5px 18px 20px 18px;
}

.box1
{
	background: #fff;
	width: 100%;
	margin-top: -140px;
}
.box1 .border-top
{
	background: url(../images/border-top1.gif) repeat-x top;
}
.box1 .border-bot
{
	background: url(../images/border-bot1.gif) repeat-x bottom;
}
.box1 .border-left
{
	background: url(../images/border-side1.gif) repeat-y left;
}
.box1 .border-right
{
	background: url(../images/border-side1.gif) repeat-y right;
}
.box1 .left-top-corner
{
	background: url(../images/left-top-corner1.gif) no-repeat left top;
}
.box1 .right-top-corner
{
	background: url(../images/right-top-corner1.gif) no-repeat right top;
}
.box1 .left-bot-corner
{
	background: url(../images/left-bot-corner1.gif) no-repeat left bottom;
}
.box1 .right-bot-corner
{
	background: url(../images/right-bot-corner1.gif) no-repeat right bottom;
}
.box1 .inner
{
	padding: 30px 35px 49px 43px;
}

.cont-box
{
	margin: 0;
}
.cont-box span
{
	float: left;
	width: 79px;
}

/*header*/
#header .row-1
{
	height: 93px;
	background: url(../images/header-bg1.jpg) no-repeat left top;
}
#header .row-1 .fleft
{
	padding: 19px 0 0 0px;
}
#header .row-1 .fright
{
	padding: 34px 53px 0 0;
}
#header .row-2
{
	height: 60px;
}
#header .row-3 .left
{
	background: url(../images/header-border.gif) no-repeat left top;
	height: 379px;
}
#header .row-3 .right
{
	background: url(../images/header-border.gif) no-repeat right top;
	height: 379px;
}
#header .row-3 .indent
{
	padding: 0px 0 0 18px;
}

.rss
{
	background: url(../images/rss.jpg) no-repeat right top;
	padding: 13px 42px 0 0;
	color: #d4d7dc;
	float: right;
}

.nav-box
{
	background: url(../images/nav-box-bg.gif) left top repeat-x;
	width: 100%;
}
.nav-box .left
{
	background: url(../images/nav-box-left.gif) no-repeat left top;
}
.nav-box .right
{
	background: url(../images/nav-box-right.gif) no-repeat right top;
	height: 60px;
}

.header-box-carousel
{
	/*background: url(../images/header-box.jpg) no-repeat left top;*/
	width: 605px;
	height: 180px;
	float: left;
}
.header-box .inner
{
	padding: 75px 0 0 43px;
}
.header-box .slogan
{
	margin-bottom: 38px;
}

.nav
{
	width: 100%;
	overflow: hidden;
}
.nav li:hover
{
}

.nav li
{
	display: block;
	float: left;
	margin-left: -2px;
}
.nav li a
{
	display: block;
	color: #002e7a;
	text-decoration: none;
	float: left;
	background: url(../images/divider.gif) no-repeat left top;
	font-size: 1.1em;
	padding: 21px 10px 17px;
	text-transform: capitalize;
}
.nav li a:hover
{
	color: #0d92ca;
	text-decoration: underline;
}
.nav li a.current
{
	color: #0d92ca;
	text-decoration: underline;
}

.banners
{
	padding: 0 0 0 11px;
}
.banners li
{
	margin-bottom: 2px;
}
.banners li a
{
	background-image: url(../images/sm-banner.jpg);
	display: block;
	height: 80px;
	width: 285px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: 8px;
}
.banners li a:hover
{
	background-image: url(../images/sm-banner-over.jpg);
}

.banners li a span
{
	padding-top: 27px;
	display: block;
	padding-left: 30px;
	font-size: 22px;
	width: 200px;
	color: White;
	font-weight: 400;
	line-height: 20px;
}
/*content*/
#content .row-2
{
	padding: 40px 0 10px 45px;
	color: #7e99b1;
}

/*footer*/
#footer
{
	text-align: center;
	color: #7e99b1;
}
#footer a
{
	color: #7e99b1;
}

/*==========================================*/
#ErrorMsg
{
	color: Red;
}

.home-it-images
{
	width: 235px;
	height: 210px;
}

.portfolio
{
	float: left;
}
.portfolio-item
{
	width: 150px;
	height: 100px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 5px 22px 5px;
	text-align: center;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	border: 1px solid black;
}
.portfolio-item img
{
	width: 130px;
	margin: 0;
	float: none;
}
.portfolio-item div
{
}
.what-we-do
{
}
.banner-ad
{
	float: right;
}
.banner-ad a img
{
	width: 700px;
}
.msc-addthis
{
	float: right;
}

.software-portfolio-item
{
	width: 340px;
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 5px 10px 5px;
	text-align: center;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	border: 1px solid black;
}
.software-portfolio-item img
{
	width: 130px;
	margin: 0;
	float: left;
}

.software-portfolio-item div
{
	font-weight:bold;
}

.software-portfolio-item-btn
{
	
}
