/*reset.css*/
body, p, span, div, ul, li, dl, dt, dd, h1, h2, h3, h4 { margin:0; padding:0; text-align: left;}
fieldset,img{border:0;}
/* ol,ul {list-style:none;} */
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/*fonts.css*/
body{font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:18px;}


body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #CCCCCC url(/images/bg.jpg) repeat-y center;
}

#holder {
	height: 600px;
	width: 940px;
	margin: 0px auto;
	position: relative;
}

#navbar {
	height: 110px;
	float: none;
	background: #CCCCCC url(/images/header_bg.jpg) no-repeat top center;
}	
	#navbar a#logo {
		display: block;	
		width: 380px;
		height: 110px;
		float: left;
	}

	#navbar h1 {
		display: none;	
	}
	#navbar ul {
		display: inline;
		list-style-type:none;
		position: absolute;
		left: 380px;
		
	}
	#navbar li {
		height: 110px;
		float:left;
		display:inline;
	}
	#navbar a {
		height: 110px;
		display: block;
	}
	#navbar h3 {
		display: none;
	}
	
	#navbar a#products:hover {
		background: url(/images/header_bg.jpg) -380px -110px;		
	}
	#navbar a#services:hover {
		background: url(/images/header_bg.jpg) -510px -110px;		
	}
	#navbar a#clients:hover {
		background: url(/images/header_bg.jpg) -620px -110px;		
	}
	#navbar a#about:hover {
		background: url(/images/header_bg.jpg) -718px -110px;		
	}
	#navbar a#contact:hover {
		background: url(/images/header_bg.jpg) -813px -110px;		
	}

#leftnav {
	width: 220px;
	min-height: 300px;
	float: left;
	background: #ffffff url(/images/left_bg.jpg) no-repeat top center;
}
	#leftnav dl {
		margin: 20px 0 0 18px;
	}

	#leftnav dt {
		font: bold 24px/28px Arial;
		color: #233a63;
		letter-spacing: -0.5px;
		margin-bottom: 3px;
		<!-- cursor: pointer; -->
	}

	#leftnav dd {
		font: bold 12px/18px Arial;
		color: #aaaaaa;
		margin-bottom: 10px;
		<!-- cursor: pointer; -->
	}

	#leftnav ul {
		float: left;
		width: 200px;
	}

	#leftnav a {
		color: #233a63;
	}

	#leftnav a:hover {
		color: #6179cf;
	}

#leftslide {
	width: 500px;	
}

#zdssp {
	height: 300px;
	width: 720px;
	float: left;
	background: #CCCCCC url(/images/album/images/ssp_bg.jpg) no-repeat top center;
}

#main {
	width: 720px;
	min-height: 300px;
	float: left;
	background: #ffffff url(/images/main_bg.jpg) no-repeat top center;
	padding: 20px 0 30px 0;
	
}

#midcol {
	width: 450px;
    float: left;
	margin-left: 20px;
	padding: 0;
}

#rightcol {
	width: 200px;
    float: left;
	margin-left: 30px;
	color: #b97d18;
}

#rightcol p {
	font-style: italic;
}

#widecol {
	width: 670px;
	margin: 0 30px 0 20px;
}


#main ul li {
	margin: 0 0 6px 20px;
}


#footer {
	clear: both;
	height: 70px;
	color: #999999;
	position: relative;
	background: url(/images/footer_bg.jpg) no-repeat top center;
}
	#footer h4 {
		display: none;
	}
	#footer p {
		position: relative;
		top: 50px;
		text-align: center;
	}

.gray {
	color: #aaaaaa;
	font-weight: bold;
}	

.time {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}	

.readmore {
	font-size: 11px;
	font-weight: bold;
	color: #b97d18;
}	

.fl {
	float: left;
}
.fr {
	float: right;
}

H2 {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
	color: #2C3D70;	
	margin-bottom: 8px;
}

H3 {
	font: bold 16px/21px Arial, Helvetica, sans-serif;
	color: #6179cf;	
	margin-bottom: 6px;
}


H4 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #b97d18;	
	margin-bottom: 4px;
}


a {
	text-decoration: none;
	color: #6179cf;	
}

p {
	margin-bottom: 18px;
}

#grid a {
	display: inline;
	float: left;
	margin: 3px;
	padding: 0;
	border: solid 1px #dddddd;
}