/* Default Settings */

body {
	background: url('images/main_bg.gif');
	margin: 18px auto;
	text-align: center;
}

h1, h2, h3 {
	margin: 0 auto;
	font-weight: bolder;
	color: #3d0202;
}

p{
	margin: 15px;
	font-family: "Garamond";
	text-align: justify;
	line-height: 17px;
	font-size: 16px;
	color: #3d0202;
}

ul {
	text-align: justify;
	line-height: 22px;
	font-size: 13px;
}

img {
	border: none;
	margin: 6px 0;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

.blank {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

.loader{
	display:none;
}


/* Header settings */

#main-top {
	background: url(images/main-top.png) no-repeat;
	width: 900px;
	margin: 0 auto;
	height: 200px;
}

#logo-wrap {
	height: 140px;
	width: 820px;
	padding: 10px;
	margin: 0 auto;
}

#logo {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 140px;
	width: 300px;
	float: left;
}

#elegance-txt {
	background: url(images/elegance.png) no-repeat;
	height: 40px;
	width: 470px;
	float: right;
	margin-top: 100px;
}



/*------Top Navigation Menu-------*/

#nav-wrap {
	height: 30px;
	width: 820px;
	margin: 0 auto;
	border-top: 2px dotted #d01a1a;
	border-bottom: 2px dotted #d01a1a;
}

#menu {
	width: 820px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-left: 28px;
	height: 28px;
}	

#menu li:hover {
	display: block;
	height: 28px;
}

#menu a {
	display: block;
	padding: 5px 0 5px 0;
	letter-spacing: 0.3px;
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #d01a1a;
}

#menu a:hover { 
	text-decoration: underline; 
	color: black;
}

#menu .current_page_item {
	display: block;
	float: left;
	height: 28px;
	background:url(images/navbtn-over.png) no-repeat;
}

#menu .current_page_item a {
	color: black;
	text-decoration: underline;
}


/*Content Settings */

#mainpage {
	width: 900px;
	margin: 0 auto;
	background: url(images/main-bg.png);
}

#leftside {
	float: left;
	width: 230px;
	margin: 0 auto;
	display: block;
}

#leftside h1 {
	height: 25px;
	margin-bottom: 10px;
	background: url(images/leftheader.png) no-repeat;
	font-size: 22px;
	color: #ffffff;
}


/*  Side Navigation Settings  */	
	
#sidebar {
	margin: 10px 20px;
	width: 260px;
	border-right: 2px dotted #d01a1a;
}

#sidebar ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#sidebar ul.gap {
	margin: 30px auto;
	padding: 0;
	list-style: none;
}

#sidebar li {
	width: 220px;
	height: 25px;
	margin-bottom: 10px;
	padding: 0 10px;
	background: url(images/leftheader.png) no-repeat;
}

#sidebar a {
	display: block;
	margin-right: 3px;
	padding: 3px 0 3px 0;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration: none;
	font: bold 17px "Garamond";
	color: #3d0202;
}

#sidebar a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

#sidebar .current_page_item a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Right Side */

#rightside {
	width: 585px;
	margin: 10px auto;
	padding: 0 35px 0 0;
	float: right;
	display: block;
}
	

/* Content Posting */

.post {
	width: 95%;
	margin: 0 0 0 10px;
}

.post a {
	text-decoration: underline;
	font-weight: bolder;
	color: #d01a1a;
}

.post p {
	margin: 15px 15px 15px 10px;
	font-family: "Garamond";
	text-align: justify;
	line-height: 17px;
	font-size: 16px;
	color: #3d0202;
}

.post a:hover {
	text-decoration: none;
}

.post a:visited {
	color: #d01a1a;
}
	

.post h1 {
	font: bold 26px "Garamond";
	text-decoration: underline;
	color: #3d0202;
}

.post h2 {
}

.post span {
	text-decoration: none;
	font-weight: bold;
	color: #3d0202;
}

.post .entry {
	padding-top: 10px;
}

.post .entrybreak {
	padding-top: 10px;
	border-top: 2px dotted #d01a1a;
}

.post .entry a {
	font-weight: bolder;
	color: #d01a1a;
}

.post .entryleft {
	float: left;
	width: 260px;
	padding-bottom: 20px;
}

.post .entryright {
	float: right;
	width: 260px;
	padding-bottom: 20px;
}

.post span {
	text-decoration: none;
	font-weight: bold;
	color: #3d0202;
}

.post .meta {
	width: 95%;
	margin: 20px auto;
	padding: 5px 0 5px 0;
	word-spacing: 5px;
	border-top: 1px dotted #d01a1a;
	border-bottom: 1px dotted #d01a1a;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #3d0202;
}

.post .meta a {
	color: #3d0202;
	font-weight: normal;
}

.post .meta a:visited {
	color: #3d0202;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

.post .centertxt {
	text-align: center;
}

#flashPlayer {
	padding-top: 10px;
	display: block;
	text-align: center;
}


/* Contact Us Form */

.contact_form { 
	margin: 0 40px;
	padding: 0;
	font-size: 16px;
	font-family: "Garamond";
}

fieldset{
	margin-bottom: 10px;
	border: 1px solid grey;
}

fieldset legend {
	margin: 0 10px;
	padding: 0 2px;
}

.tcontactus {
	width: 95%;
	margin: 0 auto 10px auto;
}

.tcontactus tbody td {
	text-align: left;
	vertical-align: center;
	border-width: 2px;
	padding: 5px;

}

.tcontactus tbody td.label {
	text-align: right;
	vertical-align: center;
	border-width: 2px;
	padding: 5px;
	font-size: 16px;

}

.contact_form .align-btns {
	text-align: center;
	margin: 10px auto 0 auto;
}


input, textarea, select {
	font-family: "Garamond";
	font-size: 16px;
	color: #333333;
}


/*  Footer Settings  */


#main-btm {
	background: url(images/main-btm.png) no-repeat;
	width: 900px;
	height: 70px;
	margin: 0 auto;
}

#footer-wrap {
	width: 900px;
	margin: 0 auto;
}

#footer-wrap p {
	margin: 0 auto;
	text-align: center;
}
