﻿/*
CSS Credit: http://www.templatemo.com/
*/
@font-face {
    font-family: 'eras_medium_itcregular';
    src: url('fonts/erasmd-webfont.eot');
    src: url('fonts/erasmd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/erasmd-webfont.woff') format('woff'),
         url('fonts/erasmd-webfont.ttf') format('truetype'),
         url('fonts/erasmd-webfont.svg#eras_medium_itcregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	height:100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: 'eras_medium_itcregular', Arial, "Trebuchet MS", Helvetica;
	font-size: 16px;
	color: #373737;
	background: #151515;
}
a {
	border-width: 0px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
} 
a:active, a:hover { color: #000; text-decoration: underline}
h1 {
	margin: 0px 0px 10px 0px;
	padding-top: 20px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 1.7em;
	color: #ff007f;
	text-decoration: none;
}
h2 {
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	margin: 25px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
#templatemo_container {
	margin: 0px auto -45px auto;
	width: 840px;
	min-height: 100%;
	background: url(images/bg_neu.gif);
	background-position:center;
}
#templatemo_header {
	width: 800px;
	height: 275px;
	background: url(images/header.jpg) 	;
	margin:0px auto 0px auto;
}


.all {
	width: 715px;
	margin: 0px auto 0px auto;
}
.clr {
	clear:both;
	
}
#templatemo_right_column {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 160px;
	font-size: 14px;

}

.templatemo_menu {
	margin: 30px 5px 50px 0px;
	width: 150px;
	line-height: 24px;
}

#templatemo_left_column{
	float: left;
	width: 520px;
	padding: 5px 15px 10px 15px;
}

.templatemo_menu .menu_right, .templatemo_menu .menu_right:hover {
	cursor: text;
	text-decoration: none;
	color: #ff007f;
}
#templatemo_footer {
	clear: both;
	height: 30px;
	width: 840px;
	padding-top: 10px;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	margin: 5px auto;
	background: url(images/bg.gif);
	background-position:center;
}
#templatemo_footer a {
	color: #000000;
}
.facebook {
}
img {
	border-width:0px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 24px;
}
.sf-menu li {
	display: block;

}
.sf-menu ul {
	visibility: hidden;
	position: absolute;
	margin: -5px 0 0 10px;
	width: 150px;
	border: 2px solid #77003c;
}
.sf-menu > li {
	background-image: url(images/right_button.gif);


}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	visibility: visible;

}
.sf-menu a {
	font-size: 1em;
	font-weight: bold;
	display: block;
	padding-left: 17px;
	color: #77003C;
	width: 120px;
	text-decoration: none;
}
#example li a:hover {
	color: #FF2D96;
}
.sf-menu ul li {
	background-color: #ffdfee;


}
.sf-menu li:hover,
.sf-menu li.sfHover {

}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;





	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: relative;
	height: 0px;
	width: 0px;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
	margin: 0 0 0 70px;
	top: 11px;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
