body {background-image: url(/site_media/images/bg.gif);
background-repeat:repeat-x;
margin:0;}
#wrapper { 
border: 1px solid silver;
padding: 10px;
background-color:white;
left:50%;
margin-left:-500px;
padding:0;
position:relative;
width:1000px;
}


.top-actions { right: 10px; }
.tabs {padding-top: 0px;}
#header {padding-bottom:0px; }
#headerimage { 
height: 150px;
float: right;
background: #fff url(/site_media/images/headers/green.jpg);
background-repeat:no-repeat;
background-position:top;
width: 760px; 
}


div.spacer {  clear: both;  }

.green { background-color: #369426; }
.blue { background-color: #008885; }
.orange { background-color: #f77a1e; }

div#skypebutton { float: right; padding: 20px; }
div#skypebutton p { margin: 0px; }
div#skypebutton img { vertical-align: middle; }



div.latestnews { margin-bottom: 10px; border: 1px solid #DFD7D3;}

td.product_heading { background-color: #ccccff; height: 22px; font-size: 14px; font-weight: bold; }

/* root element for scrollable */ 
div.scrollable {   
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;     
 
    /* vertical scrollers have typically larger height than width */     
    height: 250px;      
    padding: 5px;
} 
 
/* root element for scrollable items */ 
div.scrollable div.items {     
    position:absolute; 
     
    /* this time we have very large space for height */     
    height:20000em;     
}

div.items { width: 150px; overflow: hidden;}


.videos{margin: 10px;}
.video-caption {padding: 10px; }


/* root element for the whole scrollable setup */
div.featuredscrollable {  
	position:relative;
	overflow:hidden;
	width: 495px;	 
	height:300px;
}

div.navi {
	margin-left: 257px;
	}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	/*border:1px solid #222;*/
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
	margin-left:0px;
	margin-right:0px;
}



/* single item */
#thumbs div {
	float:left;
	width:165px;
	height:300px;
	background:#fff url(/site_media/images/h150.png) repeat-x 0 200px;	
	/*color:#fff;*/
	/*border-left:1px solid #333; */
	cursor:pointer;
	
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;
	color: #fff;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#066;
	color: white;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:10px;
	font-size:10px;
	/*color:#fff;*/	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}



.tabs ul {
	background: transparent url(/site_media/images/nav_bg.gif) repeat-x scroll 0 0
}

.portlet-header {
background-color: #008885;
border: 1px solid silver;
color: #fff;
margin-bottom: 0px;
text-transform: none;
}

.cart-portlet .portlet-header {
background-color: #369426;
}

.latest-news .portlet-header {
border: 1px solid silver;
color: #fff;
}

.categories-portlet .portlet-header {
background: #f77a1e;
border: 1px solid silver;
color: #fff;
}
.article-photo { margin: 10px;}
.article-photos { float: right; text-align: center;}
.article-author {padding: 3px; font-style: italic; }
.article-pubdate {padding: 3px; font-size: 80%; }

.belowfooter { margin: 20px; float: right; }
.shareicons { display: inline; list-style-type: none; }

li.rss {
background:transparent url(/site_media/images/rss_icon.gif) no-repeat scroll right top;
display:inline;
line-height:35px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px 29px 30px 0;
}

li.twitter {
background:transparent url(/site_media/images/twitter_icon.gif) no-repeat scroll right top;
display:inline;
line-height:35px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 10px 0 0;
padding:5px 29px 30px 0;
}

li.facebook {
background:transparent url(/site_media/images/facebook.gif) no-repeat scroll right top;
display:inline;
line-height:35px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 10px 0 0;
padding:5px 29px 30px 0;
}

.portlet-body {
background:#ECECDE url(/site_media/images/diag_bg.gif) repeat scroll 0 0;
padding: 5px; 
}

.portlet a {text-decoration: underline;}

.staff-photos {float: right; text-align: center; }
staff-caption { text-align: center; }
.staff-photo {border: 1px solid silver; margin: 10px;}
.staff-member {padding: 10px;}
.staff-position {font-style: italic; }
.shoplocationdiv { padding: 20px; float: left; }
.shoplocation li {list-style-type: none; }
.comment {padding: 10px;}
#twitter_div {border: 1px solid #DFD7D3;}
#twitter_update_list { margin: 0px; overflow: hidden; }
#twitter_update_list li { padding-bottom: 5px;}
#twitter-link {color: #fff;}
.recentcomments {background-color: #369426; border: 1px solid #DFD7D3;}
.recentcomments ul { list-style-type: none; padding: 5px;}
.recentcomments ul li { margin: 0px; }
img.logo {height: 100px; }
div.logo { width: 165px;  float: left;}
#footer {
	text-align: center;
background-color:#F5F5F5;
color:#58585A;
margin-top:50px;
padding:10px 0;
}

.portlet-item {margin-left: 10px; }
.average-rating-portlet .portlet-body { background: none; }
.product-images .main-image {
border: none; 
}