﻿/* Define 3 columns for the main page layout */
.pagecolumns
{
	width:100%;
}

.pagecolumns tr
{
	vertical-align:top;
}

.pagecolumns .leftcolumn 
{
	width:160px;
}

.pagecolumns .middlecolumn
{
}

.pagecolumns .rightcolumn
{
	width:230px;
}

/* header */
.headerbox
{
	margin-top:10px;
	margin-bottom:10px;
}

.headerbox .header
{
	text-align:center;
	font-size:1.1em;
	color:#000099;
}


/* product info */
.products
{
	margin-left:50px;
}

.productbox
{
	width:120px;
	height:150px;
	float:left;
	padding:5px;
	cursor: pointer;
}

.productbox .productname
{
	font-size:0.9em;
	font-weight:bold;
	color: #006600;
	text-align:center;
}

.productbox .image
{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:100px;
	vertical-align:middle;
}
	

/* advertising */
.advertising
{
	margin-top:10px;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 15px;
	text-align:center;
	/*border: solid 5px #CCFFCC;*/
	padding:10px;
	border: solid 1px #cccccc;
}

.tyvekad
{
	margin-top:10px;
	padding:10px 5px 10px 5px;
	border: solid 1px #cccccc;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}

.tyvekad .bold
{
	font-weight:bold;
	color:#660000;
}
	
.advertising .estimate
{

}

.advertising .contact
{
	margin-top:20px;
}

.advertising .contact .email
{
	font-size:1.0em;
	font-weight:bold;
	color:#0000CC;
	margin: 7px 0px 7px 0px;
}	

.advertising .contact .phone
{
	font-size:1.4em;
	font-weight:bold;
	color:#0000CC;
	margin: 7px 0px 7px 0px;
}	

#divChatButton
{
	text-align:center;
	margin-top:10px;
}
	
/*
 * general info
 */
.aboutBox
{
	float:left;
	width:325px;
	padding-left:50px;
}
	
.aboutText
{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:550;
	letter-spacing:1px;
	line-height:18px;
}

.locationList
{
}

.locationList .location
{
	margin-left:20px;
	margin-bottom:3px;
	font-size:0.85em;
}
	
 