/*
Stylesheet for Christosigns.com.au
Created by  :   Murray Chapman
Email       :   projects@muzcore.com
Date        :   2007-04-20
*/

a img {
	border: none;
}



body {
    background-color: #05A3CE;
    background-image: url(images/bgndBodyLeft.gif);
    background-position: 35px 10px;
    background-repeat: no-repeat;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin: 0 0 2em 0;
}

.clearBoth {
    clear: both;
}

.fieldEntry {
    background-image: url(images/textEntry.jpg);
    background-repeat: no-repeat;
    border-top: solid 1px #aFaFaF;
    border-left: solid 1px #aFaFaF;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    padding: 2px;
}

div#header {
    width: 747px;
    margin: 0 auto;
    height: 145px;
    background-image: url(images/headerBgnd.gif);
}

    div#navigation {
        margin: 30px 24px 0 20px;
        float: right;
        width: 460px;
        height: 105px;
    }
    
    	#logoTopRight {
    		width: 460px;
    		height: 62px;
    		margin-left: 60px;
    	}
    	
    	#navigationButtons {
	    	margin: 10px 0 0 60px;
    		overflow: hidden;
    		width: 400px;
    		height: 20px;
    	}
    	
    		#navigationButtons a {
    			margin: 0 30px 0 0 ;
    		}


div#content {
    width: 747px;
    margin: 0 auto;
    background-color: #fff;
    background-repeat: repeat-y;
}

    div#contentMinHeight {
        height: 400px;
        float: left;
    }

    div#pageSideHeading {
        width: 69px;
        float: left;
        height: 400px;
        margin: 14px 0 0 17px;
    }


    div#contentMain {
        margin: 0 30px 0 109px;
        padding: 10px 0;
    }

    .gallerySectionHeading {
        margin: 10px 0;
        width: 500px;
        height: 30px;

    }


    div#contentMain div.imgHolder {
        float: left;
        width: 250px;
        height: 260px;
    }

    div#contentMain div.imgInfo {
        font-size: 0.8em;
        font-family: Arial, Helvetica, sans-serif;
    }


    div#contentMain div.imgShell {
        background-position: left bottom;
        margin-right: 30px;
        padding: 0 0 5px 0;
        border-top: solid 1px #eee;
        border-left: solid 1px #eee;
        border-bottom: solid 1px #bbb;
        border-right: solid 1px #bbb;
    }


    div#contentMainLeft {
        margin: 0 220px 0 109px;
        padding: 10px 0;
    }

    div#contentMainRight {
        float: right;
        margin: 0 29px 0 20px;
        padding: 10px 0;
        width: 150px;
    }


        div.backToTop {
            padding: 10px 0;
            margin-right: 29px;
            clear: both;
        }

    div#contentMain div.formContainer {
        margin: 10px 0 20px 10px;
    }

    div#contentMain div.formSectionHeading {
        font-size: 1.5em;
    }

        div.formContainer div.formRow {
            padding: 3px 0;
        }

            div.formRow div.extended {
                margin: 0 0 0 110px;
            }

            div.formRow .textArea {
                width: 350px;
                height: 150px;
            }



        div.formContainer label {
            display: block;
            width: 110px;
            float: left;
        }



div#footer {
    width: 747px;
    margin: 0 auto;
    clear: both;
    height: 133px;
    background-image: url(images/footerBgnd.gif);
}

    div#footer img {
        float: right;
        margin: 39px 30px 0 0;
    }

#whatsNewHeading {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0 0;
  color: #00a9e6;
}
#blurbInfo {
  margin-left: 10px
}
#blurbDate {
  font-size: 8px;
  color: #000066;
  font-weight: bold
}

#subNav {
	padding-top: 10px;
	margin: -10px 30px 0 0;
}

#subNav img {
	margin-left: 4px;
}
#subNav a { display: inline; float: right; }

.hide { display: none; }



			#navigation {
				width: 462px;
				height: 105px;
				position: relative;
			}
			
				#logo {
					position: absolute;
					top: 3px;
					left: 61px;
					height: 66px;
					width: 379px;
					background: url(images/logo.png); 
					display: none;
				}
				
				#logo a {
					display: block;
					height: 66px;
				}
			

            #nav_home { left: 82px; width: 59px;}
            #nav_whatsNew { left: 149px; width: 108px; }
            #nav_gallery { left: 266px; width: 73px; }
            #nav_contactUs { left: 347px; width: 110px; }
                
            #nav_home a { background: url(images/navigationButtons.png) 0px 0px; }
            #nav_whatsNew a { background: url(images/navigationButtons.png) -67px 0px; }
            #nav_gallery a { background: url(images/navigationButtons.png) -182px 0px; }
            #nav_contactUs a { background: url(images/navigationButtons.png) -262px 0px; }
                
            #nav_home a:hover { background: url(images/navigationButtons.png) 0px -22px; }
            #nav_whatsNew a:hover { background: url(images/navigationButtons.png) -67px -22px; }
            #nav_gallery a:hover { background: url(images/navigationButtons.png) -182px -22px; }
            #nav_contactUs a:hover { background: url(images/navigationButtons.png) -262px -22px; }
                
            .navButton {
                position: absolute;
                /*display: none;*/
                height: 20px;
                top: 72px;
            }
                
            .navButton a { height: 20px; display: block; }

