/*	
	Harvest Template
	File: stylesheet.css
	Stefano Giliberti - kompulsive@gmail.com clickswitch.net		
*/

/* Main */
body {
	background:#ebebeb;
	color: #6c6c6c;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 50%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.spacer {
	height:30px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
code {
	font-family:"Courier New", Courier, monospace;
	line-height:1.2em;
	font-size:0.9em;	
}
hr {
	background:#c1c2c3;
	border: 0;
	color: #c1c2c3;
	height: 1px;
	margin:30px 0 35px 0;
}
blockquote {
	margin:10px 0;
	background:#f3f3f3;
	border:1px solid #dfdfdf;
	padding:15px;
	font-size:0.9em;
}
/* Lists */
ul.ul {
	list-style:url(../images/li.gif);
	padding:10px 0 10px 40px;
}
	ul.ul li {
		padding:3px 0 3px 5px;
	}
ol.ol {
	list-style:decimal;
	padding:10px 0 10px 20px;
}

/* Forms */
label {
	display:block;
	margin:10px 0 10px 0;
}
input,
textarea {
	background:url(../images/input-back.gif) repeat-x top;
	border:1px solid #dfe0e1;
	padding:7px;
	margin:0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}
input {
	width:250px;
}
	input.smaller {
		width:100px;
	}
	input.larger {
		width:400px;
	}
textarea {
	width:400px;
	height:150px;
	overflow:auto;
}
.submit {
    border:none;
	width:100px;
	height:30px;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#fff;
    background:url(../images/send-button.gif) no-repeat 0% 0px;
}
	.submit:hover {
		background-position: 0% -30px;
		cursor:pointer;
	}

/* Headings */
h1, h2, h3 {
	color:#e4342d;
	font-weight:normal;
	font-size:1.4em;
	padding:5px 0 10px 0;
}
h2 {
	font-size:1.2em;
}
h3,h4,h5,h6 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
}

/* Links */
a, a:active {
	color:#414141;
	text-decoration:none;
}
a:hover {
	color:#000;
}

/* Header */
#header {
	height:200px;
	position:relative;
	margin:0 auto;
	width:960px;
}
	/* Logo Container */
	#header div#logo {
	position:absolute;
	top:0;
	left:25px;
	height:125px;
	width:365px;
	background:url(../images/logo-white-shade.gif) no-repeat;
	}
		/* Logo */
		div#logo h1, div#logo h1 a {
	display:block;
	width:365px;
	height:83px;
	border:none;
		}
		div#logo h1 {
			background:url(../images/logo.gif) no-repeat;
			height:83px;
			text-indent:-999em;
			margin-top:29px;
			padding:0;
		}
		
	/* Rapid info */
	#header div#rapid-info {
		position:absolute;
		right:0;
		top:45px;
		text-align:right;
	}
		/* Call us */
		#rapid-info img {
			display:block;
			float:right;
			margin:0 0 15px 0;
		}
		/* Sitemap - Client login - Contact */
		#rapid-info p {
			clear:both;
		}
			#rapid-info p a {
				font-size:1.1em;
				font-style:italic;
				color:#9e9e9e;
			}
	
	/* Navigation */
	#navigation {
		position:absolute;
		bottom:0;
		width:960px;
		background:url(../images/nav-bar.gif) no-repeat;
	}
		#navigation ul li {
			float:left;
			line-height:50px;
			width:122px;
			text-align:center;
			background:url(../images/menu-li-break.gif) no-repeat right;
		}
			#navigation ul li a {
				color:white;
				font-size:1.4em;
				display:block;
			}
				#navigation ul li a:hover,
				#navigation ul li a.current {
					background:url(../images/menu-li-highlight.gif) no-repeat top;
					text-decoration:none;
				}
				
		/* Search */		
		#navigation form {
			float:right;
		}
			#navigation input {
				background:url(../images/nav-search-input.gif);
				border:none;
				width:109px;
				margin:11px 10px 0 0;
				padding:8px 9px 8px 9px;
				font-size:1.1em;
				color:#666;
			}

/* Wrapper */
#wrapper {
	margin:0 auto;
	width:960px;
	position:relative;
	font-size:1.6em;
	line-height:1.5em;
	background:white;
	padding:0 0 50px 0;
}
	/* Sections promo picture */
	#promo-pic {
		border-bottom:5px solid #dad8d9;
	}
	
	/* Left column */
	.med-col {
		width:615px;
		padding:50px 0 0 30px;
		background:white;
	}
	#profile_pic {
		width:129px;
		height:192;
		right:10px;
		
		}
		
	#title_top {
		width:300px;
		height:192;
		left:10px;
		
		}


	/* Right column */
	.small-col {
	width:230px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	}
	
	/* Pro Services */
	.pros li {
		line-height:37px;
		border-bottom:1px solid #f0f0f0;
		background:url(../images/accepted_16.gif) no-repeat left;
		padding:0 0 0 30px;
		font-size:1.1em;
	}
	
	/* Mini-box info */
	.mini-box {
	width:500px;
	float:left;
	color:#919191;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.4em;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	}
		.mini-box img {
			float:left;
		}
		.mini-box .desc {
	width:400px;
	float:right;
	padding-top: 10px;
		}
		.mini-box h3 {
			padding:0;
		}
	
	/* About us */
	.member {
		float:left;
		margin:7px 0 10px 0;
	}	
		.member span {
			color:#565656;
			line-height:35px;
		}	
		.member img {
			padding:0 25px 0 0;
		}
	
		/* Left-right rounded corners */
		#wrapper #bl,
		#wrapper #br {
			width:9px;
			height:9px;
			position:absolute;
			bottom:0;
		}
		#wrapper #bl {
			background:url(../images/bottom-bl.gif) no-repeat;
			left:0;
		}
		#wrapper #br {
			background:url(../images/bottom-br.gif) no-repeat;
			right:0;
		}
	
	/* Footer */
	#footer {
		margin:0 auto;
		position:relative;
		margin-top:30px;
		padding:25px 0 20px 0;
		width:960px;
		background:#DADADA;
		text-align:right;
	}
		#footer span {
			margin:5px 30px 0 30px;
			color:#ababab;
			font-weight:bold;
			font-size:1.2em;
		}		
		#footer #tl,
		#footer #tr {
			width:9px;
			height:9px;
			position:absolute;
			top:0;
		}
		#footer #tl {
			background:url(../images/footer-tl.gif) no-repeat;
			left:0;
		}
		#footer #tr {
			background:url(../images/footer-tr.gif) no-repeat;
			right:0;
		}

