html {
	margin:0;
	padding:0;
}

body	{
			margin: 0px;
			padding: 0px;
			text-align: center; /* necessary to center the site */
			color: #595959;
			font-size: 12px;
			font-size-adjust: inherit;
			line-height: 20px;
			font-family: Arial, Helvetica, sans-serif;
		}
					
#wrap	{
			margin: 0px auto 0px auto;
			padding: 0px;
			width: 800px;
			text-align: left;				
		}

img, div	{
		border: none;
		margin: 0px;
		padding: 0px;
	}
	
	
h1	{
		font-size: 18px;
		font-weight: bold;
		padding: 0px;
		margin: 0px 0px 20px 0px;
	}
	
h2	{
		font-size: 16px;
		font-weight: bold;
		padding: 0px;
		margin: 20px 0px 10px 0px;
	}

h3	{
		font-size: 14px;
		font-weight: bold;
		padding: 0px;
		margin: 15px 0px 5px 0px;
	}
	
p	{
		padding: 0px;
		margin: 10px 0px 10px 0px;
	}	
	
	
.small	{
			font-size: 10px;
		}	

.textRight	{
				text-align: right;
			}

/*tables*/
table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
th, td {
	padding: 2px 5px;
	text-align: left;
	width: 15%;
}
td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.odd {
	background-color: #eee;
}
.even {
	background-color: #fff;
}


.floatRight	{
				float: right;
			}

.floatLeft	{
				float: left;
			}

.clear	{
			clear: both;
		}
		
	

/* NAVIGATION */
#nav{
	  margin: 20px 0px 0px 0px;
	  padding: 0px;
	  text-indent: 0px;
	  font-size: 4px; /*hack for IE*/
	  line-height: normal;
	  float: left;
	  list-style-type: none;
	  text-align: center;
	  height: 52px;
	  width: 800px;
	  background:#444;   
}

#nav li{
			float:left;
}

a:link.tabs, a:hover.tabs, a:visited.tabs {   
			color: #595959;	
			display: block;
			text-decoration: none;  
			font-size: 16px;
			height: 46px;
			width: 116px;
			padding: 15px 0px 0px 0px;
			margin: 0px 1px -15px 0px;
}

a:link.tabs, a:visited.tabs{
			background: url(../images/bt-downstate.jpg) transparent left top no-repeat;
}

a:hover.tabs,/*sticky labels code*/#productspage #nav a#products, #buywherepage #nav a#buywhere, #supportpage #nav a#support, #aboutpage #nav a#about, #skinspage #nav a#skins {
			 background: url(../images/bt-upstate.jpg) transparent left top no-repeat ;
}

/* END OF NAVIGATION */


#banner	{
			clear: both;
			border-bottom: #3c3c3c 5px solid;
			margin: 0px;
			padding: 0px;
		}


/*LEFT MENU */

.left_menu	{
				width: 175px;
				margin: 0px;
				padding: 0px;
				float: left;
			}
			
.left_menu a:link, .left_menu a:hover, .left_menu a:visited {
				font-size: 12px;
				height: 20px;
				width: 155px;
				display: block;
				padding: 5px 5px 3px 15px;
				margin: 0px 0px 0px 0px;
				text-decoration: none;
				color: #595959;
				font-weight: normal;
				}
				
.left_menu a:hover,/*sticky labels code for products*/ #defaultProductsPage a#leftMenuProducts, #mysharePage a#leftMenumyshare, #zboxPage a#leftMenuZbox, #zrackPage a#leftMenuZrack, #na1400Page a#leftMenuNA1400, #galaxyPage a#leftMenuGalaxy, #deskhammerPage a#leftMenuDeskHammer, #deskhammerexpressPage a#leftMenuDeskHammerExpress, #pockethammerPage a#leftMenuPocketHammer, #dvdwriterPage a#leftMenuDVDwriter, #galaxyhdxPage a#leftMenuGalaxyHDX, #morespacePortable a#leftMenuportable,#mysharehome a#leftMenumyshareHome, #myshareOffice a#leftMenumyshareOffice, #morespacePage a#leftMenumorespace,/*where to buy*/ #defaultBuyWherePage a#leftMenuBuyWhere, #consumersPage a#leftMenuConsumers, #resellersPage a#leftMenuResellers, #resellersOpportunity a#leftMenuResellersOpportunity, /*support*/ #defaultSupportPage a#leftMenuSupport, #faqPage a#leftMenuFAQ, #productResourcesPage a#leftMenuProductResources, #requestSupportPage a#leftMenuRequestSupport, #productRegistrationPage a#leftMenuProductRegistration, #softwareUpdatesPage a#leftMenuSoftwareUpdates, #RebatesPage a#leftMenuRebates,/*about*/ #defaultAboutPage a#leftMenuAbout, #newsPage a#leftMenuNews, #mediaCoveragePage a#leftMenuMediaCoverage, #blogCoveragePage a#leftBlogMediaCoverage, #eventsPage a#leftMenuEvents, #contactUsPage a#leftMenuContact, #sitemapPage a#leftMenuSitemap {
						background-color: #fff;
					}

/* LEFT COLUMN BACKGROUND CONTAINER */
#main_content, #main_content_no_menu	{
				clear: both;
				width: 100%;
				padding: 20px 0px 0px 0px;
			}

#main_content	{
				background-image: url(../images/left_column.gif);
				background-position: left top;
				background-repeat: repeat-y;
				margin: 0px;	
				}

/* 	CENTER CONTENT */		
#content	{
				float: left;
				margin-left: 20px;
				width: 600px; /* to avoid content going underneath the left menu */
			}


#footer	p{
			text-align: right;
			background-image: url(../images/footer.png);
			background-repeat: no-repeat;
			color: #ffffff;
			width: 780px;
			height: 40px;
			margin: 0px 0px 0px 0px;
			padding: 3px 20px 0px 0px;
			display: block;
		}
		
		
#footer div	{
				font-size: 10px;
				margin: -15px 0px 0px 0px;
			}
			
.contact	{	
				float: left;
				padding-left: 20px;
			}
			
.copyright	{	
				float: right;
				padding-right: 20px;
			}
		
#footer p a:link, #footer p a:visited	{
										color: #ffffff;
										text-decoration: none;
										font-weight: normal;
										padding: 0px 5px 0px 5px;
									}

#footer p a:hover	{
										color: #ffffff;
										text-decoration: underline;
										font-weight: normal;
										padding: 0px 5px 0px 5px;
									}


/* DANI ADDITIONS WEEKEND */


a.mainBttn:link, a.mainBttn:visited
			{
				background-image: url(../images/inside_button_white.png);
				color: #595959;
				text-decoration: none;
				text-align: center;
				padding-top: 2px;
				width: 131px;
				height: 23px;	
				display: block;
				margin-left: 400px;
			}


a.mainBttn:hover
			{
				background-image: url(../images/inside_button_grey.png);
				color: #595959;
				text-decoration: none;
				text-align: center;
				padding-top: 2px;
				width: 131px;
				height: 23px;	
				display: block;
				margin-left: 400px;
			}
			
a:link, a:visited {
		color: #595959;
		text-decoration: none;
		font-weight: bold;
	}
	
a:hover {
		color: #595959;
		text-decoration: underline;
		font-weight: bold;
	}	
			
			
.column1 {
			float: left;
			}
			
			
.column2 {
			float: left;
			padding-left: 30px;
			}

		
.column2_morespace {
			float: left;
			margin-left: 100px;
			}
		
			
label	{
			display: block;
			width: 200px;
		}

		
input, select, .textarea	{
			width: 200px;
			margin-bottom: 10px;
		}

textarea, input, select {
			color: #595959;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
}
/*declarations for deal registration*/
fieldset {
	border: 0px solid transparent;
}
textarea {
	height: 170px;
}
#registrationQuestions div, #registrationQuestions label {
	width: auto;
	float:left;
}
#registrationQuestions div {
	margin-right: 8px;
}
input.radio, input.checkbox {
	width: auto;
	margin-right: 2px;
}
#months, #years {
	width: 50px;
	margin-left: 2px;
}
#registrationQuestions p {
	padding: 3px 0 0 0;
	margin:0;
}
*html #registrationQuestions p {
	padding:0;
	margin:0;
}	
	
/*	SUPPORT SECTION */		
#why	{
			width: 100%;
		}
#why th	{
			
		}		
		
#faq	{
			width: 300px;
		}
		
#form_details	{
					clear: both;
			}
			
/*	WHERE TO BUY */

#leftColumn	{
				width: 250px;
				padding-right: 30px;
				margin: 0px;
				float: left;
			}
			
#rightColumn	{
					width: 250px;
					padding: 0px;
					margin: 0px;
					float: left;
				}
				
#rightColumn h2	{
					padding-top: 10px;
					margin-top: 0px;
				}
				
#consumersPage h2{
						padding-top: 40px;
					}

/*LEGAL */
#value #content {
					width: 800px;
					margin: 0px;
					padding: 0px;

		}			
/*CLASS TO MARK MISSING CONTENT*/
.red {color:#CC3300; font-weight:bold;}