* {
	font-size: 100.01%;
}
html {
	font-size: 62.5%;
	background:#1d0b03 url(../images/bg-body.png) repeat-x;
}
body {
	margin:0;
	font:1em Arial, Helvetica, Verdana, sans-serif;
	color:#373737;
	background:url(../images/bg-html.jpg) repeat-y 50% 0;
	min-width:1002px;
	position:relative;
}
a {
	text-decoration:none;
	color:#9f3700;
}
#content a {
	text-decoration:none;
	border-bottom: 1px dotted #9f3700;
	color:#9f3700;
}
#content a:hover {
	color: #d14b00;
	border-bottom: 1px solid #9f3700;
}
img {
	border:none;
}
h1 {
	color:#9f3700;
	font:2.4em/1.1666em Georgia, "Times New Roman", Times, serif;
	margin:0 0 2px;
}
h2 {
	color:#939393;
	font:1.4em Georgia, "Times New Roman", Times, serif;
	margin:0 0 20px;
}
input, select, textarea {
	font:14px/14px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border:none;
}
#wrapper {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-wrap.jpg) no-repeat 50% 0;
}
.w1 {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.container {
	display:table;
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#header {
	display:table-header-group;
	position:relative;
	z-index:2;
}
* html #header {
	position:absolute;
	top:0;
	left:0;
}
* +html #header {
	position:absolute;
	top:0;
	left:0;
}
#header .box {
	height:1%;
	padding:33px 96px 15px 11px;
}
#header .box:after {
	clear:both;
	content:"";
	display:block;
}
.logo {
	float:left;
	margin:0;
	position:relative;
	text-transform:uppercase;
}
.logo a {
	color:#fff;
	font-size:25px;
}
.logo cufon {
	float:left;
	margin:0;
}
.logo a:hover {
	text-decoration:none;
}
.logo .mark {
	color:#9c401c;
}
.strapline {
	float:left;
	clear:left;
	font-size:11px;
	font-style:italic;
	color:#7a6356;
	white-space:nowrap;
}
.contact {
	display: none;
	float:right;
	color:#9c401c;
	font-size:24px;
}
/*.compare {
	position:absolute;
	top:0;
	right:0;
	width:150px;
	height:144px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:1;
}
.compare a {
	display:block;
	height:100%;
	background:url(../images/text-compare-quotes.png) no-repeat;
	cursor:pointer;
}*/
.compare a{
	position:absolute;
	top:0;
	right:0;
	width:150px;
	height:144px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../images/text-compare-quotes.png) no-repeat;
	cursor:pointer;
	z-index:1000;
}
.compare a:hover {
	background:url(../images/text-compare-quotes-hover.png) no-repeat;
}
.visual {
	width:960px;
	padding:71px 0 0;
	background:url(../images/bg-visual-t.png) no-repeat;
}
.visual:after, .visual .b:after {
	clear:both;
	content:"";
	display:block;
}
.visual .c {
	background:url(../images/bg-visual.png) repeat-y;
	height:1%;
	position:relative;
	z-index:3;
}
.visual .t {
	background:url(../images/bg-visual-c.jpg) no-repeat;
	height:1%;
	position:relative;
}
.visual .b {
	height:1%;
	background:url(../images/bg-visual.png) no-repeat -960px 100%;
	padding:0 19px 32px;
	position:relative;
}
.visual .img {
	float:right;
	width:732px;
	padding:1px;
	background:#949494;
	position:relative;
	margin:-7px 0 0;
}
.visual .img img {
	display:block;
}
.visual .title {
	position:absolute;
	left:1px;
	bottom:1px;
	font:italic 20px Georgia, "Times New Roman", Times, serif;
	color:#e7e6e2;
	width:732px;
}
#header .visual .title .box {
	background:url(../images/bg-title.png);
	padding:21px 26px 23px;
	border-top:1px solid #574f4a;
}
.visual .title p {
	margin:0;
}
.visual .corner-tl, .visual .corner-tr, .visual .corner-bl, .visual .corner-br {
	position:absolute;
	width:5px;
	height:5px;
	top:0;
	left:0;
	background:url(../images/bg-corner-tl.gif) no-repeat;
	font-size:0;
	line-height:0;
}
.visual .corner-tr {
	left:auto;
	right:0;
	background:url(../images/bg-corner-tr.gif) no-repeat;
}
.visual .corner-bl {
	top:auto;
	bottom:0;
	background:url(../images/bg-corner-bl.gif) no-repeat;
}
.visual .corner-br {
	top:auto;
	left:auto;
	right:0;
	bottom:0;
	background:url(../images/bg-corner-br.gif) no-repeat;
}
.visual .img-holder {
	width:925px;
	overflow:hidden;
	padding:1px;
	background:#e9e9e9;
	margin:-6px 0 -14px -3px;
	position:relative;
	float:left;
	display:inline;
}
.visual .img-holder img {
	display:block;
}
.menu {
	float:left;
	width:169px;
	padding:6px 0 0;
}
.menu h2 {
	color:#9f3700;
	margin:0 0 12px;
	font:24px Georgia, "Times New Roman", Times, serif;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
}
.menu li {
	height:1%;
	vertical-align:middle;
	background:url(../images/bg-menu.gif) repeat-x;
	padding:2px 0 0;
	font-size:14px;
	line-height:14px;
}
.menu a {
	padding:10px 9px 8px 19px;
	display:block;
	width:141px;
	background:url(../images/ico-arrow.gif) no-repeat 4px -38px;
	color:#2d2420;
	white-space:nowrap;
}
.menu .active a, .menu .hover a, .menu li:hover a, .menu a:hover {
	background-color:#edeeed;
	background-position:4px 12px;
	text-decoration:none;
	color:#9f3700;
}
.menu li.active, .menu li.hover, .menu li:hover {
	position:relative;
}
.menu li.active .drop, .menu li.hover .drop, .menu li:hover .drop {
	display:block;
}
.menu .drop {
	left:100%;
	top:0;
}
.menu .drop ul {
	height:auto;
}
.menu .drop li {
	font-size:0;
	line-height:0;
	float:none;
	display:block;
	background:none;
	padding:0 0 1px;
	margin:0 0 -1px;
	height:auto;
	border-top:1px solid #b3b3b3;
}
.menu .active .drop a, .menu .hover .drop a, .menu li:hover .drop a, .menu .active .drop .drop a, .menu .hover .drop .drop a, .menu li:hover .drop .drop a {
	color:#7f6255;
	white-space:nowrap;
	display:block;
	float:none;
	padding:7px 14px;
	background:#ededed url(../images/none.gif);
	font-size:14px;
	line-height:14px;
	width:auto;
}
.menu .drop .active a, .menu .drop .hover a, .menu .drop li:hover a, .menu .hover .drop .drop a:hover, .menu li:hover .drop .drop a:hover {
	background:#f9faf9;
	color:#9f3700;
}
#nav {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:26px;
	top:-61px;
	z-index:100;
}
#nav li {
	float:left;
	font-size:12px;
	line-height:12px;
	display:inline;
	padding:0 0 3px;
}
#nav .active, #nav .hover, #nav li:hover {
	background:url(../images/bg-nav.gif) repeat-x 0 -42px;
	margin-right:-10px;
	position:relative;
}
#nav .hover, #nav li:hover {
	background:url(../images/bg-nav.gif) repeat-x 0 -126px;
	margin-right:-10px;
	position:relative;
}
#nav .active a, #nav .hover a, #nav li:hover a {
	background:url(../images/bg-nav.gif) no-repeat;
	color:#fff;
}
#nav .active span, #nav .hover span, #nav li:hover span {
	background:url(../images/bg-nav.gif) no-repeat 100% -84px;
	padding-right:35px;
}
#nav .active .drop .drop, #nav .hover .drop .drop, #nav li:hover .drop .drop {
	display:none;
}
#nav .active .drop, #nav .hover .drop, #nav li:hover .drop, #nav .drop .active .drop, #nav .drop .hover .drop, #nav .drop li:hover .drop {
	display:block;
}
#nav a {
	color:#b7aeac;
	float:left;
}
#nav a:hover {
	text-decoration:none;
}
#nav span {
	float:left;
	padding:12px 25px 12px 35px;
	cursor:pointer;
}
.drop {
	position:absolute;
	top:39px;
	left:0;
	display:none;
	width:999px;
	z-index:2;
}
.drop-inner {
	float:left;
	padding:0 1px 1px;
	background:#b3b3b3;
}
.drop .drop {
	left:95% !important;
	top:-1px;
	z-index:3;
}
* html .drop .drop {
	top:0;
}
.drop ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#nav .drop li {
	font-size:0;
	line-height:0;
	float:none;
	display:block;
	margin:0 0 -1px;
	padding:0 0 1px;
	border-top:1px solid #b3b3b3;
}
#nav .drop .active, #nav .drop .hover, #nav .drop li:hover {
	background:none;
	margin:0 0 -1px;
	padding:0 0 1px;
}
#nav .active .drop a, #nav .hover .drop a, #nav li:hover .drop a, #nav .active .drop .drop a, #nav .hover .drop .drop a, #nav li:hover .drop .drop a {
	color:#7f6255;
	white-space:nowrap;
	display:block;
	float:none;
	padding:7px 14px;
	background:#ededed url(../images/none.gif);
	font-size:14px;
	line-height:14px;
}
#nav .drop .active a, #nav .drop .hover a, #nav .drop li:hover a, #nav .hover .drop .drop a:hover, #nav li:hover .drop .drop a:hover {
	background:#f9faf9;
}
#main {
	display:table-footer-group;
	position:relative;
	z-index:1;
	background:url(../images/bg-main-c.png) repeat-y;
	width:100%;
}
.main-c {
	height:1%;
	padding:0 19px 0 22px;
}
.main-c:after {
	clear:both;
	content:"";
	display:block;
}
.main-frame {
	height:1%;
	padding:21px 6px 0 20px;
	background:url(../images/bg-sidebar.gif) repeat-y 638px 0;
}
.main-frame:after {
	clear:both;
	content:"";
	display:block;
}
#content {
	width:591px;
	float:right;
	padding:39px 0 0;
}
.main-frame #content {
	width:601px;
	float:left;
	padding:0;
}
#information-hold .content {
	padding:21px 6px 0 20px;
	min-height:400px;
}
#breadcrumb {
	float: right;
}
#breadcrumb a {
	color: #9f3700;
}
#breadcrumb span {
	margin-left: 2px;
	margin-right: 2px;
	color: #999;
	font-size: .9em;
}
.txt {
	height:1%;
	overflow:hidden;
	line-height:1.5em;
	font-size:1.2em;
}
.block .txt {
	font-size:1em;
	line-height:1.35em;
}
#content .alignright, #content .floatRight {
	float:right;
	width:208px;
	padding:3px 3px 2px 18px;
	position:relative;
}
#content .alignright img {
	display:block;
}
#content .alignright .mask {
	position:absolute;
	width:214px;
	height:214px;
	top:0;
	left:15px;
	background:url(../images/bg-mask.png) no-repeat;
}
.container p {
	margin:0 0 18px;
}
.container .more {
	float:right;
	margin:0 9px 0 0;
	padding:0 6px 5px;
	display:inline;
	font-size:13px;
	line-height:13px;
	font-style:italic;
}
.block {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-block.png) repeat-y -601px 0;
	margin:0 0 16px;
	font-size:1.2em;
}
.block .t {
	background:url(../images/bg-block.png) no-repeat;
}
.block .b {
	background:url(../images/bg-block.png) no-repeat -1202px 100%;
	height:1%;
	overflow:hidden;
	padding:16px 16px 12px;
	color:#33180b;
	line-height:1.35em;
}
.block p {
	margin:0 0 18px;
}
#content .txt h2 {
	font-size:1.3333em;
	color:#33180b;
	padding:0 0 5px;
	background:url(../images/bg-heading.png) no-repeat 0 100%;
	margin:0 0 15px;
}
.block .txt p {
	margin:0 0 2px;
}
.txt ul {
	list-style:none;
	margin:0 0 18px;
	padding:0;
}
.txt li {
	height:1%;
	vertical-align:top;
	background:url(../images/ico-point.gif) no-repeat 0 6px;
	padding:0 0 5px 8px;
	line-height:14px;
}
#sidebar {
	width:289px;
	float:left;
	padding:17px 0 0;
}
.main-frame #sidebar {
	float:right;
	padding:10px 14px 0;
	width:288px;
}
.list {
	list-style:none;
	margin:0 0 -11px;
	padding:0;
	float:left;
	position:relative;
	overflow:hidden;
}
.list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	margin:0 0 11px;
}
.list a {
	display:block;
	position:relative;
	height:1%;
	overflow:hidden;
	padding:1px 1px 33px;
	background:#b3b3b3;
	font-size:0;
	line-height:0;
}
.list a:hover {
	text-decoration:none;
}
.list img {
	display:block;
}
.list .btn {
	width:246px;
	position:absolute;
	bottom:0;
	left:0;
	padding:7px 35px 9px 8px;
	background:url(../images/bg-btn.png) no-repeat;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	cursor:pointer;
}
.section .list .btn {
	background:url(../images/bg-btn-inner.png) no-repeat;
}
.list .corner-t {
	position:absolute;
	height:9px;
	width:289px;
	font-size:0;
	line-height:0;
	background:url(../images/bg-corner-t.gif) no-repeat;
	top:0;
	left:0;
	cursor:pointer;
}
.section .list .corner-t {
	background:url(../images/bg-corner-t-inner.gif) no-repeat;
}
.cell {
	height:1%;
	overflow:hidden;
}
.box-holder {
	width:304px;
	overflow:hidden;
	margin:0 0 20px -17px;
	position:relative;
}
#sidebar .box {
	list-style:none;
	margin:0 0 0 17px;
	padding:0;
	float:left;
	width:135px;
	display:inline;
}
#sidebar .box h3 {
	color:#c0613c;
	font:1.8em Georgia, "Times New Roman", Times, serif;
	margin:0 0 14px;
}
.list-holder {
	height:1%;
	overflow:hidden;
}
.list-holder ul {
	list-style:none;
	margin:-1px 0 0;
	padding:0;
	height:1%;
	overflow:hidden;
	font-size:1.2em;
}
.list-holder li {
	height:1%;
	vertical-align:top;
	border-top:1px solid #854d2e;
	padding:7px 5px 7px 9px;
}
.list-holder a {
	color:#fff;
	display:block;
}
.list-holder ul li:hover {
	color:#fff;
	background: #0f0602;
}
.photo {
	width:286px;
	overflow:hidden;
	position:relative;
}
.photo img {
	display:block;
}
.photo .mask {
	font-size:0;
	line-height:0;
	width:286px;
	height:160px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg-img-mask.png) no-repeat;
}
.main-b {
	padding:16px 0 0;
	background:url(../images/bg-main-b.png) no-repeat;
	width:100%;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.section {
	width:939px;
	overflow:hidden;
	padding:17px 5px 15px;
	margin:0 0 0 5px;
	background:#d1cecc url(../images/bg-section-b.png) no-repeat 0 100%;
}
.section .list li {
	float:left;
	width:289px;
	padding:0 12px;
}
.information {
	width:711px;
	overflow:hidden;
	margin:18px auto 0;
	background:url(../images/bg-information.png) repeat-y -711px 0;
}
.information legend {
	padding:0;
	margin:0;
	width:681px;
	border:0;
	clear:both;
	display:block;
	text-indent:0;
	text-align:left;
	color:#9c401c;
}
* html .information legend {
	margin:0 0 0 -7px;
}
* +html .information legend {
	margin:0 0 0 -7px;
}
.information legend span {
	width:709px;
	display:block;
	padding:16px 15px 17px;
	font:1.8em/1em Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg-information.png) no-repeat;
	letter-spacing:-1px;
	word-spacing:2px;
}
.information .box-holder {
	margin:0;
	height:1%;
	width:auto;
	padding:16px 0 10px 25px;
	background:url(../images/bg-information-b.jpg) no-repeat 0 100%;
	clear:both;
}
.information .box {
	float:left;
	width:332px;
}
.information .row {
	height:1%;
	overflow:hidden;
	padding:0 0 5px;
}
.information .row .row {
	padding:0;
}
.information .row-box {
	float:left;
	width:324px;
	position:relative;
	padding:0 0 0 8px;
}
.row-item {
	width:100%;
	margin:0 0 0 -7px;
	float:left;
	display:inline;
}
.information .cell {
	float:left;
	width:152px;
	padding:0 0 0 8px;
	position:relative;
	overflow:visible;
}
.information .cell-2:after, .information .cell:after {
	clear:both;
	content:"";
	display:block;
}
.information .cell-1 {
	width:190px;
}
.information .cell-2 {
	width:122px;
	padding:0;
}
.information .cell-3 {
	width:120px;
}
.information .cell-4 {
	width:98px;
}
.information .cell-5 {
	width:78px;
}
.reveal .cell{
	margin-top: 5px;
}
.reveal .text {
	float: left;
	padding: 30px 0 0 8px;
	color:#999;
	font-weight:bold;
	font-size:1.1em;
}
.captcha-holder {
	float:left;
	width:246px;
	position:relative;
}
.captcha-holder .row-item {
	margin:0;
}
.captcha-holder .captcha {
	float:left;
	width:120px;
	height:40px;
	padding:2px;
	margin:0 6px 0 0;
	background:url(../images/bg-captcha.gif) no-repeat;
}
.captcha-holder img {
	display:block;
}
.information label {
	float:left;
	color:#999;
	font-weight:bold;
	font-size:1.1em;
	margin:0 0 3px 4px;
	padding:0 14px 0 0;
}
.information .mark {
	background:url(../images/ico-star.gif) no-repeat 100% 3px;
}
.information label span {
	font-weight:normal;
}
.information input:focus {
	outline:none;
}
.information .txt {
	float:left;
	width:132px;
	background:url(../images/bg-info-txt.png) no-repeat;
	padding:9px 10px 10px;
	clear:left;
}
.information .focus .txt {
	background:url(../images/bg-info-txt-hover.png) no-repeat;
}
.information .txt input {
	float:left;
	margin:0;
	padding:0;
	width:132px;
	border:0;
	background:none;
	font:11px/13px Tahoma, Geneva, sans-serif;
	color:#929aa1;
	position:relative;
}
.information .txt-long {
	width:292px;
	background:url(../images/bg-info-txt-long.png) no-repeat;
	padding:9px 10px 10px;
	overflow:hidden;
}
.information .txt-long input {
	float:left;
	margin:0;
	padding:0;
	width:292px;
	border:0;
	background:none;
	font:11px/13px Tahoma, Geneva, sans-serif;
	color:#929aa1;
	position:relative;
}
.information .focus input {
	color:#a23800 !important;
}
.information .focus .txt-long {
	background:url(../images/bg-info-txt-long-hover.png) no-repeat;
}
.information .txt-mdl-2, .information .txt-mdl {
	width:100px;
	background:url(../images/bg-info-text-mdl.png) no-repeat;
	padding:9px 10px 10px;
	overflow:hidden;
}
.information .txt-mdl-2 {
	background:url(../images/bg-info-text-mdl-2.png) no-repeat;
	width:93px;
}
.captcha-holder .txt-mdl-2 {
	margin:10px 0 0;
}
.information .focus .txt-mdl {
	background:url(../images/bg-info-text-mdl-hover.png) no-repeat;
}
.information .focus .txt-mdl-2 {
	background:url(../images/bg-info-text-mdl-2-hover.png) no-repeat;
}
.information .txt-mdl-2 input, .information .txt-mdl input {
	float:left;
	margin:0;
	padding:0;
	width:100px;
	border:0;
	background:none;
	font:11px/13px Tahoma, Geneva, sans-serif;
	color:#929aa1;
	position:relative;
}
.information .txt-mdl-2 input {
	width:93px;
}
.information .txt-short {
	width:58px;
	background:url(../images/bg-info-text-short.png) no-repeat;
	padding:9px 10px 10px;
	overflow:hidden;
}
.information .focus .txt-short {
	background:url(../images/bg-info-text-short-hover.png) no-repeat;
}
.information .txt-short input {
	float:left;
	margin:0;
	padding:0;
	width:58px;
	border:0;
	background:none;
	font:11px/13px Tahoma, Geneva, sans-serif;
	color:#929aa1;
	position:relative;
}
.information .text-area {
	width:302px;
	overflow:hidden;
	padding:11px 0 0 10px;
	background:url(../images/bg-info-textarea.png) no-repeat;
}
.focus .text-area {
	background:url(../images/bg-info-textarea-hover.png) no-repeat;
}
.information .text-area textarea {
	float:left;
	border:0;
	margin:0;
	padding:0;
	overflow:auto;
	background:none;
	max-width:302px;
	width:302px;
	height:44px;
	max-height:44px;
	color:#929aa1;
	position:relative;
	font:11px/13px Tahoma, Geneva, sans-serif;
}
.information .text-area textarea:focus {
	outline:none;
}
.information .focus textarea {
	color:#a23800 !important;
}
.information .calendar {
	float:left;
	width:17px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-calendar.jpg) no-repeat;
	margin:0 0 0 6px;
}
.information .note {
	height:1%;
	overflow:hidden;
	padding:7px 32px;
	font:11px/13px Tahoma, Arial, Helvetica, sans-serif;
	color:#a71d1d;
	background:#fff url(../images/bg-information.png) no-repeat -1422px 0;
}
.information .note p {
	margin:0;
	padding: 0 0 0 13px;
	background:url(../images/ico-star.gif) no-repeat 0 2px;
}
.information .short-sel {
	width:98px;
}
.information .middle-sel {
	width:102px;
}
.information .long-sel {
	width:122px;
}
.check-holder {
	width:100%;
	float:left;
}
.check-holder label {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	margin:10px 0 3px 4px;
	-moz-user-select:none; 
}
.focus .check-holder label {
	color:#a23800;
}
.information .sub-area {
	float:left;
	padding:12px 0 0 8px;
	overflow:hidden;
}
.information .sub-holder {
	float:left;
	height:26px;
	margin:33px 0 0 5px;
	display:inline;
	overflow:hidden;
}
.information .sub-holder .sub-btn {
	width:59px;
	height:52px;
	border:0;
	cursor:pointer;
	text-indent:-9999px;
	background:url(../images/btn.gif) no-repeat;
	float:left;
	margin:0;
	padding:0;
	vertical-align:top;
}
.information .sub-holder .sub-btn.hover, .information .sub-holder .sub-btn:hover {
	background-position:0 -26px;
}
.reveal .cell{
	margin-top: 5px;
}
.information .valid-cell {
	float:left;
	position:relative;
}
.information .valid-cell:after {
	clear:both;
	content:"";
	display:block;
}
.validation {
	position:absolute;
	left:0;
	top:0;
	height:14px;
}
.cell .validation {
	top:19px;
}
.cell-2 .validation {
	left:-7px;
}
.row-box .valid-cell .validation {
	top:2px;
}
.row-box .validation {
	top:20px;
}
.captcha-holder .validation {
	left:122px;
	top:29px;
}
.information .result img {
	position:absolute;
	left:0;
	top:50%;
	display:none;
}
.accept img.correct, div.error img.error {
	display:block;
}
#footer {
	padding:18px 24px;
	height:1%;
	overflow:hidden;
	font-size:11px;
	color:#80716a;
}
.nav {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.nav li {
	float:left;
	padding:0 6px 0 8px;
	background:url(../images/sep-nav.gif) no-repeat 0 2px;
	margin:0 8px 0 -8px;
}
.nav a {
	color:#80716a;
}
#footer p {
	margin:0;
	font-style:italic;
}

#nav {
	margin-right: 50px;
}

#sidebar {
	margin-bottom: 10px;
}

#sitemapLinks .drop {
  position:static;
  display:block;
  width:auto;
}
#sitemapLinks .drop-inner{
  background: none;
  margin-left:10px;
  padding: 2px 0;
}
#sitemapLinks ul {
  float: left;
}
#sitemapLinks li {
  list-style:circle;
  margin-left:10px;
  padding: 2px 0;
  float:none;
  clear:both;
}

.message_success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #17480c;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 2px #aaa solid;
	background-color: #f5e5bb;
}

.message_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4b1600;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 2px #4b1600 solid;
	background-color: #f5e5bb;
}
