@charset "UTF-8";
/* CSS Document */

body {
height: 100%;
margin: 0px;
padding: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
line-height: 1.8;
background-image:url(../Images/emf-bg-slice.jpg);
}

a:link {color: #FF6600; text-decoration: underline;}
a:visited {color: #CC3300; text-decoration: underline;}
a:hover {color: #FF9900; text-decoration: none;}
a:active {color: #FF9900; text-decoration: none;}

#main{
position: relative;
height: 100%;
margin-left: 30px;
margin-right: 30px;
min-width: 990px;
max-width: 990px;
}

#left{
height: 100%;
position: absolute;
width: 35px;
background-image: url(../Images/left.gif);
float: left;
background-repeat: repeat-y;
}

#shadow-container {
height:100%;
position: relative;
left: 3px;
top: 3px;
margin-left:35px;
margin-right: 3px;
margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
position: relative;
height:100%;
left: -1px;
top: -1px;
}

#shadow-container .shadow1 {
background: #F1F0F1;
height:100%;
}

#shadow-container .shadow2 {
background: #DBDADB;
height:100%;
}

#shadow-container .shadow3 {
background: #B8B6B8;
height:100%;
}

#shadow-container .container {
height:100%;
background: #ffffff;
border-right: 1px solid #848284;
border-bottom: 1px solid #848284;
padding: 10px;
min-height:700px;
}

#logo {
width: 565;
}

#search {
width: 250px;
float: right;
text-align: right;
margin-right: 10px;
}

#content {
margin: 10px;
margin-top: 25px;
margin-right: 20px;
}

#nav {
width: 250px;
float: left;
text-align: left;
margin-right: 12px;
}

#menu {
padding: 0;
margin: 0;
}

#menu li {
list-style-type: none;
margin:0 0 0.25em 0;
}

#menu a, #menu a:visited {
display: block;
width: 250px;
height: 29px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
text-align:center;
text-decoration:none;
font-weight: bold;
color: #ffffff;
background-image:url(../Images/link-bg.gif);
}

#menu-shop a, #menu-shop a:visited {
display: block;
width: 250px;
height: 29px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
text-align:center;
text-decoration:none;
font-weight: bold;
color: #ffffff;
background-image:url(../Images/link-shop-bg.gif);
}

#menu a:hover {
background-image: url(../Images/link-rollover-bg.gif)
}

#promo {
text-align: center;
margin-top: 15px;
}

#footer {
font-size: 11px;
position: relative;
bottom: 0px;
width: 100%;
height: 54px;
border-top: dashed #CCCCCC 1px;
padding-top: 10px;
margin-top: 25px;
}

#checkout-header {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#chk {
margin: 0 0 -35px 0;
padding: 0 0 0 0;
}


#chk2 {
margin: 0 0 -25px 0;
padding: 0 0 0 0;
}

#checkout-body {
margin: -87px 0 0 0;
padding: 0 0 0 0;
}

#text {
float: left;
width: 600px;
}

/* Home Page Module Positioning */
.module {
	float: left;
	overflow: hidden;
        position: relative;
        text-align: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
.module p {
	margin: 5px 15px 35px 15px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #ffffff;
}
/*.module img {
	margin: 5px 15px 35px 15px;
	padding: 0px 0px 0px 0px;
}*/
#module1 {
	background: url(/Images/sticky-1.jpg) no-repeat;
	width: 261px;
	height: 372px;
}
#module2 {
	background: url(/Images/sticky-2.jpg) no-repeat;
	width: 378px;
	height: 185px;
}
#module3 {
	background: url(/Images/sticky-3.jpg) no-repeat;
	width: 378px;
	height: 187px;
}
#module4 {
	background: url(/Images/sticky-4.jpg) no-repeat;
	width: 639px;
	height: 182px;
}

#side-module1 {
	background: url(/Images/sidesticky-1.jpg) no-repeat;
	width: 250px;
	height: 378px;
}
#side-module2 {
	background: url(/Images/sidesticky-2.jpg) no-repeat;
	width: 250px;
	height: 378px;
}#side-module3 {
	background: url(/Images/sidesticky-3.jpg) no-repeat;
	width: 250px;
	height: 378px;
}
.module ol {
padding: 0 0 0 0;
margin: 4px 15px 35px 15px;
color: #ffffff;
list-style-type: none;
}
#num {
list-style-type: decimal;
}
.module li {
margin-top: 9px;
}
.module a:link {
color: #ffffff;
text-decoration: underline;
}
.module a:visited {
color: #ffffff;
text-decoration: underline;
}
.module a:active {
color: #ffffff;
text-decoration: underline;
}
.module a:hover {
color: #ffffff;
text-decoration: none;
}
.module .author {
display: none;
}
.module .date {
display: none;
}