				/*--------------------------------------------------*/
				/*        content for index.html page here 					*/
				/*--------------------------------------------------*/

				.block1{
						clear:both;
						width:300px;
						float:right;
						height:150px;
				}
						.block1 .header{
								clear:both;
								background:#FFFFFF url(../images/left_bar1.gif) no-repeat top left;
								height:21px;
								width:250px;
								float:left;
								margin-bottom:5px;
								color:#07a4ad;
								padding-left:20px;
								padding-top:3px;
								text-align:left;
								font-size:14px;
								font-family:Tahoma,Arial;
								
						}
						.block1 .section{
								clear:both;
								background-color:#FFFFFF;
								height:125px;
								width:290px;
								float:right;
								color:#045e63;
								text-align:justify;
								font-size:12px;
						}						
								
								.block1 .section ul{
									list-style-type: square;
									list-style-position: outside;
									width:280px;
									margin:0px;
									padding:0px;
									float:right;
								}
								.block1 .section ul li{
									margin-top:5px;
									margin-left:5px;
									padding:0px;
								}
								.block1 .section ul li a{
									color:#898989;
									text-decoration:none;
								}
									.block1 .section ul li a:hover{
										color:#FF0000;
										text-decoration:underline;
									}
									
									
									
				.block2{
						clear:both;
						width:300px;
						float:right;
						height:315px;
				}
						.block2 .header{
								clear:both;
								background:#FFFFFF url(../images/left_bar2.gif) no-repeat top left;
								height:21px;
								width:250px;
								float:left;
								margin-bottom:3px;
								color:#5bad07;
								padding-left:20px;
								padding-top:3px;
								text-align:left;
								font-size:14px;
								font-family:Tahoma,Arial;
								
						}
						.block2 .section{
								clear:both;
								background-color:#FFFFFF;
								height:280px;
								width:280px;
								float:right;
								color:#43790c;
								text-align:justify;
								font-size:12px;
						}
									.block2 #loadBar{
									 		display:none;
									 		color:#00FF00;
									 		font-weight:bold;
									}
									
									.block2 #contactFormArea{
											width:280px;
									}
											.block2 #contactFormArea .text{ 
														width:250px;
														border:1px solid #777777;
											}
											.block2 #contactFormArea fieldset { 
														border:0;margin:0;padding:0; 
											}
											.block2 #contactFormArea label { 
														display:block;
											}
											.block2 #contactFormArea .submit{ 
														margin-left:auto;
														margin-right:auto;
														width:100px; 
														background-color:#FFFFFF;
														color:#777777;
														border:1px solid #777777;
											}
											
											.block2 #contactFormArea #success_sent{
														color:#00FF00;
														font-size:14px;
											}
											.block2 #contactFormArea #failed_sent{
														color:#FF0000;
														font-size:14px;
											}
											
				.block3{
						clear:both;
						width:300px;
						float:right;
						height:90px;
				}
						.block3 .header{
								clear:both;
								background:#FFFFFF url(../images/left_bar3.gif) no-repeat top left;
								height:21px;
								width:250px;
								float:left;
								margin-bottom:3px;
								color:#dc074b;
								padding-left:20px;
								padding-top:3px;
								text-align:left;
								font-size:14px;
								font-family:Tahoma,Arial;
								
						}
						.block3 .section{
								clear:both;
								background-color:#FFFFFF;
								height:60px;
								width:290px;
								float:right;
								color:#777777;
								text-align:center;
								font-size:12px;
						}
				

				#protfolio_main{
						float:left;
						margin-top:10px;
						padding-left:170px;
						height:143px;
						width:530px;
						background:#FFFFFF url(../images/index_portfolio_main.gif) no-repeat top left;
				}
					#protfolio_main img{
							border:1px solid #777777;
					}
					
					.thumbnail img{
							width:80px;
							height:80px;
							margin-right:5px;
							margin-left:5px;
							margin-top:50px;
					}
			
					.thumbnail:hover img{
							margin-right:0px;
							margin-left:0px;
							margin-top:40px;
							width:90px;
							height:90px;
							
					}