/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1, h2 {
	color: #327605;
}

h1 span, h2 span {
	color: #000000;
}

h1 {
	margin-bottom: 20px;
	font-size: 21px;
}

h2 {
	margin-bottom: 15px;
	font-size: 15px;
}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #5013C6;
}
h3 a{
	color: #5013C6;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.4em;
	line-height: 140%;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	color: #FFFFFF;
}

.list1 li {
	margin-bottom: 20px;
	padding-left: 40px;
}

.list1 .li1 { background: url(images/homepage03.gif) no-repeat left center; }
.list1 .li2 { background: url(images/homepage04.gif) no-repeat left center; }
.list1 .li3 { background: url(images/homepage05.gif) no-repeat left center; }

/** LINKS */

a {
	color: #327605;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 17px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.bordered {
	padding: 1px;
	background: #FFFFFF;
	border: 2px solid #DADADA;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}


.hr1 {
	height: 1px;
}

/** MENU */

#menu {
	
}

#menu a {
	float: left;
	height: 35px;
	padding: 16px 35px 0px 37px;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}

#menu a:hover {
	text-decoration: underline;
	color: #327605;
}

/** HEADER2 */

#header2 {
	background: url(images/bg02.jpg) no-repeat left top;
}

/** PAGE */

#page {
	background: url(images/homepage11.gif) repeat-y 250px 0px;
}

.subpage-wide #page {
	background: none;
}

/** SIDEBAR */

#sidebar h2 {
	margin-bottom: 10px;
	font-size: 15px;
}

/** FOOTER */

#footer {
	background: url(images/homepage12.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 25px;
	line-height: normal;
	text-align: center;
	color: #999;
}
#footer a,#footer a:link,#footer a:active,#footer a:hover,#footer a:visited{
	color:#999;
	text-decoration:underline;
}

/** LOGIN */

#login {
width:250px;
}

#login form {
	padding: 7px 0px 0 0;
	background: #EFEFEF url(images/bg03.gif) no-repeat right top;
	border: 1px solid #EFEFEF;
}

#login fieldset {
	border: none;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#login li {
	height: 27px;
}

#login label {
	float: left;
	display: block;
	padding-top: 3px;
	font-weight: bold;
	width:110px;
	margin-top:7px;
}

#login input {
	float: right;
	width: 110px;
	padding: 2px;
	margin-top:5px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	clear:right;
}

#login #login-submit {
	float: right;
	width: 60px;
	height: 21px;
	padding: 0px;
	background: #107FB1 url(images/bg04.gif) no-repeat left top;
	border: none;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#login p {
padding-left:5px;
}

.pricing-row {
	clear:both;
}
.pricing {
	height:170px;
	width:330px;
	background:url(images/price-box-bg.gif) top left no-repeat;
	text-align:center;
	float:left;
	padding:5px 10px;
}
.pricing.single {
	float:none;
	margin:0 auto;
}


.price-value {
font-size:36px;
line-heigh:36px;
}
.price-terms {
	font-size:10px;
}

.pricing p{
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	line-height:25px;
}
.pricing div {
	margin-right: 10px;
}
.pricing h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-size:24px;
}
.pricing ul {
/*	margin-left:15px;
	margin-bottom:10px;*/
}
.pricing li {
	margin-left:-15px;
}
.pricing h3,.pricing a,.pricing a:active,.pricing a:visited,.pricing h2 {
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
}

.phone legend {
	color: #327605;
	margin:0;
	padding:0;
	font-size: 15px;
	font-weight:bold;
}
div.clearboth {
	clear:both;
	margin:10px;
}