body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	font: 100%/140% Tahoma, Geneva, sans-serif;
	background: #262626 url(../images/bg_body.png) repeat-x scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}


a, a:link{color:#C434C4; text-decoration:underline;}
a:hover{text-decoration:none;}
a:visited, a:focus{color:#A82DA8}
a:active { padding-top: 2px; }

#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {

	height:115px;
}
#header h1 {
	margin: 0 auto;
	width:400px; text-indent:-2000em; padding-top:22px; padding-left:1px;
}
 #header h1 a{display:block; width:400px; height:68px; outline:none; background:url(../images/icons_sprite.png) no-repeat scroll -106px 0;}

#mainContent {padding-top:35px;	background: transparent url(../images/bg_menu.png) no-repeat scroll; }

	 #nav{height:60px;}
		#menu-wrap{border:1px dashed #8A8A8A; height:28px; padding:0 12px; position:relative; z-index:1; padding-top:3px; color:#999; }
		.scissor{position:absolute; right:-9px; top:-7px; z-index:10; width:18px; height:14px; background:url(../images/icons_sprite.png) no-repeat scroll 0 0;}
		
		#main-nav li{float:left; margin-right:14px; }
		#main-nav li a{color:#C434C4; display:block; border-bottom:1px dashed #C434C4; height:21px; text-decoration:none; padding:0 2px;}
		#main-nav li a:hover{border-bottom:1px dashed #999; color:#999}
		.phoneNo{float:right; background:url(../images/icons_sprite.png) no-repeat scroll -519px 2px; padding-left:16px; font-size:14px; line-height:18px; margin-top:2px; height:20px; }
		#header-quotes{margin-top:20px; background:url(../images/quote_1.png) no-repeat scroll; width:870px; height:80px; position:relative}
			#header-quotes blockquote{position:absolute; left:-200em;}
	
	/** portfolio **/
	.portfolioItem{  padding-top:50px; width:900px; /*padding-bottom:30px; border-bottom:1px dashed #999; */}
		.portfolioImg{width:600px; float:left; padding-left:14px; }
		
			.porfolioThumb{position:relative; height:320px; opacity:0.6; filter:alpha(opacity=60)}
				.porfolioThumbFull{opacity:1; filter:alpha(opacity=100);}
				.porfolioThumb li{position:absolute; width:590px; height:300px; left:0;}
				.porfolioThumb img{border:1px solid #666; padding:3px; margin-bottom:5px;}
		
		.thumbUnder{}		
			.thumbExpl{width:300px; float:left; font-size:10px; color:#999; line-height:16px;}
			.thumbNo{font-size:10px;}
				.thumbNo li{float:left; width:19px; height:19px; background:url(../images/icons_sprite.png) no-repeat scroll -60px 0; margin-left:5px;}
				.thumbNo li:first-child{margin-left:0;}
					.thumbNo li a{display:block; font-family:Arial, Helvetica, sans-serif;color:#B12EB1; text-decoration:none; width:19px; text-align:center; height:19px; line-height:19px;}
					.thumbNo li.activeThumb{background: url(../images/icons_sprite.png) no-repeat scroll -30px 0;}
						.thumbNo li.activeThumb a{color:#111;}
		
	.portfolioRight	{width:235px; margin-left:670px;
	 border-top:5px solid #666; font-size:10px; font-family:Tahoma, Geneva, sans-serif; line-height:14px; }
		.portfolioDesc{border-bottom:1px solid #666;padding:10px 0; margin-bottom:10px;}
			.portfolioDesc h3{font-size:16px; padding-bottom:3px;}
			.portfolioDesc p{padding-bottom:10px;}
			.portfolioDesc em{color:#b9b9b9;}
			
#footer {
	border-top:1px dashed #999;
	clear:both;
	padding: 0 14px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px; color:#999;
}
	#footer p a{color:#C434C4}
 .clearfloat{clear:both;height:0; font-size: 1px;  line-height: 0px;}  
