@charset "utf-8";
/* CSS Document */

body, p, div, ul, li, table,img, a, td,tr,th,tbody{
	margin:0;
	padding:0;
}




a img{
	border: none;
}

a:focus {
	outline: none;
}

a {
	text-decoration:none;
	color:#ffffff;
}

a:hover{
	color: #99CC00
	}


 p{
	font-size: 80%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-right: 30px;
	color: #999999;
	line-height:18px;
	padding-bottom: 15px;
	
}

#testimonial p{
	font-size: 70%;
	line-height:16px;
	
	
}

h2{
	font-size:30px;
	color: #cccccc;
	text-align:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	/*text-shadow:0 2px 0 #000*/
}

h2.home{
	font-size:24px;
	padding-top: 10px;
	
}

h3{
	font-size:20px;
	color: #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	
}

h4{
	font-size:14px;
	color: #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;	
	
	
}



#particles{
	top:0px;
	left:240px;
	z-index:1;
	cursor:pointer;
	}
						
				


#wrapper{
	width: 900px;
	margin:auto;

}

#logo{
	width: 237px;
	height: 160px;
	float:left;
	padding-left: 50px;
	display:block;
	background:url(../images/logo.png) no-repeat

}

#menu_area{
	width:550px;
	height:50px;
	float:right;
	display:block;
	padding-top: 110px;
	padding-left:58px
}

#content{
	width: 900px;
	padding-bottom:30px;
	
	

}

#footer{
	width:900px;
	margin:auto;
	font-size:11px;
	background:url(../images/footer_line.gif) top no-repeat;

	
	
	
}


#footer .copyright{
	padding: 10px 20px;
	margin-top: 30px;
	width: 900px;
	float: left;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/footer_line.gif) top no-repeat;
}	

#footer .copyright .link{
	
	float: right;
	color: #999999;
	text-align:right
}	


#home_left_banner{
	float:left;
	width: 200px;
	padding: 30px 0 0px 0px;
}

#home_right_banner{
	float:right;
	width: 660px;
	padding: 30px 0px 10px 0px;
	text-align:right;
}

#bar{
	background:url(../images/line.gif) repeat-x  center;
	clear:both;
	height:34px;
}


#bar2{
	background:url(../images/line.gif) repeat-x center;
	clear:both;
	height:34px;
}


#panel {
	height:108px;
	top: -128px;
	width: 180px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 20px;
	position:absolute;
	z-index:3;
	right: 0;
	background:url(../images/blog_bg.png) no-repeat;

}


#page_curl{
	
	height: 43px;
	right: 0px;
	position: absolute;
	z-index:2
}

ul.list{
	list-style:none;
	padding-bottom: 15px;
}

ul.list li{
	list-style-image:url(../images/list.png);
	padding-left: 0px;
	margin-left: 40px;
	font-size: 80%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height:18px;
	
	

}	



/* C O D A  S L I D E R ------------------------------------------ */
	
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}
 
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}
 
		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 320px;
			clear: both;
			background:url(../images/portfolio_back.png) top left no-repeat  #1e1e1e
			
			
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			
			list-style-type: none;
		
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 680px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel p{
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height: 130%
		}
		
		
		.stripViewer .panelContainer .panel img{
			padding-top: 20px;
			background:none
		}
		
		
		
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 5px 50px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			display:none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}

		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 130px;
			text-indent: -9000em;
			z-index:500;
			
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}
		
		.codalink{
			display:block;
		
			cursor:pointer;
			padding-top:5px;
						
			font-size: 80%;
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;;
			color: #999999;
			
	}
	.codalink li{
		width: 140px;
		margin-left: 10px;
		border-bottom:#333333 1px solid;
		list-style:none;
		padding: 2px 10px 2px 10px;
		line-height:18px;
			
	}
	
	
.codalink li a{
		display: block;
		width:100%	;
		color: #999999;
		
		
	}
	
	.codalink li a:hover{
			background: #333333;
	color: #99CC33;
		
		
	}
	
	
	.codalink li:hover{
		background: #333333;
	color: #99CC33;
	}
	
/* C O D A  S L I D E R ----------------------END-------------------- */




#connectform{

		line-height:10px;
}

#connectform .inp{
	font-size: 80%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	color: #999999;
	line-height:20px;
	background:#1E1E1E url(../images/form_bg.png) top left no-repeat;;
	border:none;
	padding:3px;
	width: 300px;
	
}

#connectform .inp2{
	
	background: #333333 url(../images/form_bg.png) top left no-repeat;;
	
}

#connectform .subm{
	font-size: 80%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;

	line-height:20px;
	background:#1e1e1e;
	border-top: #666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	
	 -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
			
			float:left

}
	

#connectform textarea{
	
	}
	

#connectform label{
	width: 60px;
	text-align:right;
	padding-right: 10px;
	padding-top:5px;
	font-size: 80%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height:20px;
	display: block;
	float: left;
}

.loader{
	
	position:absolute;
	top:370px;
	left: 370px;
	width: 450px;
	height: 220px;
	padding-top: 135px;
	text-align:center;
	background:#191919;
	background:url(../images/1pxtrans_b.png);
	display: none;
}

.name_error, .message_error, .email_error{
	
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;

}

.log{
	color:#00CC00;
	font-size: 11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	float:right;
	padding-right:230px;
}
	
.button{
	display:block;
	width: 140px;
	border-bottom:#333333 1px solid;
	padding: 2px 10px 2px 10px;
	cursor:pointer;
	
	margin-left: 10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	line-height:18px;
}

.button:hover{
	background: #333333;
	color: #99CC33;
	
}


/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:200px;
	width: 660px;
	overflow:hidden;
	margin-left: 30px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	padding: 0px;
	
}
    div#rotator ul li.show {
	z-index:500
}
