﻿/*********************************************************/
/** Designed by CLOUD ONE DESIGN. www.cloud1design.com  **/
/*********************************************************/

/************** top menu ***************/
.topMenuCSS
{
	position: relative;
	padding: 0;
	margin: 0;
	height: 37px;
	list-style: none;
}
.topMenuCSS li
{
	list-style: none;
	float: left;
	margin-left: 0;
	padding: 0;
}
.topMenuCSS li a 
{
	font-family: Trebuchet MS, Times New Roman;
	font-size: 20px;
	color: #561e02;
	display: block;
	margin-right: 1px;
	width: 126px;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	cursor: pointer;
	background: url(Images/menu-item-bg.png) no-repeat top left;
	text-align: center;
}
.topMenuCSS li a:hover, .topMenuCSS li.current a
{
	background: url(Images/menu-item-bg.png) no-repeat top right;
}
.topMenuCSS li.current a 
{
	color: #1b3d1c;
	background: url(Images/menu-item-current-bg.png) no-repeat top left;
}
/************** Lists ******************/
ul.features 
{
	list-style-type: none;
}
ul.features li
{
	list-style-image: url(Images/arrow-1.png);
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul.features li.more 
{
	list-style-image: url(Images/icon-more.png);
}
/************** Buttons *****************/
.buttonOk 
{
	float: left;
	margin-top: 8px;
	display: block;
	width: 175px;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
a.buttonOk
{
	background: url(Images/button-ok.png) top left;
	text-decoration: none;
	color: #000;
}
a.buttonOk:hover
{
	text-decoration: none;
	color: #515344;
}
/************** links ********************/
a.toolbar
{
	font-size: 16px;
	color: #e5e8d6;
	text-decoration: none;
}
a.toolbar:hover 
{
	font-size: 16px;
	color: #e5e8d6;
	text-decoration: underline;
}
/************** Others *******************/
.clearFloat 
{
	clear: both;
}
.textBig 
{
	font-size: 24px;
}
.text1 
{
	font-size: 18px;
	line-height: 22px;
}
.text3 
{
	font-size: 10px;
}
img.photoLeft
{
	float: left;
	padding: 10px 10px 10px 0;
}
img.photoRight
{
	float: right;
	padding: 10px 0px 10px 10px;
}
.note 
{
	font-size: 12px;
}
.designedBy 
{
	font-size: 12px;
	text-transform: uppercase;
}
