@charset "UTF-8";
/* CSS Document */

/* Body Elements
************************************/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8D195;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/jpg/background.jpg);
	background-repeat: repeat-x;
}


/* Box Outs
************************************/

#main_container {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/jpg/main_container.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 800px;
	border: none;
	padding: 0;
	margin: 0 auto;
}

#title {
	padding: 0;
	float: left;
	margin: 0;
	width: 800px;
	height: 130px;
	position: relative;
	overflow: hidden;
}

#topnav {
	float: left;
	width: 800px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: none;
	overflow: hidden;
		text-align: right;
}

#footer {
	width: 800px;
	float: left;
	height: 40px;
	padding: 0;
	border: none;
	margin: 10px 0 0 0;
	line-height: 40px;
	color: #56381C;
	font-size: 10px;
	text-transform: uppercase;
	border-top: 3px solid #342211;
}

/* Links
************************************/

#topnav a {
	display: inline-block;
	color: #000000;
	padding: 0 15px 0 15px;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 16px;
}

#topnav a:hover {
	display: inline-block;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

a {
	color: #F1ECB5;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

body.section1 #topnav a.home,
body.section2 #topnav a.profile,
body.section3 #topnav a.jewellery,
body.section4 #topnav a.contactus,
body.section6 #topnav a.services,
body.section5 #topnav a.sitemap {
	display: inline-block;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

/* Forms
************************************/

fieldset {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
	border: none;
	width: 90%;
}

.genericbox {
	width: 95%;
}


/* Text
************************************/

.headline {
	font-size: 16px;
}

.date {
	color: #FFFFFF;
	font-size: 14px;
}

.gold_header {
	color: #A89368;
	font-weight: bold;
}

.yellow_text {
	color: #F1ECB5;
}

.red_text {
	color: #D9302C;
}

.green_header {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #6DB18F;
	font-size: 24px;
	line-height: 10px;
	padding: 0;
	margin: 15px 0 0 0;
}


/* Clearfix
************************************/

.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
