/* HTML tags redefined */

html {
	background-color: #fff8d9;
}

body {
	background-color: #fff8d9;
	
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

p {
	color: #3a0a00;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
}

h1 {
	font-size: 2.4em;
	color: #bb0000;
	font-weight: normal;
	margin: 10px 0;
}

h2 {
	font-size: 1.8em;
	color: #bb0000;
	font-weight: normal;
	margin: 10px 0;
}

h3 {
	font-size: 1.4em;
	color: #bb0000;
	font-weight: normal;
	margin: 10px 0;
}

a {
	color: #bb0000;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* Helpful classes */

.clear {
	clear: both;
}

/* Page elements  */

.addsite input {
	border: 1px solid #3a0a00;
	font-size: 1.2em;
	color: #bb0000;
	padding: 5px 3px;
	display: block;
	margin-bottom: 5px;
	width: 200px;
}
.addsite textarea {
	border: 1px solid #3a0a00;
	font-size: 1.2em;
	color: #bb0000;
	padding: 5px 3px;
	display: block;
	margin-bottom: 5px;
	width: 400px;
}

.addsite label {
	font-size: 1.2em;
	color: #6c1400;
	width: 6em;
}

.addsite .frmbtn {
	width: 98px;
	height: 31px;
	background: #920100 url(../images/btn_frm.gif) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
}

.addsite .frmbtn:hover {
	background-position: -98px;
}


.wrapper {
	height: auto;
	margin: 0 auto;	
}

.header_wrapper {
	border-bottom: #bb0000 solid 4px;
	margin: 0;
	padding: 0;
}

.header_holder {
	width: 998px;
	height: 130px;
	margin: 0 auto;
}

.header {
	float: left;
	width: 505px;
}

.logo {
	margin-top: 25px;
}

.navigation {
	font-size: 1.4em;
	margin-top: 20px;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: auto;
}

.navigation li {
	margin: 0;
	padding: 0;
	float: left;
}

.navigation a {
	float: left;
	width: 87px;
	height: 38px;
	color: #a60500;
	text-decoration: none;
	line-height: 2.4;
	text-align: center;
	background: url(../images/nav_main_back.jpg) no-repeat;
	margin-right: 3px;
}

.navigation a:hover {
	background-position: -87px 0;
}

.body_home .nav_home a, 
.body_about .nav_about a, 
.body_features .nav_features a, 
.body_contact .nav_contact a {
	background-position: -174px 0;
	color: #fff;
}

.testimonials {
}

.content_wrapper {
	width: 100%;
	background-color: #ffeed2;
	margin: 0;
	padding: 0;
}

.content_holder {
	/*width: 998px;
	margin: 0 auto;
	padding-top: 45px;*/
	width: 998px; /*  700px Also specified in  .stripViewer .panelContainer .panel  below */
	margin: 0 auto;
	/*padding-top: 45px;	*/
	padding-top: 5px;	
	border: 5px solid #ff7800;
	-moz-border-radius:10px; -webkit-border-radius:10px; -opera-border-radius:10px;
	min-height:200px;
	/*position: relative;*/
	overflow: hidden;
	clear: both;
}

.content {
	float: left;
	width: 983px; /*850px;*/
	padding: 5px;
	margin-bottom: 55px;
}

.dupcontent {
	float: left;
	width: 983px; /*850px;*/
	padding: 5px;
	margin-bottom: 55px;
}

/*.content {
	float: left;
	width: 501px;
	padding: 0;
	margin-bottom: 55px;
}*/

.content h1 {
	position: relative;
	width: 498px;
	height: 28px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.content h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/title_main.gif);
	background-repeat: no-repeat;
}

.content h1.signup span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/title_signup.gif);
	background-repeat: no-repeat;
}

.content p {
	color: #3a0a00;
	font-size: 1.2em;
	line-height: 2;
	margin-bottom: 30px;
}

.content .btn.signup {
	background: url(../images/btn_signup.gif) no-repeat;
	margin-right: 15px;
}
.content .btn.register {
	background: url(../images/register.gif) no-repeat;
	margin-right: 15px;
}

.content .btn.findout {
	background: url(../images/btn_findout.gif) no-repeat;
}

.content .btn {
	float: left;
	width: 176px;
	height: 47px;
}

.content .btn:hover {
	background-position: -176px 0;
}

.content form {
	padding: 0;
}

.content form .leftcol {
	float: left;
	width: 228px;
}

.content form .rightcol {
	float: right;
	width: 228px;
}

.content form input {
	margin: 0 0 7px 0;
	border: 1px solid #3a0a00;
	font-size: 1.2em;
	color: #bb0000;
	padding: 5px 3px;
	width: 220px;
}

.content form input.captcha {
	width: 144px;
	margin-right: 5px;
}

.content form img.captchaimg {
	float: right;
}

.content form select {
	margin: 0 0 7px 0;
	border: 1px solid #3a0a00;
	font-size: 1.2em;
	color: #bb0000;
	padding: 5px 3px;
	width: 228px;
	float: left;
	clear: both;
}

.content form .chk {
	width: 15px;
	border: 0;
	margin-right: 3px;
}

.content form .btn {
	width: 98px;
	height: 31px;
	background: #920100 url(../images/btn_frm.gif) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	padding-bottom: 7px;
}

.content form .btn:hover {
	background-position: -98px;
}

.content form label {
	font-size: 1.2em;
	color: #6c1400;
	display: block;
	width: 180px;
}

.content form p {
	font-size: 1.1em;
	margin: 30px 0 0 0;
	color: #993300;
	width: 200px;
}

.content form p span {
	font-family: "Courier New", Courier, monospace;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.3em;		
}

.content form label span{
	font-family: "Courier New", Courier, monospace;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;		
}

.login {
	float: right;
	background: #ffbd56 url(../images/login_back.gif) repeat-x;
	border: 1px solid #a81d00;
	margin: 0 0 30px 0;
	padding: 20px 30px;
	width: 186px;
}

.login form {
	padding: 0;
}

.login fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.login input {
	margin: 0 0 7px 0;
	border: 1px solid #3a0a00;
	font-size: 1.2em;
	color: #bb0000;
	padding: 5px 3px;
	width: 160px;
	float: left;
	clear: both;
}

.login .chk {
	width: 15px;
	border: 0;
	margin-right: 3px;
}

.login .btn {
	width: 98px;
	height: 31px;
	background: #920100 url(../images/btn_login.gif) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	padding-bottom: 7px;
}

.login .btn:hover {
	background-position: -98px;
}

.login h2 {
	font-size: 1.8em;
	color: #bb0000;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

.login label {
	font-size: 1.2em;
	color: #6c1400;
	display: block;
}

.features_holder {
	background-color: #3a0a00;
	width: 100%;
	margin: 0;
}

.features {
	width: 998px;
	margin: 0 auto;
	padding: 30px 0;
}

.features img {
	margin-right: 49px;
}

.features img.last {
	margin-right: 0;
}

.footer {
	width: 998px;
	margin: 10px auto;
	font-size: 1.1em;
}

.copy {
	float: left;
}

.credits {
	float: right;
	color: #bb0000;
}

.credits a {
	color: #6c1400;
}

.credits a:hover {
	text-decoration: none;
}


/*NEW CODE BY  NILESH */


.lg_holder {
	width: 998px;
	margin: 0 auto;
	padding-top: 45px;
}


/*ADDED BY NILESH BIRE ON 16 Nov 09 Message boxes*/
.info, .success, .warning, .errors, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
/*.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}*/
.info {
background-color:#F3F3FF;
background-image:url(../images/info.png);
color:#000000;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.errors {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
/*End of code by NILESH BIRE ON 16 Nov 09 Message boxes*/