/*
	==========================================
	project: DesignHQ 
	author: Borut Jegriik (www.solucija.com)
	------------------------------------------
	2009. Solucija
	==========================================
*/

*{ margin: 0; padding: 0; }

:focus,:active { outline: 0; }
body {
	color: #FFF;
	background: #ccc;
	font-family: "新細明體";
	font-size: 15px;
}
a {border-bottom:1px dotted #CCC; color:#06C;}
a:hover, a:active, a:focus {color:#000;}
.x { clear: both; }

p {
	line-height: 22px;
	margin: 0 0 22px;
	color:#333;
}
img { border: 0; }

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #06C;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #06C;
	font-family: Tahoma, Arial, Sans-Serif;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666;
}
h4 { font-size: 18px; font-weight: normal; float: left; margin: 3px 0 10px; width: 460px; }

#wrapper { margin: 0 auto; width: 980px; background: url(../images/bg.jpg) no-repeat; }

#logo { padding: 20px 12px 10px; }
	#logo h1 { font: bold 24px Arial; text-shadow: 1px 1px 1px #fff; letter-spacing: 4px; }
		#logo h1 a { color: #333; }
		#logo h1 a span { color: #000; }
#content { background: #fff; width: 980px; }
/*	
.menu { list-style:none; margin: 14px 25px 0 10px; width: 600px; float: left; }
	.menu li { float: left; margin: 0 4px 0 0; }
	.menu li a { display: block; font-size: 14px; padding: 14px 24px; border: 1px solid #fff; }
	.menu a:hover, .menu li.current a { border: 1px solid #ddd; }

		.menu li ul { display: block; background: #fff; margin: -1px 0 0; position: absolute; display: none; z-index: 2; border: 1px solid #ddd; }
		.menu li ul li { float: none; display: inline; margin: 0; padding: 0; }
		.menu li ul li a { width: auto; margin: 4px; white-space: nowrap; }
*/
#search { float: right; width: 275px; margin: 23px 18px; display: inline; }
	#search .text { width: 227px; height: 16px; border: 1px solid #ddd; padding: 5px; float: left; color: #888; }
	#search .submit { float: right; border: 0; background: #000 url(../images/search.gif) no-repeat center 8px; width: 32px; height: 28px; padding-top: 1px; }

#pitch {
	margin-bottom: 5px;
}
	#pitch .infoline { margin-top: -70px; padding: 25px 0 25px 25px; background: #000; font-size: 18px; width: 955px; height: 18px; opacity:0.70; filter:alpha(opacity=70); color: #fff; }

	.pitch-gallery {
	overflow: hidden;
	width: 980px;
	height:235px;
	position: relative;
}
		.pitch-gallery-holder { width: 3920px; position: relative; top: 0; left: 0; }
		.pitch-gallery-div { float: left; }
		
#left { width: 700px; float: left; margin-left: 25px; display: inline; }
	
	#left form { padding-left: 45px; }
	#left label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 150px; }
		#left .lcurrent { font-weight: bold; }
	#left label img { vertical-align: middle; }
	#left input.text, textarea, select { float: left; margin: 0 5px 10px 0; padding: 7px; width: 350px; border: 1px solid #ccc; }
	#left textarea { height: 200px; }
	#left select { width: 366px; }
	#left input.radio {  }
		#left input:focus { border-color:#aaa; }
		#left textarea:focus { border-color: #aaa; }	
	.error { font-size: 10px; color: #666; margin: 0 0 10px 150px; display: none; }
	#left .submit { border: 0; background: #000; color: #fff; padding: 5px; float: left; margin-left: 150px; }
	

.products li {border-bottom:1px solid #DDD;}
.articles li {border-bottom:1px solid #DDD;}
.articles li .date {color:#777;}



ol { color: #666; margin: 5px 0 5px 30px; line-height: 18px; }
	
	#contact-back { margin: 12px 40px 0 0; float: right; }

.post { position: relative; margin-bottom: 20px; height: 127px; }
.post-options { position: relative; margin: -37px 0 40px 0; font-size: 10px; color: #666; }

#right {
	width: 185px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 30px;
	margin-right: 30px;
	display: inline;
}
	
#feature { margin-left: 25px; padding-bottom: 10px; }
	.small-post { float: left; width: 260px; margin-right: 75px; }
		.small-post img { border: 1px solid #ccc; padding: 3px; margin-bottom: 10px; }
	.last { margin-right: 0; }
	#feature ul { margin-top: -11px; }
	
#footer { color: #666; font-size: 11px; margin: 20px 0 20px 10px; }

.post-info { font-size: 11px; color: #999; }
.read-more { background: url(../images/link.gif) no-repeat center left; padding-left: 13px; font-size: 10px; }
.break { border-top: 1px solid #ccc; margin: 30px 0; display: block; }
	.no-border { border: 0; }
.space { margin-bottom: 20px; }











/* === Services Section (homepage under featured) === */
#services{
	height:127px;
	width:100%;
	border-top:2px solid white;
	border-bottom:1px solid #ccc;
	margin-bottom: 5px;
	background-image: url(../images/servicerepeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#services .box{
	float:left;
	height:97px;
	border-right:1px solid #cbcbcb;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box2{
	float:left;
	height:97px;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box img,#services .box2 img{
	position:absolute;
	left:20px;
	top:30px;
}
#services .box p, #services .box2 p{
line-height:18px;
padding:10px 0 0 0;
margin:0;
text-shadow:white 1px 1px;
}
#services h3{
	margin:0;
	color:#525252;
	font-size:18px;
	font-weight:normal;
}



.page_title1{font-family:calibri;font-size:22px;font-weight:bold;color:#003863;text-transform:uppercase;}
.page_title2{font-family:calibri;font-size:22px;color:#1a75bc;font-weight:bold;text-transform:uppercase;}
.page_title3{font-family:calibri;font-size:18px;color:#1a75bc;font-weight:bold;text-transform:uppercase;}



/*****UL*****/

ul.ul {margin-left:20px; list-style:none;}
ul.ul li {padding-left:15px; background:url("images/ul.gif") 0 5px no-repeat;}
ul.ul ul {margin:0 0 0 20px; list-style:none;}

/* List Item */
.list li{
	list-style-image:url(../images/list_arrow-icon.gif);
	margin-top:8px;
	font-size:15px;
	color:#666666;
	list-style-position:inside;
}
.list a{font-size:15px;color:#666666;}
.list a:hover{font-size:15px;color:#666666;text-decoration:underline;}


/* Read More */
.read_more{color:#4e9b33;text-align:right;padding-top:5px;height:15px;font-size:12px;}
.read_more a{color:#4e9b33;background:url(../images/read_more_icon.gif) no-repeat left;padding-left:18px;}
.read_more a:hover{color:#4e9b33; text-decoration:underline;}

.read_more_l{color:#4e9b33;text-align:left;padding-top:5px;height:15px;font-size:12px;}
.read_more_l a{color:#4e9b33;background:url(../images/read_more_icon.gif) no-repeat left;padding-left:18px;}
.read_more_l a:hover{color:#4e9b33; text-decoration:underline;}


