/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/140% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 											
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0em 0 0.6em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
/* END INITIAL ************************************************************************/

p	{
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

div .par	{
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 70px;
	padding-right: 80px;
	text-align: justify;
}

h2	{
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3	{
	color: #7B7B7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.site_link	{
	color: #6E0509;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.site_link:hover	{
	color: #6E0509;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.rooms_link	{
	color: #6E0509;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.rooms_link:hover	{
	color: #6E0509;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.contact_text	{
	color: #7B7B7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

.contact_link	{
	color: #6E0509;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.contact_link:hover	{
	color: #6E0509;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.nightsbridge_button	{
 	background: transparent url('../images/nightsbridge_button.jpg') no-repeat;
	background-position: 0px 0px;
	height: 90px;
	width: 238px;
	display: block;
}

.nightsbridge_button:hover	{
	background-position: 0px -90px;
}

/*	NAVIGATION	*/
.current_home	{
	background: url(../images/home_button.gif) repeat 0px -11px;
	width: 55px; 
	height: 11px; 
	display: block;  
}
.current_home span { 
        display: none; 
}

a.button_home { 
        background:url(../images/home_button.gif) repeat 0px 0px; 
        width: 55px; 
        height: 11px; 
        display: block; 
}
a.button_home span { 
        display: none; 
}
a.button_home:hover  { 
        background: url(../images/home_button.gif) repeat 0px -11px; 
}
a.button_home:active	{
	background: url(../images/home_button.gif) repeat 0px -11px; 
}

/**************/

.current_rooms	{
	background: url(../images/rooms_button.gif) repeat 0px -11px;
	width: 62px; 
	height: 11px; 
	display: block;  
}
.current_rooms span { 
        display: none; 
}

a.button_rooms { 
        background:url(../images/rooms_button.gif) repeat 0px 0px; 
        width: 62px; 
        height: 11px; 
        display: block; 
}

a.button_rooms span { 
        display: none; 
}

a.button_rooms:hover { 
        background: url(../images/rooms_button.gif) repeat 0px -11px; 
}

/**************/

.current_activities	{
	background: url(../images/activities_button.gif) repeat 0px -11px;
	width: 71px; 
	height: 11px; 
	display: block;  
}
.current_activities span { 
        display: none; 
}

a.button_activities { 
        background:url(../images/activities_button.gif) repeat 0px 0px; 
        width: 71px; 
        height: 11px; 
        display: block; 
}

a.button_activities span { 
        display: none; 
}

a.button_activities:hover { 
        background: url(../images/activities_button.gif) repeat 0px -11px; 
}

/**************/

.current_gallery	{
	background: url(../images/gallery_button.gif) repeat 0px -11px;
	width: 59px; 
	height: 11px; 
	display: block;  
}
.current_gallery span { 
        display: none; 
}

a.button_gallery { 
        background:url(../images/gallery_button.gif) repeat 0px 0px; 
        width: 59px; 
        height: 11px; 
        display: block; 
}
a.button_gallery span { 
        display: none; 
}
a.button_gallery:hover { 
        background: url(../images/gallery_button.gif) repeat 0px -11px; 
}

/**************/

.current_comment	{
	background: url(../images/comment_button.gif) repeat 0px -11px;
	width: 80px; 
	height: 11px; 
	display: block;  
}
.current_comment span { 
        display: none; 
}

a.button_comment { 
        background:url(../images/comment_button.gif) repeat 0px 0px; 
        width: 80px; 
        height: 11px; 
        display: block; 
}
a.button_comment span { 
        display: none; 
}
a.button_comment:hover { 
        background: url(../images/comment_button.gif) repeat 0px -11px; 
}

/**************/

.current_contact	{
	background: url(../images/contact_button.gif) repeat 0px -11px;
	width: 63px; 
	height: 11px; 
	display: block;  
}
.current_contact span { 
        display: none; 
}

a.button_contact { 
        background:url(../images/contact_button.gif) repeat 0px 0px; 
        width: 63px; 
        height: 11px; 
        display: block; 
}
a.button_contact span { 
        display: none; 
}
a.button_contact:hover { 
        background: url(../images/contact_button.gif) repeat 0px -11px; 
}



/* WebWorX */
#wwx { 
	clear: both;
	color: #aaa; 
	font-family: verdana, san-serif; 
	font-size: 0.7em;
	padding: 0.5em 0 0.7em 0em;
	text-align: center;
}
#wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding: 0 0.3em 0.2em 0.3em;
}
#wwx_link { 
	color: #007700;
	font-family: verdana, arial, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link:hover {  
	color: #ff7700;
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link span {
	color: #FF7700;
}
#wwx_link:hover span { 
	color: #007700;
}

/* form */
.form wrapper {
	
}
.form_inputs {
	color: #8F8F8F;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	margin: 12px 0;
	text-align: right;
	width: 340px;
}
.form_inputs span {
	color: #690505;
	font-size: 16px;
}
.form_inputs input {
	border: solid #8C8C8C 1px;
	color: #313100;
	font-size: 13px;
	height: 20px;
}
.form_enquiry {
	color: #6C6D01;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.form_enquiry textarea {
	border: solid #8C8C8C 1px;
	color: #313100;
	font-family: verdana, sans-serif;
	font-size: 13px;
}
.textfield {
	color: #6C6D01;
}
.form_text {
	color: #dd5500;	font-size: 11px; font-weight: normal ; font-size: 12px;
	font-family: Verdana, sans-serif;	padding-top: 8px; padding-bottom: 8px;
}
.button {
	font-family: Arial, sans-serif; background-color: #690505; font-weight: bold;
	font-size: 12px; color: #ffffff; cursor: pointer; border: 1px solid #ffffff;	
}

