/* primary styles */
* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #1b683a;	/*font-size: 62.5%;*/
	}

fieldset {
	padding: 10px;
	margin: 10px;
	border: 1px solid #f0f0e6;
	width: 350px;
}
fieldset legend {
	color: #f0f0e6
}

label {
	font-size: 13px;
}

p {
	color: #000000;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 5px
	}

ul {
	padding-left: 30px;
	margin-bottom: 10px
}

font.required { display: none }

/* text styles */
h1 {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
}
h2 {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5em;
}
h3 {
	font-size: 1em;
	color: #C6CCA7;
	font-weight: bold;
	line-height: 1.5em;
}
h4 {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.5em;
}
a {
	color: #000000;
}
a:link {
	color: #99FF99;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}
a:visited {
	color: #99CC66;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
p.error {
	color: #ff9999
}
p.item_name {
	display: block;
	width: 55%;
	float: left;
	color: #669966;
	height: 20px;
	overflow: hidden
}
p.item_price {
	display: block;
	width: 45%;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	height: 18px;
	padding-top: 2px
}
p.item_description {
	font-size: 0.7em;
	clear: both
}

a.pdf {
	height: 33px;
	padding: 10px 0px 10px 40px;
	background: url('images/icon_pdf.gif') no-repeat
}

/* PHPList Styles */
div.required, .attributename {
	font-size: 0.8em
}
input, textarea, select {
	border: 1px solid black
}
input[type=submit] {
	padding: 3px 10px;
	margin: 5px 0px
}
li.list {
	margin-top: 5px
}
li.list b {
	display: inline;
	margin-left: 5px
}
li.list div.listdescription {
	margin-left: 18px
}

/* diffine areas */
#content {
	width: 820px;
	margin-left: 165px
}

#header {
	height: 188px;
	width: 100%;
	background-color: #FFFFFF;;
	margin-bottom: 10px
}
#logoHeader {
	background-image: url('images/maltcross_sign.gif');
	position: absolute;
	width: 136px;
	left: 0px;
	top: 0px;
	height: 188px;
}

#navigation {
	float: left;
	width: 145px;
}



/* columns */
.singlecolumn{
	margin: 0px 15px 0px 0px;
	width: 145px;
	display: block;
	float: left;
}
.doublecolumn{
	margin: 0px 15px 0px 0px;
	width: 305px;
	display: block;
	float: left;
}
.triplecolumn{
	margin: 0px 15px 0px 0px;
	width: 465px;
	display: block;
	float: left;
}
#minus_spacing{
	margin: 0px auto;
	width: 145px;
	left: -15px;
	display: block;
	position: relative;
	float: left;
}
.halfcolumn{
	width: 49%;
	display: block;
	float: left;
}
.twothirdcolumn{
	width: 66%;
	display: block;
	float: left;
}
.thirdcolumn{
	width: 25%;
	display: block;
	float: left;
}

#bannerblockdouble{
	margin: 0px;
	width: 445px;
	display: block;
	background-image: url('images/background_banner.jpg');
	height: 180px;
	padding: 10px;
}
#bannerblocksingle{
	margin: 0px;
	width: 285px;
	display: block;
	background-image: url('images/background_banner_1col.jpg');
	height: 180px;
	padding: 10px;
}


/*side nav bloc*/
/* top level */
ul {
	font-size: 0.8em;
	}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    border: none;
}
                
#navigation li {
	border-bottom: 1px solid #1B683A;
	margin: 0;
	background-color: #669966;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1B683A;
} 

#navigation li a {
	display: block;
	background-color: #669966;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
}



html>body #navigation li a {
    width: auto;
}

#navigation li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 4px 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#navigation li a.chosen {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 4px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
/*side nav bloc*/
/* 2nd level */
ul ul {
	font-size: 0.8em;
	}
#navigation ul ul li a {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 4px 0px 4px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1B683A;
}
html>body #navigation ul ul li a {
    width: auto;
}
#navigation ul ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 0px 4px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1B683A;
}
#navigation h4 {
	margin-top: 40px
}

#sideNavBlock{
	width: 100%;
}
#sideNavBlock h3 {
	margin-top: 10px
}
#sideNavBlock ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    border: none;
}
                
#sideNavBlock li {
	border-bottom: 1px solid #1B683A;
	margin: 0;
	background-color: #669966;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1B683A;
} 

#sideNavBlock li a {
	display: block;
	background-color: #669966;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
}



html>body #sideNavBlock li a {
    width: auto;
}

#sideNavBlock li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 4px 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#sideNavBlock li a.chosen {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 4px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
/*side nav bloc*/
/* 2nd level */
ul ul {
	font-size: 0.8em;
	}
#sideNavBlock ul ul li a {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 4px 0px 4px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1B683A;
}
html>body #sideNavBlock ul ul li a {
    width: auto;
}
#sideNavBlock ul ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 0px 4px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1B683A;
}

div.artsevents {
	width: 390px;
	margin-top: 15px;
	padding-left: 70px;
}
div.artsevents h2 {
	margin-top: 0px;
	line-height: 1.2em
}
div.artsevents h4 {
	margin-bottom: 0px
}
div.artsevents .cost {
	display: block;
	font-weight: bold
}
div.artsevents div {
	height: 64px;
	padding-left: 110px
}
div.ae_gig {
	background: url('images/icon_gig.png') no-repeat top left;
}
div.ae_aegallery {
	background: url('images/icon_gallery.png') no-repeat top left;
}
div.ae_miscevent {
	background: url('images/icon_misc.png') no-repeat top left;
}


/* logo home link block */
#logoHeader a {
	position: absolute;
	top: 0px;
	text-decoration: none;
	left: 0px;
	height: 0px;
	width: 0px;
} 
  
#logoHeader a i {
	visibility: hidden;
} 

#logoHeader a:hover {
	position: absolute;
	top: 0px;
	text-decoration: none;
	left: 0px;
	height: 0px;
	width: 0px;
	background-image: url('images/maltcross_sign.gif');
} 
a#home {
	border: none;
	height: 184px;
	width: 134px;
	left: 0px;
	top: 0px;
}
a#home:hover {
	border: none;
	height: 184px;
	width: 134px;
	left: 0px;
	top: 0px;
}





/* top nav block */
#navBlock {
	position: absolute;
	width: 480px;
	left: 170px;
	top: 78px;
	height: 109px;
}

#navBlock a {
	position: absolute;
	top: 0px;
	text-decoration: none;
	left: 0px;
	height: 0px;
	width: 0px;
} 
  
#navBlock i {
	visibility: hidden;
}
a#welcometop {
	background: url('images/nav_welcome.gif') no-repeat;
	border: none;
	height: 23px;
	width: 188px;
	left: 172px;
	top: 0px;
}
a#menu {
	background-image:  url('images/nav_menu.gif');
	border: none;
	height: 47px;
	width: 241px;
	left: 0px;
	top: 63px;
}
a#artsevents {
	background-image:  url('images/nav_artsevents.gif');
	border: none;
	left: 242px;
	position: absolute;
	height: 72px;
	width: 218px;
	top: 0px;
}
a#whatson {
	background-image:  url('images/nav_whatson.gif');
	border: none;
	left: 48px;
	position: absolute;
	height: 52px;
	width: 313px;
	top: 26px;
}

a#bonbons {
	background-image:  url('images/nav_bonbons.gif');
	border: none;
	position: absolute;
	height: 30px;
	width: 234px;
	left: 240px;
	top: 80px;
}
a#history {
	background-image:  url('images/nav_history.gif');
	border: none;
	position: absolute;
	height: 30px;
	width: 234px;
	left: 240px;
	top: 80px;
}
a#welcometop:hover {
	border: none;
	background-position: 0px -63px;
}
a#menu:hover {
	border: none;
	background-position: 0px -47px;
}
a#artsevents:hover {
	border: none;
	background-position: 0px -72px;
}
a#whatson:hover {
	border: none;
	background-position: 0px -52px;
}
a#bonbons:hover, a#history:hover {
	border: none;
	background-position: 0px -30px;
}

#banner_advert {
	width: 465px;
	height: 200px;
	float: left;
	overflow: hidden;
	position: relative
}
#banner_advert #banner_img_1, #banner_advert #banner_img_2 {
	width: 465px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#banner_advert #banner_img_1 img, #banner_advert #banner_img_2 img {
	border: none
}
#banner_advert #banner_img_2 {
	z-index: 2;
}

div.gallery {
	width: 150px;
	height: 150px;
	background: url('images/background_gallery.jpg') no-repeat;
	float: left;
	margin: 10px 5px 10px 0px;
	cursor: pointer
}
div.gallery h3 {
	color: #1B683A;
	text-align: center;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	font-size: 0.9em;
	line-height: 100%;
	height: 150px;
	height: 135px;
	background: url('images/icon_gallery.png') no-repeat bottom center
}
div.gallery img {
	margin: 0px 0px 0px 25px
}

div.gallery_image {
	float: left;
	margin: 5px
}