/* GENERIC STYLES ---------------------------------------------------------- */
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 150%;
	text-decoration: none;
	color: rgb(0,0,0);
	background-color: #150102;
	background-image: url(/images/website/body-bg.jpg);  
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed; }

img,
* img { border: 0px; }

form,
* form { margin: 0px; }


/* MAIN STRUCTURE ---------------------------------------------------------- */
#container {
	margin: 0 auto;
	background-image: url(/images/website/containerbg.jpg;); 
	border-left: 1px solid #e3d095 ;
	border-right: 1px solid #e3d095;
	background-color: #e3d095;
	width: 750px; }

#header {
	display: block;
	width: 750px; 
	background-image:url(/images/aff_header2.jpg); 
	background-repeat:no-repeat;
	}
	#header #contact{
		position:absolute;
		top:8px;
	}

#sidebar {
	float: left;
	width: 199px;
	text-align: center;
	background-color: #e3d095; }
	
	#sidebar img {
		margin:5px auto 5px auto; }

	/* Affiliate area ------------------------------------------------------ */
	#sidebar ul {
		width: 190px;
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0px; }

	#sidebar li {
		text-align: left;
		margin: 0 3px;
		padding: 0; }
		
		#sidebar li a {
			text-decoration: none;
			color: rgb(92,40,37);
			font-size: 1em;
			font-weight: bold; }
		
		#sidebar li a:hover { color: #720b0c; }

#content {
	float:right;
	padding: 0 0 25px 0;
	width: 550px;
	border-left: 1px solid #b28944;
	background-color: #f4eacf;
	background-image: url(/images/website/watermark.jpg);
	background-repeat: no-repeat;
	background-position: top right; }

#skyline {
	margin:0;
	width: 550px;
	text-align: right;
	/*border-left: 1px solid #b28944;*/
	background-color: #f3e6c7;
	/*clear: both; */
	float:right;
	}

/* Main Navigation --------------------------------------------------------- */
	#navBarWrapper {
		background-color: #d3b97a;
		width: 750px;
		background-image: url(/images/navigation/mainNav-li-bg.gif); }
	
	#mainNav {
		margin: 0px;
		padding: 0;
		width: 750px;
		list-style: none; }
		
		#mainNav li {
			float: left;
			background-image: url(/images/navigation/mainNav-li-bg.gif);
			background-repeat: repeat-x;
			width: 100%;
			text-align: center;}
		
			#mainNav li div {
				background-image: url(/images/navigation/mainNav-li-spacer-l-off.gif);
				background-repeat: no-repeat;
				background-position: left top; }

			#mainNav li a {
				padding: 0; 
				color: #50361D;
				display: block;
				width: 100%;
				height: 22px;
				background-image: url(/images/navigation/mainNav-li-spacer-r-off.gif);
				background-position: right top;
				background-repeat: no-repeat;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none; }
				
				#mainNav li a:hover {
					height: 22px;
					color: #720b0c;
					background-image: url(/images/navigation/mainNav-li-bg-over.gif);
					background-repeat: repeat-x;
					background-position: top left; }

		
		/* Hard code some widths here -------------------------------------- */
		#mainNav #mainNavHome,
		#mainNav #mainNavFAQ,
		#mainNav #mainNavContact,
		#mainNav #mainNavSignup,
		#mainNav #mainNavTerms,
		#mainNav #mainNavLogin { width: 100px; }
		
		#mainNav #mainNavVillento { width: 150px; }

/* Start sub navigation ------------------------------------------------------------ */
	.subNav {
		display:block;
		margin:10px 0 20px 0;
		padding:0px;
		width:100%;
	}
		.subNav li {
			float:left;
			list-style:none;
			margin-left:0px;
			padding-left:0px;
		}
		.subNav li .button02 {
			border: 1px solid rgb(178,137,68);
		}
/* End sub navigation ------------------------------------------------------------ */

/* Forms : Start ----------------------------------------------------------- */


label,
input,
textarea,
select,
.validation,
.personalDetails {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 150px;
	margin: 5px 5px 5px 20px; }

.validation {
	margin-left: 0px;
	color: #7f1000; }
/* for the signup page customvalidator summary control */
div .validation, #valTerms 
{
   margin: 5px 5px 5px 20px;  
   width: 80%;
}
#ValidationSummary 
{
    clear:both;
}

select {
	width: auto;
	margin-right: 0px; }

label {
	clear: both;
	font-size: 1em; }

input.btn {
	color: #95190f;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #c3a648;
	background-color: #e6d49c;
	margin: 5px 5px 5px 20px;
	cursor: pointer; }

/* Inline tables  ---------------------------------------------------------- */
	.borderedTable {
		margin-left: 20px;
		display: inline;
		padding: 4px;
		border-collapse: collapse;
		width: 90%; }
		
		.borderedTable th,
		.borderedTableHeader {
			font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: .9em;
			line-height: normal;
			vertical-align: top;
			text-align: center;
			color: #660000;
			background-color: #e3d095 !important;}
		
		.borderedTable tbody {
			border: 0px; }
	
		.borderedTable td {
			border: 1px solid #efd580;
			margin: 0px;
			padding: 4px;
			border-collapse: collapse;
			background-color: #f4eacf;
			line-height: normal;}

	.nonborderedTable {
		margin-left: 20px;
		display: inline;
		height: 100%;
		padding: 4px;
		border-collapse: collapse;
		width: 90%; }
			
		.nonborderedTable td {
			border: 0px;
			margin: 0px;
			padding: 4px;
			border-collapse: collapse; }

#hpTable p {
	margin: 0 12px 0 12px;
	color: #720b0c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px; }

	#hpTable p.hpLinks {
		margin: 4px 0 0 10px;
		font-size: 12px; }

.errors { display:none; }


/* TEXT STYLES ------------------------------------------------------------- */

.clearAll {
	clear: both;
	height: 1px; }

ul {
	list-style-type: circle;
	list-style-position: outside; }

.button02 {
	margin: 0 0 0 20px;
	padding: 2px 5px 2px 2px;
	width: 100px;
	border: 1px solid rgb(178,137,68);
	border-right: 5px solid rgb(178,137,68);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: rgb(114,11,12);
	background-color: rgb(227,208,149);
	background-image: url(/images/website/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor:pointer;
	text-decoration: none !important;
}
p .button02 {
	margin: 0px;
}

hr {
	margin: 20px 20px -5px 20px;
	border: 0px;
	border-top: 1px solid #b28944;
	height: 1px;
}


h1 {
	margin: 40px 0 40px 20px;
	font-family: Times New Roman, Georgia, serif;
	font-size: 3em;
	font-weight: normal;
	color: rgb(114,11,12);
	text-transform: capitalize;
}

h2 {
	display: block;
	margin: 0 20px;
	padding: 15px 5px;
	font-family: Times New Roman, Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	color: rgb(92,40,37);
	text-transform: uppercase;
	border: 1px solid rgb(178,137,68);
	background-image: url(/images/website/h2bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: rgb(227,208,149);
	clear:both;
}

h3 {
	margin: 30px 20px 0 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(114,11,12); }

#content p, #content img { padding: 0 20px; }

a,
a:link,
a:visited {
	text-decoration: underline;
	color: rgb(0,0,0); }

a:hover { color: rgb(114,11,12); }

.white { color:#FFFFFF !important; }

.required {
	float: left;
	margin: 0.5em 3px 0px 3px;
	color: #7F1000; }

blockquote {
	font-size: 8px !important;
	font-weight: normal; }

acronym { cursor: help; }