body {
	background-color: #710018;
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	margin: 0;
}

td, p, div, span, ul {
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 13px;
}


a {
	color: #C03;
	font-family: Georgia, Times, serif;
	font-size: 13px;
}
a:hover {
	color: #903;
}

h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
}


/* Header */
.hdrLeft .lang {
	background: #CECECE url(images/toplang_bg.gif) 0 0 no-repeat;;
	height: 50px;
	padding-right: 20px;
	text-align: right;
}
.hdrLeft .lang a {
	color: #8A8A8A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.hdrLeft .lang a:hover {
	color: #666;
}

.hdrLeft .menu {
	background-color: #9D0852;
}

.hdrRight .topsearch {
	background: #CECECE url(images/topsearch_bg.gif) 0 0 no-repeat;
	height: 50px;
	padding-right: 60px;
	text-align: right;
}
.hdrRight .topsearch input {
	background-color: #E7E7E7;
	border: 0;
	height: 18px;
	padding: 4px 2px 0 2px;
	width: 114px;
}

.hdrRight .toptext {
	background: #FFF url(images/toptext_bg.jpg) 0 bottom no-repeat;
	font-size: 14px;
	height: 190px;
	padding: 0 20px 20px 20px;
	text-align: justify;
	vertical-align: top;
}
.hdrRight .toptext h1 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	margin: 0 30px 5px 0;
	padding: 0;
	text-align: right;
}

/* Main menu */
#mmenu,
#mmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mmenu li {
	background: url(images/mmenu_item_bg.gif) 0 0px no-repeat;
	height: 24px;
	padding: 3px 35px 0px 0px;
	width: 150px;
	text-align: right;
}
#mmenu li a {
	color: #FFF;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#mmenu li a:hover {
	color: #DEADC5;
}

/* Sub menu */
.smenuTD {
	background-color: #9D0852;
	padding-bottom: 20px;
}

#smenu,
#smenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#smenu li.main {
	background: url(images/smenu_item_bg.gif) 0 0px no-repeat;
	height: 26px;
	margin: 5px 0;
	padding: 7px 0px 0px 35px;
	width: 185px;
}
#smenu li.main a,
#smenu li.main a:hover {
	color: #CE84A9;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
#smenu li {
	padding: 0px 0px 0px 35px;
}
#smenu li a {
	color: #FFF;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#smenu li a:hover {
	color: #DEADC5;
}



/* Content */
.content {
	background-color: #FFF;
	margin-top: 10px;
}

.pcontent {
	padding: 0px 20px 30px 20px;
	vertical-align: top;
}

h1 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0;
}
h3,
h3 a {
	color: #C03;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}



/* Footer */
.footer td {
	background-color: #E4E4E4;
	color: #666;
	font-size: 11px;
}
.footer a,
.footer a:hover {
	color: #666;
	font-size: 11px;
}


/* Forms */
form {
	margin: 0;
}

input, textarea {
	background-color: #E7E7E7;
	border: 1px solid #CCC;
	color: #666;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 2px 3px 4px;
}
select {
	background-color: #E7E7E7;
	border: 1px solid #CCC;
	color: #666;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 2px 2px 4px;
}

input.button {
	background-color: #C03;
	border: 0;
	color: #FFF;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	padding: 0 10px;
}



/* Images */
.imgRight {
	border: 1px solid #333;;
	float: right;
	margin: 4px 0 10px 10px;
}
.imgLeft {
	border: 1px solid #333;;
	float: left;
	margin: 4px 10px 10px 0;
}

.layoutTbl {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.layoutTbl td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.roseTbl {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.roseTbl td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
.roseTbl td.name {
	padding-bottom: 10px;
}
.roseTbl a img, .rosePics img {
	background-color: #eee;
	border: solid #ddd 3px;
}
.galleryTbl {
	margin: 15px 0;
}
.roseInfo td, .roseInfo th {
	text-align: left;
	padding: 2px 10px;
	font-size: 13px;
}