* {
margin: 0;
padding: 0;

}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image:url('/ekmps/shops/myiconart/resources/Design/myiconbg.jpg');
background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}
#container {
	width: 1000px;
	min-height: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin: 0 auto;
}
a { color: #fb9003; text-decoration:none;}
a:hover {
	color: #fb9003;
	text-decoration: underline;
}

.cooperheading {
	font-family: Cooper Black, Arial Black, Sans-Serif;
	padding: 20px 0px;
	font-size: 18px;
	color: #fb9003;
}


/* START TOP MENU */

#navtop {
	height: 40px;
	position: absolute;
	right: 70px;
	top: 0px;
	padding-top:20px;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}

#search {float: right; }
.searchbar {padding: 3px 0px 3px 3px;}

#headernav { float:left; width: 500px; height:40px; padding:5px 10px 0px 0px; }
#headernav ul { list-style:none; display:block; }
#headernav ul li { float:left; margin:0; padding-right:15px; height:40px; }
#headernav ul li a { text-decoration:none; }

#headernav .topmenu a { color:#FFF;}
#headernav .topmenu a:hover {text-decoration: underline; color:#fb9003;}


/* START HEADER */

#logo {position:absolute;
	top: 50px;
	left: 60px;
	margin-left: auto ;
  	margin-right: auto ;

}
#shipping {position:absolute;
	top: 65px;
	left: 575px;
        opacity: 0.75;
	margin-left: auto ;
  	margin-right: auto ;

}
#cart {position:absolute;
	top: 60px;
	right: 20px;
	width: 220px;
	margin-left: auto ;
  	margin-right: auto ;
	font-size:12px;

}
.cartinfo {text-align:center;
	padding: 5px;
}
/* START NAVIGATION */


	
#navbelow { 
	position: absolute; top: 350px; left: 50px;
	width: 100%;
}
#navbar {
	margin: 0;
	padding: 0;
	height: 20px; }
#navbar li {
	list-style: none;
float: left;
font-weight:bold;
	font-size:12px;
	}
#navbar li a {
	display: block;
	padding: 8px;
	color: #fff;
	text-decoration: none; 
	}
#navbar li a:hover {
	color: #fb9003;
	text-decoration: underline;
	}
#navbar li ul {
	display: none;
	color:#fb9003;
	width: auto; /* Width to help Opera out */
	}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #000000;
        filter:alpha(opacity=85);
	opacity: 0.85;
        color: #FFF; }
#navbar li li a:hover {
	color: #fb9003;
	text-decoration: underline;
	}

#mainContent {
	position:relative;
	background: ; /* will give background to header/nav when header/nav have no defined background. */
	width: 1000px;
	overflow: hidden;
	min-height:800px;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 425px;
	padding-bottom: 20px;
align: center;
}

#mainContent h1 { font-size:18px; color: #fb9003;}



/* START NEWS SECTION */

#news {
	border-top:1px solid #555555;
	overflow: hidden;
	width: 1000px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* START FOOTER */

#footer {
	border-top:1px solid #555555; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: auto;
	clear: both;
	width: 1000px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.footerleft {
	float: left;
	height: 250px;
	width: 250px;
	text-align: center;
}
.footerright {
	float: right;
	height: 250px;
	width: 250px;
	text-align: center;
}

/* START HYPERLINKS */

.vertmenus {
	list-style: none;
	height:auto;
	padding: 0;
}
.vertmenus li {
    font-weight: normal;
	font-size:10px;
    margin: 0;
    padding: 3px 10px 5px 5px;
    color: #FFFFFF;
}
.vertmenus li:hover {
	color: ;
}
.vertmenus a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.vertmenus a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.vertmenus a:hover {
	color: #fb9003;
	text-decoration: underline;
}
.vertmenus a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#newsletter {
	width: 500px;
	padding: 20px;
	text-align: center;
}
#footerbelow {
	width: 1000px;
	clear:both;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 50px;
}

#copyright {float:left;}

#cards {float:right;}










































