@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: 'Titillium Web', sans-serif;
	background: url(../images/background.jpg) center top;
	background-size:100% 100%;
	-moz-background-size:100% 100%; /* Old Firefox */
	background-repeat:no-repeat;
	background-attachment:fixed;
}


.mainbody{
	margin:0 auto;
	display:block;
	width:1000px;
	height:auto;
	-webkit-box-shadow:  0px 0px 8px 3px ;
	box-shadow:  0px 0px 8px 3px ;
	background-color:#FFF;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #6f7273;
	behavior: url(../pie/PIE.htc);
}

.header{
	background:url(../images/headerbg.jpg) top center no-repeat;
	width:1000px;
	height:114px;
}

h1{
	display:inline-block;
	float:left;
	margin-left:10px;
	margin-top:5px;
	width: 256px;
	height:165px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-bottom:-20px;
}
h1 a{
    display:block;
    width:100%;
    height:100%;
}

.header-logos{
	float:left;
	margin-top:5px;
}

.header-follow-call{
	margin-left:30px;
	padding-left:20px;
	float:left;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	background:url(../images/phone.png) 0px 5px no-repeat;
}

.header-follow-call span{
	line-height:50%;
	padding-left:25px;
	font-size:26px;
}

.header-follow-call span2{
	font-size:26px;
	color:#fd9600;
}

.social-top{
	font-size:20px;
	margin-left:10px;
}

.top-menu {
	position:absolute;
	margin:70px 0 0 240px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

.top-menu ul li {
	display: inline;
	color:#FFF;
}

.top-menu ul li a {
	padding: 1px 9px 1px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color:#FFF;
	behavior: url(../pie/PIE.htc);
}

.top-menu ul li a:hover {
	color: #fff;
	background-color: #262261;
	
}

.maincontent{
	background:url(../images/main_image_home.jpg) top center no-repeat;
	height:735px;
	display:block;
}

.buttons-home1{
	width:320px;
	display:block;
	position:absolute;
	margin:206px 0 0 48px;
}

.buttons-home2{
	width:320px;
	display:block;
	position:absolute;
	margin:276px 0 0 48px;
}

.service-request{
	width:300px;
	display:block;
	background:url(../images/buttons/ServiceRequest.png) 0 0;
}

.service-request a:hover{
	background:url(../images/buttons/ServiceRequest.png) 0px -90px;
}

.proposal-request{
	top:70px;
	width:300px;
	display:block;
	background:url(../images/buttons/ProposalRequest.png) 0 0px;
}

.proposal-request a:hover{
	background:url(../images/buttons/ProposalRequest.png) 0px -90px;
}

.projects-heading{
	position:absolute;
	margin:360px 0 0 190px;
	color:#fd9600;
	font-weight:bold;
	font-size:26px;
	text-shadow: 0px 0px 4px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
	line-height:90%;
	behavior: url(../pie/PIE.htc);
}

.projects-heading span{
	margin-left:100px;
	color:#FFFFFF;
	font-size:20px;
}

.mainbtns{
	position:absolute;
	width:1000px;
	display:block;
	margin:415px 0 0 20px;
}

.mainbtn1{
	float:left;
	width:230px;
	height:316px;
	background:url(../images/mainbtnbg.png) center top no-repeat;
	margin:5px;
}

.mainbtn2{
	float:left;
	width:473px;
	height:480px;
	background: url(../images/mainbtnbg2.png) center top no-repeat;
	margin:5px;
}

.main-btn-heading{
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
	text-align:center;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	behavior: url(../pie/PIE.htc);
}

.main-btn-heading2{
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
	margin-bottom:-4px;
	text-align:center;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	line-height:100%;
	behavior: url(../pie/PIE.htc);
}

a{
	text-decoration:none;
}

a:link {
	text-decoration:none;
	color:#2a2a2a;
}
a:visited {
	text-decoration:none;
	color:#2a2a2a;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a img{
	border:none;
}

.main-btn-image{
	margin:9px 10px 10px 2px;
	float:left;
}

.main-btn-text{
	margin:15px;
	padding:3px;
	line-height:120%;
	font-size:14px;
}

.main-btn-list{
	list-style-type: none;
	color:#7f2a00;
	font-weight:bold;
	font-size:16px;
	margin:15px 0 0 15px;
	line-height:100%;
}

.main-btn-list:hover{
	text-decoration:underline;
	color:#000066;
}
	
.sitetitle{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin-top:10px;
	text-align:center;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	behavior: url(../pie/PIE.htc);
}

.footer {
	background:url(../images/footerbg.png) no-repeat top center;
	height:67px;
	margin-bottom:0px;
	color:#444444;
	font-size:14px;
}

.footer span{
	font-size:18px;
	font-weight:bold;
}

/* ---------------------------------- DEVELOPERS PAGE ----------------------------*/

.header2{
	background:url(../images/headerbg2.jpg) top center no-repeat;
	width:1000px;
	height:114px;
}

.header-follow-call2{
	margin-left:30px;
	padding-left:20px;
	float:left;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	background:url(../images/phone.png) 0px 5px no-repeat;
}

.header-follow-call2 span{
	line-height:30%;
	padding-left:15px;
	font-size:22px;
}

.header-follow-call2 span2{
	color:#fd9600;
}

.call-me{
	margin-left:-35px;
	margin-top:-25px;
}

.btncall{
	position:absolute;
	padding: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.btncall:hover{
	opacity: 1;
}

.content-devs-heading{
	height:396px;
	background:url(../images/buildersbg.jpg) top center no-repeat;
}

.content-devs{
	height:auto;
	display:block;
	background-image: url(../images/shadowbgtop.jpg), url(../images/shadowbgbtn.jpg);
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	padding:37px 43px 30px 43px;
	color:#2a2a2a;
	font-size:15px;
}

.content-devs span, .devs-text span, .content span, .content-text span{
	font-weight:600;
	font-size:30px;
	color:#262261;
}

.devs-text{
	width:575px;
	text-align:justify;
	float:left;
}

.devs-text2{
	width:900px;
	text-align:justify;
	float:left;
}

.devs-btn1{
	margin:20px 0 0 35px;
	float:left;
}

.devs-btn2{
	margin:-20px 0 0 35px;
	float:left;
}

.three-windows-container{
	background:url(../images/threewindowsbg.jpg) top center no-repeat;
	width:940px;
	height:300px;
	display:block;
	margin:45px 0 0 -15px;
}

.three-windows{
	float:left;
	width:303px;
	height:239px;
	display:block;
	background:url(../images/3wbg.png) top center no-repeat;
	margin-top:30px;
}

.wtitle{
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	margin-top:6px;
}

.wtext{
	font-size:12px;
	color:#3a3a3a;
	text-align:right;
	width: 120px;
	position:absolute;
	margin:20px 0 0 150px;
}

.wtext a{
	font-weight:600;
}

.wtext a:hover{
	text-decoration:underline;
	color:#000033;
}

.wimage{
	width:160px;
	height:160px; 
	display:block;
	position:absolute;
}

.wlearnmore{
	margin:170px 0 0 63px;
}

/*--------------------------------------- HVAC page ---------------------------*/

.content-hvac-heading{
	height:356px;
	background: url(../images/HVACtitle.jpg) top center no-repeat;
}

.content-hvac{
	height:auto;
	display:block;
	background-image: url(../images/shadowbgtop.jpg), url(../images/shadowbgbtn.jpg);
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	padding:37px 43px 30px 43px;
	color:#2a2a2a;
	font-size:15px;
}

.devs-btn3{
	
}

.three-windows-container2{
	width:1000px;
	height:300px;
	display:block;
}

.three-windows2{
	float:left;
	width:303px;
	height:239px;
	display:block;
	background:url(../images/3wbg.png) top center no-repeat;
	margin-top:30px;
	margin-right:5px;
}

/*--------------------------------------- Homeowners page ---------------------------*/


.content-home-heading{
	height:356px;
	background: url(../images/homeowners.jpg) top center no-repeat;
}

.wtitleh{
	height:35px;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	margin:13px 0 0 30px;
}

.three-windowsh{
	float:left;
	width:303px;
	height:239px;
	display:block;
	background:url(../images/3wbgh.png) top center no-repeat;
	margin-top:30px;
	margin-right:5px;
}

.wlearnmoreh{
	margin:150px 0 0 63px;
}

.wtexth{
	font-size:12px;
	color:#3a3a3a;
	text-align: justify;
	width: 220px;
	position:absolute;
	margin:10px 0 0 40px;
}

/*--------------------------------------- Title 24 page ---------------------------*/


.content-title24-heading{
	height:397px;
	background: url(../images/title24.jpg) top center no-repeat;
}

.three-windows-containert{
	background:url(../images/threewindowsbgt.png) top center no-repeat;
	width:1000px;
	height:310px;
	display:block;
	margin:45px 0 0 -43px;
}

.wlearnmoret{
	float:left;
	margin:240px 0 0 69px;
}

/*--------------------- SERVICES PAGE ----------------*/

.services-heading{
	background:url(../images/orange-bg.jpg) no-repeat center center;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}

.services-heading a{
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
	text-align:center;
	line-height:90%;
		text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

.services-heading a:hover{
	color:#FC0;
	text-decoration:underline;

}

.services-btn-list a{
	color:#dc8003;
	font-weight:bold;
	font-size:14px;
	margin:15px 0 0 15px;
	line-height:100%;
}

.services-btn-list a:hover{
	color:#262261;
	text-decoration:underline;
}

.services-btn-text{
	line-height:120%;
	font-size:14px;
}

table.side-border {
	border-collapse:collapse;
}
table.side-border td, table.side-border th {
	border-right:1px dotted black;
	border-left:1px dotted black;
}

.content-text{
	width:900px;
	text-align:justify;
	float:left;
}

.content{
	background-image: url(../images/shadowbgtop.jpg), url(../images/shadowbgbtn.jpg);
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	padding:30px 43px 30px 43px;
	color:#2a2a2a;
	font-size:15px;
}

.content span2{
	font-weight:600;
	font-size:18px;
	color:#262261;
}

.content a:hover{
	text-decoration:underline;
	}
	
.content-form{
	background-image: url(../images/shadowbgtop.jpg), url(../images/shadowbgbtn.jpg);
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	padding:30px 43px 30px 43px;
	color:#2a2a2a;
	font-size:15px;
}


table.bottomBorder {
	border-collapse:collapse;
}
table.bottomBorder td, table.bottomBorder th {
	border-bottom:1px dotted black;padding:5px;
}

.mainbtns-services{
	margin-left:-25px;
	width:1000px;
	display:block;
}	

/*------------------ CONTACT -----------------------*/

.input1 { 
	border:none; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px; 
	padding: 3px;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(150, 100, 0, 1);
	box-shadow: inset 1px 1px 1px 1px rgba(150, 100, 0, 1);
	height:20px; 
	line-height:20px; 
	width:260px; 
	text-indent:5px;
	background-color:#fff3d7;
} 

.input2 { 
	border:none; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px; 
	padding: 3px;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(150, 100, 0, 1);
	box-shadow: inset 1px 1px 1px 1px rgba(150, 100, 0, 1);
	height:20px; 
	line-height:20px; 
	width:260px;
	height:150px;
	text-indent:5px;
	background-color:#fff3d7;
} 

.input3 { 
	border:none; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px; 
	padding: 3px;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(150, 100, 0, 1);
	box-shadow: inset 1px 1px 1px 1px rgba(150, 100, 0, 1);
	height:20px; 
	line-height:20px; 
	width:100px; 
	text-indent:5px;
	background-color:#fff3d7;
} 

.naslov{
	
}

#floater {
	float:right;
	height:300px;
	width:200px;
	top:0px;
	position:absolute;
	position:relative;
}

#header {
	height:114px;
	width:100%;
}


/*------------------ SITEMAP -----------------*/

.sitemap {
	margin-left:50px;
	
}

.sitemap ul li{
	list-style-type:none;
	line-height:250%;
}

.sitemap a{
	border: 2px solid #FFF;
	background: url(../images/listbg.png) center left no-repeat;
	color:#000;
	text-shadow: px 1px 1px #999999;
	filter: dropshadow(color=#999999, offx=, offy=1);
	font-size: 16px;
	text-decoration:none;
	font-weight:600;
	padding: 0px 30px 0px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 3px 1px #666;
	box-shadow: inset 0px 0px 3px 1px #666;
}


/*----------------------- SERVICE REQUEST ------------------------*/

.service-request-btns{
	margin:0 auto;
	width:700px;
}