/*
WP Theme developed around Jeremie Tisseau's 'wp_yoghourt'
Theme URI: http://web-kreation.com/wp_yoghourt/
Thanks Jeremie.

AC30 Theme by Ian Weldon
*/

html, body {border: 0; margin: 0; padding: 0;}

body {
  font: normal 1.2em/1.2em arial;
color: #cf7a72;
/*
  font: 90%/1 arial, helvetica, sans-serif;
  line-height: 140%;
  */
  
 /*
 background: #000201 url(images/pagebg1.jpg) no-repeat;
*/
  
  background-color: #000201;
background-image: url(images/pagebg1.jpg);
background-repeat:  no-repeat;
	background-attachment: fixed;
  /* 
  background-position: 0 100px;
  */
  width: 100%;
  min-width: 970px;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  /* width: 97%; 
  clear: both; */
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top:0px;
  padding-bottom: 3px;
  /* letter-spacing: -1px; */
font: bold 1.3em/1.3em georgia;
color: #fffab8;
/*
text-transform:uppercase;  
  font: 2em tahoma, Georgia, "Times New Roman", Times, serif;
  color: #fafaf8;
*/
  /* background-color: transparent;  */
  border-bottom: 0px solid #877065;
}

h1 a {color: #fafaf8   /*#443833 */; 
text-decoration: none;}

h1 a:hover {
  color: #fafaf8  /*#6C574F*/;
  text-decoration: none;
  border: none;
}

h1 span {
	color: #fafaf8;
	font-size: 14px;
	padding-left: 10px;
}

h2, h1 {
  padding: 10px 0 3px 10px;
 
  background-color: transparent;
 /*
 letter-spacing: -1px;
  font: 1.4em bold arial, helvetica, sans-serif;
  font-weight: bold;
   color: #b7ceb2;

  font: bold 1.0em/1.1em georgia;
*/
font: 0.9em normal arial, helvetica, sans-serif;
  font-weight: normal;
color: #fffab8;
/*text-transform:uppercase;*/
}

h1 {
color: #fff;
padding: 0px 0 7px 10px;
}

h2{
padding: 10px 0 0px 10px;

}

h2.bg1, h1.bg1, h3.bg1{
background: url(images/bg1.jpg) #49204c;
background-image: url(images/bg1.jpg);
background-position: left;
background-repeat: repeat-y;
font-size: 1.0em;
padding: 10px 0 10px 10px;
border-bottom: 1px solid #47302f;
color: #eccd9b;
}

h3.bg2{
font-size: 0.75em;
padding: 6px 0 6px 10px;
background: url(images/bg1.jpg) #49204c  /* #450906  */;
background-image: url(images/bg1.jpg);
background-position: left;
background-repeat: repeat-y;
border-bottom: 1px solid #300b09  /*#47302f*/;
color: #eccd9b;
}

h3 {
font-size: 0.80em;
padding: 0px 0 0px 10px;
border-bottom: 0px solid #47302f;
color: #eccd9b;
 font-weight: normal;

/*
  padding: 7px 0 ;
  font: 1.1em georgia;
  font-weight: bold;
  color: #fffab8;
*/

}

p {margin: 0; padding: 10px 10px 10px 10px; color: #cf7a72; font-size: 0.70em}

p.notfound{padding: 15px 0 100px;}

ul, ol {margin: 0; padding: 0 0 20px 40px;}

ul {list-style: none;}

blockquote {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
}

code {
  display: block;
  width: 80%;
  background-color: #F5F4F3;
  border: #E2DBD8 1px solid;
  color: #666666;
  padding: 3px 5px;
  margin: 10px 0;
}

pre {
  padding: 1em;
  border: 1px dashed #2f6fab;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
}

small {font-size: 0.85em;}

img {border: none;}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

hr {
  display: block;
  clear: both;
  border-top: 1px dotted #E7E1DE;
  border-bottom: 1px dotted white;
  margin: 5px 20px 0;
}
/***** Links *****/

a {
  text-decoration: none;
  color: #eccd9b  /*fffab8*/;
  border-bottom: 1px;
}

a:hover {text-decoration: underline; color: #eccd9b  /*#443833*/;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; padding: 0;}

table tr td {padding: 2px;}
/***** Global Classes *****/

.clear {clear: both;}

.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/***** Main Layout ****/

#container {
 
  /*background: url(images/grill3.jpg) repeat-y;*/ 
  width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 0px solid #fff;
  
}

#wrapper {
  width: 970px;
  /* padding: 30px; */
  /* 
  background: url(images/bg.jpg) repeat-y top left;
  */
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}


/*========= MAIN TOP NAV ===============*/

#topnav{
float: left;
text-align: left;
border: 0px solid #fff;
padding: 0px 0px 0px 0px;
margin-left: 0px;
margin-top: 120px;
/*margin-right: 131px;*/
width: 800px; 
}

/* 
#topnav ul{
display: inline;
margin: 0px;
padding: 0px; 
text-align: left;
}


#topnav ul li{
color: #fff;
display: inline;
padding-right: 8px;
padding-left: 10px;
border-right: 1px solid #73806e;
}

#topnav ul li a{
padding: 0;
font-size: 0.6em;
font-weight: normal;
color: #73806e;
text-decoration: none;
}

#topnav ul li a:hover{
color: #d14e1d ;
text-decoration: none;
}

#topnav #currentpage a {
background: #fff;
color: #000;
}

#topnav li.end{
border-right: 0px;
}
*/

/* ===== */




/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  clear: left;
  width: 290px;
  text-align: left;
  color: white;
  margin-top: 200px;
}

/* Logo and Slogan */

#sidebar #sb_top {
  width: 260px;
  height: 240px;
  padding: 0 15px;
  /*
  background: url(images/sb_top1.jpg) no-repeat left top;
  
  background: url(images/sb_top2.jpg) no-repeat left top;
  */
  color: #A8948A;
  text-align: center;
  cursor: pointer;
}

#sidebar #sb_top a {
  display: block;
  width: 260px;
  text-decoration: none;
  color: #FFFF99;
}

#sidebar #sb_top a:hover {
  text-decoration: none;
  color: #FFFFBB;
  border:none;
}

#sidebar #sb_top img {
  border:none;
  border: none;
  padding:0;
  margin: 0;
}

#sidebar #sb_top .sb_logo {padding-top: 67px;}

/* End logo and Slogan */

#sidebar p {
  margin: 10px 0;
}  

#sidebar ul {list-style: none; margin: 0; padding: 0;}

#sidebar ul li {
  padding-left: 12px;
  text-align: left;
  width: 268px;
  list-style: none;
  display: block;
}

#sidebar ul ul {margin-bottom: 20px;}

#sidebar ul li h2 {
  color: #F5F1C2;
  background: url(images/bg_h2.png) repeat-x;
  min-height: 30px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 15px;
  font: 1.5em Georgia, "Times New Roman", Times, serif;
}

/*links*/
#sidebar ul li a {color: #FFFF99;}

#sidebar ul li a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#sidebar ul li img {
  border: 1px solid #302723;
  padding: 4px;
  background-color: #443833;
  Margin: 0;
}

#sidebar ul li img a {
  border: none;/*remove border for linked images*/
}

#sidebar ul li img a:hover {border: none;}

#sidebar ul li img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}

/***** Widgets *****/
#sidebar ul li.widget {
  padding: 0 15px 15px 27px;
  width: 238px;
  text-align: left;
  list-style: none;
  display: block;
}

#sidebar ul li.widget h2 {
	margin: 0 -15px;
}

#sidebar ul li.widget ul li {
  margin: 0;
  padding: 0;
  width: 228px;
  list-style: none;
}

/**** Main Menu ****/

#sidebar ul.navlist {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 268px;
  font-size: 16px;
}

#sidebar ul.navlist li {
  display: inline;
  line-height: 0px;/* fix the unwanted gap between li elements in FF */
}

#sidebar ul.navlist li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 2px 2px 2px 24px;
  text-decoration: none;
  border-top: 1px solid #705A52;
  border-bottom: 1px solid #3E322D;
}

#sidebar ul.navlist a:hover {
  color: #877065;
  background-color: #443833;
  border-bottom: 1px solid #3E322D;
}

#sidebar ul.navlist li a.noborder, #sidebar ul.navlist li a:hover.noborder {
  border-bottom: none;
}

#sidebar ul.navlist .current_page_item a, #sidebar ul.navlist .current_page_item a:hover {
  background: #443833 url(images/menu_arrow_active.jpg) no-repeat center left;
  cursor: default;
  color: #877065;
}
/*Copyright*/

#sidebar .copyright {
  display: block;
  margin: 60px auto 40px auto;
  padding: 5px 7px;
  width: 220px;
  text-align: center;
  background-color: #302723;
  border: 1px solid black;
  color: #877065;
}

#sidebar .copyright p {padding: 0;}

#sidebar .copyright a {color: #FFFF99;}

#sidebar .copyright a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/*feed*/

#sidebar ul.feed li {
  background: url(images/rss.jpg) no-repeat 20px 0;
  margin-bottom: 20px;
  padding-left: 45px;
  width: 180px;
}
/**** Header ****/

#top {
  /*
  background: url(images/bg_top.jpg) repeat-x top left;
  */
  display: block;
  float: left;
  clear: right;
  width: 680px;
  height: 40px;
  padding-top: 15px;
  color: white;
  text-align: right;
}

#top a {color: white;}

#top a:hover {
  border-bottom: 1px dotted white;
}
/**** Content ****/

#content {
  display: block;
  float: left;
  width: 960px;
  /* 
  background-color: white;
  */
  border: #fff 0px solid;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  margin-left: 0px;
}

/*
#content ul li {list-style: url(images/bullet.jpg);}
*/

#content img.alignleft,
#content img.alignright,
#content img.aligncenter,
#content #imgbox img
 {
  border: 1px solid #452422  /*#74433e*/ /*090100*/  /*371412*/ ;
  padding: 0px;
  /* background-color: #E7E1DE; */
  display: block;
}

#content img.alignleft {
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0px 0 10px;
/* padding-right: 50px; */

}

#content #full3col img.alignright {
  float: right;
  margin: 5px -10px 0 30px;

}

#content #imgbox{
float:right;
border:0px solid #fff;
margin-top: 16px;
margin-left: 15px;
}

#content img.aligncenter {
  margin: 10px auto;
  clear: both;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
  
  background: /* #55453E */ url(images/mastheadbg3.jpg) no-repeat center;
  
  height: 154px;
  color: white;
  padding: 0 30px 0px 4px;
}

#content #intro h1 {
  margin: 0;
  color: white;
  /* font-size: 36px; */
  border: none;
  padding: 35px 0 0 0;
}

#content #intro h2 {
  margin: 0;
  padding: 0 0 15px 0;
  color: white;
  font-size: 18px;
  font-weight: normal !important;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/* Navigation Next and Previous Post */

#content .navigation {
  display: block;
  clear: both;
  margin: 0 20px;
  margin-top: 10px;
  padding: 3px 10px;
}
/* Navigation Next and Previous Page */

#content .browse{
  display: block;
  clear: both;
  margin: 10px 20px 20px;
  padding: 3px 10px;
  text-align: center;
}
/* Calendar */

#content .calendar {
  Float: left;
  clear: left;
  background: url(images/calendar.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 20px;
}

#content .calendar .month {
  display: block;
  clear: both;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}

#content .calendar .date {
  display: block;
  clear: left;
  text-align: center;
  font-size: 30px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1px;
}
/* main content */

/*
#content .post {
  display: block;
  float: left;
  width: 450px;
  margin: 1px 0 40px 30px;
  padding: 0 15px;
  border: 0px solid #fff;
}
*/

#content .post {
  display: block;
  float: left;
  width: 960px;
  margin: 1px 0 40px 0px;
  padding: 0px;
  border: 0px solid #fff;
}

#content .post #full3col{
display: block;
  float: left;
  width: 945px;
  /*width: 450px;*/
  margin: 0px 0px 20px 5px;
  padding: 0px;
  border-top: 3px solid #1f0e21;
  text-align: top;
}

#content .post #leftcol {
  display: block;
  float: left;
  width: 300px;
  /*width: 450px;*/
  margin: 0px 20px 0px 5px;
  padding: 0 0px;
  border-top: 1px solid #452422;
border-right: 1px solid #452422;
border-bottom: 1px solid #300b09  /*23060b*/;
border-left: 1px solid #300b09  /*23060b*/;
  background: url(images/bg1.png) repeat  ;
}

#content .post #full3col #twocol {
  display: block;
  /*float: left;*/
  width: 620px;
  /*width: 450px;*/
  margin: 0px 20px 20px 5px;
  padding: 0 0px;
  border-top: 1px solid #452422;
border-right: 1px solid #452422;
border-bottom: 1px solid #300b09  /*23060b*/;
border-left: 1px solid #300b09  /*23060b*/;
  background: url(images/bg1.png) repeat  ;

}

#content .post #full3col #leftcol2col {
  display: block;
  float: left;
  width: 630x;
  /*width: 450px;*/
  margin: 0px 20px 0px 0px;
  padding: 0 5px;
  border: 1px solid #fff;
  /*background: url(images/bg1.png) repeat  ;*/

}


#content .post #post_midcol {
  display: block;
  float: left;
  width: 300px;
  margin: 0px 20px 0px 0px;
  padding: 0 0px;
  border-top: 1px solid #452422;
border-right: 1px solid #452422;
border-bottom: 1px solid #300b09;
border-left: 1px solid #300b09;
 background: url(images/bg1.png) repeat  ;
}

#content .post #post_rightcol {
  display: block;
  float: left;
  width: 300px;
  margin: 0px 0px 0px 0px;
  padding: 0 0px;
  border-top: 1px solid #452422;
border-right: 1px solid #452422;
border-bottom: 1px solid #300b09;
border-left: 1px solid #300b09;

  background: url(images/bg1.png) repeat  ;
}

/*
#content #rightcol {
  display: block;
  float: left;
  width: 300px;
  margin: 15px 0 40px 30px;
  padding: 0 15px;
  border: 1px solid #fff;
  background: url(images/bg1.png) repeat  ;
}
*/

#content .post .author {
  font-size: 75%;
  display: block;
  height: 15px;
  line-height: 15px;
  clear: both;
  margin-bottom: 15px;
  background: url(images/author.jpg) no-repeat left top;
  padding-left: 25px;
}
/* the links at the bottom of each posts */

#content .post .links {
  display: block;
  clear: both;
  width: 95%;
  background-color: #FAFAFA;
  border-top: #E2DBD8 1px dotted;
  border-bottom: #E2DBD8 1px dotted;
  color: #444444;
  padding: 3px 10px;
  font-size: 85%;
}

#content .post .links a {
  text-decoration: none;
  color: #666666;
}

#content .post .links a:hover {
  color: #666666;
  border-bottom: dotted 1px #666666;
}

#content .post .links .comment {
  background: url(images/comment.jpg) no-repeat left center;
  padding-left: 20px;
}

#content .post .links .feed {
  background: url(images/feed.jpg) no-repeat left center;
  padding-left: 20px;
}

#content .post .links .cat {
  background: url(images/categories.jpg) no-repeat left center;
  padding-left: 20px;
}

#content .post .links .tags {
  background: url(images/tags.jpg) no-repeat left center;
  padding-left: 20px;
}
/* Comments Template */

#comments-template{
  display: block;
  clear: both;
  margin: 0px 25px;
}

#comments-template p{line-height: 24px;}

#comments-template p.nocomments{padding: 0 15px;}

#comments-template h2, #comments-template h3{
  display: block;
  clear: both;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  letter-spacing: -1px;
  font: 2em Georgia, "Times New Roman", Times, serif;
  color: #443833;
  font-size: 140%;
  border-bottom: 1px dotted #877065;
}

h3 #comments, h3 #respond{padding: 0 0 0 15px;}

h3 #respond{padding: 30px 0 0 15px;}

#comments-template #commentlist {
  display: block;
  clear: both;
  border: 1px solid #E2DBD8;
  background: #F5F4F3 url(images/comment_bg.jpg) repeat-y left top;
  margin: 15px 0;
  padding: 0;
}

#comments-template #commentlist img, #comments-template #commentlist a img {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

#comments-template #commentlist .commentmetadata {
  display: block;
  float: left;
  clear: left;
  width: 118px;
  background: url(images/comment_arrow.jpg) no-repeat right 20px;
  padding: 5px 10px;
  font-size: 11px;
  text-align: center;
}

#comments-template #commentlist .avatar {
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 7px;
}

#comments-template #commentlist .commenttext {
  display: block;
  float: left;
  clear: right;
  width: 420px;
  padding: 5px 10px 5px 25px;
}
/* alternate comments */

#comments-template #commentlist.alt {
  display: block;
  clear: both;
  border: 1px solid #E2DBD8;
  background: #FAFAFA url(images/comment_bg_alt.jpg) repeat-y left top;
  margin: 15px 0;
  padding: 0;
}

#comments-template #commentlist.alt .commentmetadata {
  display: block;
  float: left;
  clear: left;
  width: 118px;
  background: url(images/comment_arrow_alt.jpg) no-repeat right 20px;
  padding: 5px 10px;
  font-size: 11px;
}

#comments-template #commentlist.alt .commenttext {
  display: block;
  float: left;
  clear: right;
  width: 420px;
  padding: 5px 10px 5px 25px;
}
/* End Comments Template */
/* wp-calendar */

#wp-calendar {
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 100%;
  color: #302723;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  color: #FFFF99;
}

#wp-calendar a:hover {
  background: #433732;
  color: #FFFF99;
  border-bottom: none;
}

#wp-calendar caption {
  font-size: 14px;
  text-align: center;
  margin-left: 15px;
}

#wp-calendar td {
  color: black;
  background: transparent;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {background: #433732;}

#wp-calendar td:hover, #wp-calendar #today {
  background: #433732;
  border: none;
  color: #FFFF99;
  border: none;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  /*
  height: 60px;
  */
  font-size: 80%;
  color: #6C574F;
  height: 52px;
  margin-left: -20px;
  /* background: #645038 url(images/guitar-effects2.gif) no-repeat left top; */
   /*
   background: #645038 url(images/sb_bottom1.jpg) no-repeat left top;
  
  background: #443833 url(images/sb_bottom.jpg) no-repeat left top;
  */
  }

#footer .contentfoot {
  display: block;
  float: left;
  width: 880px;
  height: 30px;
  padding: 5px 0;
  border-top: #877065 0px solid;
}

#footer .contentfoot ul{
font-size: 0.80em;
margin-left: 25px;
padding-left: 25px;
margin: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#footer .contentfoot ul li{
display: inline;
padding: 0px 8px 0px 6px; 
border-right: 1px solid #b57a52;
}

#footer .contentfoot ul li a{
color: #b57a52;
text-decoration: none;
}

#footer .contentfoot ul li a:hover{
color: #e0fa83;
text-decoration: none;
}

#footer .contentfoot li.end{
border-right: 0px;
}


#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}

#footer .backtotop {
  background: url(images/backtotop.jpg) no-repeat left top;
  float: right;
  clear: right;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#footer .backtotop a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
  font: 1em arial, helvetica, sans-serif;
  background-color: #877065;
  border: 1px solid #443833;
  line-height: 1.25em;
  padding: 0 0 0 2px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #55453E;
  background-color: #BDADA6;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  background: url(images/button.jpg) repeat-x center;
  color: white;
  padding: 0 7px;
  height: 23px;
  border: 1px solid #302723;
  cursor: pointer;
}
/*Search input*/

input.search {
  background: transparent url(images/search.jpg) no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}

/* ===================================== */

/*==============================================================*/


#option1, #option2{
    width: 840px;
    height: 21px;
    /*background: url(/images/buynow.jpg)  #fff;*/
    margin: 0px; padding: 0;

    position: relative;
    margin: 0px;
	border: 0px solid #fff}
    
    
    #option2{
    height: 70px;
    }
    
#option1{
float: left;
height: 21px;
background: url(images/menu1.jpg) no-repeat;
margin-left: 10px;
}

#option2{
background: url(images/spendvouchers.jpg);
}
    
#option1 li, #option2 li{
    margin: 0; padding: 0; padding-bottom: 0px; list-style: none;
    background: url(images/calltoaction.jpg);
	position: absolute; top: 0;    
    }
    
#basket_options li, #basket_options a, #option1 a, #option2 a{
    height: 21px; display: block;
    border: 0px solid #000; 
    }

#home{left: 2px; width: 61px; border: 0px solid #fff}
#news{left: 83px; width: 33px; border: 0px solid #fff}
#about{left: 134px; width: 42px; border: 0px solid #fff}
#weddings{left: 196px; width: 125px; border: 0px solid #fff}
#corporate{left: 340px; width: 66px; border: 0px solid #fff}
#galleries{left: 427px; width: 62px; border: 0px solid #fff}
#audiovideo{left: 508px; width: 86px; border: 0px solid #fff}
#testimonials{left: 617px; width: 79px; border: 0px solid #fff}
#contact{left: 717px; width: 51px; border: 0px solid #fff}
#links{left: 788px; width: 34px; border: 0px solid #fff}
  
  
 #home a:hover { background: transparent url(images/menu1.jpg) -2px -41px no-repeat;  border: 0px solid #fff }
#news a:hover { background: transparent url(images/menu1.jpg) -83px -41px no-repeat;  border: 0px solid #fff }
 #about a:hover { background: transparent url(images/menu1.jpg) -134px -41px no-repeat;  border: 0px solid #fff}
 #weddings a:hover { background: transparent url(images/menu1.jpg) -196px -41px no-repeat; border: 0px solid #fff  }
 #corporate a:hover { background: transparent url(images/menu1.jpg) -340px -41px no-repeat;  border: 0px solid #fff }
 #galleries a:hover { background: transparent url(images/menu1.jpg) -427px -41px no-repeat;  border: 0px solid #fff }
 #audiovideo a:hover { background: transparent url(images/menu1.jpg) -508px -41px no-repeat;  border: 0px solid #fff }
 #testimonials a:hover { background: transparent url(images/menu1.jpg) -617px -41px no-repeat;  border: 0px solid #fff  }
 #contact a:hover { background: transparent url(images/menu1.jpg) -717px -41px no-repeat;  border: 0px solid #fff }
#links a:hover { background: transparent url(images/menu1.jpg) -788px -41px no-repeat;  border: 0px solid #fff }
 
 #intro #topnav #option1#home a,#intro #topnav #option1#about a ,#intro #topnav #option1#weddings a,#intro #topnav #option1#corporate a,#intro #topnav #option1#galleries a,#intro #topnav #option1#audiovideo a,#intro #topnav #option1#testimonials a,
#intro #topnav #option1#contact a,#intro #topnav #option1#links a{text-indent: -999em; outline: none;}

    
  #spendvouchers a:hover {
    background: transparent url(images/spendvouchers.jpg) 0px -31px no-repeat;}
	
.wpaudio, .wpaudio a{
font-size: 1.0em;
color: #fff;
}

p.wpaudio, p.wpaudio a{
color: #fff;
}
