
/**
 * Reset browser default settings. Do not reset settings for those elements,
 * which are not later defined in typo.css or forms.css.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Block elements */
body, p, pre { /* blockquote */
    margin: 0;
    padding: 0;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}


/* Lists */
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}


/* Misc */
a {
    outline: none;
}
img, iframe {
    border: none;
}


/* Tables */
th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}


/* Forms */
form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
input, textarea, select {
    font-size: 1em;
    font-family: inherit;
}


/* Inline elements */
/*
address, cite, code, dfn, em, strong, var {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
*/
/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
	height: 1%;
	display: block; /* restore block display for ie6 */
	/* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
		text-indent: 0;
	}
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */


/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}
/**
 * Typography.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Blocks */
body {
	/*font-family: Arial, sans-serif;*/
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-size: small;
    line-height: 1em;
    color: #3C3C3C;
}
p {
    margin-bottom: 0.7em;
    font-size: 1em;
    line-height: 1.1em;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
/* END blocks */


/* Headings */
h1 {
    margin-bottom: 1em;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
div#header h1 {
    margin-bottom: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #666;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #666;
}
/* END headings */


/* Lists */
ul {
	margin: 0 0 0.7em 1em;
    list-style: none outside url(http://www.volumetric.pl/themes/default/images/bullets/vol.gif);
    line-height: 1.3em;
}

div#right_blok ul {
	margin: 0 0 0em 0em;
    list-style: none outside url(http://www.volumetric.pl/themes/default/images/bullets/vol.gif);
    line-height: 1.6em;
}

/*	div#right_blok a:link {
		color: #4D4D4D;
		text-decoration: none;
	}
	div#right_blok a:visited {
		color: #4D4D4D;
		text-decoration: none;
	}
	div#right_blok a:hover {
		color: #4D4D4D;
		text-decoration: underline;
	}
	div#right_blok a:active {
		color: #4D4D4D;
		text-decoration: none;
	}*/


ul li {
        margin-left: 0px;
}
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
}
    ol li {
        margin-left: 30px;
	}
dl {
    margin-bottom: 0.7em;
    line-height: 1.3em;
}
	dl dt {
	    font-weight: bold;
	}
	dl dd {
        margin-bottom: 0.2em;
		margin-left: 30px;
	}
/* END lists */


/* Links */
a,
a:link,
a:active {
    color: #09c;
    text-decoration: none;
}
a:visited {
    /* color: #184a84; */
}
a:hover {
    text-decoration: underline;
}
/* END links */


/* Misc */
hr {
    display: none;
}
div.hr {
    margin: 1em auto;
    height: 1px;
    background-color: #999;
    line-height: 1px;
}
/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(http://www.volumetric.pl/themes/default/images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    color: #333;
}


/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */
/**
 * Site specific layout.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

html { /* inforces screen to show scrollbar */
    height: 100%;
	background: #003f51 url(http://www.volumetric.pl/themes/default/images/volumetric/bg.jpg) repeat-x left top;
}
body {
    padding-bottom: 0px;
	background: url(http://www.volumetric.pl/themes/default/images/volumetric/bg_center.jpg) no-repeat center top;
}


/* Wrappers */
div#wrapper-outer {
    margin: 0px auto 0;
    width: 972px;
}
div#wrapper-inner {
    /*padding: 0 2px 2px;*/
    background-color: #fff;
	border-left:1px solid #01252E;
	border-right:1px solid #01252E;
	
}


/* Header */
div#header {
	padding-top:80px;
}
	div#header div.top_logo {
		border-left:1px solid #01252E;
		border-right:1px solid #01252E;
		border-top:1px solid #01252E;
		height:87px;
		background: #FFF url(http://www.volumetric.pl/themes/default/images/volumetric/bg_top1_textur.jpg) no-repeat left top;
	}
	div#header div.top_belka {
		border-left:1px solid #01252E;
		border-right:1px solid #01252E;
		height:171px;
		background: #FFF url(http://www.volumetric.pl/themes/default/images/volumetric/bg_top2_textur.jpg) no-repeat left top;
	}
	span#top_links a:link {
	color: #7D7D7D;
	text-decoration: none;
	}
	span#top_links a:visited {
		color: #7D7D7D;
		text-decoration: none;
	}
	span#top_links a:hover {
		color: #5A5A5A;
		text-decoration: none;
	}
	span#top_links a:active {
		color: #7D7D7D;
		text-decoration: none;
	}
	
	div#baner_kontakt a:link {
		color: #fff;
		text-decoration: none;
	}
	div#baner_kontakt a:visited {
		color: #fff;
		text-decoration: none;
	}
	div#baner_kontakt a:hover {
		color: #fff;
		text-decoration: underline;
	}
	div#baner_kontakt a:active {
		color: #fff;
		text-decoration: none;
	}

	
	div#baner_kontakt h1 {
        margin-bottom: 0.5em;
		border-bottom: none;
		background: url(http://www.volumetric.pl/themes/default/images/volumetric/kropeczki.gif) no-repeat left bottom;
		padding-bottom: 0.5em;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 1.3em;
		color: #fff;
    }

/* END header */


/* Footer */
div#footer {
	text-align:right;
	color:#C2CED3;
	font-size:10px;
    padding-right: 10px;
	padding-top: 4px;
	border-top:1px solid #01252E;
}


	div#footer a:link {
		color: #E8ECEE;
		text-decoration: none;
	}
	div#footer a:visited {
		color: #E8ECEE;
		text-decoration: none;
	}
	div#footer a:hover {
		color: #E8ECEE;
		text-decoration: underline;
	}
	div#footer a:active {
		color: #E8ECEE;
		text-decoration: none;
	}






/* END footer */


/* Content */
div#content {
    background: url(http://www.volumetric.pl/themes/default/images/volumetric/bg_left_main_textur.jpg) repeat-y left top;
	

}

    /* Main */
    div#main {
        min-height: 350px;
        _height: 350px;  /* min height for ie6 */
        padding: 3px 5px 4px;
        background-color: #fff;
    }

    /* Sub */
    div#sub {
        padding: 2.6em 4px 4px 0;
        background-color: #fff;

    }
        div#sub div.inner {
            border: 1px solid #bbb;
            padding: 0.8em 5px 5px;
        }

    /* Local */
    div#local {
        padding-top: 65px;
		
		background: url(http://www.volumetric.pl/themes/default/images/volumetric/bg_left_textur.jpg) no-repeat right top;
		/*border-left:solid 1px #01252E;*/
		margin-left:1px;
    }
	
	div#right_blok {
		padding-right:0px;
		padding-top:0px;
	}
	
	
/* END content */


/* Left/right blocks */
div.block {
    margin-bottom: 1.5em;
}
    div.block h2 {
        margin: 0 10px 8px;
        border-bottom: 1px solid #09c;
        padding-bottom: 0.4em;
        font-size: 1.1em;
        color: #09c;
    }
    div.block div.content {
        padding: 0.4em 10px;
        font-size: 0.9em;
    }
/* END left/right blocks */


/* Menu main left */
div#local div.menu_left {
	padding-left:25px;
	font-size:15px;
	padding-bottom:25px;
	
}

div#local div.menu_left ul {
	padding:0px;
	margin:0px;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}


div#local div.menu_left .current {
	font-weight:bold;
}


div#local div.menu_left li {
	padding-top:5px;
	margin-top:5px;
	list-style:none;
	list-style-image:none;
}

div#local div.menu_left a:link {
	color: #FFF;
	text-decoration: none;
	padding:6px;
}
div#local div.menu_left a:visited {
	color: #FFF;
	text-decoration: none;
	padding:6px;
}
div#local div.menu_left a:hover {
	color:#02354A;
	text-decoration:none;
	/*border:solid 1px #02354A;
	background-color:#0798BD;*/
	padding:6px;
}
div#local div.menu_left a:active {
	color: #FFF;
	text-decoration: none;
	padding:6px;
}

div#local div.menu_left a {
	background: url(http://www.volumetric.pl/themes/default/images/volumetric/point01.gif) no-repeat left bottom;
}

 .menu-border-top {
	background: url(http://www.volumetric.pl/themes/default/images/volumetric/kropeczki2.gif) no-repeat left top;
 }


/* END Menu main left */


#pagination-flickr ul{border:0; margin:0; padding:0;}

#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
float:left;
}
#pagination-flickr a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
} 
#pagination-flickr .active{
/*color:#141414;*/
font-weight:bold;
display:block;
float:left;
padding:3px 6px;

border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
/*color:#0063e3;*/
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{
border:solid 1px #666666;
}


.clear {
	clear:both
}

#gallery {
	position:relative;
	height:493px;
	margin:0;
		padding:0;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:25px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}





#right_blok h1 {
	
	margin:0px;
	
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	
	border-right:solid 1px #E4E4E4;
	border-left:solid 1px #E4E4E4;
	border-top:solid 1px #E4E4E4;
	 
	background: #F9F9F9;
	background: url(http://www.volumetric.pl/themes/default/images/volumetric/bg-subbody.jpg) repeat-x left top;
	
}

#services ul {
	padding-bottom:5px;
}


#services li {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding-right:4px;
	padding-left:4px;
	display: block;
	
	border-right:solid 1px #E4E4E4;
	border-left:solid 1px #E4E4E4;
	border-bottom:solid 1px #E4E4E4;
	 
}

#services li h5 {
	color: #111;
	font: 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

#services li h5 a {
	color: #111;
}

#services li p {
	color: #545454;
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#services li.png_bg {
	border-bottom: 1px solid #e4e4e4;
	background: #F9F9F9;
}

#services li.png_bg:hover {
	text-decoration: none;;
	background: #fff;
}



	div#services a:link {
		color: #4D4D4D;
		text-decoration: none;
	}
	div#services a:visited {
		color: #4D4D4D;
		text-decoration: none;
	}
	div#services a:hover {
		color: #4D4D4D;
		text-decoration: underline;
	}
	div#services a:active {
		color: #4D4D4D;
		text-decoration: none;
	}


/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Logout */
div#block-logout {
}
    div#block-logout strong {
        color: #666;
        color: #333;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
    #breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }
/**
 * Common.
 *   - error messages
 *   - debug panel
 *   - tooltips
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Messages & errors */
div.message_home {
    width: 100%;
    margin: 0 auto;
	
}
    div.message_home p {
        margin-bottom: 3px;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
	
    div.message_home p.message-error {
        border-color: #f30;
        color: #f30;
    }
    div.message_home p.message-info {
        border-color: #66a326;
        color: #66a326;
		background-color:#E6F5D5;
    }
    div.message_home p.message-warning {
        border-color: #999;
        color: #999;
    }
    /* PEAR */
    div.message_home p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message_home h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 3px;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }




div.message {
    width: 80%;
    margin: 0 auto;
}
    div.message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
	
    div.message p.message-error {
        border-color: #f30;
        color: #f30;
    }
    div.message p.message-info {
        border-color: #66a326;
        color: #66a326;
    }
    div.message p.message-warning {
        border-color: #999;
        color: #999;
    }
    /* PEAR */
    div.message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }





div#volumetricMessage {
    position: absolute;
    z-index: 300;
	top: 50px;
	width:100%;
	text-align:center;
}







div#broadcastMessage {
    position: absolute;
    z-index: 300;
    left: 30px;
    top: 30px;
    width: 300px;
    padding: 10px 20px;
    background-color: #ffe9d9;
    color: #333;
}
    div#broadcastMessage a {
        position: absolute;
        right: 5px;
        top: 5px;
    }
#message {
    position: absolute;
    z-index: 200;
    right: 50px;
    top: 15px;
    max-width: 500px;
    overflow: hidden;
}
    #message p {
        margin-bottom: 0;
        padding: 5px 10px;
        text-align: left;
    }
    #message .success {
        background-color: green;
        color: #fff;
    }
    #message .error {
        background-color: red;
        color: #fff;
    }
/* END messages & errors */


/* Debug panel */
div#debugPanel {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    border: 1px black solid;
    margin: 10px;
    min-width: 150px;
    height: 300px;
    padding: 5px 10px;
    background-color: #808080;
    opacity: 0.9;
    font-size: 0.9em;
    color: #333;
}
    div#debugPanel h3 {
        margin-bottom: 0.5em;
        color: #fff;
    }
    div#debugPanel a {
        color: #ccc;
        text-decoration: none;
    }
    div#debugPanel dl {
        margin-bottom: 0;
    }
        div#debugPanel dl dt {
            margin-bottom: 0.2em;
            font-weight: normal
        }
        div#debugPanel dl dd {
            margin-left: 0;
            margin-bottom: 0.5em;
        }
/* END debug panel */


/* Turn of tooltips */
.tipOwner .tipText {
    display: none;
}
/**
 * - navigation bar at the top
 * - 2 columns (local + main)
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/*
/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
    border-bottom: 1px solid #bbb;
    background-color: #fff;
}
    div#nav-main div.inner {
        margin-bottom: 2px;
        height: 2.2em;
        border: 1px solid #bbb;
        border-top: none;
        background-color: #eef7d4;
        padding-left: 200px;
    }
    div#nav-main ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#nav-main ul li {
            margin: 0;
            float: left;
        }
            div#nav-main ul li a {
                display: block;
                border-right: 1px solid #fff;
                padding: 0.65em 1em 0.55em;
                font-weight: bold;
                color: #66a326;
            }
            div#nav-main ul li a:hover, div#nav-main ul li.current a {
                background-color: #9c0;
                color: #fff;
                text-decoration: none;
            }
/* END main navigation */


/* Toolbar */
div#nav-main div#toolbar {
    border: 1px solid #bbb;
    margin-bottom: 2px;
    padding: 0.6em;
    height: 1.1em;
    font-size: 0.8em;
}
/* END toolbar */*/

div#content {
    position: relative;
    width: 972px;

    /* padding needed for navigation */
    /*padding-top: 4.6em;*/
    /*background-position: left 4.6em;*/
}
div#main {
    float: left;
    width: 731px;
    display: inline;

    margin-left: 229px;
	
}
div#sub {
    display: none;
}
div#local {
    float: left;
    width: 230px;
    display: inline;

    margin-left: -972px;
	
}
div#nav-main {
    position: absolute;
    top: 0;
    left: -1px;
    width: 972px;
	
}