/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/





/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 0px none #ffffff;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/absoluteheader.png') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 0px;
	height: 129px;
	width: 980px;
        padding: 0 0 0 0;
	}
div#homeimage {
        width:980px;
        height:335px;
        background-color:transparent;
        background-repeat:no-repeat;
        background-position:left top;
        margin-bottom:30px;
}
html > body div#homeimage {
        height:auto;
        min-height:335px;
}
html >/**/ body div#homeimage {
       overflow:hidden;
}
div#homeimage h2 {
       background-color:#404040;
       color:#b6b6b6;
       font-size:2.2em;

margin:0px 0 -12px 0 !important;
       padding:11px;
       float:right;
       clear:right;
       width:auto;
}
div#homeimage a {

}
div#homeimage p {
       background-color:#515151;
       color:#b6b6b6;
       font-size:1.6em;
       margin:0 0 0 0;
       padding:6px 11px 6px 6px;
       float:right;
       clear:right;
       font-family:Arial, Helvetica, sans-serif;
       width:auto;
       line-height:normal;
       text-align:right;
}
div.homefeature {
       width:450px;
       float:left;
       margin:0 15px 3em 15px
}
div.homefeature p {
        margin:0;
        padding:0;
}
div.homefeaturebottom img {
        margin:4px auto;
        padding:0;
}
div.homefeature h3 {
	text-align:center;
	list-style-type:none;
	float:left;
	color:#ffffff;        
	vertical-align:bottom;
	margin: 0 0 -7px 0;
	padding:2px 0px 0px 7px;
	line-height:normal;
	height:38px;
        font-family:'Arial, Helvetica, sans-serif';      
        font-size:2em;
        background:#cacaca url(images/homefeaturelinkleft.png) left top no-repeat;
        overflow:hidden;
}
html > body div.homefeature h3 {
	min-height:38px;
	height:auto;
}
html >/**/ body div.homefeature h3 {
	overflow:hidden;
}
div.homefeature h3 a {	
        display:block;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
	line-height:normal;
	font-size:1.0em;
        padding:3px 7px 0px 0px;
        margin-top:-2px;
        background:#cacaca  url(images/homefeaturelinkright.png) right top no-repeat;
}
html > body div.homefeature h3 a {
	min-height:20px;
	height:auto;
}
html >/**/ body div.homefeature h3 a {
	overflow:hidden;
}
div.homefeature h3 a:link {
	color:#717578;
	text-decoration:none;
}

div.homefeature h3 a:visited {
	color:#717578;
	text-decoration:none;
}

div.homefeature h3 a:hover {
	color:#717578;
	text-decoration:underline;
}
div.homefeature h3 a:active {
	color:#717578;
	text-decoration:underline;
}
div.homefeaturetop {
        clear:both;
        background:#ffffff url(images/homefeaturetop.png) left top no-repeat;
        height:17px;
}
div.homefeaturemiddle {
        background:#ffffff url(images/homefeaturebg.png) left top repeat-y;
        padding:0 15px;
        height:150px;
}
html > body div.homefeaturemiddle {
        min-height:150px;
        height:auto;
}
html >/**/ body div.homefeaturemiddle {
        overflow:hidden;
}
div.homefeaturebottom {
        text-align:center;        
        clear:both;
        background:#ffffff url(images/homefeaturebottom.png) left top no-repeat;
        height:139px;
}
html > body div.homefeaturebottom {
        min-height:139px;
        height:auto;
}
html >/**/ body div.homefeaturebottom {
        overflow:hidden;
}
#content {
	font-size: 1.2em;
	}
#content h2, #content h1 {
       color:#717578;
       font-size: 1.7em;
       line-height:normal;
       clear:both;
       display:block;
       text-align:left;
       margin:1em 0 1em 0;
       padding:0;
       font-family:Arial, 'sans serif';
}
#content h2 {
       font-size: 1.5em;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
        border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
#footer {
	background-color: #cacaca;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
        height:50px;
}
html > body #footer {
        height:auto;
        min-height:50px;
}
html >/**/ body #footer {
        overflow:hidden;
}
#footer p {
	margin: 1em 0 0 1em;
	padding: 0px 0;
        float:left;
	text-align: left;
        font-size:1.3em;
        text-transform:lowercase;
}
#footer ul {
        float:right;
        padding: 0 0;
        text-align:right;
        margin:1em 0;
}
#footer ul li {
        text-transform:lowercase;
        font-size:1.3em;
        text-align:right;
	list-style-type:none;
	float:left;
	color:#404040;        
	vertical-align:bottom;
	margin: 0px 0px;
	padding:0px 1em;
	line-height:1.3em;
        border-left:1px solid #404040;
        font-family:Arial, Helvetica, sans-serif !important;
}
#footer ul li:first-child {
        border-left:0px none #CACACA;
}
#footer ul li a:link {
        color:#404040;
        text-decoration:none;
        font-family:Arial, Helvetica, sans-serif;
}
#footer ul li a:visited {
        color:#404040;
        text-decoration:none;
        font-family:Arial, Helvetica, sans-serif;
}
#footer ul li a:hover {
        color:#404040;
        text-decoration:underline;
        font-family:Arial, Helvetica, sans-serif;
}
#footer ul li a:active {
        color:#404040;
        text-decoration:none;
        font-family:Arial, Helvetica, sans-serif;
}

#footer form {
        background-color:#ffffff;
        padding:0;
        margin:0;
        border-bottom:10px solid #404040;
        height:25px;
}
html > body #footer form {
        min-height:25px;
        height:auto;
}
html >/**/ body #footer form {
        overflow:hidden;
}
#footer div {
        float:right;
        clear:none;
        display:inline;
        background-color:#404040;
        color:#ffffff;
        padding:0 10px 0 0;
}
#footer label span {
       background: #ffffff url('images/formtableft.gif') no-repeat right top;
       color:#404040;
       font-size:2.0em;
       padding:0 11px 0 0;
       margin:0;
}
#footer input {
        border:1px solid #777777;
        background-color:#cacaca;
        color:#404040;
        font-size:1.2em;
        margin:0 0 0 0;
        padding:0;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description, #headerimg h1 {
	font-size: 0;
        height:0;
        line-height:0;
        position:absolute;
        margin-left:-999em;
        display:inline;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 980px;
	
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 129px;
	width: 980px;
	}

#headerimg {
	margin: 0;
	height: 129px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width: 100%;
/* may need to change this*/
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 100%;
	}

.post {
	margin: 0 0 0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	height:0;
	line-height:0;
	position:absolute;
	margin-left:-999em;
	float:left;
}
a#homelink {
        width:390px;
        height:129px;
        float:left;
        clear:left;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* main menu */
div#navigation {
	height:129px;
	display:block;
	background-color:transparent;
	font-size:1.5em;
	margin:0px 0px 0px 0px;
	text-align:center;
        text-transform:lowercase;
width:980px;
}
/* For Mozilla and ie7 */
html > body div#navigation {
	min-height:20px;
	height:auto;
}
/* For Mozilla only */
html >/**/ body div#navigation {
	overflow:hidden;
}
div#navigation ul {
	float:left;
	padding:0 0 0 0;     
	margin:80px 0 0 0;
	text-align:center;
	height:20px;
	clear:none;
}
div#navigation > ul {
	min-height:20px;
	height:auto;
}
div#navigation >/**/ ul {
	overflow:hidden;
}
div#navigation ul li {
	text-align:center;
	list-style-type:none;
	float:left;
	color:#ffffff;        
	vertical-align:bottom;
	margin: 0 0px;
	padding:2px 0px 0px 7px;
	line-height:1.4em;
	height:18px;
        font-family:'Arial, Helvetica, sans-serif';
}
html > body div#navigation ul li {
	min-height:18px;
	height:auto;
}
html >/**/ body div#navigation ul li {
	overflow:hidden;
}
div#navigation ul li a {
	display:block;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
	line-height:normal;
	font-size:1.0em;
        padding:3px 7px 0px 0px;
        margin-top:-2px
}
html > body div#navigation ul li a {
	min-height:20px;
	height:auto;
}
html >/**/ body div#navigation ul li a {
	overflow:hidden;
}
div#navigation ul li a:link {
	color:#ffffff;
	text-decoration:none;
}

div#navigation ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}

div#navigation ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

div#navigation ul li a:active {
	color:#ffffff;
	text-decoration:underline;
}
div#navigation li.current_page_item {
        background:#cacaca url(images/currentpageleft.png) left top no-repeat;
        
}
div#navigation li.current_page_item a:link {
        background:transparent url(images/currentpageright.png) right top no-repeat;
        color:#717578 !important;
}
div#navigation li.current_page_item a:visited {
        background:transparent url(images/currentpageright.png) right top no-repeat;
        color:#717578 !important;      
}
div#navigation li.current_page_item a:hover {
        background:transparent url(images/currentpageright.png) right top no-repeat;
        color:#717578 !important;     
}
div#navigation li.current_page_item a:active {
        background:transparent url(images/currentpageright.png) right top no-repeat;
        color:#717578 !important;     
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/* portfolio stuff */
div#portfoliohead {
       width:100%;
       height:309px;
}
html > body div#portfoliohead {
       min-height:309px;
       height:auto;
}
html >/**/ body div#portfoliohead {
       overflow:hidden;
}
div#portfoliogalimg a {
       display:block;       
       width:632px;
       height:309px;
}
div#portfoliogalimg {
       width:632px;
       height:309px;
       background-position:left top;
       background-repeat:no-repeat;
       background-color:#ffffff;
       float:left;
       margin:0 22px 0 0;
}
html > body div#portfoliogalimg {
       min-height:309px;
       height:auto;
}
html >/**/ body div#portfoliogalimg {
       overflow:hidden;
}
div#portfoliosubnavtitle {
       width:326px;
       height:309px;
       background-color:#e6e6e6;
}
html > body div#portfoliosubnavtitle {
       min-height:309px;
       height:auto;
}
html >/**/ body div#portfoliosubnavtitle {
       overflow:hidden;
}
div#portfoliotitle {
       width:100%;
       height:45px;
}
html > body div#portfoliotitle {
       min-height:45px;
       height:auto;
}
html >/**/ body div#portfoliotitle {
       overflow:hidden;
}
div#portfoliotitle h1 {
       color:#717578;
       font-size: 1.2em;
       line-height:normal;
       text-align:left;
       margin:0 0 0 5px;
       padding: 0 0 0 0;
       text-transform:lowercase;
}
div#portfoliotitle h1 span {
       display:block;
       font-size: 1.6em;
       background:transparent url(images/titlearrow.png) left center no-repeat;
       padding: 0 0 0 16px;
}
div#portfoliosubnav {
       height:255px;
       background-color:#e6e6e6;
}
html > body div#portfoliosubnav {
       min-height:255px;
       height:auto;
}
html >/**/ body div#portfoliosubnav {
       overflow:hidden;
}

div#portfoliosubnav ul, div#galthumbs ul, div#galthumbs_before ul {
       padding:0;
       margin:0;
}
div#portfoliosubnav ul li:before, div#galthumbs ul li:before, div#galthumbs_before ul li:before {
        content:"";
}
div#portfoliosubnav li, div#galthumbs li, div#galthumbs_before li  {
       line-height:0;
       float:left;
       width:96px;
       height:82px;
       padding:0;
       margin: 3px 6px;
       background-image:none;
       list-style-type:none;
       list-style-image:none;
       list-style-position:inside;
       text-indent:0;
       border:0px none #ffffff;
}
html > body div#portfoliosubnav li, html > body div#galthumbs li, html > body div#galthumbs_before li {
       min-height:82px;
       height:auto;
}
html >/**/ body div#portfoliosubnav li, html >/**/ body div#galthumbs li, html >/**/ body div#galthumbs_before li {
       overflow:hidden;
}
div#galthumbs li, div#galthumbs_before li {
      margin: 0px 5px 3px 0;
      width:102px;
}
div#portfoliosubnav li a img, div#portfoliosubnav li a img {
     padding:0;
     margin:0;
     opacity:0.4;
     filter:alpha(opacity=40);
}
div#portfoliosubnav li a img.current_portfolio_page {
     opacity:1;
     filter:alpha(opacity=100);
}
div#portfoliosubnav li a:hover img {
     opacity:1;
     filter:alpha(opacity=100);
}
div#galthumbs, div#galthumbs_before {
   height:92px;
   margin-top:8px;
}
div#galthumbs li a img, div#galthumbs_before li a img {
     border:3px solid #ffffff;
}
div#galthumbs li a img.current_image, div#galthumbs_before li a img.current_image {
     border:3px solid #333333;
}
h2.products {
     margin-top:2em !important;
}
dl.products {
     padding:0 0 0 96px;
     background-color:transparent;
     background-repeat:no-repeat;
     background-position: left top;
     float:left;
     width:150px;
     height:82px;
     margin:0 0 3em 0;
}
html > body dl.products {
     height:auto;
     min-height:82px;
}
html >/**/ body dl.products {
     overflow:hidden;
}
dl.products dt {
     margin: 0em;
     padding:0 0 0 0;
     font-weight:bold;
     font-size:1em;
     line-height:normal;
}
dl.products dd {
     margin:0 0 0 0;
     padding:0 0 0 0;
     line-height:normal;
     font-size:0.9em;
}
dl.products dd p {
     margin:0;
     padding:0 0 0 0;
     line-height:normal;
}
dl.products dd p.ddfixedheight {
     height:50px;
     margin:0.2em 0 0 0;
}
html > body dl.products dd p.ddfixedheight {
     min-height:50px;
     height:auto;
}
html >/**/ body dl.products dd p.ddfixedheight {
     overflow:hidden;
}
div#bodywrap {
     background-color:#e6e6e6;
     height:350px;
     clear:both;
}
html > body div#bodywrap {
     height:auto;
     min-height:250px;
}
html >/**/ body div#bodywrap {
     overflow:hidden;
}
div#bodycontent {
     background-color:#ffffff;
     width:740px;
     height:350px;
     float:left;
     padding-right:20px;
}
html > body div#bodycontent {
     min-height:250px;
     height:auto;
}
html >/**/ body div#bodycontent {
     overflow:hidden;
}
div#contact {
     float:left;
     width:200px;
     padding: 30px 0.7em 0.7em 0.7em;
     font-family:Arial, 'sans serif';
     font-size:1.1em;
}
div#contact a:link {
     color:#78797D;
}
div#contact a:visited {
     color:#78797D;
}
div#contact a:hover {
     color:#78797D;
}
div#contact a:active {
     color:#78797D;
}
div#contact h2 {
     color:#78797d;
     margin-top:0;
}
div#contact p {
     font-size:0.9em;
     color:#78797d;
}
div#contact p span.smaller {
     font-size:1.2em;
}
div#contact p span {
     font-size:2.4em;
     font-weight:bold;
     line-height:1.0em;
}
div#bodycontent form p {
     padding:0;
     margin:1em 0 0 0;
}
div#bodycontent form textarea {
     margin:0 0 0.5em 0;
}
form#contactform {
     float:left;
     width:65%;
margin-bottom:3em;
}
form#contactform label {
     display:block;
}
div#contactdata {
     float:left;
     width:30%;
     margin-left:2em;
}
div.pressmenu, div.twocolthumb {
     width:220px;
     height:220px;
     float:left !important;
     clear:none;
     margin: 20px 10px 20px 10px;
}
html > body div.pressmenu, html > body div.twocolthumb {
     min-height:220px;
     height:auto;
}
html >/**/ body div.pressmenu, html >/**/ body div.twocolthumb {
     overflow:hidden;
}
div.pressmenu p, div.twocolthumb p {
     font-size:0.9em;
     text-align:justify;
}
div.pressmenu h2, div.twocolthumb h2 {
     line-height:normal;
     margin:0 0 0.3em 0 !important;
     padding:0;
     height:50px;
}
html > body div.pressmenu h2, html > body div.twocolthumb h2 {
     min-height:50px;
     height:auto;
}
html >/**/ body div.pressmenu h2, html >/**/ body div.twocolthumb h2 {
     overflow:hidden;
}
div.pressmenu h2 span, div.twocolthumb h2 span {
     font-size:0.7em;
     font-weight:normal;
     display:block;
     margin-top:0.2em;
}
div.pressmenu h2 a:link, div.twocolthumb h2 a:link {
     font-size:0.8em;
     padding:0;
     margin:0;
     text-decoration:underline;
     color:#06c;
}
div.pressmenu h2 a:visited, div.twocolthumb h2 a:visited {
     font-size:0.8em;
     padding:0;
     margin:0;
     text-decoration:underline;
     color:#717578;

}
div.pressmenu h2 a:hover, div.twocolthumb h2 a:hover {
     font-size:0.8em;
     padding:0;
     margin:0;
     text-decoration:none;
}
div.pressmenu h2 a:active, div.twocolthumb h2 a:active {
     font-size:0.8em;
     padding:0;
     text-decoration:underline;
     margin:0;
     color:#06c;
}
/* Override */
div.twocolthumb {
     width:350px;
}
div.twocolthumb div {
     width:186px;
     float:left;
     clear:none;
}
div.twocolthumb img {
     float:left;
     clear:none;
     display:inline;
     margin:0 10px 0 0;
}
div.twocolthumb h2 {
     line-height:normal;
     margin:0 0 0.3em 0 !important;
     padding:0;
     height:15px;
}
html > body div.twocolthumb h2 {
     min-height:15px;
     height:auto;
}
html >/**/ body div.twocolthumb h2 {
     overflow:hidden;
}