@import "nav.css";
@import "easySlider.css";

/*---------------------------GLOBAL CSS------------------------------*/
* {
	font-family: Arial,Verdana,sans-serif;
	font-weight: normal;
	outline: 0 none;
}

img  {
	border:none;
}

body {
	margin: 0;
	padding: 0;
	background: #32b7ff url("../images/background.jpg");	

}

#wrapper {
	width: 979px;
	margin: 140px auto 0px;
}

h1#logo {
	position: absolute;
	margin-top: -130px;
	margin-left: 0px;
	width: 150px;
	height: 150px;
	cursor: pointer;
	background: url("../images/logo.png");
}

#logo2 {
	position: absolute;
	margin-top: -81px;
	margin-left: 159px;
	width: 340px;
	height: 50px;
	cursor: pointer; 
	background: url("../images/logo2.png");
}

#shipping
{
	position: absolute;
	margin-top: -66px;
	margin-left: 720px;
	cursor: pointer;
	width: 259px;
	height: 43px;
	background: url("../images/5_dollar_shipping.png") no-repeat top left;

}

#shipping:hover
{ 
  background: url("../images/5_dollar_shipping.png") no-repeat 0 -43px;
}

#shipping span
{
  display: none;
}


/*
#shipping {
	position: absolute;
	text-indent: -9999px;
	margin-top: -66px;
	margin-left: 720px;
	cursor: pointer;
	width: 259px;
	height: 43px;
	background: url("../images/5_dollar_shipping.png") no-repeat top left;
}*/

#top_nav a {
	text-decoration:none;
	color:#fff;
	font-family:Verdana,Arial,Sans Serif;
	font-size:11px;
	font-weight:bold;
	padding-right:0.5em;
}

#top_nav a:hover {
	text-decoration:underline;
}

#top_nav {
	font-size:11px;
	color:#006699;
	position: absolute;
	margin: -135px 0 0 600px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}

#shopping_cart {
	width: 22px;
	height: 19px;
	background: url("../images/shopping_cart.png");
}

h2 {
	font-size:24px;
	color:#777;
	letter-spacing:-.02em;
	margin: 14px 6px 6px 20px;
	position:relative;	
}

h2 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	/*background:url("../images/text_header_gradient.png") repeat-x;*/
}

h3 {
	font-size:18px;
	color:#777;
	letter-spacing:-.02em;
	margin: 14px 6px 6px 28px;
	position:relative;	
}	

.content {
	font-size: 15px;
	color: #4382c9;
	margin: 0px 20px 0px 28px;
}

.more {
	background:url("../images/more_arrow.gif") no-repeat scroll 100% 50% transparent;
	color:#0088CC;
	padding-right:10px;
	white-space:nowrap;
	text-align: right;
	margin-bottom: 20px;
}

a.block:hover .more {
	text-decoration: underline;
}

a.block {
	text-decoration: none;
}

.hiddenPic {
	display:none;
}

.trademark {
	vertical-align: top;
	font-size: .7em;	
}

#copyright_info {
	text-align: center;
	font-size: 10px;
}

#di_logo {	
	margin-top: 4px;
	height: 47px;
	width: 77px;
	background: url("../images/di_logo.png") no-repeat; 
}

table#bottom_table {
	float: left;
	width: 979px;
	margin-bottom: 30px;
}

table#share td {
	width: 30px;
	height: 30px;
}

#noscript {
	color: #ff0;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f00;
	width: 979px;
	margin: 0px auto 0px;	
	text-align: center;
}

