/*  
Theme Name: Executive Furniture Rental
Theme URI: http://www.execfurnrent.com
Description: A custom template for Executive Furniture Rental
Version: 1.0
Author: Get Page One LLC
Author URI: http://www.getpageone.com/
*/

/* DEFAULT ELEMENTS */
* { padding: 0px; margin: 0px; }
body { text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a { color: #990000; text-decoration: none; }
a img { color: #FF0000; border: none; }
fieldset { padding: 15px; margin: 10px; }
h1, h2 { padding-bottom: 10px; font-size: 24px; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { padding-bottom: 10px; font-size: 14px; }
legend { padding: 0px 15px; }
ol, ul { padding-left: 20px; }
p { padding-bottom: 8px; }
/* END DEFAULT ELEMENTS */

.clear { clear: both; height: 1px; overflow: hidden; }

.rental { padding: 20px; }
.entry { padding: 10px 0px; }

#corporate { text-align: center; }

#relocation { background: #F3EBE0; width: 900px; padding-top: 300px; text-align: left; margin: auto; position: relative; }

#furniture { float: right; width: 696px; }
#furniture .rental { padding-top: 30px; position: relative; }
#furniture .navigation {  width: 656px; position: absolute; top: 10px; left: 20px; }

#boardroom { width: 200px; float: left; }
#boardroom ul { padding: 0px; list-style-type: none; }
#boardroom .rental { padding-right: 0px; }
#boardroom .photo { padding-bottom: 20px; text-align: center; } 

#sidebar h2 { font-weight: normal; border-bottom: 1px solid #CAC3B7; padding: 4px 0px; }
#sidebar ul { margin: 5px; }

#office { background: url('images/office.gif') repeat-x bottom left; width: 858px; position: absolute; top: 20px; left: 18px; height: 268px; }
#office a.logo { display: block; position: absolute; top: 26px; left: 0px; }
#office img.quote { position: absolute; right: 40px; top: 130px; }
#office img.furniture { position: absolute; right: 3px; top: 30px; }
#office img.cort { position: absolute; left: 216px; top: 33px; }

#menu { padding: 0px; list-style-type: none; position: absolute; left: 75px; top: 103px; font-size: 10px; }
#menu li a { margin: 0px; float: left; clear: left; display: block; height: 14px; width: 193px; background-position: top left; background-repeat: no-repeat; }
#menu li a span { display: none; }

#menu li.profile a { background: url('images/menu/profile.gif'); height: 13px; }
#menu li.home a { background: url('images/menu/home.gif'); }
#menu li.office a { background: url('images/menu/office.gif'); }
#menu li.special a { background: url('images/menu/special.gif'); }
#menu li.staging a { background: url('images/menu/staging.gif'); }
#menu li.corporate a { background: url('images/menu/corporate.gif'); }
#menu li.clearance a { background: url('images/menu/clearance.gif'); height: 13px; }
#menu li.faqs a { background: url('images/menu/faqs.gif'); }
#menu li.contact a { background: url('images/menu/contact.gif'); height: 12px; }

#menu li a:hover { background-position: bottom left; }

#commercial { width: 900px; margin-top: 10px; }
#commercial h3 { font-size: 11px; font-weight: normal; color: #888888; }

.post
{
	border-bottom: 1px solid #990000;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.more-link
{
	font-size: 1.1em;
	font-weight: bold;
	background: url('images/arrow.png') no-repeat left center;
	padding-left: 20px;
	
}

* html #menu { left: 75px; }
* html #office { width: 862px; }
* html #office img.furniture { right: 0px; }

*+html #menu { left: 75px; }
*+html #office { width: 862px; }
*+html #office img.furniture { right: 0px; }

.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }