#project-swap {
	position:relative;
	z-index:0;
	margin:0px 0px 0px 3px;
}

#swap-next {
	position:absolute;
	z-index:10;
	top:356px;
	right:50px;
	
}

.slides img {
	height:380px;
	width:640px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/*-------------------------------------------------------
* Filename: styles.css
* Version: 1.0.0
* Website: http://www.aivah.com
* Author: system32
* Description: Handles the site layout.
-----------------------------------------------------*/

/*------------------------------------------------------
Global Reset
------------------------------------------------------*/	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;  
	}   
		
.tg{width:120px;height:108px;position:absolute;float:left;top:0;left:0;background:url(images/welcome.jpg) no-repeat;}		
		
.link1 {
	font-weight:bold;
	background-position: left;
	text-align: left;
	border-bottom: 1px solid black;	
}

.link1:hover {
	color: #fff;
}		
		
		
body {
	margin:0px;
	font:normal 11px/18px "Lucida Sans unicode", Tahoma, sans-serif;
	color:#828282;
	background:#171a18 url(../images/bg.gif) 0 0 repeat-x;
	text-align: justify;
	}

html, body {
margin: 0;
padding: 0;
}
.clear {
	clear:both; 
	}

.fr {
	float:right;
	width:auto;
	}

.fl{
	float:left;
	width:auto;	
	}

.leftalign{
	float:left;
	width:auto;	
	text-align:left;
	padding-right:10px;
	}				 

/******************************************************************************
                                                         HEADINGS 
 *****************************************************************************/
h1	{
	margin:0 0 5px 0;
	padding:0;
	font:normal 28px/32px "Trebuchet MS", Tahoma, Arial, sans-serif;
	letter-spacing:-1px;
	}
		
h2	{
	margin:0 0 5px 0;
	padding:0px;
	font:normal 24px/26px "Trebuchet MS",Tahoma, Arial, sans-serif;
	letter-spacing:-1px;
	}
		
h3	{
	margin:0 0 0px 0;
	padding:0px;
	font:normal 22px/26px "Trebuchet MS",Tahoma, Arial, sans-serif;
	}
		
h4	{
	margin:25px 0 15px 0;
	padding:0px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #00FF00;
	}

h5	{
	margin:0;
	padding:0px;
	font:normal bold 14px/20px "Trebuchet MS",Tahoma, Arial, sans-serif;
	}
	
h6	{
	margin:0;
	padding:0px;
	font:normal bold 11px/16px "Trebuchet MS",Tahoma, Arial, sans-serif;
	}

p 	{
	padding:0px;
	margin:0 0 10px 0;
	}

a	 {
	text-decoration:none;
	color:#1bf835;
	}
	
a:hover 	{
			color:#0099cc;
			 }
				 
.readmore{
		padding:0px;
		background:url(../images/arrow.gif) left center no-repeat; 
		padding-left:10px;		
		color:#1bf835;
		text-decoration:underline;
		}
		
	.readmore:hover	{
					color:#000;
					text-decoration:underline;
					}
						

.img_border		{
			padding:1px;  
			background:#6d6d6d;
			border:5px solid #494949;
			margin-bottom:10px; 
			}

.img_border:hover {
			border:5px solid #565656;
				}			

.sidebar h3	{
				background:url(../images/hrline.gif) bottom left no-repeat;
				line-height:2em;
				margin-bottom:10px;
				color:#999999;
			}
			
.content h3	{
				background:url(../images/hrline.gif) bottom left no-repeat;
				line-height:2em;
				margin-bottom:10px;
				color:#999999;
			}			


/************************************************
                      Breadcrumb                  
************************************************/
.bread 				{ text-align:left; }

.bread span a 		{ padding:2px 2px;}
.bread span a:hover { color:#fff; }
.bread span img 	{ vertical-align:middle; border:none;}



/**********************************************************************
          HEADER 
***********************************************************************/
.header	{  
		margin:auto;
		border-bottom:1px solid #474747;
		height:140px;
		vertical-align:middle;
		}
.logo{
	margin-top:20px;	
	}	 
	
.menu		{
	width:100%;
	margin-top:10px;
	background:#efefef url(../images/browsemenu.gif) top left repeat-x;
	height:40px;
}
 
.sub_header{
		border-bottom:1px solid #474747;
		text-align:center;
		width:940px;
		margin:auto;
		padding-top:10px;
		padding-bottom:10px;		
		}
		
		.sub_header h1, .sub_header p	{ padding:0px;}
				
		.sub_header h6, .sub_header a	{ color:#ccc;	}

				.sub_header h6			{ padding:0px 10px;}

				.sub_header a:hover		{ color:#009ade; text-decoration:none;	}

/*********************************************************************************
 					   Slider									
*********************************************************************************/
.shareit		{ padding:5px 0px;  }

	.shareit li	{ display:inline;  padding:0 6px 0 0;  }		



.recentposts		{	margin-bottom:20px;	}
.recentposts ul		{   margin-top:10px; padding:0; list-style:none; list-style-position:outside; }
		

		.recentposts ul li {
		border-bottom:1px solid #474747;
		padding:5px 0 0 0;
		overflow:hidden;
		height:100%;
		}

		.recentposts h3{
		background:url(../images/hrline.gif) bottom left no-repeat;
		line-height:1.5em;
		color:#		color:#c9c9c9;
		}


.slider_part	{
	overflow:hidden;
	height:100%;
	border-bottom:1px solid #CCCCCC;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}



#carousel {
	margin: 0 0;
	width: 640px;
	height: 400px;
	padding: 0;
	background:#3a3a3a;
	padding:0px;
	overflow: scroll;
	border: 8px solid #474747;
	 
		}
		
		#carousel ul {
			list-style: none;
			width: 1500px;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		#carousel li {
			display: inline;
			float: left;
			
		}
		
		#carousel ul li p{
			color:#fff;
			}
			
.textholder {
	padding: 20px;
	position:absolute; 
	bottom:0px;
		}

		.textholder span a{
			margin:0;
			padding:0px;
			display:block;
			font:bold 16px/25px "Trebuchet MS", Tahoma, Arial, sans-serif;
		}


/*********************************************************************************
 					 Submenu										
*********************************************************************************/
			 
.sub_menu		{ margin-bottom:20px; }
.sub_menu ul	{ }

.sub_menu ul li	{ padding:6px 4px;}

.sub_menu ul li a	{
					color:#828282;	
				 	display:block;
					text-decoration:none;
					font:normal 12px/18px  "Trebuchet MS",Arial, sans-serif;
					}
					
.sub_menu ul li a:hover	{
	color:#00b8f3;
	background-color: #FFFFFF;
}

.sub_menu h3	{ 
				background:url(../images/hrline.gif) bottom left no-repeat;
				padding-bottom:7px;
				line-height:2em;
				}
				
.sub_menu .current a{
	color:#0099CC;
	background-color: #FFFFFF;
}
/*********************************************************************************************
												Content
**********************************************************************************************/
.content{
	margin-top:20px; 
	margin-bottom:0px; 
	overflow:hidden;
}	


.entry{ 
		padding:10px 0px 0px 0;
		overflow:hidden;
		clear:both;
        }
		
		.entry h2 a{
				background:url(../images/hrline.gif) bottom left no-repeat;
				padding-bottom:5px;
		}
		 
		.entry p { 
		padding-bottom:10px;
		padding-top:5px;
		}
		
		.entry .post-info{
		margin:8px 0;
		text-transform:uppercase;
		font-size:10px;
		}
		
		.entry ul, .entry ol{
			margin:0;
			padding:10px 0 20px 0;
			list-style-type:disc;
			list-style-position:inside;
			}		

		.entry ul{
			list-style-type:circle;
			}
		.entry ol{
			list-style-type:decimal;
			}

div.excerpt				{ border-bottom:0px solid #474747;}		
div.excerpt:last-child 	{ border-bottom:none;}


.singlepost h2		{ margin-bottom:20px;}
.singlepost h2 a	{ background:none;}

		
.more 	{ background:url(../images/arrow.gif) left center no-repeat; padding-left:10px;  line-height:18px;}
a.more 	{ color:#1bf835;}



/*********************************************************************************************
												sidebar Ads
**********************************************************************************************/
	   
.ads			{ padding:5px 0px;  }	

	.ads img	{
				padding:1px ;  
				background:#6d6d6d;
				border:5px solid #494949;
				margin-bottom:10px; 
				}
		.ads img:hover {border:5px solid #565656;}			


/*********************************************************************************************
												Portfolio page
**********************************************************************************************/

.portfolio{margin:auto;}

.port img{margin:0;} 
.port{margin-right:12px; float:left;} 
.port p span {display:block; margin:0; line-height:13px;padding:0; } 
.port h5 {display:block; margin:0; padding:0; } 

.port img, p span, h5 { width:180px;}

/*********************************************************************************************
												BlockQuote page
**********************************************************************************************/

blockquote {
	margin: 10px;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
	background-color: #0CE40D;
	padding: 10px;
	border: thick solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*********************************************************************************************
												 footer
**********************************************************************************************/

.footer	{
		border-top:1px solid #474747;
		text-align:center;
		margin:10px 0;
		padding:20px 0;
		}
 
 
 /************************************************
                      Definition List                  
************************************************/
 dl { border: 1px solid #ddd; 
 	padding: 0.5em; 
	}
	dt { 
	float: left; 
	clear: left; 
	width: 150px; 
	text-align: right; 
	font-weight: bold; 
	color: #484848; 
	} 
	dt:after { 
	content: " : "; 
	} 
	dd:before { 
	content: ""; 
	padding-left:5px;
	} 
	dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0; 
	}
	
/************************************************
                      Form Fieldset                  
************************************************/
fieldset
{
padding:15px;
border:1px solid #ddd;
}

fieldset legend
{
font-weight:bold;
padding:3px 10px;
background:#fff;
border:1px solid #ddd;
}

/************************************************
                      Tables                  
************************************************/
/* tables */
table { margin: 15px 0; border-collapse: collapse; border: 1px solid #dedede; }
table th, table td { padding: 5px 15px; text-align: left; border: 1px solid #dedede; }
table th {
	font-family: Georgia, "Arial", Times, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #66FF00;
	background-repeat: repeat-x;
	font-size: 14px;
	}	
table tr.alt { background-color: #f4f4f4; }

/*******************************************************
  				Error / Success / Notice	
*******************************************************/

.notes 	{background: #f0f0f0;border: 1px solid #b8b8b8;}
.success 	{background: #ccfcd1;border: 1px solid #60a400;}
.error	{background: #f9e3e3;	border: 1px solid #e79e9e;}
.notice 	{background: #fcf0cc;border: 1px solid #ecc735;}
	.notes, .notice, .success, .error 
		{font-size: 100%;color:#484848;padding:10px;width:auto;margin: 0 0 20px 0px; text-align:left}
	.notes span, .notice span, .success span, .error span 
		{font-weight: bold;font-size: 1.2em;padding: 2px 40px;}
	.notes p, .success p, .error p, .notice p 
		{margin: 0px;padding: 0px 40px;}


/* ----------- Contact Form ----------- */			

	#contactform p{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#contactform .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#contactform input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#contactform button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
	
	
