/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin:0px;
width:950px;
margin-left:auto;
margin-right:auto;
background-color:#eff3f7;
}

#header {
height:150px;
background-image:url(Images/header.png);
background-repeat:repeat-x;

}

#logo {
float:left;
margin-left:5px;
margin-top:5px;
}

#numberandemail {
float:left;
margin-left:360px;
margin-top:5px;
}
#callback {
float:right;
padding-top:50px;
padding-right:30px;
}
#topnav {
margin-left:0px;
margin-top:100px;
float:right;

}

#screens {
margin-left:0px;
margin-top:0px;
float:left;
}


#quickform {
margin-left:0px;
margin-top:5px;
float:left;
}

#mainbody {
margin-left:150px;
margin-top:-10px;
width:340px;
float:left;
}

#mainbody2 {
margin-left:30px;
margin-top:30px;
width:720px;
float:left;
}

#mainbody3 {
margin-left:30px;
margin-top:0px;
width:500px;
float:left;
}


hr {
color:#06C;
background-color: #06c;
height: 2px;
}

#content {
display:table;
width:100%;
height:auto;
background-image:url(Images/content_bg.png);
background-repeat:repeat-x;
background-color:#d9e8e6;
padding-bottom:10px;
}
#freequote {
padding-top:10px;
width:220px;
float:left;
}

#leftmenu {
padding-top:10px;
width:330px;
float:left;

}

#rightmenu {
padding-top:10px;
width:200px;
float:right;

}







#bodytext {
display:block;
background-color:#d9e8e6;
float:left;
width:570px;
margin-top:130px;
padding-left:30px;
margin-left:80px;
}

h1 {
font-size:18px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#039;
}

h2 {
font-size:15px;
color:#000000;
}


h3 {
font-size:15px;
color:#f75929;
}





#callnow {
float:right;
margin-top:26px;
margin-right:25px;
}

#footerlinks {
color:#ffffff;
text-indent:15px;
height:30px;
}

#footerlinks a {
color:#ffffff;
text-decoration:none;
margin-right:5px;
margin-left:5px;
line-height:20px;
}

#footerlinks a:hover {
color:#F97C00;
}

#sectionlinks {
float:right;
padding-top:25px;
padding-bottom:5px;
}

#sectionlinks div {
float:left;
width:175px;
font-size:11px;
background-image:url(Images/linkborder.gif);
background-repeat:no-repeat;
background-position:right;
}

#sectionlinks div#larger {
width:190px;
}

#sectionlinks div#last {
width:190px;
background-image:url(Images/blank.gif);
}

#sectionlinks img {
float:left;
margin-top:5px;
margin-bottom:15px;
margin-right:5px;
}

#sectionlinks a {
font-weight:bold;
color:#F97C00;
text-decoration:none;
}

#sectionlinks a:hover {
text-decoration:underline;
}

.quote {
font-style:italic;
}

.linksmall {
	font-size:9px;
}

.normalimg {
margin-right:-30px;
margin-left:15px;
margin-bottom:10px;
}
#contactform {
font-weight:bold;
color:#666666;
}

#contactform input.txt, textarea.txt {
width:250px;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #cccccc;
}

.txt:hover {
background-color:#FAF5FA;
}

.btn {
border:0px;
color:#ffffff;
font-size:11px;
padding:6px;
}

.contactimg {
margin-bottom:-5px;
margin-right:10px;
}

#portfolio a img {
border:1px solid white;
padding:3px;
}

#portfolio a img:hover {
border:1px solid #E8DAE9;
}

a {
color:purple;
}

a:hover {
text-decoration:none;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 35px; width: 940px;
    background: url("Images/lavabg.png") no-repeat top;
    padding: 5px; margin: 0px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("Images/lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("Images/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 12px arial;
            color: #ffffff; outline: none;
            text-align: center;
            height: 20px; top: 5px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 20px;
        }
#leftnav {
padding-top:0px;
width:200px;
float:left;
}

#leftnav a {
display:block;
width:200px;
height:35px;
background-image:url(Images/leftmenu_bg.jpg);
border-top:1px solid white;
text-decoration:none;
color:#ffffff;
line-height:34px;
text-indent:20px;
}

#leftnav a#first {
border-top:0px;
}

#leftnav a:hover {
background-image:url(Images/leftmenu_bg_up.jpg);
}

#leftnav a.validation:hover {
background-image:url(Images/valid_bg.gif);
}

#leftnav a.validation {
background-image:url(Images/valid_bg.gif);
height:45px;
}

#leftnav a.validation img {
border:0px;
margin-top:6px;
}
