body {
	font-family: "segoe ui", arial, tahoma, verdana;
	font-size: 0.8em;
	margin-top: 25px;
	background-color: black;
	line-height: 1.5em;
}

body,td,th {
	color: #CCC;
}

p {
	text-align: justify;
}

ul {
	text-align: left;
}

img {
	border-color: #333;
}

img:hover {
	border-color: #444;
}

a:link {
	color: #0093DD;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0093DD;
}

a:hover {
	text-decoration: underline;
	color: #8bd5f5;
}

a:active {
	text-decoration: none;
}

.small-title {
	font-size: 0.9em;
	font-variant: small-caps;
	color: #0093dd;
	letter-spacing: 1px;
}

#footer {
	font-size: 0.85em;
	color: #373737;
	text-align: center;
}

#footer a {
	color: #373737;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #373737;
}

#footer a:hover {
	text-decoration: none;
	color: #4e4e4e;
}

#nav {
    float: left;
	width: 100%;
	overflow: hidden;
	position:relative;
}

#nav ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
    padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
	font-size: 1.2em;
	}
	
#nav ul li {
    display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	right: 50%;
	}

#nav ul li a {
    display: block;
	margin: 0;
	padding: 0;
    text-decoration: none;
	line-height: 35px;
}

#nav li a:hover {
	color: #8bd5f5;
	text-decoration: none;
}
	  
body#about li#about-link a,
body#gallery li#gallery-link a,
body#mehndi li#mehndi-link a,
body#services li#services-link a,
body#testimonials li#testimonials-link a,
body#contact li#contact-link a {
	color: #8bd5f5;
	background: url(images/lay-navarrow.png) bottom center no-repeat;
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
	color: #30a6da;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 25px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "segoe ui", arial, tahoma;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #8bd5f5;
	text-align: left;
}

.roundedbox {
	background: #222;
	border: 1px solid #333;
	padding: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px;
	}
	
.quotebox {
	background: #222;
	background-image: url(images/quote-start.png), url(images/quote-end.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
	border: 1px solid #333;
	padding: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 15px;
	}
	
.quotebox p {
	margin: 0;
}
	
#contact-form label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-variant: small-caps;
	}

#contact-form input, textarea, select {
	padding: 3px;
	color: #888;
	background: white;
	border: 1px solid #999;
	font-family: "Segoe UI", Arial, Tahoma;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	}

#contact-form input:focus, textarea:focus, select:focus {
	color: #222;
	background-color: #e0eef5;
	border: 1px solid #0093DD;
	}

#contact-form input .submit-button {
	width: 150px;
	color: black;
	border: 1px solid #DDD;
	font-weight: 900;
	}

.smallred {
	color: red;
	text-align: left;
	font-size: 0.7em;
	}
