﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lebus International, Inc.
Version:	1.0
Last change:	02.23.09
Assigned to:	Rod Arnold
Primary use:	Informative
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Layout]

* Wrapper
	+ Header / #masthead
	+ Horizontal navigation / #topnav / #topmenu
	+ Content / #content
		- Left column top / #leftcolumntop
		- Left column bottom / #leftcolumnbottom
		- Center column top / #centercolumntop
		- Center column bottom / #centercolumnbottom
		- Right column top / #rightcolumntop
		- Right column bottom / #rightcolumnbottom
	+ Footer / #footer
-------------------------------------------------------------------*/

body {
	background-image: url('images/background.png');
	background-repeat:repeat-x;
	background-color: white;
	font-family: Verdana, Tahoma, Arial;
	color:#333333;
	font-size:small;
	font-style:normal;
	line-height: 1.25em;
	margin-bottom: 20px;
}
p {
	margin-top: 0.35em;
	margin-left: 0;
	padding-left: 0px;
	line-height: 1.25em;
	font-size: small;
	text-align: left;
} 
ul { 
  margin-top: 0px; 
  margin-left: 1em; 
  padding-left: 15px; 
} 
li { 
  line-height: 1.5em; 
} 
dl { 
  margin-top: 0.35em; 
} 
dt { 
  text-indent: -0.5em; 
  color: #339; 
  margin-top: 1em; 
} 
dd { 
  margin-top: 0.35em; 
  margin-left: 0; 
  padding-left: 0; 
  line-height: 1.5em; 
}


a:active {
	text-decoration: none; color:red;}

a:visited {
	text-decoration: none; color: #333333;}

a:link {
	text-decoration: none; color: #333333;}
a:hover {
	text-decoration: underline;
	color:red;
	text-align: center;
}
#wrapper {
	width: 855px;
	height: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	width: 855px;
	height: 180px;
	background-image:url('images/lebus_header_centered.png');
	background-repeat:no-repeat;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}
#topnav {
	height: 40px;
	margin-top: 2px;
	background-image: url('images/top_horiz_menu.png');
	background-position: top;
	background-repeat: no-repeat;
	text-align:center;
	padding-top: 12px;
}
#topmenu {
	height:20px;
	text-align:center;
	margin-top:0px;
	font-variant:small-caps;
}
#leftcolumn {
	width: 204px;
	height: 100%;
	float:left;
	margin-top:10px;
}
#leftnavmenu {
	height:auto;
	width: auto;
	
}
#leftcolumntop {
	background-image:url('images/left_nav.png');
	background-repeat:no-repeat;
	width: auto;
	height: auto;
	float: left;
	padding-top: 40px;	
}
#leftcolumnbottom {
	width: 195px;
	background-image:url('images/locations.png');
	background-repeat:no-repeat;
	float: left;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 40px;
	line-height: 1em;
	margin-bottom: 20px;
	height: 110px;
}

#leftcolpics {
	width: 180px;
	height: 180px;
	float: left;
	margin-top: 10px;
	text-align:left;
	padding-left:5px;
	display: inline;

}
#centercolumn {
	width: 700px;
	height: 500px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	line-height:1.25em;
	float: right;
}
#centercolumn a:active {
	text-decoration: none; color:red;}

#centercolumn a:visited {
	text-decoration: none; color:red;}

#centercolumn a:link {
	text-decoration: none; color:red;}
#centercolumn a:hover {
	text-decoration: underline;
	color:blue;
}
#centercolumnbottom {
	width: 375px;
	height: 100%;
	margin-top: 0px;
}
#centercolumnbottomright {
	width: 225px;
	height: 100%;
	margin-top: 0px;
	display:inline;
	text-align: center;
    float:right;
	}
#rightcolumn {
	width: 250px;
	height: 470px;
	float: right;
	margin-top: 30px;
	display: inline;
	text-align: center;
	padding-top: 15px;
}
#rightcolumntop {
	background-image:url('images/infocenter.png');
	background-repeat:no-repeat;
	width: auto;
	height: auto;
	float: left;
	text-align:left;
}
#rightcolumnbottom {
    background-image:url('images/resources.png');
	background-repeat:no-repeat;
	width: 204px;
	height: 292px;
	margin-top: 38px;
	text-align:left;
}
#footer {
	width: 855px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('images/bottom_horiz_menu.png');
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	padding-top:25px;
	text-align:center;
	font-size:x-small;
	text-transform: uppercase;
	clear:both;
}
#footerone {
	width: 855px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('images/bottom_horiz_menu.png');
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	padding-top:15px;
	text-align:center;
	font-size:x-small;
	text-transform: uppercase;
	margin-top:10px;
}
#bottomnav {
	height:20px;
	text-align:center;
	margin-top:28px;
	font-variant:small-caps;	
}
#bottomnav2 {
	height:20px;
	text-align:center;
	margin-top:8px;
	font-variant:small-caps;
	font-size:xx-small;
}
.style1 {
	margin-left: 4px;
	margin-right: 4px;
}
.style2 {
	text-decoration: underline;
	color: #0033CC;
}
.style3 {
	margin-top: 10px;
	margin-bottom: 10px;

}
#centercolumnbottomright {
	font-size: x-small;
	width: 225px;
}
#centercolumnbottomright {
	color: #036;
}
#navcontainer {
	width: 200px;
	background-image: url(images/left_nav.png);
	background-repeat:no-repeat;
	padding: 0px, 0px, 0px, 0px;
	padding-left: 5px;
	padding-top:20px;
	height: 190px;
}

#navcontainer ul
{
margin-left: 0;
padding-top: 40px;
padding-left: 15px;
padding-top: 38px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
width: 170px;
border-bottom: 1px solid #eee;
color: black;
}

#navcontainer a:link {color: black; text-decoration: none;}
#navlist a:visited {
	text-decoration: none;

}

#navcontainer a:hover
{
	background-color: #c11b1b;
	color: white;
	text-decoration:none;
	text-align:left;
}
#navcontainer2 {
	width: 200px;
	background-image:url(images/infocenter.png);
	background-repeat:no-repeat;
	padding: 0px, 0px, 0px, 0px;
	padding-left: 5px;
	padding-top:20px;
	height: 190px;
	
	
}

#navcontainer2 ul
{
margin-left: 0;
padding-top: 40px;
padding-left: 15px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}

#navcontainer2 a
{
display: block;
width: 170px;
border-bottom: 1px solid #eee;
color:black;
}
#navcontainer2 a:hover
{
	background-color: #c11b1b;
	color: white;
	text-decoration:none;
	text-align:left;
}
#navcontainer2 a:link {text-decoration: none;}

#navcontainer3 {
	width: 200px;
	height: 110px;
	background-image:url(images/infocenter.png);
	background-repeat:no-repeat;
	padding: 2px;
	padding-left: 5px;
	float: left;
	margin-left: 0px;
	padding-top:40px;
	margin-top: 20px;
	text-align: center;
}

#navcontainer3 ul
{
margin-left: 0;
padding-top: 40px;
padding-left: 15px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}

#navcontainer3 a
{
display: block;
width: 170px;
border-bottom: 1px solid #eee;
color:black;
}

#navcontainer3 a:link {
	text-decoration: none;
	margin-bottom: 10px;
}
#navlist a:visited {text-decoration: none;}

#navcontainer2 a:hover
{
	background-color: #c11b1b;
	color: white;
	text-decoration:none;
}
#CC8429519 {
	clear:right;
	margin-bottom:30px;
}
#navcontainer4 {
	width: 200px;
	padding: 2px;
	padding-left: 5px;
	float: left;
	margin-left: 0px;
	padding-top:5px;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}
.flashpadding {
	margin: 20px;
}
#CC672609 {
	text-align:right;
	margin: 10px;
	width: 306px;
	height:231px;
	clear:left;
	float:right;
}
