/*

---------------------------------

//General

---------------------------------

*/



body 

{

	text-align: center;

	font: 12px Arial, sans-serif;

	line-height: 15px;

	background-image: url(../images/background.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}



a {color:#739d30; text-decoration:none; }



a:hover { text-decoration:none; }



p { line-height:18px; margin-bottom: 25px; color:#828282; }



h1{

	color:#739d30;

	margin-top:10px;

	font-size:25px;

	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;

	margin-bottom:20px;

	line-height:30px;

	font-weight:lighter;

}

.padme {
	padding: 10px;
	float: left;
	margin-top: 13px;
	margin-right: 300px;
	margin-bottom: 13px;
	margin-left: 13px;

}
.padme2 {
	padding: 10px;
	float: left;
	margin: 13px;
}






h2{

	color:#739d30;

	margin-top:10px;

	font-size:25px;

	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;

	margin-bottom:20px;

}



h3{

	color:#739d30;

	margin-top:10px;

	font-size:22px;

	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;

	margin-bottom:20px;

}



h4{

	color:#739d30;

	margin-top:10px;

	font-size:18px;

	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;

	margin-bottom:20px;

}



h5{

	color:#739d30;

	margin-top:10px;

	font-size:16px;

	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;

	margin-bottom:20px;

}



h6{

	color:#739d30;

	margin-top:10px;

	font-size:14px;

	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;

	margin-bottom:20px;

}



dl { margin-left:20px; margin-bottom:20px;}



dt { font-weight:bold; color:#333333;}



dl { color:#828282; }



ul { 

	list-style:circle; 

	margin-left:50px; 

	list-style-position:inside; 

	margin-bottom: 15px;

	color:#828282;

}



ol { 

	list-style: decimal; 

	margin-left:50px; 

	list-style-position:inside; 

	margin-bottom:20px;

	color:#828282;

}



legend {

	color:#739d30;

	padding:0px 10px 0px 10px;

	margin-bottom: 10px;

	margin-top:20px;

	font-size:14px;

	margin-left:-26px;

}



fieldset {

	padding:10px 30px 20px 40px;

	margin-bottom:20px;

	border:1px solid #cccccc;

}



form p {margin-bottom:15px;}

label { float:left; width: 120px;}

label.error { float: none; color: red; margin-left: 120px; vertical-align: top; }



	/* Input classes */

	

	.text_field, .file, .password {

		height: 20px;

		width:230px; 

		border:1px solid #cccccc;

		padding:4px 0px 0px 5px;

		font-size:12px;

		font-family: Arial, Helvetica, sans-serif;

		margin-right:10px;

	}

	

	.text_area {

		border:1px solid #cccccc;

		width:230px; 

		padding:4px 0px 0px 5px;

		font-family: Arial, Helvetica, sans-serif;

		font-size:12px;

	}

	

	.radio, .checkbox { margin-top:5px; }

	.text_field:focus, .file:focus, .password:focus, .text_area:focus { border: 1px solid #999999; }

	input.error, textarea.error { border: 1px dotted red; }

	

	.button {

		background:url(../images/button_bg.png) no-repeat 0 0px;

		border:0px;

		height:40px;

		width:100px;

		cursor:pointer;

		color:#f1f1f1;

		padding:0;	

		font-family:Arial, Helvetica, sans-serif;

		font-size:13px;

	}

	

	.button:hover { background:url(../images/button_bg.png) no-repeat 0 -40px; }

	.button_margin { margin-left:120px; }



blockquote {

	margin-left:20px;

	border-left:4px solid #739d30; 

	margin-bottom: 20px;

	color:#666666;

	line-height:20px;

	padding-left:5px;

	font-style:italic;

}



pre {

	margin-left: 50px;

	background-color:#f1f1f1;

	border-top:1px solid #cccccc;

	padding:10px;

	margin-bottom:20px;

	color:#333333;

}



hr {

	color:#e1e1e1;

	margin: 10px 0px 10px 0px;

}



table {margin-bottom: 20px;}



tr{}



th { 

	padding: 5px 10px 5px 10px; 

	text-align:left; 

	border:1px solid #cccccc; 

	background:#739d30;

	color:#fff;

}



td{

	padding:5px 10px 5px 10px;

	text-align:left;

	border: 1px solid #cccccc;

	background:#f9f9f9;

}



/* COMMEN USED CLASSES */



.more {text-align: right; font-weight:bolder;}



.ar {text-align:right;}



.al {text-align:left;}



.ac {text-align:center;}



.fl {
	float:left;
	width: 960px;
	text-align: center;
}



.fr {float:right;}



.clear {clear: both;}



.italic {font-style:italic;}



.bold {font-weight:bold;}



.lighter {font-weight:lighter;}



.underline {text-decoration:underline;}



.no_underline {text-decoration:none;}



.clear_margin {margin:0px;}



.hide {display:none;}



.read_more {

	width:110px;

	height:31px;

	float:left;

	background-image: url(../images/read-more.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.read_more:hover {

	background:url('../images/read-more.jpg') 0px -31px no-repeat;

}

.click_here {
	width:110px;
	height:31px;
	float:left;
	background-image: url(../images/click-here.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

.click_here:hover {

	background:url('../images/click-here.jpg') 0px -31px no-repeat;

}

.downloads {
	width:110px;
	height:31px;
	float:left;
	background-image: url(../images/downloads.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

.downloads:hover {

	background:url('../images/downloads.jpg') 0px -31px no-repeat;

}

.login {

	width:110px;

	height:31px;

	float:left;

	background-image: url(../images/login.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.login:hover {

	background:url('../images/login.jpg') 0px -31px no-repeat;

}



/*Members area*/



.tariff {

	width:250px;

	height:84px;

	float:left;

	background-image: url(../images/tariff.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.tariff:hover {

	background:url('../images/tariff.jpg') 0px -84px no-repeat;

}



.broker {

	width:250px;

	height:84px;

	float:left;

	background-image: url(../images/broker.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.broker:hover {

	background:url('../images/broker.jpg') 0px -84px no-repeat;

}



.enhanced {

	width:250px;

	height:84px;

	float:left;

	background-image: url(../images/enhanced.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.enhanced:hover {

	background:url('../images/enhanced.jpg') 0px -84px no-repeat;

}



.app {

	width:250px;

	height:84px;

	float:left;

	background-image: url(../images/app.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.app:hover {

	background:url('../images/app.jpg') 0px -84px no-repeat;

}

.med {

	width:250px;

	height:84px;

	float:left;

	background-image: url(../images/DOWNLOAD-BUTTON-MED-DEC.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.med:hover {

	background:url('../images/DOWNLOAD-BUTTON-MED-DEC.jpg') 0px -84px no-repeat;

}

.prod {

	width:250px;

	height:84px;

	float:left;

	background-image: url(../images/DOWNLOAD-BUTTON-LTV.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.prod:hover {

	background:url('../images/DOWNLOAD-BUTTON-LTV.jpg') 0px -84px no-repeat;

}


/*Rounded inner box*/

.roundcont {

	width: 550px;

	background-color: #E5E5E5;

	color: #9DADC6;

	margin-left: 25px;

}



.roundcont p {

	margin: 0 10px;

}



.roundtop { 

	background: url(../images/tr.gif) no-repeat top right; 

}



.roundbottom {

	background: url(../images/br.gif) no-repeat top right; 

}



img.corner {

   width: 15px;

   height: 15px;

   border: none;

   display: block !important;

/*end rounded inner box*/
