/*

Title: Infinity Home Improvements
Author: Artistic Design - Michal Kopanski
URI: http://www.artisticdesignweb.com

Table Of Contents

	1. @RESET
	2. @GENERAL
	3. @LAYOUT
	4. @NAVIGATION
	5. @TYPOGRAPHY


*/

/* @RESET ------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @GENERAL ------------------------*/

body{
	background: #ffffff;
	color: #000000;
	font-family: "Tahoma", sans-serif;
}

.wrap_me{
	margin: 0 auto;
}

#logo{
	margin: 0 auto;
	height: 84px;
	position: relative;
	width: 197px;
}

hr{
	margin-top: 50px;
	margin-bottom: 30px;
}

.bullet{
	height: 55px;
	margin-left: 20px;
}

.easy123{
	padding-left: 20px;
}

.arrow, .two, .three{
	height: 32px;
	width: 32px;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
	background: url(../images/arrow.jpg);	
}

.one{
	background: url(../images/arrow.jpg);
}

.two{
	background: url(../images/step-2.jpg);
}

.three{
	background: url(../images/step-3.jpg);
}

.easy-text{
	width: 200px;
	margin-top: 3px;
	
	float: left;
}

.clearfix{
	clear: both;
}

#owner{
	background: #ffffff;
	height: auto;
	width: 158px;
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 10px 20px 10px 10px;
	float: right;
}

#owner img{
	padding: 4px;
}

p.about-owner{
	font-size: 11px;
}

/* @LAYOUT ------------------------*/

#wrapper-right{
	width: 354px;
	margin: 0 auto;
	background: #247547;

}

#wrapper{
	width: 930px;
	margin: 0 auto;
	
}

#container-top{
	background: url(../images/shadow-top.jpg);
	height: 19px;
	width: 981px;
	margin: 0 auto;
	margin-top: -20px;
}

#container-bg{
	background: url(../images/shadow-bg.jpg) repeat-y;
	width: 970px;
	margin: 0 auto;
}

#container-bottom{
	background: url(../images/shadow-bottom.jpg);
	height: 20px;
	width: 981px;
	margin: 0 auto;
}

#header{
	background: #ffffff;
	height: 91px;
	width: 930px;
	margin-top: 50px;
}

#slider{
	height: 285px;
}

#content{
	background: #ffffff;
	padding: 0;
	font-size: 12px;
	color: #000000;
	width: 100%;
	height: 100%;
}

.wrapper{
	padding: 10px;
}

.latest-work{
	background: url(../images/latest-work-bg.png) no-repeat top left #ebd6ca;
}

.latest-work p.testimonial{
	font-family: "Georgia1", Georgia, serif;
	font-size: 18px;
	font-style: italic;
}

.sig{
	text-align: right;
	font-family: "Georgia1", Georgia, serif;
	margin-right: 50px;
}

.service{
	margin: 0px 10px 20px 0px;
}

.service p{
	color: #a5a98e;
}

.service ul>li>ul>li{
	color: #a5a98e;
	list-style: square;
	margin-left: 10px;
	line-height: 16px;
}

.service h3{
	color: #535740;
}

.service img.service-image{
	width: 237px;
	height: 122px;
	margin-right: 20px;
	float: left;
}

blockquote{
	font-family: "Georgia1", Georgia, serif;
	font-size: 20px;
	line-height: 30px;
	padding: 20px;
}

img.quote{
	float: right;
}


.half-right{   
	background: url(../images/services-bg.png);
	width: 445px;
	height: 415px;
	padding: 10px;
	float: right;
}


 .half{  
	background: url(../images/latest-work-bg.png);
	filter:alpha(opacity=100);
	opacity:1.0;
	width: 445px;
	height: 415px;
	padding: 10px;
	float: left;
}

.one-third{
	width: 354px;
	float: left;
}

.two-thirds{
	background: url(../images/services-bg.png) no-repeat bottom left;
	width: 576px;
	float: left;
}

#footer{
	width: 930px;
	height: 100px;
	margin: 0 auto;
}

#footer-links-area{
	width: 70%;
	height: auto;
	float: left;
	text-align: center;
}

#footer-contact-area{
	width: 30%;
	height: auto;
	float: left;
	text-align: right;
}

/* @NAVIGATION ------------------------*/

#nav-top{
	background: #7f0201;
	border-bottom: 1px solid #610504;
	height: 26px;
	width: 930px;
}

.nav{
	background: #890405;
	border-bottom: 1px solid #610504;
	height: 66px;
	width: 930px;
	margin: 0 auto;
}

.nav a{
	display: block;
	width: 100%;
	height: 100%;
}

.nav li{
	float: left;
	height: 66px;
}

.home{
	background: url(../images/red-nav.jpg) no-repeat 0px 0px;
	width: 76px;
	height: 66px;
}

.home:hover{
	background: url(../images/red-nav.jpg) no-repeat 0px -66px;
	width: 76px;
	height: 66px;
}

.about-us{
	background: url(../images/red-nav.jpg) no-repeat -76px 0px;
	width: 100px;
	height: 66px;
}

.about-us:hover{
	background: url(../images/red-nav.jpg) no-repeat -76px -66px;
	width: 100px;
	height: 66px;
}

.services{
	background:url(../images/red-nav.jpg) no-repeat -176px 0px;
	width: 90px;
	height: 66px;
}

.services:hover{
	background:url(../images/red-nav.jpg) no-repeat -176px -66px;
	width: 90px;
	height: 66px;
}

.gallery{
	background:url(../images/red-nav.jpg) no-repeat -265px 0px;
	width: 92px;
	height: 66px;
}

.gallery:hover{
	background:url(../images/red-nav.jpg) no-repeat -265px -66px;
	width: 92px;
	height: 66px;
}

.contact-us{
	background:url(../images/red-nav.jpg) no-repeat -358px 0px;
	width: 123px;
	height: 66px;
}

.contact-us:hover{
	background:url(../images/red-nav.jpg) no-repeat -358px -66px;
	width: 123px;
	height: 66px;
}

.nav-remaining;{
	background: #23935f;
	width: 481px;
	height: 66px;
}

.nav li span{
	display: none;
}

/* @TYPOGRAPHY ------------------------*/

a{
	color: /*#faa700*/#890405;
	font-weight: bold;
}


p{
	line-height: 150%;
	margin-bottom: 20px;
}

strong{
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Georgia1", Georgia, serif;
	font-weight: bold;
	margin-bottom: 10px;
}

h1{
	font-size: 40px;
	letter-spacing: 2px;
}

h2{
	font-size: 35px;
	color: #9c1d1d;
 	background-color: #330000; 
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}

h3{
	font-family: "Tahoma", sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}

h3top{
	font-family: "Tahoma", sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:25px;
  text-align:center;	
	float: inherit;
	
	margin-bottom:0px;
	text-decoration:none;
	letter-spacing:13px;

}

h4{
	background: #890405;
	color: #ffffff;
	display: inline;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}


h4-big{
	color: #890405;
	display: inline;
	font-size: 20px;
	line-height: 29px;
	font-weight: bold;
}


h4-no-bg{
	color: #890405;
	display: inline;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
}


h4 a{
	color: #fff200;
	background: #000000;
	text-decoration: none; 
}


.welcome{
	width: 465px;
	height: 76px;
	margin: -10px -10px 20px -10px;
	background: url(../images/welcome.jpg);

}
	
	



#title{
	background: url(../images/easy-title.jpg) no-repeat;
	font-family: "Georgia1", Georgia, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	height: 130px;
	margin: 10px -10px 20px 0px;
	padding: 5px 10px 0px 20px;
	color: #b3978e;
}

	#title img{
		border: 2px solid #b3978e;
		margin-right: 9px;
	}

.title-about-us{
	width: 576px;
	height: 73px;
	background: url(../images/title-about-us.png);
}

.title-gallery{
	width: 576px;
	height: 73px;
	background: url(../images/title-gallery.jpg);
}

.title-services{
	width: 576px;
	height: 73px;
	background: url(../images/title-services.png);
	border-bottom: 1px solid #ffffff;
}

.title-testimonials{
	width: 354px;
	height: 74px;
	background: url(../images/title-testimonials.png);
}

.title-tips{
	width: 354px;
	height: 74px;
	background: url(../images/title-tips.png);
}

.title-news{
	width: 354px;
	height: 74px;
	background: url(../images/title-news.png);
}


.about_us_photo{
	width: 576px;
	height: 200px;
	background: url(../images/about_us_photo.jpg);
}




.title-gallery-right{
	width: 354px;
	height: 74px;
	background: url(../images/title-gallery-right.jpg);
}

.title-contact-us{
	width: 576px;
	height: 74px;
	background: url(../images/title-contact-us.jpg);
}

.form-label{
	width: 80px;
	height: 40px;
	float: left;
}

/* ---- Footer Styles ----*/

#footer p{
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

#footer ul{
	font-size: 12px;
}

#footer li{
	float: left;
	margin: 0px 5px 0px 5px;
}

#footer a:link{
	color: #000000;
	text-decoration: underline;
}

#footer a:hover{
	color: #faa700;
}

/* ---- Bottom Logo Styles ----*/

.logo-bbb{
	background: url(../images/logos.gif) no-repeat 0px 0px;
	width: 33px;
	height: 55px;
	display: block;
}

.logo-nadra{
	background: url(../images/logos.gif) no-repeat -33px 0px;
	width: 93px;
	height: 55px;
	display: block;
}

.logo-nari{
	background: url(../images/logos.gif) no-repeat -126px 0px;
	width: 56px;
	height: 55px;
	display: block;
}

.logo-trex{
	background: url(../images/logos.gif) no-repeat -182px 0px;
	width: 90px;
	height: 55px;
	display: block;
}

.logo-azek{
	background: url(../images/logos.gif) no-repeat -272px 0px;
	width: 108px;
	height: 55px;
	display: block;
}

.logo-timbertech{
	background: url(../images/logos.gif) no-repeat -380px 0px;
	width: 144px;
	height: 55px;
	display: block;
}