/* CSS Document */

* {padding: 0; margin: 0}

body 
{
	background-color: #405156 ; 
        background-position: 0 -10px;
	font:Calibri;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

ul { padding-left: 30px; }
li { list-style-type: decimal; }
img { margin: 0 15px 5px 0; float: left; }

#content 
{
	padding:0; margin: 0 auto; width: 765px; background: transparent; background-color: #FFF; height: 600px;
}

#title 
{
	margin: 0; padding:0; height: 100px; width: 100%; background-color:#FFFFFF; background-image:url(http://www.oocities.com/eikoaccessories/images/title.jpg); 
}

#menu 
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	line-height: 20px;
	color: #FFFFFF;
	width: 100%;
	height: 20px
}
#menu  a, #menu a:visited { color: #454545; text-decoration: none; background: inherit }
#menu .submit { float: none; vertical-align: middle  }
#menu .submit ul { margin:0; padding:0px 10px 0 50px; list-style:none }
	
#currHome
{ padding:0; margin:0; height: 80px; width: 100%; background-image: url(http://www.oocities.com/eikoaccessories/images/home.jpg); }
#currProducts
{ padding:0; margin:0; height: 80px; width: 100%; background-image:url(http://www.oocities.com/eikoaccessories/images/products.jpg)}
#currContact
{ padding:0; margin:0; height: 80px; width: 100%; background-image: url(http://www.oocities.com/eikoaccessories/images/contactus.jpg)}
#currStores
{ padding:0; margin:0; height: 80px; width: 100%; background-image: url(http://www.oocities.com/eikoaccessories/images/find.jpg)}

#maincontent { width: 100%; background-color:#FFFFFF; padding-top: 15px; }		
	#maincontent h2 { color: #3A3A3A; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; line-height: 19px; margin: 0 0 5px 0; background: inherit }
	#maincontent h2 a { color: #2FB432; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; line-height: 19px; margin: 0 0 5px 0; background: inherit }
	#maincontent h2 a:hover { color: #2FB432; text-decoration: underline; background: inherit	}
	#maincontent .underline { border-bottom: 1px dotted #aaa; margin-bottom: 10px }
	#maincontent h3 { font-size: 130%; color: #6AA6AB; border-bottom: 1px dotted #aaa; background: inherit }
	#maincontent p { padding: 0 0 20px 0; color: #454545; font: 1.0em "Arial", Sans-Serif; margin: 0;  text-decoration: none; background: inherit }
	#maincontent .mpnull { margin: 0; padding: 0 0 0 0; }
	#maincontent .textbox { float: right; color: #454545; width: 40%; background: #fefefe; padding: 10px; margin: 5px 0 15px 15px; border: 1px solid #e8e8e8 }
	#left_side { width: 545px; background: #FFF; height: inherit;}
		#left_side .button { width: 545; background: #FFF; float: right; }
		#left_side .button img { float: right }		
	#right_side { width: 200px; background: transparent; float: right }
		#right_side h3 { 
			height: 22px;
			background-color: #b6ed10;
			color: #FFF;
			border: 0;
			font: bold 1.2em "Arial", Sans-Serif;
			padding: 0px 0 0 5px;
			line-height: 22px;
			text-align: center;
		}
		#right_side .lcontent { background: #f8f8f8; border: 0px solid #e5e5e5; margin-bottom: 15px;	color: #888 }
		#right_side .lcontent p { padding: 8px; color: #777; background: inherit; text-align:center }
		#right_side ul { padding-left: 10px; background: inherit; color: #454545 }
		#right_side li { list-style: square }
		#right_side img { border: 1px solid #B6D6BB; float:inherit; }
		
#footer {
	text-align: center;
	font: 10px arial;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top: 0px;
	width: 765px;
	margin-bottom: 0px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	padding-bottom: 40px;
	bottom: 0 !important;	
	}
