body {
	padding: 0px 0;
	margin: 0;
	background: #e6e7e8;
}

#wrapper {
	width: 968px;
	margin: 0 auto;
	position: relative;
}

	#page-top {
		float: left;
		width: 778px;
		background-color:#FFF;
		padding: 0px 0;		
	}

		#page-content {
			width: 778px;
			float: left;
			padding: 0 0px;
			background-color:#FFF;
		}
		

			/* Logo Container */
			#logo {
	width: 778px;
	text-align: center;
	min-height: 0px;

			}

			#logo a {
				display: block;
			}
			

		#page-bottom {
			width: 778px;
			float: left;
			background-color:#FFF;
			height: 34px;	
		}

	#navigation-container {
	float: left;
	width: 190px;
	margin-top: 134px;
	margin-left: 0px;

	}

		#navigation-top {
	position: fixed;
	background:#fff;
	width: 190px;
	padding-top: 12px;
		}

			#navigation-content {
	background:#fff;
	float: left;
	width: 190px;
	padding: 1px 0;
			}
			
				#navigation-content ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
				#navigation-content ul li {
					margin: 1px 0;
				}

				#navigation-content ul li a{
	display: block;
	padding: 8px 0px;
	width: 157px;
	padding-left: 19px;
	background: url(../images/nav_item.png) no-repeat bottom;
				}

					#navigation-content ul li a span{
	padding-left: 25px;
	background: url(../images/nav_item_bullet.png) no-repeat left;
					}
					
				#navigation-content li a.current {
					color: #fff;
					background: url(../images/nav_item_current.png) no-repeat right top;
				}
				
					#navigation-content ul li a.current span{
	padding-left: 25px;
	background: url(../images/nav_item_bullet_current.png) no-repeat left;
					}
					


			
			#navigation-bottom {
	width: 190px;
	float: left;
	background:#fff;
	height: 12px;
	overflow: hidden;
			}

	.item {
	float: left;
	width: 100%;
	padding: 0px 0;
	}	
		/* use main-1 if no right or left column */
		.item .main-1 {
			float: left;
			width: 778px;
		}
		
		.item .main {
	float: left;
	width: 778px;
		}		
			
		.item .right {
			float: left;
			width: 200px;
			margin-left: 30px;
		}
		
		.item .two-column {
			float: left;
			width: 330px;
		}
		
		.item .three-column {
			float: left;
			width: 200px;
		}
		
	
	.item .entry {
	margin: 0px 0;
	float: left;
	width: 100%;
	}
	
	.item p {
		padding-bottom: 15px;
		margin: 0;
		clear: both;
	}
		
	h2.border {
	border-top: 0px #ccc dotted;
	border-bottom: 0px #ccc dotted;
	padding-top: 32px;
	padding-bottom: 8px;
	padding-left:44px;
	color: #333;
	text-align: left;
	margin-bottom: 20px;
	}
	
	h3.border {
	background: url(../images/latest_news_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
	
	h4.border {
	padding: 10px 0;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
	
	h5.border {
	background: url(../images/project_inbrief_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
		
	#sendmessage {
	background: url(../images/sendmessage.png) no-repeat bottom;
	width: 39px;
	height: 152px;
	position: absolute;
	left: -39px;
	top: 134px;
	}

	
.portfolio-row {
	margin-bottom: 15px;
	float: left;
}
	.portfolio-separator {
	padding-bottom: 15px;
	}


.portfolio-item {
	float: left;
	width: 210px;
}
	.portfolio-image {
	float: left;
	}
	
	.portfolio-image img {
	margin-right: 20px;
	}
	
	.portfolio-item p {
		margin: 5px 0;
		clear: both;
	}
	
	.portfolio-item ul.list {
		list-style: none;
	}



/* separator */


.separator {
	margin: 0 auto;
	text-align: center;
	background: url(../images/separator_line.png) repeat-x right 12px;
	margin-bottom: 30px;
}

.separator h2, .separator h3  {
	text-align: center;
	font-size: 31px;
	
}

.separator  h2 span, .separator  h3 span {
	padding-right: 30px;
}

.separator h2 span.left, .separator h3 span.left {
	padding-left: 30px;
	padding-right: 0;
}


/* contact form style */

form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 5px;
}

#contact label {
	font-size: 18px;
}

input,
textarea{
	padding: 8px;
	font: 400 18px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
.textbox-block {
	width: 138px;
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}

button {
	border: none;
	padding: 0;
	margin: 0;
}

.form-submit {
	background: #555;
	border: 0;
	cursor: pointer;


	margin: 0;
	padding: 2px 0;
	float: left;
}

.form-submit span {
	padding: 5px 30px;
	color: #ddd;
	float: left;
	border: 1px #848484 solid;
	font-size: 23px;
	font-family: Arial,Helvetica,sans-serif;
}

.form-submit:hover {
	color: #fff;
}

.form-submit {
	line-height: 39px;
	height: 44px;
	background: url(../images/submit_button.png) no-repeat top left;
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 5px;

	cursor: pointer;
	color: #fff;
}

.form-submit:hover {
	background: url(../images/submit_button.png) no-repeat left -138px;
	color: #fff;
}

	
/* testimonials */

.testimonial {
	width: 100%;
}

.item .testimonial blockquote {
	margin: 0;
	padding:0px 0px 0px 35px;
	background:url(../images/quote.png) no-repeat 0px 0px;
	
}
.item .testimonial blockquote p.quote{
	text-align:left;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
	margin-bottom: 10px;
}

.item .testimonial blockquote p.author{
	text-align:right;
	font-size:12px;

	font-weight:bold;
	font-family: Tahoma, arial;
	font-style:normal;	
}

.hrr{
	border-bottom: 1px #999 dotted;
	padding-top: 20px;
		}
		
.custom7 {
	background: url(../images/dewant_people_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0px;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
	
.custom8 {
	background: url(../images/talents_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0px;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
	
.custom9 {
	background: url(../images/feedback_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0px;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
	
.custom10 {
	background: url(../images/success_stories_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0px;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
.custom11 {
	background: url(../images/project_inbrief_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0px;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}
.custom12 {
	background: url(../images/readings_txt.jpg) no-repeat;
	border-top: 2px #777 solid;
	border-bottom: 1px #aaa solid;
	padding: 10px 0px;
	color: #FFF;
	font-size: 19px;
	text-align: right;
	margin-bottom: 20px;
	}



/*list styles */


/* Vertical List */

.vertical-list {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
.vertical-list li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a {
	display:block;
	text-decoration:none;
	padding: 8px 0;
	background: #fff url(../images/border_bottom.gif) repeat-x right bottom;
	overflow: hidden;
	width: 100%;
}

		 

/*table styles  */

table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 0px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #e2e2e2 none repeat scroll 0 0;
}
thead th {
	border-bottom:0px #bbb solid;
}
th {
	border-bottom: 0px #bbb solid;
	text-align: left;
	padding: 5px 15px;
}

td {
	background: #f1f1f1;
	border-bottom:1px #fff solid;
	color: #777;
	padding: 2px 15px;
}

tr.even td {
	background: #f8f8f8;
	border-top: 0px #fff solid;	
	border-bottom:0px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}

td.myke1 {
	background-color: #bcbcbc;
	text-align: left;
	font-weight: bold;
	color: #fff; }

td.myke2 {
	background-color: #999;
	text-align: left;
	font-weight: bold;
	color: #fff; }
	
td.myke3 {
	background-color: #f1f1f1;
	text-align: left;
	font-size: 11px;
	color: #777; }

/* CSS sliding doors button */


.button {
	background: #555;
	cursor: pointer;

	margin-right: 5px;
	padding: 2px 2px;
	float: left;
}

.button span {
	padding: 0px 10px;
	color: #ddd;
	float: left;
	border: 1px #848484 solid;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}

.button:hover {
	background: #333;
}

.button:hover span {
	border: 1px #646464 solid;
}


/* OtherStyles */

.textblock {
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding:0px 0px 0px 40px;
	background: url(../images/quote.png) no-repeat 0px 0px;
	
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
	margin-bottom: 10px;
}

.notification_ok {
	color: #229922;	
}
	
/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */
/*
.item {
	margin-bottom: 15px;
	float: left;
}	
	.item .separator {
		padding-bottom: 15px;
		border-bottom: 1px #ccc solid;
	}

	.item .post-info {
		margin-bottom: 12px;
	}

		.item .post-info h2, .item .post-info h3{
			margin-bottom: 0;
		}
		.item .post-info span {
			color: #888;
			font-size: 11px;
		}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

*/

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}
.clear2 {
	clear: both;
	overflow: hidden;
	height: 40px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
	float: left;
}

.image-margin-right {
	margin:0 0 3px 10px;
	float: right;
}

.image-left, .image-border, .image-right, .header-image-left, .header-image-right {
	padding-bottom: 5px;
	background: #fff;
	float: left;
}

.header-image-left, .header-image-right {

	background: #6393c3;
	border: none;
	margin:0;
	padding: 5px;

}

.image-small-left{
	background: #f7f7f7;
	padding:3px;
	margin:0 5px 0 0;
	border: 1px #bebebe solid;
	float: left;
}

.image-small-right {
	background: #f7f7f7;
	padding:3px;
	margin:0 0 0 3px;
	border: 1px #bebebe solid;
	float: right;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
	float: right;
}

.margin-0-left {
	margin-left: 0px;
}

.margin-0-right {
	margin-right: 0;
}


.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-15-left {
	margin-left: 15px;
}

.margin-15-right {
	margin-right: 15px;
}


.margin-20-left {
	margin-left: 20px;
}

.margin-20-right {
	margin-right: 20px;
}

.margin-30-left {
	margin-left: 30px;
}

.margin-30-right {
	margin-right: 30px;
}
