/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.preload1 {
	background: url(../img/menu/blank_over.gif);
}

.preload2 {
	background: url(../img/menu/blank_overa.gif);
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 17px;
	background: #fbfbe9;
	position: relative;
	z-index: 50;
	font-family: arial, verdana, sans-serif;
}

#nav li.top {
	display: block;
	float: left;
}

#nav li a.top_link {
	display: block;
	float: left;
	height: 15px;
	line-height: 16px;
	color: #4F6B1E;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px 0px 0px;
	cursor: pointer;;
	background-color: #fbfbe9;
}

#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 15px;
	border: 2px solid #4F6B1E;
	background-color: #ffffff;
}

#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 15px;
	border: 2px solid #4F6B1E;
	background: #ffffff url(../img/menu/arrow-down.gif) 90% 45% no-repeat;
}

#nav li a.top_link:hover {
	color: #4F6B1E;
	background-color: #ffffff;
}

#nav li a.top_link:hover span {
	background-color: #ffffff;
}

#nav li a.top_link:hover span.down {
	background: #ffffff url(../img/menu/arrow-down.gif) 90% 45% no-repeat;
}

#nav li:hover>a.top_link {
	color: #4F6B1E;
	background-color: #fbfbe9;
}

#nav li:hover>a.top_link span {
	color: #4F6B1E;
	border: 2px solid #4F6B1E;
	background-color: #fbfbe9;
}

#nav li:hover>a.top_link span.down {
	color: #4F6B1E;
	border: 2px solid #4F6B1E;
	background: #fbfbe9 url(../img/menu/arrow-down.gif) 90% 45% no-repeat;
}

/* Default list styling */
#nav li:hover {
	position: relative;
	z-index: 200;
}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul,#nav li:hover ul ul,#nav li:hover ul li:hover ul ul,#nav li:hover ul li:hover ul li:hover ul ul,#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
	{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li:hover ul.sub {
	left: 0;
	top: 21px;
	background: #fff;
	padding: 3px;
	border: 1px solid #4F6B1E;
	white-space: nowrap;
	width: 90px;
	height: auto;
	z-index: 300;
}

#nav li:hover ul.sub li {
	display: block;
	height: 15px;
	position: relative;
	float: left;
	width: 90px;
	font-weight: normal;
}

#nav li:hover ul.sub li a {
	display: block;
	font-size: 11px;
	height: 15px;
	width: 90px;
	line-height: 15px;
	text-indent: 5px;
	color: #4F6B1E;
	text-decoration: none;
}

#nav li ul.sub li a.fly {
	background: #fff url(../img/menu/arrow.gif) 80px 7px no-repeat;
}

#nav li:hover ul.sub li a:hover {
	background: #fbfbe9;
	color: #4F6B1E;
}

#nav li:hover ul.sub li a.fly:hover {
	background: #fbfbe9 url(../img/menu/arrow_over.gif) 80px 7px no-repeat;
	color: #4F6B1E;
}

#nav li:hover ul li:hover>a.fly {
	background: #ffffff url(../img/menu/arrow_over.gif) 80px 7px no-repeat;
	color: #4F6B1E;
}

#nav li:hover ul li:hover ul,#nav li:hover ul li:hover ul li:hover ul,#nav li:hover ul li:hover ul li:hover ul li:hover ul,#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
	{
	left: 90px;
	top: -4px;
	background: #fff;
	padding: 3px;
	border: 1px solid #4F6B1E;
	white-space: nowrap;
	width: 90px;
	z-index: 400;
	height: auto;
}

/* mac hide\*/
html,body {
	height: 100%
}

/* end hide */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 989px; /* for mozilla*/
	background-color: #cbd39a;
	/*background: url(../img/shutterstock_12180766.jpg);*/
	color: #808080;
}

#outer {
	height: 100%;
	min-height: 100%;
	width: 989px;
	text-align: left;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
	border-left: solid 2px #4f6b1e;
	border-right: solid 2px #4f6b1e;
	border-top: solid 2px #4f6b1e;
	border-bottom: solid 2px #4f6b1e;
}

html>body #outer {
	height: auto;
}  /*for mozilla as IE treats height as min-height anyway*/
#innerwrap { /* enables content first */
	float: left;
	width: 645px;
}

#header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 180px;
	background-color: #ffffff;
	z-index: 100;
}

#left {
	position: relative; /*ie needs this to show float */
	width: 170px;
	float: left;
	margin-top: 190px; /*needed to make room for header*/
	border-top: solid 1px #4f6b1e;
	border-right: solid 1px #4f6b1e;
		background-color: #fbfbe9;
}

#left-inner {
	width: 100%;
	height: 100%;
	float: left;
	border-top: solid 1px #4f6b1e;
	border-right: solid 1px #4f6b1e;
	background-color: #fbfbe9;
}

#right {
	position: relative; /*ie needs this to show float */
	width: 170px;
	float: right;
	margin-top: 190px; /*needed to make room for header*/
	border-top: solid 1px #4f6b1e;
	border-left: solid 1px #4f6b1e;
	background-color: #fbfbe9;
}

#right-inner {
	position: relative; /*ie needs this to show float */
	width: 100%;
	height: 100%; float : right;
	border-top: solid 1px #4f6b1e;
	border-left: solid 1px #4f6b1e;
	background-color: #fbfbe9;;
	float: right;
}

/*--------------------*/ /* 6.3 - Footer Area  */
	/*--------------------*/
#footer {
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 72px;
	margin-top: 0px;
	padding: 0.5em 0px 0.5em 0px;
	background-color: #4f6b1e;
/*	font-size: 1.0em; */
}

#footer p.info {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.45em;
/*	font-size: 125%; */
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.3em;
/*	font-size: 110%; */
	color: #FFFFFF;
}

.foot {
	text-decoration: none;
	background: url( ../images/foot_navigation_dot_FBFBE9.jpg )
		no-repeat 100% 50%;
	padding-right: 15px;
	margin-right: 10px;
}

.foot_last {
	text-decoration: none;
	background: url('');
}

* html #footer { /*only ie gets this style*/
	\height: 72px; /* for ie5 */
	he\ight: 70px; /* for ie6 */
}

div,p {
	margin-top: 0
}  /*clear top margin for mozilla*/
#centercontent {
	width: 100%;
	float: left;
	padding-top: 190px;
}

#clearfooter {
	width: 100%;
	height: 83px;
	clear: both
}

#clearfooter_explorer {
	width: 100%;
	height: 75px;
	clear: both
}

/*----------------------------*/ /*  header ads				  */
	/*----------------------------*/
.top_ads {
	text-align: center;
	clear: both;
	margin-top: 4px;
	padding-left: 20px;
	padding-bottom: 5px;
	/*	font-family: verdana, arial, sans serif;*/
	/* font-size: 1.0em; */
	/*	background-color: #fbfbe9;
	border-top: solid 2px #4f6b1e;
*/
	border-bottom: solid 2px #4f6b1e;
}

.footer_ads {
	clear: both;
	margin-top: 2px;
	padding: 5px;
	/*	font-family: verdana, arial, sans serif;*/
	/* font-size: 1.0em;; */
	background-color: #fbfbe9;
	border-top: solid 2px #4f6b1e;
	border-bottom: solid 2px #4f6b1e;
}

.mainmenu {
	padding-left: 60px;
	padding: 7px 10px 7px 10px;
	background-color: #fbfbe9;
	border-top: solid 2px #4f6b1e;
	border-bottom: solid 2px #4f6b1e;
}

/******************************************************************************/
	/* SPECIFIC CLASSES FOR LAYOUT 												  */
	/******************************************************************************/
.centercontent-container {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.content1-container {
	overflow: hidden;
	float: left;
	width: 100%;
	margin :   0px 0px 0px 0px;
	padding: 0px;
}

.content1-container-1col {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.content1-container-2col {
	overflow: hidden;
	float: left;
	width: 50%;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
}

.content1-container-3col {
	overflow: hidden;
	float: left;
	width: 33%;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

.content1-container-2-3col {
	overflow: hidden;
	float: left;
	width: 66%;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

.content1-container-col-40 {
	overflow: hidden;
	float: left;
	width: 40%;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

.content1-container-col-60 {
	overflow: hidden;
	float: left;
	width: 60%;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

/* Box layout */
.padding {
	float: left;
	padding: 5px;
}


.padding-middle {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.padding-left {
	float: left;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.padding-right {
	float: left;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.full_width {
	width: 100%;
}

.txtbox {
	float: left;
	overflow: hidden;
	margin: 0px;
}

.txtbox-bg {
	background-color: #fbfbe9;
}
.txtbox-bg2 {
	background-color: #eceebc;
}

.txtbox-border {
	border: solid 1px #4f6b1e;
}

.txtbox-border2 {
	border: solid 2px #4f6b1e;
}

/*--------------------*/ /* 6.1 - Content Area */
	/*--------------------*/ /* Titles and textboxes*/
.title-font1 {
	font-family: Verdana, Georgia, "Trebuchet MS", Arial, Helvetica,
		sans-serif;
	font-weight: bold;
}

.title-font2 {
	font-family: Georgia, Verdana, "Trebuchet MS", 'Courier New', Times, serif;
	/*
	font-family: Verdana, Georgia, "Trebuchet MS", Arial, Helvetica,
		sans-serif;*/
}

.title {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #4f6b1e;
}

.title-size7 {
	font-size: 32px;
}

.title-size6 {
	font-size: 24px;
}

.title-size5 {
	font-size: 18px;
}

.title-size4 {
	font-size: 16px;
}

.title-size3 {
	font-size: 14px;
}

.title-size2 {
	font-size: 12px;
}

.title-size1-2 {
	font-size: 11px;
}
.title-size1 {
	font-size: 10px;
}

.title-size1 {
	font-size: 9px;
}

.title-shade {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #fbfbe9;
}

.title-shade-border {
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 3px 10px;
	background-color: #fbfbe9;
	border-top: solid 1px #4f6b1e;
	border-bottom: solid 1px #4f6b1e;
}
.title-shade2-border {
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 3px 10px;
	background-color: #ffffff;
	border-top: solid 1px #4f6b1e;
	border-bottom: solid 1px #4f6b1e;
}

.img-shadow {
	float: left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right
		!important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.trans_bg {
	background: transparent url(../img/129127,1195081664,2.jpg) repeat
		scroll right top;
}

.gallery-list img {
	padding: 0;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	border: #bf335a solid 2px;
}

.gallery-list {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 8px;
}

.gallery-list A {
	color: #4f6b1e;
	font-weight: bold;
	font-size: 14px;
}

.text-list DIV {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 8px;
}

/*------------------*/ /* Text colors */ /*------------------*/
.txt-color1 {
	color: #8d8578;
}

.txt-color2 {
	color: #4f6b1e;
}

/* text */
.text_140_bold {
	font-weight: bold;
	font-size: 140%;
}

.text_120_bold {
	font-weight: bold;
	font-size: 120%;
}

.text_100_bold {
	font-weight: bold;
	font-size: 100%;
}

.text_80_bold {
	font-weight: bold;
	font-size: 80%;
}

/* Headings */
h1 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 300%;
}

h2 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 140%;
}

h4 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 130%;
}

h5 {
	margin: 0px 0px 0.2em 0px;
	font-weight: bold;
	font-size: 130%;
}

h6 {
	margin: 0px 0px 0.2em 0px;;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}

/* Paragraphs */
p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.3em;
	/*	font-family: arial, sans serif;*/
	/* font-size: 120%; */
}

p.readmore {
	margin: 0.5em 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.2em;
	text-align: right;
}

p.readmore a {
	background-color: #fbfbe9;
	color: #4F6B1E;
}

/* Lists */
ul.noindent {
	margin: 5px 0px 7px 15px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
	/*font-size: 120%;*/
}

ul.indent {
	margin: 5px 0px 7px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
	/*	font-family: arial;*/
	/*font-size: 120%;*/
}

ol {
	margin: 5px 0px 0px 9px;
	padding: 0px 0px 0px 25px;
	list-style-type: decimal;
	list-style-position: outside;
	/*font-size: 120%;*/
}

ul.linklist-noindent {
	margin: 5px 0px 0.5em 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2em;
/*	font-size: 140%;*/
}

ul.linklist-indent {
	margin: 5px 0px 0.5em 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height: 1.2em;
/*	font-size: 120%;*/
}

ul.linklist-indent-style {
	margin: 5px 0px 7px 15px;
	padding: 0px 0px 0px 10px;
	list-style-type: disc;
	line-height: 1.2em;
/*	font-size: 120%; */
}

ul.linklist-indent li {
	margin: 5px 0px 0px 0px;
}

ul.linklist-indent-style li {
	margin: 7px 0px 0px 0px;
}

ul.imagelist1 {
	list-style-image: url(../img/arrow.gif);
}

/* Images */
.img-left-noborder-notopmargin {
	float: left;
	margin: 0px 10px 0px 0px;
}

.img-left-noborder-topmargin {
	float: left;
	margin: 3px 10px 0px 0px;
}

.img-left-border-notopmargin {
	float: left;
	margin: 0px 10px 0px 0px;
	border: solid 2px #4f6b1e;
}

.img-left-border-topmargin {
	float: left;
	margin: 3px 10px 0px 0px;
	border: solid 2px #4f6b1e;
}

.img-right-noborder-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
}

.img-right-noborder-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
}

.img-right-border-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
	border: solid 1px rgb(150, 150, 150);
}

.img-right-border-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
	border: solid 1px rgb(150, 150, 150);
}

/*--------------------*/ /* 6.2 - Sidebar Area */
	/*--------------------*/
.sidebar {
	overflow: hidden;
	float: right;
	width: 160px;
	min-height: 500px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: rgb(75, 75, 75);
}

.sidebar-maintitle {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 2px 10px;
	background-color: #4f6b1e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.sidebar-title-noshade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border-top: solid 1px rgb(215, 215, 215);
	color: rgb(75, 75, 75);
	font-weight: bold;
	/*font-size: 120%;*/
}

.sidebar-title-shade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	background-color: rgb(215, 215, 215);
	color: rgb(75, 75, 75);
	font-weight: bold;
	/*font-size: 120%;*/
}

.sidebar-txtbox-noshade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
}

.sidebar-txtbox-shade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	background-color: rgb(235, 235, 235);
}

.sidebar-txtbox-noshade p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.25em;
/*	font-size: 110%;*/
}

.sidebar-txtbox-shade p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.25em;
/*	font-size: 110%;*/
}

/*-------------------*/ /* 6.4 - Hyperlinks  */ /*-------------------*/
.centercontent-container a,.content2 a,.content3 a,.sidebar-txtbox-noshade a,.sidebar-txtbox-shade a
	{
	color: #4F6B1E;
	text-decoration: none;
	border-bottom: dotted 1px #4f6b1e;
}

.centercontent-container a:hover,.content2 a:hover,.content3 a:hover,.sidebar-txtbox-noshade a:hover,.sidebar-txtbox-shade a:hover
	{
	color: #4f6b1e;
	text-decoration: none;
	border-bottom: solid 1px #4f6b1e;
}

.image-link A {
	text-decoration: none;
	border-bottom: solid 0px #4f6b1e;
	
}
.image-link a:hover {
	text-decoration: none;
	border-bottom: dotted 0px #4f6b1e;
}

.text-list A {
	color: #4f6b1e;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: solid 0px #4f6b1e;
}

.text-list a:hover {
	color: #4f6b1e;
	text-decoration: none;
	border-bottom: dotted 1px #4f6b1e;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
/*	border-bottom: dotted 1px #808080;*/
}

#footer a:hover {
	color: #808080;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
}

.link_and_image_note_mouseover {
	background-color: #FBFBE9 ;
	cursor: pointer;
	cursor: hand;
}
.link_and_image_note_mouseout {
	background-color: #ffffff;
}

/*
Borders
*/

.border {
	border: solid 1px #4f6b1e;
	border-collapse: collapse;
}

.noborder A {
	border: none;
}
.noborder A:hover {
	border: none;
}

.border-top-bottom {
	border-top: solid 1px #4f6b1e;
	border-bottom: solid 1px #4f6b1e;
	border-collapse: collapse;
}
.border-bottom {
	border-bottom: solid 1px #4f6b1e;
	border-collapse: collapse;
}



/*******************************/ /* SECTION 7 - GENERIC CLASSES */
	/*******************************/ /*-----------------------------*/
	/* 7.2 - Horizontal alignments */ /*-----------------------------*/
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/*---------------------------*/ /* 7.5  Bottom border colors */
	/*---------------------------*/
.line-box {
	border-bottom: solid 1px #4f6b1e;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
}

/*---------------------------*/ /* photo_gallery			 */
	/*---------------------------*/
.photo_gallery img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.photo_gallery div {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.photo_gallery_ads {
	padding: 5px;
	border: 1px solid #4f6b1e;
	background-color: #fbfbe9;
}

.pages {
	font-size: 10px;
	float: right;
	color: #4f6b1e;
}

.pagination A {
	PADDING-RIGHT: 0.5em;
	PADDING-BOTTOM: 0.2em;
	PADDING-LEFT: 0.5em;
	PADDING-TOP: 0.2em;
	DISPLAY: block;
	BACKGROUND: #fff;
	FLOAT: left;
	MARGIN-RIGHT: 0.1em;
	BORDER-RIGHT: #4f6b1e 1px solid;
	BORDER-TOP: #4f6b1e 1px solid;
	BORDER-LEFT: #4f6b1e 1px solid;
	BORDER-BOTTOM: #4f6b1e 1px solid;
	color: #4f6b1e;
	TEXT-DECORATION: none
}

.pagination A:visited {
	PADDING-RIGHT: 0.5em;
	PADDING-BOTTOM: 0.2em;
	PADDING-LEFT: 0.5em;
	PADDING-TOP: 0.2em;
	DISPLAY: block;
	BACKGROUND: #fff;
	FLOAT: left;
	MARGIN-RIGHT: 0.1em;
	BORDER-RIGHT: #4f6b1e 1px solid;
	BORDER-TOP: #4f6b1e 1px solid;
	BORDER-LEFT: #4f6b1e 1px solid;
	BORDER-BOTTOM: #4f6b1e 1px solid;
	color: #4f6b1e;
	TEXT-DECORATION: none
}

.pagination SPAN {
	PADDING-LEFT: 0.5em;
	PADDING-RIGHT: 0.5em;
	PADDING-TOP: 0.2em;
	PADDING-BOTTOM: 0.2em;
	DISPLAY: block;
	BACKGROUND: #fff;
	FLOAT: left;
	MARGIN-RIGHT: 0.1em;
	BORDER-RIGHT: #fff 1px solid;
	BORDER-LEFT: #fff 1px solid;
	BORDER-TOP: #fff 1px solid;
	BORDER-BOTTOM: #fff 1px solid;
}

.pagination SPAN.current {
	BACKGROUND: #4f6b1e;
	COLOR: #fff;
	FONT-WEIGHT: bold;
	MARGIN-RIGHT: 0.1em;
	BORDER-RIGHT: #4f6b1e 1px solid;
	BORDER-TOP: #4f6b1e 1px solid;
	BORDER-BOTTOM: #4f6b1e 1px solid;
	BORDER-LEFT: #4f6b1e 1px solid;
}

.pagination A:hover {
	BORDER-LEFT-COLOR: #4f6b1e;
	BORDER-BOTTOM-COLOR: #4f6b1e;
	BORDER-TOP-COLOR: #4f6b1e;
	BORDER-RIGHT-COLOR: #4f6b1e;
	BACKGROUND: #4f6b1e;
	COLOR: #fff;
}

.pagination A.nextprev {
	FONT-WEIGHT: bold;
}

.pagination SPAN.nextprev {
	COLOR: #4f6b1e;
}

.pagination SPAN.nextprev {
	BORDER: #4f6b1e 1px solid;
}

/*****************************/ /* SECTION 8 - MISCELLANEOUS */
	/*****************************/
.showcode {
	font-family: monospace;
	font-weight: bold;
	font-size: 13px;
	color: rgb(255, 0, 0);
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

br {
	clear: none;
}

/*****************************/ /* SECTION 9 - Titles */
	/*****************************/
#valkommen_title {
	height: 50px;
	text-indent: -9000px;
	background: url(../img/design_that_flatters.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 0px;
	margin-top: 1px
}
#brudklanning_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/brudklanning.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 20px;
	margin-top: 1px
}
#bordsplacering_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/bordsplacering.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 20px;
	margin-top: 1px
}
#om_brudbuketter_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/om_brudbuketter.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 120px;
	margin-top: 1px
}
#brudklanningar_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/brudklanningar.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 90px;
	margin-top: 1px
}

#brudens_makeup_title {
	height: 50px;
	text-indent: -9000px;
	background: url(../images/brudens_makeup.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 110px;
	margin-top: 1px
}
#valj_ratt_brudklanning_title {
	height: 50px;
	text-indent: -9000px;
	background: url(../images/valj_ratt_brudklanning.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 90px;
	margin-top: 1px
}

#brollop_i_tradgarden_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/brollop_i_tradgarden.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 120px;
	margin-top: 1px
}
#brasilien_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/brasilien.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 120px;
	margin-top: 1px
}

#blommor_till_brollop_title {
	height: 68px;
	text-indent: -9000px;
	background: url(../images/blommor_till_brollop.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 100px;
	margin-top: 1px
}
#skonhet_och_halsa_title {
	height: 68px;
	text-indent: -9000px;
	background: url(../images/skonhet_och_halsa.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 130px;
	margin-top: 1px
}
#brollopsfest_title {
	height: 68px;
	text-indent: -9000px;
	background: url(../images/brollopsfest.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 130px;
	margin-top: 1px
}
#brollopsresa_title {
	height: 68px;
	text-indent: -9000px;
	background: url(../images/brollopsresa.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 130px;
	margin-top: 1px
}
#brollopsklader_title {
	height: 68px;
	text-indent: -9000px;
	background: url(../images/brollopsklader.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 130px;
	margin-top: 1px
}

#festprogram_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/festprogram_till_brollop.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 40px;
	margin-top: 1px
}
#toscana_title {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/toscana.jpg) no-repeat;
	margin-bottom: 1;
	margin-left: 70px;
	margin-top: 1px
}