/*########################################
AUthor: JON RICHARDSON And Sean Weston
Date: 2006-28-06
Description: Paul Cabinet Works.
URL: http://www.mobilecomputerservice.ca
Details: CSS/Xhtml compliant template
########################################*/

/* standard elements */
a {
	color:#000000;
	text-decoration: none;
}

.right{
	float:right;
	clear:both;
}

.left{
	float:left;
	clear: both;
}

body {
	background: url(images/bg.gif) repeat fixed bottom center;
	margin: 0px 0;
	text-align: center;
	font:normal 1em "Times New Roman", Times, serif;
	display: inline;
	border-style: none;
}

.headerimg a{
	background: url(images/V2-Header.jpg) no-repeat; 
	display: block; 
	height: 75px ;
}

/* header */
.header {
	border-bottom: 1px solid #E5E5E5;
}

/* main */
.main {
	background-color: #FFFFFF;
	margin: 10px auto 4px auto;
	text-align: left;
	width: 750px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #E4E4E4;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CFCFCF;
}

.container {
	margin: 5px;
}

/* menu */
.menu a {
	font-size:0.9em;
	background: #EEE;
	color: #888;
	float: left;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	clear: right;
}

.menu a span {
	padding-left: 10px;
	padding-right: 10px;
}

.menu a:hover {
	background: #EEE url(images/bgmenu.gif) repeat-x;
	color: #555;
}

.menu a#last {
	/*width: 125px;*/
	border-right: 1px solid #CECECE;
}

/* content */
.content {
	border-top: 1px solid #E5E5E5;
	clear: both;
}

.content h1 {
	font-size: 1em;
	margin: 0;
	color: #666666
}
.content p {
	margin: 3px 0 6px; color: #666;
	
}
.item {
	background: url(images/bgitem.gif) repeat-x;
	padding: 5px;
	margin-bottom: 20px;
}

/*Image Place Holder*/
.imageholder{
	height: 130px;
	background-image: url(images/Custom-Table-and-Chairs.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* bottom logo seperator*/
.bottombar {
	background: url(images/V2-Footer.jpg) no-repeat;
	background-position:center;
	display:block;
	height:30px;
	padding-bottom: 2px;
}

/* footer */
.footer{
	margin:0;
	font-size: 0.7em;
	height: 15px;
	text-align:center;

} 

IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

