/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*  TAGS  */

html{
	padding:0;
	margin:0;
	font-size:11px;	
}

body{
	padding:0;
	margin:0;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size:11px;
	line-height:130%;
	color:#754c24;
	text-align:center;
}

a{
	color:#754c24;
	text-decoration:underline;
}

a:hover{
	color:#754c24;
	text-decoration:none;
}

a.brown:link, a.brown:visited{
	color:#754c24;
	text-decoration:none;
}

a.brown:hover{
	color:#754c24;
	text-decoration:underline;
}


a.pink:link, a.pink:visited{
	color:#D5768E;
	text-decoration:none;
	font-weight:bold;
}

a.pink:hover{
	color:#D5768E;
	text-decoration:underline;
	font-weight:bold;
}

.clear {
	clear: both;
}


	#login_register_box_content{
		width:400px;
	}
	
	#login_register_box_content a{
		text-decoration:underline;
	}

	#login_register_box_content a:hover{
		text-decoration:none;
	}
	
	#login_register_box_content  h3{
		font-size:14px;
		font-weight:bold;
		text-align:left;
		padding:5px 0 15px 0;
		margin:0;
	}
	
	
	#login_register_box_content td{
		padding:3px 3px 3px 3px;
	}
	
	#login_box{
		
	}
	
	#register_box{
	}
	
	input.modal_form{
		padding: 2px 2px 2px 2px;
		border: solid 1px #60483B;
		color: #60483B;
		font-size: 12px;
	}
	textarea.modal_form{
		padding: 2px 2px 2px 2px;
		border: solid 1px #60483B;
		color: #60483B;
		font-size: 12px;
	}
	select.modal_form{
		padding: 2px 2px 2px 2px;
		border: solid 1px #60483B;
		color: #60483B;
		font-size: 12px;
		width:255px;
	}
	
	#modal_err{
		color:#FF0000;
		text-align:left;
	}
	
	.modal_err{
		color:#FF0000;
		text-align:left;
	}
	
	#error_ok_box{
		color:#009900;
		text-align:left;
	}

	#error_no_box{
		color:#ff0000;
		text-align:left;
	}
	
	#comments_box h2{
		font-size:14px;
		font-weight:bold;
		text-align:left;
		padding:5px 0 5px 0;
		margin:0;	
	}

	#comments_box h3{
		font-size:12px;
		font-weight:bold;
		text-align:left;
		padding:15px 0 5px 0;
		margin:0;	
	}



#footer_main{
	background:url('../img/footer-bg.jpg') repeat-x top center;
	width:100%;
	height:64px;
	padding:0;
	margin:0;
}

	#footer{
		background:url('../img/footer.jpg') no-repeat top center;
		width:774px;
		height:49px;
		padding:15px 28px 0 28px;
		margin:0 auto 0 auto;
		font-family:Tahoma,Geneva,Kalimati,sans-serif;
		color:#ac9c6d;
		font-size:10px;	
	}

		#footer a{
			font-family:Tahoma,Geneva,Kalimati,sans-serif;
			color:#ac9c6d;
			font-size:10px;
			text-decoration:none;
		}
		
		#footer a:hover{
			font-family:Tahoma,Geneva,Kalimati,sans-serif;
			color:#ac9c6d;
			font-size:10px;
			text-decoration:underline;
		}
		
		#footer_left{
			width:385px;
			padding:0;
			margin:0;
			float:left;
			text-align:left;
		}
		
		#footer_right{
			width:385px;
			padding:0;
			margin:0;
			float:left;
			text-align:right;
		}


a.partner-link{
	color:#998675;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.partner-link:hover{
	color:#998675;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}
	