@charset "utf-8";
/* CSS Document Property Of Media Everywhere All Rights Reserved */

body {
	margin: 20px;
	margin-top: 0px;
	font: normal small Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	color: #000000;
}
/* simply css to make things float right */
.right {
	float:right;
}
/* italic text */
em {
	font-size:12px;
}
#header {
	background-color:#fff;
	width: 650px;
	height: 150px;
}
#logo {
	width: 8%;
	float: left;
	padding-left: 2%;
	max-height: 100px;
	max-width: 100px;
}
/* general fonts */
body,td,th {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000000;
}
h1, h2, h3 {
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	color: #000000;
	font-size: small;
}
/* links css */
a {
	color: #FFFFFF;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;

}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	text-decoration: none;
	color: #9999CC;
}
a:active {
	text-decoration: none;
}
/* css for all images */
img {
}

/* Header */

#header {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	padding-left:-10px;
	padding: 0px 0 0 0;
	background-position: top left;
}

#header h1 {
	text-align: center;
	font-size: 62px;
	text-shadow: #006699 5px 5px 5px;
	height: 74px;
	}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header_right {
	float:right;
	width:220px;
	height: 120px;
	background-color: #E29625;
}
#header_story {
	border-right: 220px solid;
	border-color: #FFF;

}
#header_logo {
	width: 120px;
	height: 140px;
	float: left;
}
#header_fav {
	width: 52px;
	height: 52px;
	float: right;
	margin-top: 6px;
	margin-right: 4px;
}
#header_right_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}


/* Content */


#container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 2%;
	height: 740px;
}
#content {
	width: 800px;
	margin: 0 auto;
	margin-top: 0px;
	bottom: 2px;
	padding-left: -5pt;
}

#content .title {
	padding: 10px 20px;
	text-transform: uppercase;
	background-color: #DBDBDB;
}

/* This controls the main text aream and also the border that the right side div sits on */
#content .story {
	padding: 20px;
	border-right: 220px solid;
	border-right-color: #E29625;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	background: #DBDBDB;
	border-top: none;
	margin-top: -20px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

/* right side */

#index_right {
	position: relative;
	margin-left: 10px;
}


.index_first_block_right {

}
/* right side END */
/*******************************************************************************

 BELOW IS THE HEADER'S SPRY MENU BAR CSS

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 800px;
	height: 30px;
	background-color: #000000;
	font: arial;
}
/* Set the active Menu Bar with this class, 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	background-color: #000000;
	width: auto;
	overflow: visible;
	color: #FFFFFF;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 14.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* 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
{
	left: auto;
	top: 0;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFFFFF;
	color: #000000;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 END HEADER'S SPRY MENU BAR CSS

 *******************************************************************************/
/* styles / fonts / colors used */
.style88 {font-size: 22px}
.style89 {font-size: x-large}
.style90 {
	color: #000000
}
.style93 {
	font-size: 18px;
	font-weight: normal;
}

#phone_shadow {
	float: inherit;
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 2px;
	color: #67420A;
}
#phone_above {
	color: #FFFFFF;
	float: inherit;
	margin-top: -33px;
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	margin-right: -1px;
}
.linedd {
	border-bottom: 1px solid #000;
}
.style94 {
	font-size: large;
	color: #000000;
}
input {
	background:#FFF !important;
	border: 1px solid #000;
}

#main_content {
	width:500px;
	height: 540px;
	margin-left: 10px;
	margin-top: 10px;
}
#second_right {
	width: 450px;
	float: right;
	height: 200px;
	clear: right;
	margin-top: 40px;
	padding-right: 25px;
}
#first_right {
	width: 480px;
	float: right;
	height: 200px;
	margin-top: 0px;
}
#footer_bottom {
	height:30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#topinfo {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 175px;
	height: 20px;
}


.style99 {
	font-weight: bold
}
.style97 {
	color: #000000
}
.style98 {
	color: #000000;
	font-weight: bold;
}
.style97 {
	color: #000000
}
.style98 {
	color: #000000;
	font-weight: bold;
}

/* Ekm's pre existing css ************************************************************************************/

	p.wrapcol {
		color: palevioletred;
	}
	#header {
		border-color: 	white;
		border-width:	0px;
		border-style: 	solid;
		background-color: white;
		padding:	0px;
		margin:		0px;

	}
	#footer {
		border-color: 	white;
		border-width:	2px;
		border-style: 	solid;
		background-color: white;
		padding:	15px;
		margin:		25px;
		text-align:	center;
                width:          500px;

	}
	#sidebar {
	text-align:	center;

	}
	#main {
                width:          450px;
                border-color: 	white;
		border-width:	1px;
		border-style: 	dashed;
		background-color: white;
		padding:	5px;
		margin:		5px;
	}

	#experience {
		border-width:	5px;
		border-style: 	dashed;
		background-color: white;
		padding:	15px;
		padding-left: 	120px;
		margin:		25px; 
		background-image:url(/ekmps/shops/fauxplay/resources/Image/rabbit_scissors.JPG);
		background-repeat: no-repeat;
		background-position: top left;
		width:		300px;
	}
                a:link {
	color:#696799;
                }
                a:visited {
                    color:#696799;
                }
                
            #allcontent {
                    width:          920px;
                    padding-top:    5px;
                    padding-bottom: 5px;
                    margin-left:    auto;
                    margin-right:   auto;
                    
                }

                   .cssform 
                    p{
                    border-top: 1px dashed pink;
                    } 
					
/* END Ekm's pre existing css ************************************************************************************/

