/*
-----------------------------------------------
Magicland Electronics Main Stylesheet
Author:   Catherine Fox
Date:     Feb 2010
----------------------------------------------- */

/* Basics */

* {
	padding: 0;
	margin: 0;
}

html {
	background: #fff url(images/footerbg.jpg) repeat-x bottom left;
}
	
body {
	background: transparent url(images/topbg.jpg) top left repeat-x;
	margin: 0;
	padding: 20px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 2em;
    font-size: small;
}

.clear {
	clear: both;
}

h1, h2 {
	color: #5D5D5D;
	font-family: Trebuchet, Helvetica, arial, sans-serif;
	margin:	20px 0 8px 0;
	padding: 0 0 5px 5px;
	background: transparent url(images/headerbg.gif) bottom left repeat-x;
	font-size: 175%;
	border-bottom: none;
	text-align: left;
	line-height: 1em;
}

h3 {
	color: #972323;
	background-color: transparent;
	font-size: 145%;
	margin: 15px 0 0 0;
	padding: 0;
}
	
h4	{
	color: #972323;
	background-color: transparent;
	font-size: 115%;
	margin: 15px 0 0 0;
	padding: 0;
}

h5, h6	{
	color: #3D3D3D;
	background-color: transparent;
	font-size: 115%;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}


p {
	line-height: 2em;
	padding: 5px;
	margin: 15px 0;
	text-align: justify;
}

blockquote {
	line-height: 1.5em;
	padding: 10px;
	border-bottom: 2px solid #CECECE;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #CECECE;
	color: #972324;
	font-size: 110%;
	margin: 8px;
}

.item {
	clear: both;
	line-height: 2em;
	padding: 15px 0;
	border-top: 2px solid #CECECE;
	margin: 15px;
}

.item p {
	margin: 0;
	padding: 5px;
}
	
.imgright {
    clear: both;
	float: right;
}

.imgleft {
    clear: both;
	float: left;
}

.img {
    clear: both;
	margin: 0 auto;
}

/* Main Layout */

#mainwrapper {
	margin: 0 auto;
	width: 782px;
	height: auto;
}

#mainwrapper-inner {
	margin: 0 15px;
}

/* Top Layout and Styling */

#top {
	width: 782px;
	height: 110px;
}

#logo {
	float: left;
	width: 275px;
	height: 108px;
}

.icons {
	margin: 5px;
	float: right;
	
}

#featuredimgs {
	position: absolute;
	top: 150px;  
	height: 120px
}

#featuredimgs img {
	padding: 5px;
	margin: 6px;
	border-bottom: 2px solid #CECECE;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #CECECE;
}

.menubar {
	float: right;
	width: 475px; 
	position: relative; 
	z-index: 100;
	color: #000;
	margin: 10px 0 0 0;
}

.menubar ul li a, .menubar ul li a:visited, .menubar ul li .nolink {
	display: block; 
	text-decoration: none; 
	color: #000; 
	width: 90px; 
	height: 20px; 
	text-align: center; 
	color: #000; 
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-left: 1px solid white;
	background: #E5E5E5; 
	line-height: 2em;  
	overflow: hidden;
	margin-left: 2px;
	padding: 0 0 5px 0;
}

.menubar ul {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.menubar ul li {
	float: left; 
	position: relative;
}

.menubar ul li ul {
	display: none;
}

.menubar ul li:hover a, .menubar ul li:hover .nolink {
	color: #000; 
	background: #C7C7C9;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}

.menubar ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 27px; 
	left: 0; 
	width: 81px;
	padding: 0;
}

.menubar ul li:hover ul li ul {
	display: none;
	}
	
.menubar ul li:hover ul li a, .menubar ul li:hover ul li .nolink {
	display: block; 
	background: #fff; 
	color: #AA0000;
	height: auto;
}

.menubar ul li:hover ul li a:hover, .menubar ul li:hover ul li .nolink:hover {
	background: #AA0000; 
	height: auto;
	color: #fff;
}

.menubar ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 92px; 
	top: 0;
}

.menubar ul li:hover ul li:hover ul.leftmenuitem {
	left: -92px;}
	
/* Content Layout and Styling */

#contentwrapper	{
	padding: 10px;
	margin-top: 180px;
}

#content-left {
	width: 400px;
	float: left;
}

#content-left-inner {
	margin: 0 5px 20px 5px;
	text-align: justify;
}

#content-right {
	width: 300px;
	float: right;
}

#content-right-inner {
	text-align: justify;
	margin: 0 5px 20px 5px;
}

#contentwrapper ul {
	list-style-type: none;
	padding: 0px;
	margin: 15px;
}

#contentwrapper li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 12px;
	line-height: 2.5em;
}

#contentwrapper a:link, #contentwrapper a:visited, #contentwrapper a:active {
	text-decoration: none;
	color: #972324;
	background-color: transparent;
	padding: 2px;
	border-bottom: 1px solid #972324;
}

#contentwrapper a:hover {
	text-decoration: none;
	color: #5D5D5D;
	background-color: #F2F2F2;
	border-bottom: 1px solid #972324;
}

#contentwrapper img {
	padding: 5px;
	margin: 10px;
	border-bottom: 2px solid #CECECE;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #CECECE;
}

/* Footer Layout and Styling */

#footer {
	clear: both;
	width: 100%;
	height: auto;
}

#footer-inner {
	width: 782px;
	margin: 20px auto 90px auto;
	padding: 20px;
	background: #fff;
	border-bottom: 2px solid #CECECE;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #CECECE;
	min-height: 175px;
}

#footer-left {
	width: 300px;
	float: left;
}

#footer-right {
	width: 400px;
	float: right;
	text-align: left;
	border-bottom: 2px solid #CECECE;
	border-top: 2px solid #F2F2F2;
	border-left: 2px solid #F2F2F2;
	border-right: 2px solid #CECECE;
	background: #EEEEEE;
	padding: 15px;
	
}

#footer-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-right ul li { 
	display: inline; 
	line-height: 2.5em;
}

#footer-right ul li a:link, #footer-right ul li a:visited, #footer-right ul li a:active {
	text-decoration: none;
	padding: 5px;
	margin: 2px;
	color: #972324;
	background-color: #fff;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #CECECE;
}

#footer-right ul li a:hover {
	color: #fff;
	background-color: #972324;
}
