@charset "utf-8";
/* Aroma Kitchens Stylesheet */

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

.container
{
	width: 100%;
	height: auto;
	background-color:#F4F4F4;
}

.main
{ 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.header
{ 
	width: 100%;
	height: 243px;
	background-image: url(images/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.phhdr
{
	width: 100%;
	height: 30px;
	background-image: url(images/phone.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.sidebar
{
	width: 145px;
	height: auto;
	vertical-align: top;
	padding-left: 5px;
	text-align: left;
	margin: 0;
}

.nav
{
	width: 100%;
	height: auto;
	margin-top: 50px;
}

ul.mainnav
{
	list-style-type: none;
	display: block;
	margin-left: 5px;
	
}

ul.mainnav li
{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
}

ul.mainnav li a:link, ul.mainnav li a:visited, .content a:link, .content a:visited
{
	color: #8769AF;
	text-decoration: none;
}

ul.mainnav li a:hover, ul.mainnav li a:active, .content a:hover, .content a:active
{
	color: #8769AF;
	text-decoration: underline;
	font-weight: bold;
}

.content
{
	width: 635px;
	height: auto;
	vertical-align: top;
	padding: 10px;
	padding-left: 10px;
} 

.content p
{
	font-size: 0.8em;
	text-align: left;
}

.content h1, h2
{
	color: #8769AF;
	font-size: 1.1em;
	margin: 0;
}

.content h2
{
	font-size: 0.9em;
	margin-bottom: -10px;
}

.gallery
{
	width: 100%;
	height: auto;
	border: 2px solid #8769AF;
	border-collapse: collapse;
}

.gallmain
{
	width: 60%;
	height: auto;
	border-right: 1px solid #8769AF;
	padding: 5px;
}

.galltn
{
	width: 15%;
	height: auto;
	border-right: 1px solid #8769AF;
	border-bottom: 1px solid #8769AF;
	padding: 5px;
}

.galldesc
{
	width: 30%;
	height: auto;
	border-bottom: 1px solid #8769AF;
	padding: 5px;
	font-size: 0.8em;	
}

.gallsep
{
	height: 15px;
	background-color: #CCC;
}


ol.whylst
{
	display: block;
}

ol.whylst li
{
	font-size: 0.8em;
	line-height: 1.6em;
}


#arkts
{
	color: #8769AF;
	font-weight: bold;
	background-color: #FFC;	
}

.contbl
{
	width: 70%;
	margin-left: 10%;
	margin-right: 20%;
	border-collapse: collapse;
	border: 2px solid #8769AF;
	font-size: 0.8EM;
}

.contblft
{
	width: 40%;
	height: auto;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px;	
	border-bottom: 1px solid #8769AF;
	border-right: 1px solid #8769AF;
}

.contblrt
{
	width: 60%;
	height: auto;
	vertical-align: middle;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #8769AF;	
}

	

.footer
{ 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	border-top: 1px solid #8769AF;
} 

.footer p
{
	text-align: center;
	font-size: 0.7em;
	color: #8769AF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#plg
{
 color: #999;
}

.footer a:link, .footer a:visited
{
	color: #999;
	text-decoration: none;
}

.footer  a:hover, .footer  a:active
{
	text-decoration: underline;
	color: #8769AF;
	font-weight: bold;
}


/*.fltrt {  this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	float: right;
	margin-left: 8px;
}
.fltlft {  this class can be used to float an element left in your page 
	float: left;
	margin-right: 8px;
}
.clearfloat {  this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}*/
