/*
-----------------------------------------------
Swansea Bay 
Author:www.imaginet.co.uk
Version:23 June 2008 
----------------------------------------------- */


/* Global Styles
----------------------------------------------- */

a {
   color:#7b35a2;
}


/* Page Structure
----------------------------------------------- */

html body {
   background-image:url("graphics/bodybg_purple.gif");
}




/* Masthead
----------------------------------------------- */

#masthead {
   background-image:url("graphics/mastbg_purple.gif");
}
#masthead .breaker {
   background-image:url("graphics/masthead_breaker_purple.gif");
}




/* Topnav 
----------------------------------------------- */

#topnav {
   background-image:url("graphics/topnav_bg_purple.gif");
}
#topnavleft {
  background-image:url("graphics/leftnav_top_purple.gif");
}
body#cy #topnavleft {background-image:url("graphics/leftnav_top_purple_cy.gif");}





/* Search
----------------------------------------------- */

table tr td#gobut input {
   background-image:url("graphics/gobut_purple.gif");
}





/* Tabs
----------------------------------------------- */

#tabs ul li {
   background-image:url("graphics/tab_right_purple.gif");
}
#tabs ul li a {
   background-image:url("graphics/tab_left_purple.gif");
}
#tabs ul li#active {
   background-image:url("graphics/tab_right_on_purple.gif");
}
#tabs ul li#active a {
   background-image:url("graphics/tab_left_on_purple.gif");
   color:#94030a;
}




/* Left Navigation 
----------------------------------------------- */

#leftnav {
   background-color:#8c54ab;
   background-image:url("graphics/leftnav_end_purple.gif");
}
body#cy #leftnav {background-image:url("graphics/leftnav_end_purple_cy.gif");}

#leftnav ul li {background-color:#c1a2d2;}

#leftnav ul li ul li a {background-image:url("graphics/leftnav01_purple.gif");}
#leftnav ul li ul li ul li a {background-image:url("graphics/leftnav01a_purple.gif");}





/* Box Type 01
----------------------------------------------- */

div.boxtype01 .boxtop {
   background-image:url("graphics/box01top_purple.gif");
}
#main div.boxtype01 ul li {
   background-image:url("graphics/bullet_small_purple.gif");
}




/* Box Type 02
----------------------------------------------- */

div.boxtype02 {
   background:#fff url("graphics/box02bg_purple.gif") repeat-y 0 0;
}
div.boxtype02 .boxtop {
   background-image:url("graphics/box02top_purple.gif");
}
div.boxtype02 h2 {
   color:#7b35a2;
}
#main div.boxtype02 ul li {
   background-image:url("graphics/bullet_small_purple.gif");
}
div.boxtype02 .bot {
   background:url("graphics/box02bot_purple.gif") no-repeat 0 bottom;
}




/* Content
----------------------------------------------- */

h2 {
   color:#7b35a2;
}
div.content ul li {
   background-image:url("graphics/bullet_small_purple.gif");
}
div.content table th, div.content table thead td {
   background-color:#7b35a2;
}


