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

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:"Courier New", Courier, monospace;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 80px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#headcontentwrapper{
float: left;
width: 100%;
border:1px solid #ccc;
background-color:#CCCCCC;
}

#menucontentwrapper{
float: left;
width: 100%;
border:0;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
border-right: thin dotted #000;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
margin-top:40px;
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
font-size:10px;
font-stretch:narrower;
}

#photocolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -842px; /*Set left margin to -(MainContainerWidth)*/
margin-top: 1px; /*Set left margin to -(MainContainerWidth)*/
background: #ccc;

}

#footer{
clear: left;
width: 100%;
height: 20px;
background: #fff;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
color: #333;
padding: 4px 0;
font-size:12px;
margin-right:50px;
}

#header
{
	font-weight:bold;
	width:300px;
	border-bottom: thin solid;
	border-bottom-color:#ccc;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;

}

.menuinnertube
{
margin:0px;
}

.leftinnertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.rightinnertube{
margin: 10px; 
}

.photoinnertube{
margin: 0;
}

.info
{
	font-family:  sans-serif;
	font-size:10px;
	padding-top: 4px;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px "Courier New", Courier, monospace;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #999;
border-width: 1px 0;
background: #999999;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: 333;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color:#333;
background: #fff;
}

.floatright
{
	float: right;
	text-align:right;
	
}

.floatright a
{
color:#333;
text-decoration:none;
}

.newscontent
{
padding: 10px 0px;
font-size:12px;
}

.furnituremenu
{
padding: 10px 0px;
width:680px;

}

.footerinnertube
{
	float:left;
}


/* menu section */

.blockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px "Courier New", Courier, monospace;
width: 100%;
Height:175px;
overflow: hidden;
background: #fff;
}

.blockmenu li{
display: inline;
}

.blockmenu li a{
float: left;
color: white;
text-decoration: none;
border-left: 1px solid white;
width:167px;
height:175px;
}

.blockmenu li .menu1{
float: left;
color: white;
text-decoration: none;
border-left: 1px solid white;
width:167px;
height:175px;
background-image: url(images/menu_1.jpg);
}
.blockmenu li .menu2{
float: left;
color: white;
text-decoration: none;
border-left: 1px solid white;
width:167px;
height:175px;
background-image: url(images/menu_2.jpg);
}
.blockmenu li .menu3{
float: left;
color: white;
text-decoration: none;
border-left: 1px solid white;
width:167px;
height:175px;
background-image: url(images/menu_3.jpg);
}
.blockmenu li .menu4{
float: left;
color: white;
text-decoration: none;
border-left: 1px solid white;
width:167px;
height:175px;
background-image: url(images/menu_4.jpg);
}
.blockmenu li .menu5{
float: left;
color: white;
text-decoration: none;
border-left: 1px solid white;
width:167px;
height:175px;
background-image: url(images/menu_5.jpg);
}

.blockmenu li .menu1:hover {
background-image:url(images/menu_1_hover.jpg);
}
.blockmenu li .menu2:hover {
background-image:url(images/menu_2_hover.jpg);
}
.blockmenu li .menu3:hover {
background-image:url(images/menu_3_hover.jpg);
}
.blockmenu li .menu4:hover {
background-image:url(images/menu_4_hover.jpg);
}
.blockmenu li .menu5:hover {
background-image:url(images/menu_5_hover.jpg);
}
