

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/backgrounds/topbackgroundrepeat_white.png) left top repeat-x ;
	background-color: #E6E6E6;
}

.Cleaner {
	clear: both;
}

.CleanerLeft {
	clear: left;
}

#Wrap {

}

#WebSite {
	margin: 0px auto;
	width: 970px;
	clear: both;
	padding: 0px 0px 0px 0px;
}

#Header {
	float: left;
	width: 950px;
	padding: 18px 0px 17px 0px;
	margin: 0px 10px 0px 10px;
}

#Menu {
	clear: both;
	margin: 0px 15px 4px 15px;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#D70514), to(#D70514));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #D70514, #D70514);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D70514, endColorstr=#D70514, GradientType=0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D70514, endColorstr=#D70514, GradientType=0)";	
	height: 38px;
	
	background-color: #D70514;
}

#Content, #Content_Home {
	padding: 4px 4px 0px 4px;
	margin: 20px 0px 0px 0px;
}

#Footer {
	background: url(../images/footer/bottom_background_white.png) center top repeat-x;
	width: 100%;
}

/* --- Start of MainMenu Styles --- */

.MainMenu {
	background: url(../images/menu/mainmenu_white.png) no-repeat;
	width: 940px;
	height: 38px;
	font: bold 14px 'Arial', 'Arial';
	text-transform: uppercase;
}

#MainMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#MainMenu ul li {
	display: inline;
	padding: 0px 11px 0px 15px;
	margin: 0px;
	background: url(../images/menu/menubullet.png) left top no-repeat;
	float: left;
}

#MainMenu ul li.first {
	background: none;
	padding: 0px 11px 0px 0px;
	
}

#MainMenu ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#333333)";		
}

#MainMenu ul li a:hover {
	text-decoration: none;
	color: #E0E0E0;
}

/* --- Start of Search form Styles --- */

#searchform {
	display: block;
	margin: 0px 6px 0px 0px;
	padding: 7px 0px 3px 3px;
	font-weight: bold;
	float: right;
}

#ArticleContent #searchform {
	float: left;
}


#searchform #s:focus {
	background: url(../images/forms/search_input_on.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


#searchform #s {
	background: url(../images/forms/search_input.png);
	background-repeat: no-repeat;
	border: none;
	padding: 3px 2px 3px 7px;
	width: 153px;
	font-family: Arial;
	font-size: 12px;
	margin: 0px -4px 5px 0px;
	height: 17px;
}


#searchform div {
	display: inline;
}

#searchform #searchsubmit {
	background: url(../images/buttons/search_butt.png) no-repeat;		
	width: 64px;
	padding: 5px 0px 5px 0px;
	border: 0px;
	font: 10px 'Arial', 'Arial';
	text-transform: uppercase;
	color: #D70514;	
}

#searchform .screen-reader-text {
	display: none;
}

/* --- Start of DropDown form Styles --- */

.DropDown {
	background: url(../images/dropdown/dd_toprightline.png) right top no-repeat;
	/*width: 200px;*/
	display: none;
	position: absolute;
	left: 0px; 
	top: 0px;
	z-index: 3;
	margin-left: 14px;
}


.DDTitle {
	background: url(../images/dropdown/dd_topleft.png) no-repeat;			
	padding:  6px 0px 14px 6px;
	font: bold 14px/14px Arial;
	color: #D70514;
	text-transform: uppercase;
		
}

.DDTitleContent {
	background: url(../images/dropdown/dd_topright.png) right top no-repeat;			
	padding: 6px 8px 10px 0px;
	cursor: pointer;
	
}

.DDTitleContent a {
	text-decoration: none;
	
}

.DDContent, #MainMenu .DDContent {
	padding: 0px 0px 0px 6px;
	margin: 13px 0px 0px 0px;
	background: url(../images/dropdown/dd_bottomleft.png) left bottom no-repeat;			
	display: block;
}

.DDContent ul, #MainMenu .DDContent ul {
	margin: 0px;
	display: block;
	list-style-type: none;
	background: url(../images/dropdown/dd_bottomright.png) right bottom no-repeat;			
	padding: 0px 7px 10px 0px;
	float: left;
}

.DDContent ul li ul, #MainMenu ul li ul  {
	background: none;
	padding: 0px;
	float: left;

}


#MainMenu ul li ul li {
	float: none;
	background: none;
	padding: 0px;
	margin: 0px;
}

.DDLink{
	color: #D70514;
	font: bold 11px Arial;
	padding: 6px 5px 6px 20px;
	margin: 0px;
	background: url(../images/dropdown/ddbullet.png) no-repeat;
	display: block;
	text-decoration: none;
	text-transform: uppercase;		
	width: 160px; /* width of a column */
}

.DDLink:hover {
	background: url(../images/dropdown/ddbullet.png) no-repeat #D70514;
	color: #E6E6E6;
}

#MainMenu .sub-menu {
	background: url(../images/dropdown/dd_bottomright.png) right bottom no-repeat;	
	padding: 0px 0px 8px 0px;
}

#MainMenu .sub-menu-container {
background:url("../images/dropdown/dd_topleft1.png") no-repeat scroll 0 0 transparent;
display:none;
float:left;
height:6px;
position:absolute;
width:162px;
z-index:3;
margin-left: -5px;
	
}


#MainMenu .sub-menu-right-top {
background:url("../images/dropdown/dd_topright1.png") no-repeat scroll right top transparent;
display:block;
float:left;
margin:0 0 0 6px;
padding:6px;
position:absolute;
width:180px;
}

#MainMenu .sub-menu-left-bottom {
background:url("../images/dropdown/dd_bottomleft.png") no-repeat scroll left bottom transparent;
display:block;
float:left;
margin:6px 0 0;
padding:0 0 0 6px;
position:absolute;
width:6px;
}

#MainMenu .sub-menu a {
	color: #D70514;
	font: bold 11px Arial;
	padding: 6px 5px 6px 20px;
	margin: 0px 8px 0px 0px;
	background: url(../images/dropdown/ddbullet.png) no-repeat;
	display: block;
	text-decoration: none;
	text-transform: uppercase;		
	width: 160px; /* width of a column */
	text-shadow: 0px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Enabled=false)";		
}

#MainMenu .sub-menu  a:hover {
	background: url(../images/dropdown/ddbullet.png) no-repeat #D70514;
	color: #E6E6E6;
}

/* --- Start of Buttons Styles --- */

.Button {
	font: 10px 'Arial', 'Arial';
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/buttons/buttl.png) left top no-repeat transparent;
	padding: 7px 0px 6px 10px;
	color: #D70514;	
}
/* ---- yak plugin ---- */

.Button_yak {
	font: 10px 'Arial', 'Arial';
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/buttons/buttl.png) left top no-repeat transparent;
	padding: 0px 0px 6px 10px;
	color: #D70514;	
	float:left;
	margin: 10px 0px 0px 0px;
}

.Button_yak button {
	padding: 6px 10px 6px 0px;
	background: url(../images/buttons/buttr.png) right top no-repeat transparent;
	border: 0px;
	font: 10px 'Arial', 'Arial';
	color: #D70514;	
}

.Button_yak_on {
	font: 10px 'Arial', 'Arial';
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 6px 10px;
	background: url(../images/buttons/buttl_on.png) left top no-repeat transparent;
	color: #D70514;
	float: left;
	margin: 10px 0px 0px 0px;
}

.Button_yak_on button {
	padding: 6px 10px 6px 0px;
	border: 0px;
	background: url(../images/buttons/buttr_on.png) right top no-repeat transparent;
	font: 10px 'Arial', 'Arial';
	color: #D70514;		
}

.Button_yaknormal {
	font: 10px 'Arial', 'Arial';
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/buttons/buttl.png) left top no-repeat transparent;
	padding: 7px 0px 6px 10px;
	color: #D70514;	
	margin: 0px 0px 0px 0px;
}

.Button_yaknormal button {
	padding: 6px 10px 6px 0px;
	background: url(../images/buttons/buttr.png) right top no-repeat transparent;
	border: 0px;
	font: 10px 'Arial', 'Arial';
	color: #D70514;	
}

.Button_yaknormal_on {
	font: 10px 'Arial', 'Arial';
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 0px 6px 10px;
	background: url(../images/buttons/buttl_on.png) left top no-repeat transparent;
	color: #D70514;
	margin: 0px 0px 0px 0px;
}

.Button_yaknormal_on button {
	padding: 6px 10px 6px 0px;
	border: 0px;
	background: url(../images/buttons/buttr_on.png) right top no-repeat transparent;
	font: 10px 'Arial', 'Arial';
	color: #D70514;		
}


#shoppinglist1, .yak_order {
	font-size: 12px;
	font-family: Arial;
}

#shoppinglist1 th,  .yak_order th {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 8px;
	font-weight: bold;
}

.tableheader {
	background: url(../images/yak/tableheader.png) repeat-x #D70514;
}

#shoppinglist1 td,  .yak_order td {
	padding: 5px 8px;
	font-weight: bold;
	vertical-align: middle;
}

#shoppinglist1 .yak_numeric,  .yak_order .yak_numeric {
	text-align: center;
}

table th.yak_small.first {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 10px 8px;
	background: url(../images/yak/lefttopcorner.png) left top no-repeat #D70514;
	color: #FFFFFF;
}
table th.yak_small.last {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 10px 8px;
	background: url(../images/yak/righttopcorner.png) right top no-repeat #D70514;
	color: #FFFFFF;
}

.yak_left .billingselect, .note {
	background-color: #f2f5f8;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 8px;
}

.yak_left .spacer {
	height: 10px;
}

.billingselect #shipping_is_billing {
	width: auto;
	margin: -1px 10px 0px 0px;
}



span.yak_small {
	font-weight: normal;
	margin: 10px 0px;
	padding: 8px 0px;
	display: block;
}

table td.yak_small {
	font-size: 11px;
	font-family: Arial;
	padding: 10px 8px;
	line-height: 15px;
}

.yak_left {
	font-family: Arial;
}

table.yak_left {
	margin: 0px 0px 8px 0px;
	width: 100%;
}

.yak_left th {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 8px 5px;
	background-color: #D70514;
	color: #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	
}

.yak_left td {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 10px;
	font-size: 11px;
	text-transform: uppercase;	
	vertical-align: middle;
}

#shoppinglist1 .yak_total, .yak_order .yak_total, #shoppinglist1 .yak_total_price {
	color: #D70514;
	border-top: 1px solid #FFFFFF;
	font-family: Museo;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	height: 35px;
	background: url(../images/yak/bottombg.png) repeat-x #E6E6E6;
}



#shoppinglist1 .odd {
	background-color: #f2f5f8;
}

#shoppinglist1 .first {
	background: url(../images/yak/lefttopcorner.png) left top no-repeat #D70514;
}

#shoppinglist1 .last {
	background: url(../images/yak/righttopcorner.png) right top no-repeat #D70514;
}

#shoppinglist1 .yak_total {
	background: url(../images/yak/leftbottomcorner.png) left bottom no-repeat #E6E6E6;
}

#shoppinglist1 .yak_total_price {
	text-align: center; 
	background: url(../images/yak/rightbottomcorner.png) right bottom no-repeat #E6E6E6;
	font-size: 17px;
}

.yak_deletebutt {
	text-align: right;
}

#RightColumn ul li#yak_order-3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0px 0px 5px;
}

#RightColumn ul li#yak_order-3 h2 {
	margin: 0px 0px 10px -5px;
}

.Button_yaknormal .yak_medium_button, .Button_yaknormal_on .yak_medium_button {
	width: auto;
}

#deletebutton {
	background: url(../images/bb/delete.png) center center no-repeat;
	margin: 0px;
	padding: 0px;
	
}
	
/* --- end yak plugin ---- */

a.Button:hover {
	background: url(../images/buttons/buttl_on.png) left top no-repeat transparent;
	color: #D70514;
}

.Button span {
	padding: 7px 10px 6px 0px;
	background: url(../images/buttons/buttr.png) right top no-repeat transparent;
}

a.Button:hover span {
	background: url(../images/buttons/buttr_on.png) right top no-repeat transparent;
}

/* --- End of Buttons Styles --- */


/* --- Start of Header styles --- */

#Header .Logo {
	float: left;
	white-space:nowrap;
}

#Header .Logo img {
	float: left;

	float: left;
	padding: 0px 10px 0px 19px;	
}

#Header .Motto {
	color: #FFFFFF;
	font: bold 11px 'Arial', 'Arial';
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	filter: Shadow(Color=#000000, Direction=135, Strength=1);	

	float: left;
	padding: 5px 0px 1px 0px;
	vertical-align: middle;
}

#Twitter {
	background: url(../images/header/twitter.png) 0px center no-repeat;	
}

#Facebook {
	background: url(../images/header/facebook.png) 0px center no-repeat;		
}

#Linkedin {
	background: url(../images/header/linkedin.png) 0px center no-repeat;		
}

#Delicious {
	background: url(../images/header/delicious.png) 0px center no-repeat;		
}

#Stumble {
	background: url(../images/header/stumble.png) 0px center no-repeat;		
}

#Flickr {
	background: url(../images/header/flickr.png) 0px center no-repeat;		
}


#Twitter.hover{
	background: url(../images/header/twitter_on.png) 0px center no-repeat;	
}

#Facebook.hover {
	background: url(../images/header/facebook_on.png) 0px center no-repeat;		
}

#Linkedin.hover {
	background: url(../images/header/linkedin_on.png) 0px center no-repeat;		
}

#Delicious.hover {
	background: url(../images/header/delicious_on.png) 0px center no-repeat;		
}

#Stumble.hover {
	background: url(../images/header/stumble_on.png) 0px center no-repeat;		
}

#Flickr.hover {
	background: url(../images/header/flickr_on.png) 0px center no-repeat;		
}

.socialcontainer {
	margin: 2px 10px 0 0;
	float: right;
}

.sociallink {
	display: block;
	float: right;	
	margin: 0px 0px 0px 0px;
	white-space:nowrap;
	vertical-align: middle;
	padding: 2px 0px;
}

.sociallink a {
	padding: 12px 8px 12px 12px;
	*padding: 0px 8px 0px 12px;
	*float: left;
}

/* --- Start of Footer styles --- */

.FooterText {
	color: #424242;
	font: 11px 'Arial', 'Arial';
	text-align: left;
	display: block;
	padding: 15px 0px 15px 0px;
	margin: 10px auto;
	margin-bottom: 0px;
	background-color: #E6E6E6;
	border-top: 1px solid #7d858c;	
}

.FooterText .FooterContent {
	width: 928px;
	margin: 0 auto;
}

.WebsiteFooterLink, .FooterText a {
	background-color: none;
	color: #AD2020;
	font-family: 'Arial', 'Arial';
}

.WebsiteFooterLink:hover, .FooterText a:hover {
	background-color: #E6E6E6;
	color: #D70514;
	text-decoration: none;
}

.SmallLogo {
	/* background: url(../images/logos/logosmall.png) no-repeat;			*/
	padding: 15px 0px 0px 0px;
	display: block;
}



/* --- End of Footer styles --- */



/* -- footer sidebar -- */

.FooterWidgets {
	padding: 70px 10px 10px 30px;
	width: 970px;
	margin: 0px auto;
}

.FooterWidgets #SidebarContent {
	padding: 0px;
	border: 1px solid transparent;
}

.FooterWidgets .WidgetsBar ul li h2 {
	background-color: #D70514;	
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	font: bold 12px Arial;
	padding: 5px;
	margin: 0px 20px 0px 0px;
}

.FooterWidgets .WidgetsBar ul li {
	width: 25%;
	margin: 0px 0px 0px 0px;
	;
	float: left;
}

.FooterWidgets .WidgetsBar ul li ul {
	margin-right: 20px;

}

.FooterWidgets .WidgetsBar ul li ul li ul{ 
	margin-right: 0px;
}

.FooterWidgets .WidgetsBar ul li ul li {
	display: block;
	width: 100%;
}

.FooterWidgets .WidgetsBar ul li ul li img {
	float: left;
	padding: 4px 0px 0px 2px;
}

.FooterWidgets .WidgetsBar ul li a {
	color: #FFFFFF;
	font: 12px Arial;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #E6E6E6;
	padding: 5px 5px 5px 5px;
}

.FooterWidgets .WidgetsBar ul li a:hover {
	color: #D70514;
	font: 12px Arial;
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
}



.FooterWidgets .WidgetsBar ul li div {
	color: #FFFFFF;
	font: 11px/19px Arial;
	padding: 5px;
	margin-right: 20px;
}


.FooterWidgets .WidgetsBar ul li.current-cat a {
	color: #D70514;
	background-color: #E6E6E6;
}

.FooterWidgets .WidgetsBar .widget_tag_cloud div{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-transform: lowercase;
	margin-right: 20px;
}


.FooterWidgets .WidgetsBar .widget_tag_cloud div a {
	color: #E6E6E6;
	text-decoration: none;
	padding: 1px 2px;
	line-height: 25px;
	white-space: no-wrap;
	display: inline;
	border: none;
}

.FooterWidgets .WidgetsBar .widget_tag_cloud div a:hover {
	background-color: #FFFFFF;
	color: #D70514;
	text-decoration: none;	
	display: inline;
	padding: 1px 2px;
	line-height: 25px;
}

.FooterWidgets .WidgetsBar ul li #recentcomments li
 {
	font-family: 'Arial', 'Arial';
	padding: 5px 5px;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	color: #FFFFFF;
	width: 210px;
}

.FooterWidgets .WidgetsBar ul li #recentcomments li a
{
	padding: 0px 0px 0px 0px;
	display: inline;
	background: none;
	border-bottom: 0px;
	text-decoration: underline;
}

.FooterWidgets .WidgetsBar ul li #recentcomments li a:hover
 {
	background: none;
	color: #D70514;
	background-color: #FFFFFF;
	text-decoration: none;
}

.FooterWidgets .WidgetsBar ul li ul li.recentcomments {
	background: none;
}





.FooterWidgets .WidgetsBar .widget_calendar {
	
}
.FooterWidgets .WidgetsBar table {
	margin: 0px 0px 0px 0px;
	width: 220px;

}

.FooterWidgets .WidgetsBar table thead {
	background: #E6E6E6;
}

.FooterWidgets .WidgetsBar table thead th {
	font-size: 12px;
	text-align: center;
	padding: 4px 5px 4px 5px;
	color: #D70514;
}

.FooterWidgets .WidgetsBar table caption {
	font-size: 11px;
	text-align: left;
	padding: 2px 0px 8px 5px;
	color: #FFFFFF;
}

.FooterWidgets .WidgetsBar table tbody {
	background-color: #D70514;		
}

.FooterWidgets .WidgetsBar table tbody td {
	text-align: center;
	width: 30px;
	height: 25px;
	font-size: 11px;	
	color: #FFFFFF;	
	vertical-align: middle;
}

.FooterWidgets .WidgetsBar table tbody tr:first-child td {
	padding-top: 10px;
} 

.FooterWidgets .WidgetsBar table tbody td a{
	padding: 5px 5px 5px 5px;
	display: block;
	height: 15px;
	font-size: 11px;
	border: none;
	background: url(../images/buttons/tablebutton.png) center center no-repeat;
	color: #D70514;
	text-decoration: none;
	
}

.FooterWidgets .WidgetsBar table tbody td a:hover{
	background: url(../images/buttons/tablebutton_on.png) center center no-repeat;
	color: #D70514;
	text-decoration: none;
	font-size: 11px;
}


.FooterWidgets .WidgetsBar table tfoot {
	background: none;
}
.FooterWidgets .WidgetsBar table tfoot td {
	padding: 10px 0px 5px 2px;
	font-size: 11px;
}

.FooterWidgets .WidgetsBar table tfoot td a {
	padding: 5px 12px;
	background: url(../images/buttons/tablemonth.png);
	background-repeat: no-repeat;
	color: #D70514;
	text-decoration: none;
	border: none;
	display: static;
	font-size: 11px;

}

.FooterWidgets .WidgetsBar table tfoot td a:hover {
	font-size: 11px;
	display: static;
	padding: 5px 12px;
}

.FooterWidgets .WidgetsBar table tfoot td a:hover {
	background: url(../images/buttons/tablemonth_on.png);
	background-repeat: no-repeat;	
	color: #D70514;
	text-decoration: none;
}

.FooterWidgets .WidgetsBar ul li #calendar_wrap {
	padding: 5px 0px;
}

#PostGalleryContainer {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
}


#PhotoGalleryWindow {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;  
  display: none;
}

#PostGallery {
	position: relative;
	top: 200px;
	margin: 0px auto;
	padding: 6px;
	background-color: #FFFFFF;
	text-align: center;
}

.PhotoGalleryThumbnails {
	display: none;
	position: fixed; 
	padding: 0px 0px 7px 20px;
	width: 100%;
	top: 0;
	background: url(../images/icons/thumbnailsbg.png) repeat-x center bottom #FFFFFF;
	border-bottom: 2px solid #D70514;
}

.titleaccordion {
	text-transform: none;
	font-size: 18px;
	color: #D70514;
	font-family: 'Museo', 'Trebuchet MS';
	font-weight: normal;
	padding: 10px 0px 10px 25px;
	text-transform: uppercase;	
	display: block;
	cursor: pointer;
	background:url("../images/icons/leftarrow.png") no-repeat scroll 5px 9px transparent;
}

.titleaccordion.clicked {
	background:url("../images/icons/bottomarrow.png") no-repeat scroll 5px 9px transparent;
}

.textaccordion {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial;
  

margin:0 15px 0 0;
padding:0px 0 20px 25px;  
}

.contentaccordion {
background:url("../images/article/comments_odd.png") no-repeat scroll left top transparent;
display: block;
}

.contentaccordion a{
	background-color: none;
	color: #D70514;
}

.contentaccordion a:hover {
	background-color: #D70514;
	color: #FFFFFF;
	text-decoration: none;
}

#ArticleContent .contentaccordion ul, #ArticleContent .contentaccordion ol {
  margin: 10px 0px;
}

#Header #lang_sel_list {
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	border-left: 1px dotted #FFFFFF;
}

#Header #lang_sel_list li {
	float: left;
	padding: 0px 0px 0px 5px;
}

#Header #lang_sel_list a {
	display: block;
	overflow: hidden;
	width: 18px;
	height: 16px;
	text-decoration: none;
}

.PhotoGalleryThumbnails .ArticleThumbnail,
.PhotoGalleryThumbnails .ArticleThumbnail .Content,
.PhotoGalleryThumbnails .ArticleThumbnail .Content a {
	width: 77px;
	height: 58px;
}





.DDTitle {
	background: url(../images/dropdown/dd_topleft.png) no-repeat;			
	padding:  6px 0px 14px 6px;
	font: bold 14px/14px Arial;
	color: #D70514;
	text-transform: uppercase;
		
}

.DDTitleContent {
	background: url(../images/dropdown/dd_topright.png) right top no-repeat;			
	padding: 6px 8px 10px 0px;
	cursor: pointer;
	
}


.DDContent {
	padding: 0px 0px 0px 6px;
	margin: 13px 0px 0px 0px;
	background: url(../images/dropdown/dd_bottomleft.png) left bottom no-repeat;			
	display: block;
}

#RightColumn .WidgetsBar ul li ul.sub-menu li a{
	padding-left: 42px;
}

#RightColumn .WidgetsBar ul li ul.sub-menu li a:hover{
	background-position: 20px top;
}

#RightColumn .WidgetsBar ul li ul.sub-menu li {
	background-position: 20px top;
}

.FooterWidgets ul li.widget_nav_menu div {
	padding: 0px;
	margin-right: 0px;
}

.FooterWidgets .WidgetsBar ul li ul.sub-menu li a {
	padding-left: 20px;
}
