/*  Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #D1D1D1;
}
#ediy-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#ediy-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 343px;
	left: 0;
	top: 0;
}
#ediy-page-background-glare-image
{
	background-image: url('/images/template/layouts/tpl_735/images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 343px;
	width: 353px;
	margin: 0;
}
html:first-child #ediy-page-background-glare
{
	border: 1px solid transparent; 
}
#ediy-page-background-simple-gradient
{
	position: absolute;
	background-image: url('/images/template/layouts/tpl_735/images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 500px;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
form
{
	padding:0 !important;
	margin:0 !important;
}
table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/*  Box, Sheet */
.ediy-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:55px;
	min-height:55px;
}
.ediy-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 12px;
}
.ediy-Sheet-tr, .ediy-Sheet-tl, .ediy-Sheet-br, .ediy-Sheet-bl, .ediy-Sheet-tc, .ediy-Sheet-bc,.ediy-Sheet-cr, .ediy-Sheet-cl
{
	position:absolute;
	z-index:-1;
}
.ediy-Sheet-tr, .ediy-Sheet-tl, .ediy-Sheet-br, .ediy-Sheet-bl
{
	width: 82px;
	height: 82px;
	background-image: url('/images/template/layouts/tpl_735/images/Sheet-s.png');
}
.ediy-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 41px, 41px, auto);
}
.ediy-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 41px, 41px);
}
.ediy-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(41px, 41px, auto, auto);
}
.ediy-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(41px, auto, auto, 41px);
}
.ediy-Sheet-tc, .ediy-Sheet-bc
{
	left: 41px;
	right: 41px;
	height: 82px;
	background-image: url('/images/template/layouts/tpl_735/images/Sheet-h.png');
}
.ediy-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 41px, auto);
}
.ediy-Sheet-bc
{
	bottom: 0;
	clip: rect(41px, auto, auto, auto);
}
.ediy-Sheet-cr, .ediy-Sheet-cl
{
	top: 41px;
	bottom: 41px;
	width: 82px;
	background-image: url('/images/template/layouts/tpl_735/images/Sheet-v.png');
}
.ediy-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 41px);
}
.ediy-Sheet-cl
{
	left:0;
	clip: rect(auto, 41px, auto, auto);
}
.ediy-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 41px;
	left: 41px;
	right: 41px;
	bottom: 41px;
	background-color: #F5F5F5;
}
.ediy-Sheet
{
	margin-top: 20px !important;
}
#ediy-page-background-simple-gradient, #ediy-page-background-gradient, #ediy-page-background-glare
{
	min-width:900px;
}
/*  Header */
div.ediy-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 876px;
	height: 150px;
}
div.ediy-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 876px;
	height: 150px;
	background-image: url('/images/template/layouts/tpl_735/images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}
div.ediy-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 876px;
	height: 150px;
	background-image: url('/images/template/layouts/tpl_735/images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/*  Menu */
.navmenu a, .navmenu a:link, .navmenu a:visited, .navmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.navmenu, .navmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.navmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.navmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}
.navmenu li li
{
	float: none;
}
.navmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.navmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}
.navmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}
.navmenu:after, .navmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.navmenu, .navmenu ul
{
	min-height: 0;
}
.navmenu ul
{
	background-image: url(/images/template/layouts/tpl_735/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.navmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
.navmenu
{
	padding: 6px 3px 0px 3px;
}
.nav
{
	position: relative;
	height: 32px;
	z-index: 100;
}
.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 32px;
	background-image: url('/images/template/layouts/tpl_735/images/nav.png');
}
.nav .l
{
	left: 0;
	right:0px;
}
.nav .r
{
	right: 0;
	width: 876px;
	clip: rect(auto, auto, auto, 876px);
}
/*  MenuItem */
.navmenu ul li
{
	clear: both;
}
.navmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}
.navmenu a .r, .navmenu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 78px;
	background-image: url('/images/template/layouts/tpl_735/images/MenuItem.png');
}
.navmenu a .l
{
	left:0;
	right:4px;
}
.navmenu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}
.navmenu a .t 
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #E3E3E3;
	padding: 0 5px;
	margin: 0 4px;
	line-height: 26px;
	text-align: center;
}
.navmenu a:hover .l, .navmenu a:hover .r
{
	top:-26px;
}
.navmenu li:hover>a .l, .navmenu li:hover>a .r
{
	top:-26px;
}
.navmenu li:hover a .l, .navmenu li:hover a .r
{
	top:-26px;
}
.navmenu a:hover .t
{
	color: #333333;
}
.navmenu li:hover a .t
{
	color: #333333;
}
.navmenu li:hover>a .t
{
	color: #333333;
}
.navmenu a.active .l, .navmenu a.active .r
{
	top: -52px;
}
.navmenu a.active .t
{
	color: #636363;
}
/*  MenuSubItem */
.navmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 200px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;
	background-image: url('/images/template/layouts/tpl_735/images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #DEDEDE;
}
.nav ul.navmenu ul span, .nav ul.navmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.navmenu ul a, .navmenu ul a:link, .navmenu ul a:visited, .navmenu ul a:hover, .navmenu ul a:active, .nav ul.navmenu ul span, .nav ul.navmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.navmenu ul ul a
{
	margin-left: auto;
}
.navmenu ul li a:hover
{
	color: #000000;
	border-color: #DEDEDE;
	background-position: 0 -26px;
}
.navmenu ul li:hover>a
{
	color: #000000;
	border-color: #DEDEDE;
	background-position: 0 -26px;
}
.nav .navmenu ul li a:hover span, .nav .navmenu ul li a:hover span span
{
	color: #000000;
}
.nav .navmenu ul li:hover>a span, .nav .navmenu ul li:hover>a span span
{
	color: #000000;
}
/*  ContentLayout */
.ediy-contentLayout
{
	position: relative;
	margin-bottom: 4px;
	width: 876px;
}
/*  Box, Block */
.ediy-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.ediy-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}
.ediy-Block
{
	margin: 5px;
}
/*  BlockHeader */
.ediy-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}
.ediy-BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}
.ediy-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('/images/template/layouts/tpl_735/images/BlockHeaderIcon.png');
	padding:0 0 0 21px;
	background-repeat: no-repeat;
	min-height: 19px;
	margin: 0 0 0 5px;
}
/*  Box, BlockContent */
.ediy-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}
.ediy-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}
.ediy-BlockContent-tr, .ediy-BlockContent-tl, .ediy-BlockContent-br, .ediy-BlockContent-bl, .ediy-BlockContent-tc, .ediy-BlockContent-bc,.ediy-BlockContent-cr, .ediy-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}
.ediy-BlockContent-tr, .ediy-BlockContent-tl, .ediy-BlockContent-br, .ediy-BlockContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('/images/template/layouts/tpl_735/images/BlockContent-s.png');
}
.ediy-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}
.ediy-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}
.ediy-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}
.ediy-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}
.ediy-BlockContent-tc, .ediy-BlockContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('/images/template/layouts/tpl_735/images/BlockContent-h.png');
}
.ediy-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}
.ediy-BlockContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}
.ediy-BlockContent-cr, .ediy-BlockContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('/images/template/layouts/tpl_735/images/BlockContent-v.png');
}
.ediy-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}
.ediy-BlockContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}
.ediy-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #DEDEDE;
}
.ediy-BlockContent-body
{
	color:#212121;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.ediy-BlockContent-body a:link
{
	color: #8D070E;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.ediy-BlockContent-body a:visited, .ediy-BlockContent-body a.visited
{
	color: #7D7D7D;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.ediy-BlockContent-body a:hover, .ediy-BlockContent-body a.hover
{
	color: #BD0A13;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.ediy-BlockContent-body ul
{
	list-style-type: none;
	color: #424242;
	margin:0;
	padding:0;
}
.ediy-BlockContent-body li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.ediy-BlockContent-body ul li
{
	padding:0px 0 0px 26px;
	background-image: url('/images/template/layouts/tpl_735/images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/*  Box, Post */
.ediy-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.ediy-Post-body
{
	position: relative;
	z-index:1;
	padding: 15px;
}
.ediy-Post
{
	margin: 7px;
}
/* Start images */
a img
{
	border: 0;
}
.ediy-article img, img.ediy-article
{
	margin: 1em;
}
.ediy-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */
/* Start tables */
.ediy-article table, table.ediy-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.ediy-article table, table.ediy-article .ediy-article tr, .ediy-article th, .ediy-article td
{
	background-color:Transparent;
}
.ediy-article th, .ediy-article td
{
	padding: 2px;
	border: solid 1px #949494;
	vertical-align: top;
	text-align:left;
}
.ediy-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
/* Finish tables */
/*  PostMetadata */
.ediy-PostMetadataHeader
{
	padding:1px;
	background-color: #DEDEDE;
}
/*  PostHeaderIcon */
.ediy-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #7B091E;
}
.ediy-PostHeaderIcon-wrapper, .ediy-PostHeaderIcon-wrapper a, .ediy-PostHeaderIcon-wrapper a:link, .ediy-PostHeaderIcon-wrapper a:visited, .ediy-PostHeaderIcon-wrapper a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #7B091E;
}
/*  PostHeader */
.ediy-PostHeader a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #9D0C26;
}
.ediy-PostHeader a:visited, .ediy-PostHeader a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #3D3D3D;
}
.ediy-PostHeader a:hover, .ediy-PostHeader a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #8A0A22;
}
/*  PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #262626;
}
.ediy-PostContent
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  color: #262626;
}
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #D11033;
}
/* Adds special style to an unvisited link. */
a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #D11033;
}
/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #545454;
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #9D0C26;
}
/* Finish Content link style */
/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F4252F;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-align: left;
  color: #A00810;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #D11033;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  text-align: left;
  color: #262626;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-align: left;
  color: #262626;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  color: #262626;
}
/* Finish Content headings Fonts & Colors  */
/*  PostBullets */
/* Start Content list */
ol, ul
{
	color: #3B3B3B;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li 
{
	margin:0.2em 0;
	padding:0;
}
ul
{
	list-style-type: none;
}
ol
{
	list-style-position:inside;
	
}
.ediy-Post li
{
	padding:0px 0 0px 18px;
	line-height:1.2em;
}
.ediy-Post ol li, .ediy-Post ul ol li
{
	background: none;
	padding-left:0;
}
.ediy-Post ul li, .ediy-Post ol ul li 
{
	background-image: url('/images/template/layouts/tpl_735/images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:18px;
}
/* Finish Content list */
/*  PostQuote */
/* Start blockquote */
blockquote p
{
	color:#1C0207;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
}
blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#F9B3C0;
	background-image:url('/images/template/layouts/tpl_735/images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/*  Button */
.ediy-button-wrapper .ediy-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:28px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}
.ediy-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 28px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}
.ediy-button-wrapper .ediy-button
{
	display:block;
	height: 28px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 11px !important;
	line-height: 28px;
	text-decoration: none !important;
	color: #333333 !important;
}
input, select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.ediy-button-wrapper.hover .ediy-button, .ediy-button:hover
{
	color: #F2F2F2 !important;
	text-decoration: none !important;
}
.ediy-button-wrapper.active .ediy-button
{
	color: #EDEDED !important;
}
.ediy-button-wrapper .l, .ediy-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 84px;
	background-image: url('/images/template/layouts/tpl_735/images/Button.png');
}
.ediy-button-wrapper .l
{
	left:0;
	right:11px;
}
.ediy-button-wrapper .r
{
	width:415px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}
.ediy-button-wrapper.hover .l, .ediy-button-wrapper.hover .r
{
	top: -28px;
}
.ediy-button-wrapper.active .l, .ediy-button-wrapper.active .r
{
	top: -56px;
}
/*  Footer */
.ediy-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 876px;
	margin: 5px auto 0px auto;
}
.ediy-Footer .ediy-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: left;
}
.ediy-Footer .ediy-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/images/template/layouts/tpl_735/images/Footer.png');
	width: 876px;
	height: 150px;
	bottom:0;
	left:0;
}
.ediy-Footer .ediy-Footer-text p
{
	margin: 0;
}
.ediy-Footer .ediy-Footer-text
{
	display:inline-block;
	color:#212121;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
}
.ediy-Footer .ediy-Footer-text a:link
{
	text-decoration: none;
	color: #5C0509;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.ediy-Footer .ediy-Footer-text a:visited
{
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.ediy-Footer .ediy-Footer-text a:hover
{
	text-decoration: none;
	color: #2C0204;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/*  PageFooter */
.ediy-page-footer, .ediy-page-footer a, .ediy-page-footer a:link, .ediy-page-footer a:visited, .ediy-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#636363;
}
.ediy-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#636363;
}
/*  LayoutCell */
.ediy-contentLayout .ediy-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 875px;
}

.xmenu_menu { z-index:999;border-color:;border-style:solid;border-width: 0px 0px 0px 0px;background-color:;position:absolute;left:0px;top:0px;visibility:hidden;}
.xmenu_main, a.xmenu_main:link, a.xmenu_main:visited{ text-align:left;color:;text-decoration:none;border-style:none;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-weight:;font-family: ;}
a.xmenu_main:hover, a.xmenu_main:active{color:;text-decoration:none;border-style:none;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-weight:;font-family: ;}
.xmenu_plain, a.xmenu_plain:link, a.xmenu_plain:visited{text-align:left;color:;text-decoration:none;background-color:;border-style:solid;border-color:;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
a.xmenu_plain:hover, a.xmenu_plain:active{color:;text-decoration:none;background-color:;border-color:;border-style:solid;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
a.xmenu_l:link, a.xmenu_l:visited{text-align:left;background:  url() no-repeat right;color:;text-decoration:none;border-style:solid;border-color:;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
a.xmenu_l:hover, a.xmenu_l:active{text-align:left;background:  url() no-repeat right;color:;text-decoration:none;border-style:solid;border-color:;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
