body
{
	margin: 0;
	font: 11px/16px Arial, Tahoma, Verdana;
	color: #333;
	background-color: #eee;
}

.header
{
	background: url(../images/topbg.gif) 0 39px no-repeat;
	padding: 12px 0 0 5px;
	height: 61px;
}

.logo
{
	background: url(../images/yomari.gif) 0 0 no-repeat;
	float: left;
	width: 200px;
}

.yonav
{
	margin: 14px 0 0 0;
}

.navOver
{
	background-color: #C2E0FF;
	color: #fff;
	padding: 8px 10px 7px 10px;
	margin: 2px 0 0 0;
	text-decoration: none;
}

.navOut
{
	/*background-color: #C2E0FF;*/
	color: #fff;
	padding: 8px 10px 7px 10px;
	margin: 2px 0 0 0;
	text-decoration: none;
}

.contents
{
	background: url(../images/contentsbg.gif) #fff 0 0 repeat-y;
	padding: 0 5px 0 5px;
}

.footer
{
	background: url(../images/footerbg.gif) 0 0 no-repeat;
	padding: 20px 5px 20px 5px;
}

.solutionsbg
{
	background: url(../images/solutionsbg.jpg) 0 0 no-repeat;
	width: 256px;
	padding: 10px;
	height: 77px;
	line-height: 13px;
}

.servicesbg
{
	background: url(../images/servicesbg.jpg) 0 0 no-repeat;
	width: 256px;
	padding: 10px;
	height: 77px;
	line-height: 13px;
}

.customersbg
{
	background: url(../images/customersbg.jpg) 0 0 no-repeat;
	width: 256px;
	padding: 10px;
	height: 77px;
	line-height: 13px;
}

.left-box
{
	background-color: #f5f5ea;
	width: 200px;
	margin: 0 0 15px 0;
}

.left-box-heading
{
	background: url(../images/left-titlebg.gif) 0 0 no-repeat;
	color: #5f823b;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	text-transform: uppercase;
	height: 21px;
	padding: 4px 0 0 10px;
}

.left-box-content
{
	border: 1px #dadaac solid;
	border-top: none;
	padding: 10px;
}

.heading
{
	color: #5f823b;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	text-transform: uppercase;
}

.subheading
{
	font-size: 13px;
}

.success-content
{
	background-color: #ececd5;
	width: 140px;
	padding: 0 10px 0 10px;
}

.dots-v
{
	background: url(../images/dots-v.gif) top center repeat-y;
}

.arrow-blue
{
	background: url(../images/arrow-blue.gif) 0 5px no-repeat;
	padding: 0 0 0 8px;
	margin: 0 0 5px 0;
}

.small
{
	font-size: 10px;
	line-height: 13px;
}

.gray
{
	color: #bbb;
}

.darkgray
{
	color: #999;
}

.imgL
{
	float: left;
	padding: 0 10px 0 0;
}

.imgR
{
	float: right;
	padding: 0 0 0 10px;
}

a
{
	color: #09c;
	text-decoration: none;
}

a:hover
{
	color: #09c;
	text-decoration: underline;
}

a.success-link:link, a.success-link:active, a.success-link:visited
{
	display: block;
	background: url(../images/success-linkbg.gif) 0 0 no-repeat;
	height: 18px;
	padding: 2px 0 0 20px;
}

a.success-link:hover
{
	display: block;
	background: url(../images/success-linkbg.gif) 0 -20px no-repeat;
	height: 18px;
	padding: 2px 0 0 20px;
}

a.success-link.current:link, a.success-link.current:active, a.success-link.current:visited, a.success-link.current:hover
{
	display: block;
	background: url(../images/success-linkbg.gif) 0 -20px no-repeat;
	height: 18px;
	padding: 2px 0 0 20px;
}




/* Form Properties */


form
{
	margin: 0 0 0 0px;
}

input, select, textarea
{
	font: 11px Tahoma, Verdana, Arial;
	border: 1px #ccc solid;
}


.search
{
	border: none;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	height: 20px;
	padding: 2 0 0 0px;
}

.btn
{
	font: bold 11px Tahoma, Verdana, Arial;
	color: #333333;
	background: #EAEAEA 0 0 no-repeat;
}

select
{
	font: 11px Tahoma, Verdana, Arial;
}


textarea
{
	font: 11px Tahoma, Verdana, Arial;
	overflow: auto;
}

.noborder
{
	border: none;
	border: 0px;
}

.border
{
	border: 1px solid;
	border-color: #DADADA;
}




/* Table Properties */

.dataTable
{
	border: 1px #EBEBEB solid;
	border-collapse: collapse;
}

tr.rowtitle td
{
	color: #fff;
	background: #79B0E8;
	font: bold 12px Arial, Tahoma, Verdana;
	border-right: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

tr.row2 td
{
	background: #E8E8E8;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}


tr.row1 td
{
	background: #F2F2F2;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}
