@charset "UTF-8";
/* CSS Document */

    /*  */
    /* General styles */
	
    body {
	    margin:40px 0 40px 0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#783518;
		background-image:url(assets/images/brothersbackground.png);
        background-repeat:repeat-y;
        background-attachment:fixed;
        background-position: top center; 
		min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family:Arial,"Lucida Console",Geneva,sans-serif;
		text-align:center;
    }
	#wrap {
	   width:900px;
	   margin:0 auto; 
	   border:solid 3px #ccc3b7;
	   text-align:left;
	}
	a {
	    color:#43963A;
	}
	a:hover {
	    color:#0293D6;
	   }
	h1, h2, h3, h4 {
        font-family:"Trebuchet MS","Lucida Grande","Century Gothic",Geneva,sans-serif;
		color:#0293D6;
		margin:0;
        padding:0;
    }
	h2 a {
	    text-decoration:none;
		color:#0293D6;
	}
	h2 a:hover {
	    text-decoration:none;
		color:#66CCFF;
	}
    p {
        margin:.4em 0 1.4em 0;
        padding:0;
		line-height:1.4em;
    }
	img {
		margin:10px 0 5px 0;
		border:0;
	}
	#button {
	    border:0;
		padding:0;
		margin:0;
	}
	/* Header styles */
    #header {
        clear:both;
        width:100%;
    }
	#header img {
	    margin:0;		
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		top:-1px;
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#ebe3da;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:240px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
		right:240px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 60px 0 305px;
	    position:relative;
		right:100%;
	    overflow:hidden;
	}
	.leftmenu .col1 p {
	    margin:.8em 0 1.2em 0;
	}
	.leftmenu .col1 h1 {
	    font-size:1.8em;
		text-align:center;
		font-weight:bold;
	}
	.leftmenu .col1 h2 {
	    font-size:1.6em;
		font-weight:lighter;
		text-align:left;
		padding:0 0 .1em 0;
		border-bottom:solid 1px #b4b0a4;
	}
	.leftmenu .col1 h3 {
	    font-size:1em;
		text-transform:uppercase;
		padding:.4em 0 0 0;
	}
	.leftmenu .col1 h4 {
	    color:#153a49;
		font-size:1.25em;
		font-weight:lighter;
		text-align:left;
		margin:0;
		padding:0;
	}
	.leftmenu .col1 .alignleft {
        float: left;
		margin:5px 0 40px 5px;
		line-height:0;
	}
	.leftmenu .col1 .alignright {
        float: right;
		margin:5px 8px 40px 0;
		line-height:0;
    }
	.leftmenu .col1 img {
	    border:5px solid #b4b0a4;
		margin:0 0 1.5em 0;
		padding:0;
	}
	.leftmenu #noborder {
	    border:0;
		padding:0;
		margin:0;
	}
	.leftmenu #pawbullet {
	    margin:0;
		padding:0 5px 0 0;
		border:0;
	}
	.leftmenu .col1 #morenav {
	    margin:0px 0 10px 0;
	    font-size:13px;
		color:#000033;
		text-align:right;
	}
	.leftmenu .col1 #morenav img {
	    position:relative;
	    top:5px;
	    border:none;
		margin:0 5px 0 5px;
		padding:0;
	}
	.leftmenu .col1 #ads {
	    margin-top:60px;
		float:right;
	}
	#puppies {
	    margin:.5em 0 1.5em 0;
	}
	#puppies img {
	    border:2px solid #b4b0a4;
		margin:0;
		padding:0;
	}
	.leftmenu .col2 {
        float:left;
        width:240px;
        position:relative;
        right:240px;
    }
	.leftmenu .col2 img {
	    float:left;
		margin:0;
		padding:0;
	}
	/* Sidenav styles */
	#sidenav {  
        background:url("assets/images/leftnav.png") 0 0 no-repeat; 
		width:240px;  
        height:360px;  
        margin:0;  
        padding:0; 
    }  
	#sidenav li span { 
	    display: none; 
	}  
    #sidenav li { 
	    float:left; 
		list-style:none; 
		position:relative; 
	}  
    #sidenav li, #sidenav a {  
	    height:60px;    /* Each button must have the same height, define it here */  
        display:block;  
        margin:0;  
        padding:0;  
    }  
    li#home, li#about, li#english, li#french, li#puppies, li#contact { 
	    margin:0px; 
		width:240px; 
	}  
	#home a:hover { background:url("assets/images/leftnav.png") -240px  -0px no-repeat; }  
    #about a:hover { background:url("assets/images/leftnav.png") -240px  -60px no-repeat; }  
    #english a:hover { background:url("assets/images/leftnav.png") -240px  -120px no-repeat; }  
    #french a:hover { background:url("assets/images/leftnav.png") -240px  -180px no-repeat; }  
    #puppies a:hover { background:url("assets/images/leftnav.png") -240px  -240px no-repeat; }  
    #contact a:hover { background:url("assets/images/leftnav.png") -240px  -300px no-repeat; }
	
	/* end sidenav styles */
	
	/* Sub menu styles */
	#nav2 {
	    clear:both;
		background:#062331;
	    text-align:right;
		font-size:.8em;
        margin:0 auto;
		padding:5px 60px 5px 0;
	}
	#nav2 a {
	    color:#FFFFFF;
		text-transform:uppercase;
		text-decoration:none;
	}
	#nav2 a:hover {
	    color:#0293D6;
		background:none;
	}
	#nav2 ul {
	    margin:0;
	}
	#nav2 li {
	    list-style:none;
		display:inline;
		text-align:right;
		padding:0 1.5em 0 1.5em;
	}	
	/* dogtag styles */
	#photos {
	    position:relative;
	    margin:0; 
	}
	#photos img {
	    position:absolute;
		top:12px;
		left:5px;
		width:246px;
		height:165px;
	}
	/* Footer styles */
	#footer {
	    clear:both;
        width:100%;
		padding:10px 0 10px 0;
		background-color:#FFFFFF;
		text-align:center;
		font-size:.8em;
	}
	#footer a {
        padding:0 1em 0 1em;
	}
	#footer p {
	    margin:.3em 0;
	}
	#footer img {
	     padding:0;
		 margin:10px 0 0 0;
    }
	/*  */
    </style>
    [if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]
