body {
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	background-color: #515151;
	margin: 0;
}
/* Websites Accessibility
----------------------------------*/
.sop-screen-readers-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/* Inputs & Placeholders
----------------------------------*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder { /* WebKit browsers */
	direction: rtl !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	direction: rtl !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	direction: rtl !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	direction: rtl !important;
}
.bgcolorTable {
	background-color: #fcfcfc;
}
a {
	color: #213894;
}
a.changeLink14 {
	text-decoration: underline;
	color: #213894;
}
a.changeLink12 {
	text-decoration: underline;
	color: #213894;
}
a.changeLink10 {
	text-decoration: underline;
	color: #213894;
}
#WebsiteDesign-MainDiv {
	margin-top: 30px;
}
#WebsiteDesign-MainLayout {
	width: 1300px;
	margin: 0 auto;
}
#WebsiteDesign-MainLayoutBorder {
	border-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}
.CenterTable {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-right: 2.5px;
	padding-left: 2.5px;
	direction: rtl;
}
.tableColor {
	background-color: #66040b;
	FILTER: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=100,finishOpacity=0,startX=50,finishX=20,startY=50,finishY=255);
	color: #ffffff;
}
.menuTextColor {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
}
.menuTextOverColor {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
}
.subMenuTextColor {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}
.subMenuTextOverColor {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color:#ffffff;
}
.SideMenuSetting {
	width: 150px;
	background-color: #f0f0f0;
}
.SideMenuSetting_Right {
	width: 150px;
	background-color: #f0f0f0;
}
.SideMenuSetting_Left {
	width: 200px;
	background-color: #f0f0f0;
}
.menuD5431 {
	position: relative; border: 1px solid #ffffff; cursor: pointer; height: 25px;
}
.menuD5432 {
	position: relative; border: 1px solid #ffffff; height: 25px;
}
.backgroundToolRight {
	background-color: #997f7f;
}

.backgroundToolLeft {
	background-color: #f0f0f0;
}

/* This class is for main container of the menu bar */
div.MenuBarVerticalContainerLeft {
	margin: 0 3px 0 1px;
}

div.MenuBarVerticalContainerRight {
	margin: 0 1px 0 3px
}

/* This class is for main container of the menu bar */
ul.MenuBarVertical {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	cursor: default;
	list-style-type: none;
	direction: ltr;
	z-index: 900 !important;
}

/* this class is active my the java-script code so dont delete this!!, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}

/* This class is for menu item containers of the main container, the width of the children must be the same as the width of the parent (the main container) */
ul.MenuBarVertical li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 0 2px 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	text-align: left;
	direction: ltr;
}

/* This is the sub-container properties */
/* Submenus should appear slightly overlapping to the right (X%) and up (-Y%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul {
	width: 100%;
	margin: 0 0 0 100%;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	display: none;
	top: 0;
}

/* This class is active by java-script, we set left/right to 100% so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	margin: 0;
	left: 100%;
	display: block;
}

/* Set the border for the main-container (ul) */
ul.MenuBarVertical {
	border: 0 solid transparent;
}

/* Set the border for all the sub-container's (ul) */
ul.MenuBarVertical ul {
	border: 1px solid #FFFFFF;
}

/* This is the sub-container item container properties */
/* Menu item containers are same fixed width as parent ,the width of the children must be the same as the width of the parent (the sub-container) */
ul.MenuBarVertical ul li {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0;
	border-bottom: 2px solid #FFFFFF;
}

/* Define setting for the background-image/background-color of the main container li tag's */
ul.MenuBarVertical div.MainMenuBarBackgrounImage {
	width: 100%;
	background-color: #331818;
	background-image: url(/image/users/251558/bgcolor/42515580909206.png);
	background-position: top right;
	background-repeat: repeat;
}

/* Define setting for all the a tag in the main-container */
ul.MenuBarVertical a {
	width: 94%;
	padding: 2px 0 2px 0;
	padding-right: 3%;
	padding-left: 3%;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	direction: ltr;
	text-align: left;
}

/* Define setting for all the a tag in the sub-container's */
ul.MenuBarVertical ul li a {
	color: #ffffff;
	background-color: #000000;
	font-size: 12px;
}

/* Define setting for all the a tag: hover in the main-container */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	color: #000000;
	text-decoration: none;
}

/* Define setting for all the a tag: hover in the sub-container's */
ul.MenuBarVertical ul li a:hover, ul.MenuBarVertical ul li a:focus {
	color: #ffffff;
	background-color: #ffffff;
}

/* Define setting for a tag:hover background image position of the main-container */
ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(/images/icons/bollWhiteEn.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

/* Define setting for a tag:hover background image position of the sub-container's */
ul.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(/images/icons/bollWhiteEn.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

/* Define setting for menu item that are open (when you select a menu and go in to his sub-menu there is a line mark ) */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
color: #000000;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarVertical li.MenuBarItemIE {
	display: inline;
	f\loat: left;
}

}

/* The main container of the top menu */
#topMenuContainer{
	width: 110%;
	min-height: 30px;
	direction: rtl;
	background-color: #f5f2f2;
	margin: 0 auto;
}

/* This class is for main container of the top menu bar */
ul.MenuBarHorizontal{
	width: 90%;
	padding: 0;
	position: relative;
	list-style-type: none;
	cursor: default;
	direction: rtl;
	margin: 0 auto;
}

/* this class is active my the java-script code so dont delete this!!, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	min-height: 30px;
	padding: 0;
	margin: 0 0px;
	list-style-type: none;
	position: relative !important;
	cursor: pointer;
	line-height: 30px;
	white-space: nowrap;
	direction:rtl;
	float:right;
	background-image: none;
}

/* This is the sub-container properties */
/* Submenus should appear slightly overlapping to the right (X%) and up (-Y%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul{
	width: 380px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	display: none;
	right: -1000em;
	background-color: #000000;
}

/* This class is active by java-script, we set left/right to 100% so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
right: 0;
display: block;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li{
	width: 380px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	white-space: normal;
	background-image: none;
}

/* Submenus should appear slightly overlapping to the right/left (x%) and up (y%) */
ul.MenuBarHorizontal ul ul{
	position: absolute;
	margin: 0 100% 0 0;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	top: 0;
	right: auto;
}

/* Menu items are a light gray block without padding and text decoration */
ul.MenuBarHorizontal a{
	min-height: 30px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	display: block;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

/* Set a spacer for the arrow when we have a category */
ul.MenuBarHorizontal a div{
	padding-left: 20px;
}

/* Define setting for all the a tag: hover in the main-container */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #992828;
}

/* Define setting for all the a tag in the sub-container's */
ul.MenuBarHorizontal ul li a {
	width: 380px;
	color: #ffffff;
	font-size: 16px;
}

/* Define setting for all the a tag: hover in the sub-container's */
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus {
	color: #ffffff;
	background-color: #8c8c8c;
}

/* Define setting for menu item that are open (when you select a menu and go in to his sub-menu there is a line mark ) */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #ffffff;
	background-color: #992828;
}

/* define the line separator style */
ul.MenuBarHorizontal li.separator, ul.MenuBarHorizontal li.separator a, ul.MenuBarHorizontal li.separator a:hover{
	width: 10px;
	margin: 0;
	padding: 0;
	cursor: default;
	text-align: center;
	color: #ffffff;
	background-image: none;
	background-color : transparent;
}

/* Define setting for a tag background image position of the main-container */
ul.MenuBarHorizontal a.MenuBarItemSubmenu{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

/* Define setting for a tag background image position of the sub-container */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarLeft.gif);
	background-position: 5% 50%;
	background-repeat: no-repeat;
}

/* Define setting for a tag:hover background image position of the main-container */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

/* Define setting for a tag:hover background image position of the sub-container */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarLeftHover.gif);
	background-position: 5% 50%;
	background-repeat: no-repeat;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection{
	ul.MenuBarHorizontal li.MenuBarItemIE{
		display: inline;
	f\loat: right;
	}
}

/* Mobile Responsive
----------------------------------*/
#mobileToolbarMenu {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	display: table;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #3C3C3C;
	border-bottom: 1px solid #111111;
}
#mobileToolbarMenu .mobileHeader {
	display: table-cell;
	width: 80%;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle
}
#mobileToolbarMenu .mobileMenu {
	display: none;
	width: 10%;
	text-align: left;
	z-index: 1;
	cursor: pointer;
	vertical-align: middle
}
#mobileToolbarMenu .mobileMenu .mobileMenuBun {
	text-align: center;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	background-image: url(/site/include/newfeel/website3/ManageByDrag/images/icons/menuWhiteSmall.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#mobileToolbarMenu .mobilePhone {
	display: none;
	width: 10%;
	text-align: right;
	z-index: 1;
	cursor: pointer;
	vertical-align: middle
}
#mobileToolbarMenu .mobilePhone .mobilePhoneBun {
	text-align: center;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	background-image: url(/Images/iconCleanV1/white/24x24/phone_speech_bubble.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
ul.MobileMenuHorizontal {
	position: absolute;
	left: 0;
	top: 47px;
	padding: 0;
	list-style-type: none;
	background-color: #3c3c3c;
	margin: 0;
}

ul.MobileMenuHorizontal li {
	display: list-item;
	padding: 0;
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	float: none;
}

ul.MobileMenuHorizontal li > a {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

ul.MobileMenuHorizontal > li ul {
	padding: 5px;
}

.FixedToScreen {
	visibility: hidden;
}

/* Anchor Button General Style */
a.anchor-button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 2em 0.55em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
a.anchor-button:hover{
	text-decoration: none;
}
a.anchor-button:active{
	position: relative;
	top: 1px;
}
/* Anchor Button Style 1 */
a.anchor-button.style-1{
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	background-image: -ms-linear-gradient(top,#666666 0%,#000000 100%);
}
a.anchor-button.style-1:hover{
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	background-image: -ms-linear-gradient(top,#444444 0%,#000000 100%);
}
a.anchor-button.style-1:active{
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	background-image: -ms-linear-gradient(top,#000000 0%,#666666 100%);
}
/* Anchor Button White Style 2 */
a.anchor-button.style-2{
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	background-image: -ms-linear-gradient(top,#ffffff 0%,#ededed 100%);
}
a.anchor-button.style-2:hover{
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	background-image: -ms-linear-gradient(top,#ffffff 0%,#dcdcdc 100%);
}
a.anchor-button.style-2:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	background-image: -ms-linear-gradient(top,#ededed 0%,#ffffff 100%);
}
/* Anchor Button White Style 3 */
a.anchor-button.style-3{
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	background-image: -ms-linear-gradient(top,#00adee 0%,#0078a5 100%);
}
a.anchor-button.style-3:hover{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	background-image: -ms-linear-gradient(top,#0095cc 0%,#00678e 100%);
}
a.anchor-button.style-3:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	background-image: -ms-linear-gradient(top,#0078a5 0%,#00adee 100%);
}
/* Shop CSS
----------------------------------*/
.sop-shop-cart-details-container, .sop-shop-cart-summery-container, .sop-shop-cart-coupons-container {
	margin-bottom: 15px !important;
}
.sop-shop-cart-main-container table {
	color: #000000 !important;
	background-color: transparent !important;
}
.sop-shop-cart-header-cell {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(66, 139, 202) !important;
	border: 1px solid rgb(221, 221, 221) !important;
}
.sop-shop-cart-content-cell {
	border: 1px solid rgb(221, 221, 221) !important;
}
.sop_btn {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 122, 183);
	border: solid 1px rgb(46, 109, 164);
}
.sop_btn:hover, .sop_btn:focus, .sop_btn:active {
	color: rgb(255, 255, 255);
	background-color: rgb(40, 96, 144);
	border-color: rgb(32, 77, 116);
}
/* Mobile Responsive */
@media (max-width: 480px) {
	.sop-shop-cart-main-container .sop_form-control {
		max-width: 180px;
	}
}
/* Shop product box template 0 CSS
----------------------------------*/
.sop-shop-container {
	width: 100%;
	border-spacing: 10px 10px;
	font-size: 14px;
	color: rgb(0, 0, 0);
	display: table;
	box-sizing: border-box;
}
.sop-products-container {
	display: table-row;
}
.sop-product-box {
	width: 25%;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	padding-bottom: 3.5em;
	background-color: rgb(255, 255, 255);
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
}
.sop-product-box:hover {
	background-color: rgb(247, 247, 247);
}
.sop-product-colspan {
	width: 25%;
	display: table-cell;
}
.sop-product-image {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgb(221, 221, 221);
	border-radius: 4px 4px 0 0;
	font-size: 0;
	display: block;
}
.sop-product-title {
	color: rgb(0, 0, 0);
	margin: 0 0 0.1em 0;
	font-size: 1.25em;
}
.sop-product-details-container {
	box-sizing: border-box;
	padding: 0.5em 0.5em 0 0.5em;
}
.sop-product-details {
	margin: 0;
}
.sop-product-details > span {
	display: block;
}
.sop-product-summary {
	margin-bottom: 0.714em;
	min-height: 2.25em;
}
.sop-product-manufacturer a {
	text-decoration: none;
}
.sop-product-list-price span {
	text-decoration: line-through;
}
.sop-product-our-price {
	color: rgb(0, 0, 0);
}
.sop-product-shipping-cost span, .sop-product-our-price span, .sop-product-total-price span {
	font-weight: bold;
}
.sop-product-buttons-container {
	width: 100%;
	position: absolute;
	bottom: 0.5em;
	text-align: center;
}
.sop-product-buttons-container > a {
	padding: 0.5em 0.7em;
	border-radius: 0.285em;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.sop-product-add-to-cart-button {
	color: rgb(255, 255, 255);
	background-color: rgb(66, 139, 202);
	border: solid 1px rgb(53, 126, 189);
	margin-right: 0.5em;
}
.sop-product-add-to-cart-button:hover, .sop-product-add-to-cart-button:focus, .sop-product-add-to-cart-button:active {
	color: rgb(255, 255, 255);
	background-color: rgb(48, 113, 169);
	border-color: rgb(40, 94, 142);
}
.sop-product-more-info-button {
	color: rgb(255, 255, 255);
	background-color: rgb(66, 139, 202);
	border: solid 1px rgb(53, 126, 189);
}
.sop-product-more-info-button:hover, .sop-product-more-info-button:focus, .sop-product-more-info-button:active {
	color: rgb(255, 255, 255);
	background-color: rgb(48, 113, 169);
	border-color: rgb(40, 94, 142);
}
/* Mobile Responsive */
@media (max-width: 480px) {
	.sop-products-container {
		display: block;
	}
	.sop-product-box {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.sop-product-colspan {
		display: none;
	}
}
.sop-product-add-to-cart-button {
	margin-right: auto;
	margin-left: 0.5em;
}
/* Top manu bar design */
#topMenuContainer {
    position: absolute;
  	background-color:transparent;
    top: 126px;
    left: auto;
margin: 0px;
right: 79px;
}
.TopMenuBGDesignB {
      height: 70px;
      background-color:#ffffff;
  	  -webkit-border-radius: 3px 3px 0 0;
	  -moz-border-radius: 3px 3px 0 0;
	  border-radius: 3px 3px 0 0;
	  -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.75);
	  -moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.75);
	  box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.75); 
      opacity:0.5;
	  filter:alpha(opacity=50);
}
h2 {
	color: #212433;
}
/* Main header design */
#WebsiteDesign-MainHeader {
	position: relative;
}

/* Top Menu Focus design */
ul.MenuBarHorizontal a:hover {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 5px 5px;
}
ul.MenuBarHorizontal a {
	padding: 2px;
}
li.menu_h_active a {
	color: white;
	text-decoration: none;
	background-color: #0d0c0b;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 5px 5px;  
}
ul.MenuBarVertical li {
margin-bottom:5px;
}

/* Footer design*/
#footerDetailHeaderMEM {
  	  padding-top: 20px;
      margin-bottom: 40px;
  	  -webkit-border-radius: 0 0 3px 3px;
	  -moz-border-radius: 0 0 3px 3px;
	  border-radius: 0 0 3px 3px;
      color: white;
}

#footerDetailHeaderMEM h2 {
	color: white;
}
/* Body desiign */
.bgcolorTable {
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.75);
}
#dr4r3_layout1_1356430582467{
background-color:#000000;
}

/* Forms Design */
.sop_all_form input,.sop_all_form select,.sop_all_form textarea{
padding:10px 10px;
width:180px;
background:#262626;
color:white;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333;
border-right:1px double #333;
}
.sop_all_form .buttonsend{
margin:0 0 10px 0;
padding:4px 7px;
background-image:url(http://sfile.f-static.com/image/users/242191/ftp/my_files/template/bottom.jpg?id=11103853);
border:0px;
color:white;
top:10px;
left:382px;
width:100px;
border-bottom: 1px double #000000;
border-top: 1px double #000000;
border-left:1px double #000000;
border-right:1px double #000000;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
a.anchor-button.style-1 {
  	color:black;
	background: black;
	background: -webkit-gradient(linear, left top, left bottom, from(#d45236), to(#fc6444));
	background: -moz-linear-gradient(top, #d45236, #fc6444);
	background-image: -ms-linear-gradient(top,#d45236 0%,#fc6444 100%);
}

a.anchor-button.style-1:hover {
  	color:black;
	background: black;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc6444), to(#a63a23));
	background: -moz-linear-gradient(top, #fc6444, #a63a23);
	background-image: -ms-linear-gradient(top,#fc6444 0%,#a63a23 100%);
}

