body {
 font-family: Verdana;
 font-size: 12px;
 margin: 0;
 padding: 0;
}

h1, h2, h3, h4 {
	 margin: 0;
}

h2 {
	padding-bottom: 5px;
}

h3 {
 padding: 3px 0px 7px 0px;
}

div {
	margin: 0;
}

a {
	border: none;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
tr, td {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

#main-wrapper {
	margin: 0 auto;
	width: 760px;
}

#header {
	height: 100px;
	width: 100%;	
}

#logo {
	float: left;
	width: 380px;
}

#banner {
	float: center;
	padding: 2px 6px 6px 0px;
	width: 260px;
	
}

#mini-menu {
	color: #000000;
	float: right;
	font-size: 10px;
	padding: 80px 20px 0px 0px;
	text-align: right;
	width: 360px;
}

/*** Tabs Styles ***/

#tabs {
	background: transparent url('images/top-bluewhite-bar.png') bottom center no-repeat;
	clear: both;
	height: 53px;
	width: 100%;
}

#tabs ul {
	/* list-style: none;
	list-style-image: none; */
	margin: 0;
}

#tabs ul li {
	display: block;
	float: left;
	padding: 0px 3px 0px 0px;
} 

#tabs ul li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 100px;
}

a#home-tab.active {
	background: url('images/tab-home-front.png');
}
a#home-tab {
	background: url('images/tab-home-back.png');
}
a#trial-tab.active {
	background: url('images/tab-trial-front.png');
}
a#trial-tab {
	background: url('images/tab-trial-back.png');
}
a#dvd-tab.active {
	background: url('images/tab-dvd-front.png');
}
a#dvd-tab {
	background: url('images/tab-dvd-back.png');
}
a#game-tab.active {
	background: url('images/tab-game-front.png');
}
a#game-tab {
	background: url('images/tab-game-back.png');
}
}
a#tv-tab.active {
	background: url('images/tab-tv-front.png');
}
a#tv-tab {
	background: url('images/tab-tv-back.png');
}

/*******************/

#body {
	background: transparent url('images/background-dropper.png') top center repeat-y;
	width: 100%;
}

#welcome {
	float: left;
	padding: 0px 12px 12px;
	width: 356px;
}

#main {
	float: left;
	padding: 0px 12px 12px;
	width: 700px;
}

#featured {
	float: right;
	padding: 0px 12px 12px;
	width: 356px;
}

#productWrapper {
	background: transparent url('images/white-bottom-bar.png') bottom center no-repeat;

}

#center {
	float: right;
	padding: 0px 12px 12px;
	width: 700px;
	}
/*** Product Table Styles ***/

#productList {
	border: 1px solid #000000;
	clear: both;
	margin: 2px 2px 15px 2px;
	width: 756px;
}

#productList tr.head{
	background: transparent url('images/product-header-bg.png') top left repeat-x;
	height: 25px;
	text-align: center;
}

#productList tr.head td {
	padding-top: 3px;
}

#productList tr.head .heading {
	background-color: #57697C;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	padding: 3px 5px;
}

#productList tr {
	text-align: center;
}

#productList tr.row1 {
	background-color: #F4F4F4;
	height: 65px;
}

#productList tr.row2 {
	background-color: #FFFAE5;
	height: 65px;
}

/*****************************/

#footer {
	background: #0084D8 url('images/blue-bottom-bar.png') bottom center no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	padding: 13px 0px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
