/*
	Theme Name: baltic2
	Theme URL: http://www.balticblogdesign.com
	Description: Magazine is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress & Baltic Design
	Author URI: http://www.balticblogdesign.com
	Version: 1.0
	Tags: two-columns, fixed-width, sidebar-widgets, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #8FACDD;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(images/bg.gif);
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px;
	position:relative;
	z-index:10;
	}
	
#wrap2 {  
	background: #fff;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
}
#outerwrap {
	width:100%;
	position:relative;
	z-index:0;
	}
	
#tl_cloud { background:url(images/tl_clouds.png) no-repeat; width:481px; height:368px; position:absolute; top:-50px; left:0px; z-index:0;
}

hr {
	border: none;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	height: 0px;
	clear: both;
	}
	
.clear {
	clear: both;
	}
	
.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}

.tabber {
	display: none;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #0033CC;
	text-decoration: none;
	}
	
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	background: #FFFFFF url(images/topnav.gif);
	width: 990px;
	height: 50px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#topnavbar a:hover {
	text-decoration: none;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 28px 0px 0px 30px;
	}
	
.topnavbarright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 27px 30px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	}
	
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	height: 100px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 10px;
	margin: 0px;
	line-height: 20px;
	}
	
#header #imageheader {
	width: 340px;
	height: 80px;
	text-indent: -10000px;
	background: url(images/logo.png) left top no-repeat;
	}

#header #imageheader a {	
	display: block;
	width: 340px;
	height: 80px;
	}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 440px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.headerright {
	width: 500px;
	float: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	}

/************************************************
*	TopNav          							*
************************************************/

#topnav {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
	}
	
#topnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#topnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#topnav li a, #topnav li a:link {
	background: #484848;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
    margin: 0px 5px 0px 0px;
	padding: 8px 15px 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#topnav li a:hover {
	background: #6C6C6C;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 8px 15px 7px 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #6C6C6C;
	width: 150px;
	color: #FFFFFF;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#topnav li li a:hover {
	background: #484848;
	color: #FFFFFF;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}

#topnav li li { 
	}

#topnav li ul a { 
	width: 150px;
	}

#topnav li ul a:hover, #topnav li ul a:active { 
	}

#topnav li ul ul {
	margin: -30px 0 0 171px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover1 ul ul, #topnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover1 ul, #topnav li li.sfhover1 ul, #topnav li li li.sfhover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfhover1 { 
	position: static;
	}
	
#topnav .current_page_item a {
	background: #6C6C6C;
	color: #FFFFFF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: url(images/navbar_2.gif);
	width: 960px;
	height: 30px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}

#navbar p {
	margin: 0px;
	padding: 8px 0px 0px 15px;
	text-transform: uppercase;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	background: url(images/navside.gif) right no-repeat;
	color: #122754;
	display: block;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
    margin: 0px;
	padding: 9px 12px 9px 12px;
	}

#nav li a:hover, #nav li a:active {
	background: url(images/navhov.gif) right no-repeat;
	color: #122754;
	margin: 0px;
	padding: 9px 12px 9px 12px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #fcd64b;
	color: #000066;
	width: 150px;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 9px 10px 9px 10px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #08032d;
	color: #FFFFFF;
	margin: 0px;
	padding: 9px 10px 9px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	#navbar2 {
	background: url(images/navbar.gif) repeat-x;
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	z-index:20;
	}
	
#navbarleft {
	width: 805px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright {
	width: 100px;
	float: right;
	margin: 0px 8px 0px 0px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	}
	
#navbarright  a, #navbarright a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#navbarright a:hover {
	color: #333333;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}
	
#navbarright a img {
	border: none;
	margin: 1px 0px 2px 0px;
	padding: 0px;
	}

#nav2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav2 li a, #nav2 li a:link, #nav2 li a:visited {
	background: url(images/navlink.gif) right no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
    margin: 0px;
	padding: 8px 17px 7px 15px;
	}

#nav2 li a:hover, #nav2 li a:active {
	background: url(images/navhover.gif) right no-repeat;
	color: #fff;
	margin: 0px;
	padding: 8px 17px 7px 15px;
	text-decoration: none;
	}

#nav2 li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav2 li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#nav2 li li a, #nav2 li li a:link, #nav2 li li a:visited {
	background: #93afdf;
	color: #FFFFFF;
	width: 150px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	}
	
#nav2 li li a:hover, #nav2 li li a:active {
	background: #4776c5;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}

#nav2 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav2 li:hover ul {
	left: auto;
	display: block;
	}
	
#nav2 li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	Searchbar      								*
************************************************/

#searchbar {
	background: #4776C5;
	width: 960px;
	height: 44px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#searchbarleft {
	width: 350px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	}
	
#searchbarmiddle {
	width: 290px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#searchbarright {
	width: 295px;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	}
	
#searchbarright a, #searchbarright a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#searchbarright a:hover {
	text-decoration: underline;
	}
	
#searchbarright a img {
	border: none;
	margin: 0px 3px 1px 0px;
	padding: 0px;
	}	
	
#searchbarform {
	margin: 10px 0px 0px 0px;
	display: inline;
	overflow: hidden;
	}
	
#searchbarformheader {
	margin: 0px;
	}
	
#searchbarsearch {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 240px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 0px 3px 5px;
	margin: 0px 5px 0px 3px;
	border: 1px solid #666666;
	display: inline;
	}
	
#searchbarsubmit {
	background:#95A469 none repeat scroll 0 0;
border-color:#DDDDDD #666666 #666666 #DDDDDD;
border-style:solid;
border-width:1px;
color:#FFFFFF;
font-family:Arial,Tahoma,Verdana;
font-size:11px;
font-weight:bold;
margin:0 0 0 0px;
padding:3px;
cursor:pointer;
	}
	
#cat {
	background: url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 2px 2px 2px;
	margin: 0px 3px 0px 3px;
	border: 1px solid #666666;
	display: inline;
	}
	
.postform {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	display: inline;
	}
	
.rsslink {
	padding: 2px 5px 2px 15px;
	background: url(images/rss.png) no-repeat left center;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	line-height: 20px;
	position:relative;
	}
	
#ottpage {
	background:#bed0e6 url(images/mainsides.gif) repeat-y;
	width: 942px;
	margin: 30px auto 0px;
	padding: 20px 0px 10px 0px;
	line-height: 20px;
	position:relative;
	}
	
#maintop { background:url(images/maintop.gif) no-repeat; position:absolute; top:-20px; left:0px; z-index:0; width:942px; height:69px;
}
	
#homepage h1 {
	color: #000033;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage h1 a, #homepage h1 a:visited  {
	color: #202020;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}

#homepage h1 a:hover {
	color: #D51515;
	text-decoration: none;
	}

#homepage h2 {
	color: #fff;
	background:url(images/headertop.gif) no-repeat;
	width:296px;
	height:28px;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	left:0px;
	top:0px;
	padding:7px 0px 0px 0px;
	position:absolute;
	z-index:20;
	}
		
#homepage h3 {
	color: #fff;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	}
	
#homepage img {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
#homepage ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
	color:#95a469;
	}
	
#homepage ul li {
	margin: 0px 10px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
#homepageleft {
	float: left;
	background:#e2edff;
	width: 730px;
	margin: 0px 0px 0px 10px;
	padding: 16px 10px 16px 10px;
	position:relative;
	z-index:10;
	}
	
#ctl, #cbl, #ctr, #cbr {
position:absolute; width:8px; height:8px; color:#122754; background:#fff; overflow:hidden; font-style:normal; z-index:1;
}

#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
#homepageleft em b {position:absolute; font-size:52px; font-family:arial; color:#e2edff; line-height:30px; font-weight:normal;}
#homepageright em b {position:absolute; font-size:52px; font-family:arial; color:#fff8a7; line-height:30px; font-weight:normal;}
#contentleft em b {position:absolute; font-size:52px; font-family:arial; color:#fff; line-height:30px; font-weight:normal;}
.homebottomleft em b {position:absolute; font-size:52px; font-family:arial; color:#e2edff; line-height:30px; font-weight:normal;}
.homebottomlefttext em b {position:absolute; font-size:52px; font-family:arial; color:#e2edff; line-height:30px; font-weight:normal;}
.homebottommiddle em b {position:absolute; font-size:52px; font-family:arial; color:#fff8a7; line-height:30px; font-weight:normal;}
.homebottomright em b {position:absolute; font-size:52px; font-family:arial; color:#e2edff; line-height:30px; font-weight:normal;}
#ctl b {left:-3px; top:-8px;}
#ctr b {right:-3px; top:-8px;}
#cbl b {left:-3px; bottom:-10px;}
#cbr b {right:-3px; bottom:-10px;}
#homepageleft h2 {position:relative; z-index:100; text-align:center;}
#homepageright h2 {position:relative; z-index:100; width:180px; text-align:center; margin:0px; background: url(images/recent_top.gif) no-repeat top; height:26px; font-weight:bold; padding:5px 0px 0px 0px;}
#contentleft h2 {position:relative; z-index:100; text-align:center;}
.homebottomleft h2 {position:relative; z-index:100; text-align:center;}
.homebottomlefttext h2 {position:relative; z-index:100; text-align:left;}
.homebottommiddle h2 {position:relative; z-index:100; text-align:center;}
.homebottomright h2 {position:relative; z-index:100; text-align:center;}

#homepageleft p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color:#000033;
	}
	
#homepageright {
	float: right;
	background:#fff8a7;
	width: 180px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	z-index:10;
	}
	
#homepageright a { color: #000033; }
#homepageright a:hover { color: #FF6600; }
	
#homepageright h3 { position:relative; height:23px; background: url(images/recent_top_2.gif) no-repeat top; top:0px; width:180px; text-align: center; z-index:110; padding:2px 0px 0px 0px; margin:0px 0px 5px 0px; }
	
/************************************************
*	Homepage Bottom					     		* 
************************************************/

#home_categories { 
}

.pic { width:280px; height:80px; position:relative; }

.homebottom {
	width: 960px;
	margin: 10px auto 0px;
	padding: 20px 0px 20px 0px;
	height:100%;
  	background:url(images/divider.gif) no-repeat;
	}
	
.homebottom a { color: #000140; }
.homebottom a:hover { color: #FF6600; text-decoration:underline; }
	
.homebottom h1 {
	color: #202020;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

.homebottom h2 {
	color: #fca247;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 2px 2px 2px 2px;
	}	
	
.homebottom h1 a, #homebottom h1 a:visited  {
	color: #202020;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

.homebottom h1 a:hover {
	color: #D51515;
	text-decoration: none;
	}
	
.homebottom img{
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
	}
	
.homebottom ul {
	color: #FF3300;
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.homebottom ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
.homebottomleft {
	float: left;
	width: 280px;
	margin: -10px 5px 0px 10px;
	padding: 40px 10px 5px 6px;
	background:#e2edff;
	overflow: hidden;
	position:relative;
	height:100%;
	}
	
.homebottomleft img {
	float: left;
	border: 2px solid #999999;
	margin: 0px 0px 10px 0px;
	position:relative;
	z-index:15;
	}
	
.homebottomleft p {
	padding: 0px;
	margin: 0px;
	}
	
.homebottomlefttext {
	float: left;
	width: 924px;
	margin: -10px 5px 0px 10px;
	padding: 40px 10px 5px 6px;
	background:#e2edff;
	overflow: hidden;
	position:relative;
	height:100%;
	}
	
.homebottomlefttext img {
	float: left;
	border: 2px solid #999999;
	margin: 0px 0px 10px 0px;
	position:relative;
	z-index:15;
	}
	
.homebottomlefttext p {
	padding: 0px;
	margin: 0px;
	}

.homebottommiddle {
	float: left;
	width: 280px;
	margin: -10px 5px 0px 20px;
	padding: 40px 10px 5px 6px;
	background:#fff8a7;
	overflow: hidden;
	position:relative;
	height:100%;
	}
	
.homebottommiddle p {
	padding: 0px;
	margin: 0px;
	}
	
.homebottommiddle img {
	float: left;
	border: 2px solid #999999;
	margin: 0px 0px 10px 0px;
	position:relative;
	z-index:15;
	}
	
.homebottomright {
	float: right;
	width: 280px;
	background:#e2edff;
	margin: -10px 8px 0px 0px;
	padding: 40px 10px 5px 6px;
	overflow: hidden;
	position:relative;
	height:100%;
	}
	
.homebottomright img {
	float: right;
	border: 2px solid #999999;
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:15;
	}
	
.homebottomright p {
	padding: 0px;
	margin: 0px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	}
	
#contentleft {
	float: left;
	width: 608px;
	margin: 0px;
	padding: 0px;
	}

#contentfull {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1, #contentfull h1 {
	color: #111111;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#contentleft h1 a, #contentfull h1 a {
	color: #111111;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h1 a:hover, #contentfull h1 a:hover {
	color: #2F6CBA;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	position:relative; z-index:10;
	}
	
#contentleft h2, #contentfull h2 {
	color: #111111;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align:left;
	position:relative; z-index:10;
	}
	
#contentleft h2 a, #contentfull h2 a {
	color: #111111;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	position:relative; z-index:10;
	}

#contentleft h2 a:hover, #contentfull h2 a:hover {
	color: #2F6CBA;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	position:relative; z-index:10;
	}
	
#contentleft h3, #contentfull h3 {
	color: #111111;
	font-size: 16px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	position:relative; z-index:10;
	}
	
#contentleft h4, #contentfull h4 {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	position:relative; z-index:10;
	}
	
#contentleft h4 a {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	position:relative; z-index:10;
	}

#contentleft h4 a:hover {
	color: #B2265D;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	position:relative; z-index:10;
	}
	
#contentleft h5, #contentfull h5 {
	color: #111111;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h6, #contentfull h6 {
	color: #111111;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.post {
	margin: 0px 0px 50px 0px;
	}
	
.postarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}

.postarea .breadcrumb {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
	
.postarea ul ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	}
	
.postauthor p {
	margin: 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}

code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
	}
	
.archives {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
	
.adblock {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
.postcomments {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}
/************************************************
*	Shopwindow Products 					    * 
************************************************/
.sw_productlist ul {
	list-style-type: none;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

#shopwindow h3 { font: bold 12px Arial, Helvetica, sans-serif; margin-top:10px; }

.sw_productlist h3, .sw_productdesc h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0px 0;
}

.sw_productdesc p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}

li.sw_productentry {
	background: #ffffff url(../images/product_bg.gif) repeat-x top;
	position: relative;
	clear: both;
	height: 1%;
	min-height: 100px;
	width: auto;
	vertical-align: top;
	border: 1px solid #3295E1;
	padding: 10px;
	margin-bottom: 10px;
}
.sw_productentry { margin-bottom: 10px; border: 1px solid #ccc; padding:0 0 0 10px; }
.top10{ position:relative; }
.top10b30 { float:right; position:absolute; right:2px; bottom:30px; width:90px; font:Verdana, Arial, Helvetica, sans-serif bold; font-size:12px; }
.top10b20 { float:right; position:absolute; right:2px; bottom:20px; width:90px; font:Verdana, Arial, Helvetica, sans-serif bold; font-size:12px; }
.top10b5 { float:right; position:absolute; right:2px; bottom:-5px; width:90px; font:Verdana, Arial, Helvetica, sans-serif bold; font-size:12px; }
.top10b10 { float:right; position:absolute; right:2px; bottom:10px; width:90px; font:Verdana, Arial, Helvetica, sans-serif bold; font-size:12px; }


/* Style added as hack for IE6 which has issues with floated elements and background images.  IE ignores following style. */
html>body li.sw_productentry {
	height: auto;
}

.sw_productphoto {
	display: block;
	float: left;
	margin-right: 5px;
}

.sw_productdesc {
	margin: 0;
	padding:0 0px 10px;
}

.sw_productdesc ul {
	list-style-type: square;
	margin: 0;
}

.sw_productdesc ul li {
	background: none;
	margin-left: 18px;
	padding-left: 2px;
}

.sw_productcat {
	font-size: 12px;
	float:left;
	padding:5px 0px;
}

.sw_productcat a {
	text-decoration: underline;
}

.sw_productlogo {
	display: block;
	float: right;
}

.sw_productdivider {
	clear: right;
	display: block;
	height: 1px;
}

.sw_productbuy {
	float: right;
	bottom:0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	position:relative;
	width:280px;
	height:30px;
}
#sw_price { position: absolute; top:-15px; right:13px; }
#sw_buynow { position: absolute; top:2px; right:10px; }

.sw_productbuy img{
	margin-left: 10px;
}

.sw_error {
	clear: both;
	background: #fff url(../images/warning_icon.gif) no-repeat top left;
	padding-left: 60px;
	height: 50px;
	font-size: 12px;
	margin: 18px 0;
}


.sw_error h3 {
	font-size: 12px;
	color: #f00;
	margin: 0;
}



/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			            * 
************************************************/
	
#sidebar {
	float: right;
	width: 322px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #B2265D;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #B2265D;
	text-decoration: underline;
	}
	
#sidebar h2, #sidebar h4 {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar img {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar embed, #sidebar object {
	width: 300px; 
	height: 250px;
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	}
	
#sidebar .widget  {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color:#FF7505;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #2f6cba;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

.enews {
	background: #FFFFFF url(images/enews.gif) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Searchform  								*
************************************************/

#searchform {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: inline;
	}
	
#searchformheader {
	margin: 0px;
	}

#s {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 200px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 3px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
	}
	
#searchsubmit {
	background: #B2265D;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 3px 2px 2px 2px;
	border: 1px solid #B2265D;
	}

/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #FFFFFF url(images/footer.gif);
	width: 990px;
	height: 50px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/************************************************
*	eNews Subscribe								*
************************************************/

#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
	}
	
#subbutton {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;
	}
	
#submit {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #222222;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #F0E4E4;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #222222;
	}
	
.reply a:hover {
	background: #B2265D;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #B2265D;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
	
.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	0px;
	}

.tabberlive {
	margin-bottom: 10px;
	}

ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

ul.tabbernav li a {
	padding: 0px;
	border-bottom: none;
	text-decoration: none;
	}

ul.tabbernav li a:link {
	background: #DADADA;
	color: #222222;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 4px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

ul.tabbernav li a:visited {
	background: #DADADA;
	color: #222222;
	}

ul.tabbernav li a:hover {
	background: #F7F7F7;
	color: #222222;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a {
	background: #F7F7F7;
	color: #222222;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

ul.tabbernav li.tabberactive a:hover {
	background: #DADADA;
	color: #222222;
	}

.tabberlive .tabbertab {
	background: #F7F7F7;
	color: #222222;
	margin: 3px 0px 0px 0px;
	padding: 15px 15px 5px 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

.tabberlive .tabbertab h2 {
	display: none;
	}

.tabberlive .tabbertab h3 {
	display: none;
	}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
.tabbertab p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	}
	
/************************************************
*	Slider CSS									*
************************************************/
	
.img_box { width:128px; height:158px; margin: 2px 6px; float:left; padding-left:1px; }
.img_txt { width:128px; height:30px; margin:0 auto; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#4F91CD; }
.img_txt a { color:#4F91CD; text-decoration:none; }
.img_txt a:hover { color:#4F91CD; text-decoration:underline; }


#slider {
    width: 180px;
    margin: 0 auto;
    position: relative;
}
#slider img { border:none; }

.scroll {
    height: 209px;
    width: 180px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 209px;
    width: 180px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#fff; font-weight:bold;
}

ul.navigation li {
    display: inline;
    margin-right: 3px;
}

ul.navigation a {
    padding: 0px;
    color: #fff;
    text-decoration: none;
}

#white { position:relative; height:10px; }

ul.navigation a:hover {
	text-decoration: underline;
}

.scrollButtons {
    position: absolute;
    top:-23px;
    cursor: pointer;
	z-index:120;
	height:13px;
	width:15px;
}
.scrollButtons img { border:none; }
.scrollButtons.left {
    left: 5px;

}

.scrollButtons.right {
    right: -5px;
}

.hide {
    display: none;
}