

/* MAIN STYLES
-------------------------------------------*/
* {
	margin: 0;
	padding: 0; }

body,html {
	background: url(../images/bk_body1.jpg);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	margin: 0;
	padding: 0; }

ul {
	list-style: none;
	margin-bottom: 5px; }

	ul li {
		background: url(../images/arrow.jpg) 0 50% no-repeat;
		padding-left: 15px;
		padding: 5px 0;
		position: relative; }

a {
	color: #36A1C8;
	text-decoration: none; }

	a:hover { text-decoration: underline; }

h1, h2, h3 {
	color: #36A1C8;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 5px; }

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 0; }

h3 {
	color: #333;
	font-size: 14px;
	padding: 5px 0 0; }

/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper { background: url(../images/bk_mainwrapper.jpg) 0 0 repeat-x; }

#wrapper {
	margin: 0 auto;
	width: 900px; }

#header {
	background: url(../images/bk_header.jpg) 100% 0 no-repeat;
	height: 264px;
	position: relative; }

#content { padding: 0 0 25px; }

#footer {
	background: #fff url(../images/bk_footer.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #E5E5E5;
	height: 80px;
	margin-top: 10px; }

#innerFooter {
	height: 40px; /*background:url(../images/footer_grey_mark.jpg) 100% 50% no-repeat;*/
	line-height: 25px;
	margin: 0 auto;
	padding-left: 10px;
	padding-top: 10px;
	width: 890px; }

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	left: 10px;
	position: absolute;
	top: 35px; }

	#logo h1 { padding: 0; }

		#logo h1 a, #logo h1 a:hover {
			background: url(../images/logo.png) 0 0 no-repeat;
			display: block;
			height: 160px;
			text-decoration: none;
			text-indent: -9000px;
			width: 285px; }

#topheadline {
	background: url(../images/top_headline1.png) 0 0 no-repeat;
	height: 73px;
	left: 240px;
	position: absolute;
	text-indent: -9999px;
	top: 77px;
	width: 370px; }

#topMenu {
	border-left: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 10px; }

	#topMenu li {
		background: none;
		border-right: 1px solid #fff;
		float: left;
		padding: 0 20px; }

		#topMenu li a {
			color: #fff;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase; }

			#topMenu li a:hover {
				color: #94CDE2;
				display: inline-block; }

		#topMenu li.selected a {
			color: #94CDE2;
			text-shadow: #FFF; }

/*CONTENT ELEMENTS
--------------------------------------------*/
#content p { margin: 0.7em 0; }

#colLeft {
	background: url(../images/bk_vertline.jpg) 100% 0 repeat-y;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 20px;
	width: 580px; }

#colRight {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	width: 270px; }

	#colRight p.line {
		background: url(../images/bk_horizline.jpg) 0 100% repeat-x;
		display: block;
		margin: 0;
		padding: 10px 0; }

	#colRight p img {
		padding-right: 5px;
		vertical-align: middle; }

	#colRight .featured { margin: 10px 0; }

		#colRight .featured img {
			background: #3CF;
			border: none;
			padding: 6px; }

.portfolioItem {
	background: url(../images/bk_horizline.jpg) 0 100% repeat-x;
	padding: 15px 0;
	position: relative; }

	.portfolioItem img {
		background: #0C9;
		border: none;
		float: left;
		padding: 6px; }

	.portfolioItem .itemDetails {
		float: left;
		padding-left: 10px;
		width: 300px; }

	.portfolioItem .title {
		color: #36A1C8;
		font-size: 16px;
		font-weight: bold; }

	.portfolioItem .ribbonType {
		height: 43px;
		left: 223px;
		position: absolute;
		top: 14px;
		width: 45px; }
#services
{
width:550px;
border:1px #8fd5f2 dashed;
background-color:#e5feff;
margin:10px 0;
padding:10px;
overflow:hidden;
font-size:1em;
}

	#services img
	{
	float:left;
	margin-right:10px;
	}
	
	#services p
	{
	margin-left:10px;
	overflow:hidden;
	display:block;
	float:left;
	}
	#services h3
	{
	font-family:"Trebuchet MS";
	font-size:16px;
	font-style:normal;
	color:#0099CC;
	margin-left:20px;

	}

/* CAROUSEL
---------------------------------------------*/
.stepcarousel {
	height: 310px; /*Height should enough to fit largest content's height*/
	margin-top: 20px;
	overflow: scroll; /*leave this value alone*/
	position: relative; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/ }

	.stepcarousel .belt {
		left: 0;
		position: absolute; /*leave this value alone*/
		top: 0; }

	.stepcarousel .panel {
		background: url(../images/bk_featured.png) 0 0 no-repeat;
		float: left; /*leave this value alone*/
		height: 310px;
		margin: 2px;
		overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
		position: relative;
		width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */ }

		.stepcarousel .panel .projectDetails {
			float: left;
			margin: 35px 0 0 25px;
			width: 230px; }

			.stepcarousel .panel .projectDetails .title {
				font-size: 16px;
				font-weight: bold; }

		.stepcarousel .panel .ribbonType {
			height: 43px;
			left: 224px;
			position: absolute;
			top: 14px;
			width: 45px; }

		.stepcarousel .panel .projectImg {
			position: absolute;
			right: 14px;
			top: 14px; }

.web { background: url(../images/ribbon_web.png) 0 0 no-repeat; }

.logo { background: url(../images/ribbon_logo.png) 0 0 no-repeat; }

.print { background: url(../images/ribbon_print.png) 0 0 no-repeat; }

/* FORMS
-------------------------------------------------*/
form label {
	display: block;
	font-weight: bold;
	padding: 8px 0 2px; }

form input, form textarea {
	border: 1px solid #E5E5E5;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 300px; }

form textarea { width: 500px; }

form input.submit {
	background: url(../images/bk_submit.jpg) 0 0 no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
	height: 24px;
	margin-top: 15px;
	padding-top: 4px;
	text-align: center;
	text-transform: uppercase;
	width: 103px; }

#container {
	margin: left;
	overflow: hidden;
	position: relative; }

	#container ul {
		color: Red;
		padding: 0 0 0 1em;
		text-align: left; }

		#container ul li.success { color: #292929; }

#main {
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-topright: 1em;
	background: url(images/content_top.jpg) 0 0 repeat-x;
	float: left;
	overflow: hidden;
	padding: 1em;
	position: relative;
	text-align: left; }

	#main img.loaderIcon {
		position: absolute;
		right: 2em;
		top: 1em;
		width: 70px; }

/* CLEARING
---------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden; }

.clearfix { display: block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */
.clear { clear: both; }

.noclear { clear: none; }

/* Skype like button style*/
.button {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-image: url( 'bkg.png' );
	background-repeat: repeat-x;
	border: solid 1px #8AB134;
	color: #40740D;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	padding: 4px 10px 3px 25px;
	position: relative;
	text-decoration: none; }

	.button img {
		border: none;
		left: -12px;
		position: absolute;
		top: -4px; }

	.button:hover { color: #8AB134; }

