html, body
{
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}

p { line-height: 18px; margin: 0 0 15px 0; }

ul { list-style-type: square; }
.post ul { margin: 0 0 10px 15px; }

a		{ text-decoration: none; color: #7cae1d; border-bottom: 1px solid #ccc; }
a:hover { color: #000; }

img 		{ border: none; }
a img 		{ border: none; }
a:hover img { border: none; }

fieldset label { display: block; clear: both; }
fieldset label input, fieldset label textarea { font-family: verdana, arial; }
fieldset label span { float: left; }
fieldset label .text, fieldset label .textarea
{
	font-size: 13px;
	width: 135px;
	height: 18px;
	color: #666;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	float: right;
	padding: 2px 5px;
}
fieldset label .textarea { width: 390px; height: 150px; }
fieldset label .text:focus, fieldset label .textarea:focus 
{ 
	border-right: 1px solid #eebb92;
	border-bottom: 1px solid #eebb92;
	border-left: 1px solid #c3814c;
	border-top: 1px solid #c3814c;	
}
fieldset label .button
{
	width: 42px;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url('../img/button.gif') no-repeat center center;
	border: none;
	margin: 0;
}
fieldset label .select
{
	width: 147px;
	height: 22px;
	border: 1px solid #ddd;
	color: #666;
	float: right;
}

.cleaner { clear: both; font-size: 0; line-height: 0; }
/* -----------------------------------------------------------------------------
	header
	---------- */
#head
{
	width: 100%;
	height: 80px;
	background: url('../img/sfondo.jpg') repeat-x #88ca17;
	border-bottom: 3px solid #88ca17;
}
#head .set
{
	width: 730px;
	height: 80px;
	padding: 0;
	margin: 0 auto;
}
#head #logo
{
	width: 227px;
	height: 58px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/protime-logo.jpg', sizingMethod='scale');
	float: left;
	margin: 22px 0 0 0;
}
#head .set > #logo {
	background: url('../img/protime-logo.jpg') no-repeat center center;
}
#head ul
{
	list-style-type: none;
	float: right;
	padding: 0 2px 0 0;
}
#head ul li
{
	font: 12px/normal Verdana, Arial;
	display: inline;
}
#head ul li a
{
	height: 50px;
	color: #ccc;
	text-decoration: none;
	border: none;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	display: block;
	float: left;
	padding: 30px 10px 0;
	margin: 0 -1px 0 0;
}
#head ul li a:hover  { color: #fff; background-color: #333; }
#head ul li.active a { color: #fff; background: url('../img/nav_a.gif') repeat-x; }

/* -----------------------------------------------------------------------------
	body
	---------- */
#main
{
	width: 730px;
	margin: 0 auto 0 auto;
}

/*
	tip
*/
#tip
{
	width: 100%;
	height: 15px;
	font-size: 11px;
	color: #999999;
	padding: 0 0 3px 0;
	margin: 13px 0 10px 0;
}
#tip p#desc
{
	float: left;
	margin: 0;
}
#tip p#carrer
{
	float: right;
	margin: 0;
}

/*
	photo
*/
.photo
{
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
.img1 { background-image: url('../img/photo1.jpg'); }
.img2 { background-image: url('../img/photo2.jpg'); }

/*
	content
*/
#content
{
	width: 100%;
	padding: 0 0 1px 0;
	margin: 20px 0 30px 0;
}

#content1
{
	width: 100%;
	padding: 0 0 1px 0;
	margin: 20px 0 30px 0;
}

#content #left
{
	width: 206px;
	float: left;
	line-height: 15px;
	border-right: 1px solid #ddd;
	padding: 0 15px 0 0;
	margin: 0 -1px 0 0;
}
#content #right
{
	width: 489px;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 0 0 15px;
}

#content1 #left
{
	width: 206px;
	float: left;
	line-height: 15px;
	border-right: 1px solid #ddd;
	padding: 0 15px 0 0;
	margin: 0 -1px 0 0;
}
#content1 #right
{
	width: 489px;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 0 0 15px;
}

/* --- */

#content #left #sub_nav
{
	width: 221px;
	font: 12px/normal Verdana, Arial;
	list-style-type: none;
	border-left: 1px solid #84bb23;
	border-top: 1px solid #effcd8;
	margin: 0 -15px 25px 0;
}
#content #left #sub_nav li a
{
	width: 203px;
	display: block;
	border-bottom: 1px solid #effcd8;
	padding: 7px 0 7px 15px;
}	
#content #left #sub_nav li.active a, #content #left #sub_nav li a:hover 
{
	color: #555;
	border-left: 3px solid #84bb23;
	background-color: #effcd8;
}

#content #left #backtomain, #content #left #newsarchive 
{
	text-align: right;
	margin: -15px 0 25px 0;
}
#content #left #newsarchive { margin-top: 0; }

#content #left .hr, .hr
{
    width: 221px;
	height: 1px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	color: #ddd;
	clear: both;
	padding: 0;
	margin: 15px -15px 15px 0;
}

/* left */
#content #left p.caption
{
	font: 15px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #ed7b20;
	margin: 0 0 10px 0;
}

#content #left p.star_green a
{
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	background: url('../img/star_green.gif') no-repeat;
	border: none;star_green.gif
	display: block;
	float: right;
	margin: 0 0 0 7px;
}
#content #left p.star_green a:hover { background: url('../img/star_green_ahover.gif') no-repeat; }
#content #left p { margin: 0 0 10px 0; }

#content #left #portfolio_preview div
{
	width: 40px;
	height: 45px;
	border: 3px solid #ddd;
	overflow: hidden;
	float: left;
	margin: 0 18px 20px 0;
}
#content #left #portfolio_preview div.active
{
	border: 3px solid #aedf57;
}

#content #left #callback { background: url('../img/callback_bg.gif') repeat-x #fff; border-top: 1px solid #ddd; padding: 5px; }
#content #left #callback label { height: 24px; margin: 5px 0; }
#content #left #callback label .text { width: 120px; }
#content #left #callback label .message {
	width: 120px;
	height: 100px;
	margin-bottom: 5px;
}
#content #left #callback label .select { width: 132px; }
#content #left #callback label .button { margin: 0 0 0 64px; }


/* right */
#content #right h1
{
	font: 17px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #7cae1d;
	margin: 25px 0 10px 0;
}

#content #right h2
{
	font: 15px/normal Verdana, Arial;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
}

#content #right .quote
{
	background: url('../img/quote1.gif') top left no-repeat;
	margin: 10px 0 15px 0;
}
#content #right .quote p
{
	background: url('../img/quote2.gif') bottom right no-repeat;
	padding: 30px 40px 30px 45px;
}

#content #right .project_screen
{
	width: 485px;
	height: 150px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px 0;
}

#content #right .box_set .box
{
	width: 145px;
	float: left;
	margin: 0 25px 0 0;
}
#content #right .box_set .box h2
{
	font-size: 11px;
	font-weight: bold;
	border: none;
	margin: 0 0 20px 0;
}
#content #right .box_set .box ul 
{
	list-style-type: none;
	margin: 0;
}
#content #right .box_set .box ul li 
{
	font-size: 11px;
}

#content #right ul  
{
	list-style-type: none; 
	margin: 5px 20px 0 20px;
}
#content #right ul li 
{
	background: url('../img/list_icon.gif') no-repeat center left;
	border-bottom: 1px solid #ddd; 
	line-height: 18px;
	padding: 0 0 5px 20px; 
	margin: 0 0 15px 0; 
}

#content #right #contactform { background-color: #f7f7f7; border: 1px solid #f1f1f1; padding: 5px; margin: 15px 0 0 0;}
#content #right #contactform label { height: 24px; margin: 5px 0; }
#content #right #contactform label .text { width: 390px; }
#content #right #contactform label .button { margin: 0 0 0 75px; }

/* -----------------------------------------------------------------------------
	footer
	---------- */
	
#footer
{
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
}
#footer .set
{
	width: 730px;
	height: 30px;
	background-color: #f0f0f0;
	margin: 0 10px 0 0;
}
#footer .set p
{
	font-size: 10px;
	text-align: right;
	line-height: 30px;
	color: #999999;
	margin: 0;
	margin-right: 15px;
}
#end
{
	width: 730px;
	margin: 5px auto 0 auto;
	padding: 0 0 10px 0;
}
#end p
{
	font-size: 10px;
	text-align: right;
	color: #999999;
	margin: 0;
	margin-right: 15px;
}
#end p a 		{ color: #999999; text-decoration: none; }
#end p a:hover 	{ color: #666666; }


/* -----------------------------------------------------------------------------
	other
	---------- */

#preload { display: none; }

#result 
{ 
	background: url('../img/icon_note.gif') no-repeat center left;
	padding: 0 0 0 15px; 
	margin: 0 0 10px 0; 
}
#result span { font-weight: bold; color: #7cae1d; }

p.calendar
{
	font-size: 10px;
	line-height: normal;
	background: url('../img/calendar.gif') no-repeat center left;
	color: #888;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
}

p.icon_arrow { background: url('../img/icon_arrow.gif') no-repeat center left; padding: 0 0 0 15px; }

.hr
{
	width: 100%;
	margin: 0;
}

/** WORDPRESS **/

#sidebar ul{
	list-style-type: none;
	margin: 3px 0px;
	padding; 0px;
}


#sidebar>ul>li{
	margin: 15px 0px 15px 0px;
}

#sidebar>ul>li ul li{
	margin: 5px 0px;
}

#s, .wp-input{
	border: 1px solid #CCCCCC;
}

#s{
	width: 135px;
}

#searchsubmit, .wp-submit{
	border: 1px solid #CCCCCC;
	background: #A2D73E;
	color: #FFFFFF;
}


.commentlist{
	margin: 10px 20px;
}

.commentlist>li>p{
	margin: 5px 0px;
}

/* NEW PORTFOLIO */

.portfolio-element img, .project_screen img{
	border: 3px solid #ddd;
}

.portfolio-element h1{
	font-size: 24px;
}

.portfolio-element p{
	font-weight: normal;
	font-size: 14px;
}

h1.portfolio-title{
	font: 26px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #7cae1d;
	margin: 25px 0 20px 0;
}

.project_screen{
	margin: 0px 0px 15px 0px;
}



#map {
	background-color:#fff;
	width:auto;
	height:300px;
	border:2px solid #555;
	margin-bottom: 45px;
}

