body{
	background:#dfdfdf;
	text-align:center;
	font-family:sans-serif;
	line-height:1.5em;
}

#pageWrap{
background:white;
width:950px;
margin:10px auto;
text-align:left;
}



/***********************

Styles for the header bar

************************/

#header{
height:111px;
width:950px;
background: transparent url(../images/top_banner.jpg) no-repeat;
position:relative;
}           

#officeCenter a{
display:block;
width:179px;
height:111px;
position:absolute;
top:0;
left:0;
}

#officeCenter span{
display:none;
}

#teachingTools a{
display:block;
width:159px;
height:111px;
position:absolute;
top:0;
left:189px;
}

#teachingTools span{
display:none;
}

#toyZone a{
display:block;
width:210px;
height:111px;
position:absolute;
top:0;
left:356px;
}

#toyZone span{
display:none;
}

#businessInteriors a{
display:block;
width:189px;
height:111px;
position:absolute;
top:0;
left:580px;
}

#businessInteriors span{
display:none;
}

#furnitureOutlet a{
display:block;
width:169px;
height:111px;
position:absolute;
top:0;
left:780px;
}

#furnitureOutlet span{
display:none;
}

#home .span-7{
background:#eee;
padding:10px;
}

#home #first{
margin-left:30px;
}

#pageBody img{
padding:4px;
}

/***********************

Styles for the top menu

************************/


#menu{
background:#222; 
margin-top:0px;
border-bottom:1px solid #dfdfdf;
margin-bottom:2em; 
}

#menu ul{
        list-style:none;
        margin:0px;
        padding:0px;
        }

        #menu ul li{
        float:left;
        padding:0px;
	margin:0px;
        }

	
        #menu li a{
        text-decoration:none;
        display:block;
        margin:2px 15px;
        padding:5px;
        color:#fff;
        }

	#menu li.current a{
		color:#cb0101;
	}

        #menu li a:hover{
        color:#cb0101;
        }


/*********************

Styles for the footer

 ********************/


#footer{
border-top:1px solid #dfdfdf;
margin-top:20px;
}


/***********************
* Paginiation, for blogs
* and tags
************************/

.pagination{
background:#eee;
padding:10px;
border:1px solid #ccc;
border-left:0px;
border-right:0px;
text-align:center;
margin:10px 0px;
}

.pagination a{
border:1px solid #ccc;
padding:3px 8px;
margin:3px;
}

.pagination a:hover{
background:#ccc;
color:black !important;
}


/*************************
* Tag cloud
**************************/

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

/*********************************
*Coments
**********************************/

.comment{
border-bottom:1px solid #eee;
padding:10px 0px;
width:100%;
}

.comment .author{
float:left;

margin:10px;
}

.comment .author_name{
margin-bottom:10px;
}

.comment .date{
margin-top:10px;
}

.comment .content{

}

/*****************************
* Blog layout
******************************/

#blogMainArea{

}

#blogSidebar{

}

.post{
background: transparent url(../images/shadow_line.gif) 0 100% no-repeat;
padding-bottom:30px;
margin-bottom:10px;
}

.post .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.post .body{
clear:left;
}

.postInfo h3, .postInfo h5{
border-bottom:0px;
margin:0px;
}

.postInfo .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}


.decoyEmail{
display:none;
}
/***********************
**Some general form stuff
************************/


ul.form_errors{ 
                border:1px solid red;
                background:#fdd;
                padding:10px;
                padding-left:30px;
                }

.submitted_ok{ 
                border:1px solid green;
                background:#dfd;
                padding:10px;
                padding-left:30px;  
                margin:10px;
 }

input.form_error,textarea.form_error,select.form_error{ 
                  border:2px inset red;
                  background:#fdd;
                  }

    
            
            