@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Geneva, sans-serif;
	color: #fff;
	background: #000 url(../images/main-bg.jpg) no-repeat top center;
	}
	
#main {
	width: 918px;
	margin: 0 auto;
	}
	
#header {
	height: 126px;
	position: relative;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39px;
	left: 8px;
	width: 321px;
	height: 59px;
	}
	
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.jpg) no-repeat;
	outline: none;
	}

#header #callBox {
	width: 200px;
	position: absolute;
	top: 40px;
	right: 0px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	}
	
	
	
/* ----------- */	

#navBox {
	width: 350px;
	height: 20px;
	position: absolute;
	top: 75px;
	right: 0;
	}

 .lavaLampWithImage {
            position: relative;
     /*       height: 29px;
            width: 421px;*/
/*            background: url("bg.gif") no-repeat top;
            padding: 0px;
            margin: 10px 0;*/
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.png") no-repeat right -25px;
                        width: 9px; 
						height: 25px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.png") no-repeat top left;
                            height: 25px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font-size: 13px;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        text-transform: capitalize;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 25px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }



/* ----------- */	


#bannerBox {
	width: 918px;
	height: 219px;
	position: relative;
	}
	
#bannerBox h2 {
	margin: 0;
	padding: 0;
	font: 28px normal Verdana, Geneva, sans-serif;
	width: 633px;
	position: absolute;
	top: 52px;
	left: 55px;
	line-height: 35px;
	}
	
/* ----------- */	

#content {
	width: 918px;
	padding: 46px 0 0 0;
	}
	
#homeLeft {
	width: 480px;
	float: left;
	}
	
#homeLeft h1 {
	margin: 0;
	padding: 0;
	font: 35px bold Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}
	
#homeLeft p {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#homeLeft h2 {
	margin: 0;
	padding: 33px 0 0 0;
	font: 25px bold Georgia, "Times New Roman", Times, serif;
	color: #c19f00;
	}
	
.servicrsBox {
	width: 230px;
	float: left;
	}
	
.servicrsBox ul {
	margin: 0;
	padding: 0;
	}
	
.servicrsBox li{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.servicrsBox li a {
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 18px;
	margin: 8px 0 8px 0;
	display: block;
	background: url(../images/right_icon.gif) no-repeat 0 4px;
	outline: none;
	}
	
.servicrsBox li a:hover {
	text-decoration: underline;
	}
	
#homeRight {
	width: 360px;
	float: right;
	}
	
#homeRight h2 {
	margin: 0;
	padding: 33px 0 8px 0;
	font: 25px bold Georgia, "Times New Roman", Times, serif;
	color: #c19f00;
	}
	
#testiBox {
	margin: 15px 0 0 0;
	padding: 0 0 0 25px;
	background: url(../images/quote.gif) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	}
	
#home-contact  {}

.clear {
	clear: both;
	}
	
#footer {
	width: 918px;
	height: 58px;
	background: url(../images/footer_bg.gif) no-repeat;
	margin: 30px 0 0 0;
}

#footer #copyright {
	float: left;
	margin: 15px 0 0 10px;
	font-size: 10px;
	}
	
#footer #footerlink {
	margin: 15px 15px 0 0;
	float: right;
	font-size: 10px;
	}