   
    html {
        overflow-y: scroll;
    }
   
    * {
	margin: 0px;
	padding: 0px;
	outline: 0;
	border: 0;
    }
   
   
    body {
        background: #fff;
        font-family: Verdana, Arial, sans-serif;
        line-height: 13px;
        font-size: 9px;
        color: #000;
        margin-bottom: 27px;
        margin-left: 24px;
    }
    
    a {
        color: #000;
        text-decoration: none;
    }
    
    a:hover {
             color: #999;        
    }
    
    #container {
	width: 989px;
    }
    
    #header {
	z-index: 1000;
	background: #fff;
	width: 743px;
	position: fixed;
	top: 0px;
	left: 200px;
	        float: right;

	height: 52px;
	border-bottom: 1px solid #000;
    }
    
    h1#logo {
        width: 96px;
        height: 16px;
        margin-top: 27px;
        background: url("../images/summerlogo.gif");
        display: block;
    }
    
    h1#logo a {
        display: block;
        width: 96px;
        height: 16px;
    }
    
    h1#logo a span {
        display: none;
    }
    
    h4 {
        line-height: 9px;
        font-weight: normal;
        font-size: 10px;
        margin-bottom: 7px;
    }
    

    
      h4.menuItem {
        width: 148px;
        font-size: 10px;
        line-height: 24px;
    }
    
    h4.menuItem a {
        display: block;
        height: 24px;
        padding-left: 1px;
        padding-right: 1px;
        margin-left: -1px;
        width: 148px;
    }
    
    h4.menuItem a:hover {
        background: #e9e9e9;        
        font-weight: normal;
        color: #000;

    }
     
    h4.menuItem a.open {
        background: #000;
        font-weight: normal;        
        color: #fff;
        padding-left: 4px;
        width: 145px;
    }
    
    #leftcol {
	width: 741px;
	float: left;
	left: 200px;
	display: inline;
	margin-right: 24px;
	margin-top: 10px;
	padding-left: 200px;
	padding-top: 0px;
	padding-right: 1px;
    }
    
    
    #rightcol {
	position: fixed;
	top: 10px;
	width: 150px;
	left: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000;
    }
    
    .gallery {
        width: 741px;
        margin-bottom: 34px;
    }
    
    p.back {
        margin-bottom: 7px;
        font-size: 10px;
    }
    
    .galleryleft {
	width: 210px;
	float: left;
	margin-right: 10px;
	display: inline;
	margin-left: 5px;
    }
    
    .galleryright {
	display: inline;
	width: 700px;
	float: left;
    }
    
    
    .galleryright img {
	display: inline;
	margin-bottom: 5px;
    }
    
    .gallerythumbs {
	margin-left: 0px;
	width: 560px;
	clear: both;
    }
    
    .clearthumbs {
        width: 560px;
        clear: both;
        height: 14px;
    }

    
    .gallerythumbs img {
        margin-bottom: 1px;
        float: left;
        margin-right: 1px;
    }
    
    #last {
        width: 741px;
        height: 500px;
    }
    
    ul#menu {
	list-style: none;
	display: block;
	padding-bottom: 12px;
	padding-top: 0px;
    }
    
    
    ul#menu li {
        width: 150px;
        font-size: 10px;
        line-height: 24px;
    }
    
    ul#menu li a {
        display: block;
        height: 24px;
        padding-left: 1px;
        padding-right: 1px;
        width: 148px;
    }
    
    ul#menu li a:hover {
	background: #e9e9e9;
	font-weight: normal;
	color: #000;
    }
     
    ul#menu li a.open {
	font-weight: normal;
	color: #fff;
	padding-left: 4px;
	width: 145px;
	background-color: #000;
    }
    
    div#form {
	width: 148px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
    }
    
    label {
        font-size: 9px;
        line-height: 10px;
        width: 148px;
        display: block;
        height: 13px;
    }
    
    input {
        font-family: Verdana;
        width: 112px;
        height: 16px;
        border: 1px solid #ccc;
        font-size: 9px;
        color: #000;
        background: #fff;
        margin-right: 50px;
    }
    
    form {
                margin-bottom: 9px;
    }
    
    a.submit {       
        font-size: 9px;
        color: #000;
        font-weight: normal;
        text-align: left;

    }
    
    p.twt {
	font-size: 9px;
	margin-top: 3px;
	margin-bottom: 3px;
    }
    
    a.submit:hover {
       
        font-size: 9px;
        
        color: #999;
        font-weight: normal;
        text-align: left;

    }
    
    div#contactspace {
	width: 148px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #000;
    }
    
    div#man {
	width: 148px;
	padding-top: 12px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #000;
	padding-bottom: 12px;
    }
  
    h2#manlogo {
        width: 22px;
        height: 22px;
        margin-bottom: 7px;
        display: block;
        background: url("../images/76mini.gif");
    }
    
    h2#manlogo a {
        width: 22px;
        height: 22px;
        display: block;
        }
        
    h2#manlogo a span {
        display: none;
    }
    
    #abouttext {
        line-height: 13px;
        font-size: 9px;
    }
    
    #abouttext p {
        padding-bottom: 13px;
        width: 425px;
    }
    
    #clientscols {
        width: 680px;
    }
    
    
    .clientcol {
        width: 150px;
        margin-right: 20px;
        float: left;
        display: inline;
    }
    
    #abouttext p.firstline {
        padding-bottom: 3px;
    }
    
    h3 {
	font-size: 10px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-top: 0px;
	text-transform: uppercase;
    }
    
    
    h3.news {
        padding-bottom: 14px;
    }
    
    #contactcols {
        margin-top: 2px;
        width: 480px;
    }
    
    .contactcol {
        width: 240px;
        float: left;
        display: inline;
    }
    
    .box {
        width: 228px;
        height: 203px;
        margin-left: 26px;
        float: left;
        display: inline;
    }
    

    
    .boxfirst{
        width: 230px;
        height: 203px;
        float: left;
        display: inline;        
    }
    
    .frame {
	width: 228px;
	height: 148px;
	border: 1px solid #000000;
	margin-bottom: 3px;
    }
    
    .frame a {
        width: 228px;
        height: 148px;
        display: block;
    }
    
    .frame a span {
        display: none;
    }
    
    
    
    

.boxart {
	width: 228px;
	height: 100px;
	margin-left: 26px;
	float: left;
	display: inline;
}
.boxfirstart {
	width: 230px;
	height: 100px;
	float: left;
	display: inline;
}
.framebig {
	width: 738px;
	height: 300px;
	border: 1px solid #000000;
	margin-bottom: 3px;
}
.framekawa {
	width: 738px;
	height: 489px;
	border: 1px solid #000000;
	margin-bottom: 3px;
}
.boxfirstkawa {
	width: 738px;
	height: 489px;
	float: left;
	display: inline;
	padding-bottom: 40px;
}
.boxkawa {
	width: 356px;
	height: 300px;
	margin-left: 26px;
	float: left;
	display: inline;
}
.boxfirstkawa386 {
	width: 738px;
	height: 386px;
	float: left;
	display: inline;
	padding-bottom: 40px;
}
.framekawa386 {
	width: 738px;
	height: 386px;
	border: 1px solid #000000;
	margin-bottom: 3px;
}
#containerbig {
	width: 100%;
}
.framebiglouis {
	width: 738px;
	height: 200px;
	border: 0px solid #000000;
	margin-bottom: 3px;
}
.boxfirstlouis {
	width: 2500px;
	height: 203px;
	float: left;
	display: inline;
}
.framelouis {
	width: 2000px;
	height: 148px;
	margin-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.framelouistext {
	width: 150px;
	height: 148px;
	border: 1px solid #000000;
	margin-bottom: 3px;
}


#pagedthumbsnav {
	width: 580px;
	height: 55px;
	padding: 0px;
	border: 0px solid gray;
	color: #444444;
}

#pagedthumbsimages {
	text-align: center;
	border: 0px solid gray;
}

#pagedthumbsimages img {
	border: 1px solid darkgray;
	padding: 2px;
	float: left;
}

#pagedthumbsimages img:hover {
	border: 2px solid orange;
	padding: 1px;
}

#pagedthumbsnav-active img {
	border: 2px solid orange;
	padding: 1px;
	float: left;
}

#pagedthumbsnav-prev {
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-next {
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}

#pagedthumbsnav-prevdisabled {
	visibility: hidden;
	width: 155px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: left;
}

#pagedthumbsnav-nextdisabled {
	visibility: hidden;
	width: 100px;
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
	float: right;
	text-align: center;
}



    @media screen
  {
  div#header, div#rightcol
    {
	position: fixed;
	background-color: #FFFFFF;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    }
  * html div#header, * html div#rightcol
    {
    position: absolute;  
    }
  /* All done. */
  }.framework {
	width: 228px;
	height: 148px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.gallerythumb {
	display: inline;
	width: 500px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.galleryrightwork {
	display: inline;
	width: 800px;
	float: left;
}
.galleryrightweb {
	display: inline;
	width: 800px;
	float: left;
}
.boxfirstart {
	width: 350px;
	height: 100%;
	float: left;
	display: inline;
}
.frameorange1 {
	width: 400px;
	height: 148px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.frameorange2 {
	width: 228px;
	height: 148px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.boxkaworangeimg {
	width: 423px;
	height: 300px;
	margin-left: 26px;
	float: left;
	display: inline;
}
.frameart {
	width: 347px;
	height: 100%;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.galleryrightorange {
	display: inline;
	width: 800px;
	float: left;
}
