/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 13px;

}

body {
margin: 0px;
padding: 0px;
}

.full-table {
width: 100%;
height: 100%;
}

.full-row {
height: 100%;
}

a {
color: #7d2938;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.home-img {
background-image: url("images/home.jpg");
background-repeat : no-repeat;
}

.left-nav {
background-image: url("images/left-nav.jpg");
background-repeat : no-repeat;
}

.blank-blue {
background-image: url("images/blank-blue.jpg");
background-repeat : no-repeat;
background-position: top center;
}

.amenities-blue {
background-image: url("images/amenities-blue.jpg");
background-repeat : no-repeat;
background-position: top center;
}

.dukes-bar-blue {
background-image: url("images/dukes-bar-blue.jpg");
background-repeat : no-repeat;
background-position: top center;
}

.press-blue {
background-image: url("images/press-blue.jpg");
background-repeat : no-repeat;
background-position: top center;
}

.contact-blue {
background-image: url("images/contact-blue.jpg");
background-repeat : no-repeat;
background-position: top center;
}

.title {
background-image: url("images/title.jpg");
background-repeat : no-repeat;
background-position: top right;
padding-left: 30px;
color: #fff;
}

/* links */

.bot-nav a {
color: #91ccea;
text-decoration: none;
}

.bot-nav a:hover{
color: #91ccea;
}

/* background colours */

/* borders */

/* text */

.white-txt {
color: #fff;
}

.small-txt {
font-size: 11px;
}

.blue-txt {
color: #91ccea;
}

.brown-txt {
color: #7d2938;
}

/* Heading */