/* citycoast removls website css developed by Centcible */

/* === global styles====*/ 

body {
    font-family: Georgia, serif;
	background:#E7F0F5;
	margin:0;
	padding:0;
	}
p, h1, h2, h3, h4, h5, h6, li, {
    margin: 1ex 1em;	
}
div#outerDiv{
     width:800px;
	 margin:0 auto;
	 background:#fff  url(../images/banner.jpg) no-repeat;	 	 
}

  img#fixedImage {
        position: fixed;
        right: 15px;
        bottom: 30px;
    }
	


/* === end global styles====*/ 

/* === header====*/ 
div#header{
height: 300px;
position: relative;
}
/* === header end====*/ 

/* === contact button====*/ 

#outerDiv div#contactButton {
    position: absolute;
    left: 0px;
    top: 5px;
}

#contactButton a:link, #contactButton a:visited {
    height: 29px;
    width: 86px;
    display: block;
    text-indent: -1000em;
    background: url(../images/contact_icon_dual.gif) no-repeat left top;
    border: none;
}

#contactButton a:hover, #contactButton a:active {
    background-position: left bottom;
}
/* === end contact button====*/ 
/* === main menu====*/ 
#header #mainMenu {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 790px;
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    float: left;
    margin: 0;
    padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Trebuchet MS", sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 15px 0 30px;
    margin-right: 10px;
    line-height: 25px;
    background: url(../images/nav_rollover.jpg) no-repeat left bottom;
    border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
    color: #f8b449;
    background-position: left top;
}

#mainMenu li a.current {
    margin-top: -5px;
    height: 30px;
    background: url(../images/nav_current.jpg) no-repeat;
    color: #aaa;
    line-height: 25px;
}

#mainMenu li a.current:hover {
    cursor: default;
}

/* ===== main menu end ===== */

/* ===== main content ===== */

#content div#mainContent {
    float: left;
    width: 490px;
    margin: 0;
    padding: 0 15px;
}


#mainContent p {
    font-family: Georgia, serif;
    font-size: .9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #1b9d95;
    margin: 0 0 .4ex 0;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #3c3809;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
	font-family: Georgia, serif;
	font-size: 0.9em;
	margin: 0 0 1.4ex 1em;
}
/* ===== end main content ===== */

/* ===== Secondry Content Start ===== */
#content div#secContent {
    float: left;
    width: 750px;
    margin: 0;
    padding: 0 15px;
}

/* ===== Secondry Content End ===== */

/* ===== image floats ===== */

div#textbox {
        background-color: #eef;
        width: 720px;
        padding: 15px;
        border: 1px solid black;
        margin: 15px auto;
    }

    img.floatCentre {
        float:left;
        margin-left: 290px;
    }
   

    img.floatLinks {
        float:left;
        margin-left:15px;
    }

    img.floatRight {
        float: right;
        margin-left: 45px;
    }
/* ===== end image floats ===== */



/* ===== services subnavigation ===== */

#mainContent ul#servSubNav {
    width: 340px;
    margin: 0 auto;
    list-style: none;
}

#mainContent ul#servSubNav li {
    float: left;
    margin: 0;
    padding: 0;
}

#mainContent ul#servSubNav a {
    width: 70px;
    height: 20px;
    font-family: "Orator Std", Orator, sans-serif;
    font-size: .9em;
    text-align: center;
    padding-top: 100px;
    margin-right: 20px;
    border: none;
    display: block;
}

#mainContent ul#servSubNav a.last {
    margin-right: 0;
}
/* ===== end services subnavigation ===== */

/* ===== serv sales box ===== */

img.leftFloatImage {
    float: left;
    padding: 15px;
}

div#servDesc {
    float: right;
    width: 260px;
    padding-top: 20px;
}

div#servDesc h3 {
    font-family: Georgia, serif;
    font-size: 1.2em;
    color: #c47500;
    border-bottom: 1px solid #344;
    padding-bottom: .2em;
    margin: 0;
}

div#servDesc p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
}

div#servDesc p.price {
    text-align: right;
    font-size: 1.2em;
}
/* ===== end services box ===== */

/* ===== sideBar ===== */

#content div#sideBar {
    float: right;
    width: 252px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
	margin: 10px 0 5px 0;
}

#sideBar p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    color: #666;
	text-decoration:none;
    margin: 0 0 3ex 0;
}

#sideBar h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #1b9d95;
	color: #1b9d95;
    margin: 1ex 0 .5ex 0;
}

#sideBar img {
    margin: 5px 30px;
}

#sideBar img.photo {
    border: 1px solid #999;
    padding: 5px;
}
/* ===== end sideBar ===== */

/* ===== footer ===== */
div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    color: ##999999;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer a {
    color: #1b9d95;
    text-decoration: none;
}

/* ===== end footer ===== */

/* ===== miscellaneous styles ===== */
.clear { clear: both }
/* =====  end miscellaneous styles ===== */

