* {
	background: transparent;
}

/*
==================================================
  body
==================================================
*/

body {
	/* set default page dimensions */
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	
	/* typography */
	line-height: 1.5;
	word-spacing: 1pt;
	letter-spacing: 0.2pt;
	font-family: serif;
	font-size: 10pt;
	
	/* colors */
	color: black;
	background: white;
}

/*
==================================================
  headings
==================================================
*/

	/* shared settings */
	h1, h2, h3,
	h4, h5, h6 {
		font-family: sans-serif;
		font-weight: bold;
	}

	/* first heading */
		h1 {
			font-size: 20pt;
		}
	
	/* second heading */
		h2{
			font-size: 18pt;
		}
	
	/* third heading */
		h3 {
			font-size:16pt;
		}
	
	/* rest headings */
		h4, h5, h6 {
			font-size: 12pt;
		}
	
/*
==================================================
  links
==================================================
*/

/* note: active and hover states are not added */

	/* master reset */
	a:link, a:visited {
		font-weight: bold;
		text-decoration: underline;
		color: black;
	}
	
	/* show address after links 
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
		content: " (" attr(href) ") ";
	}*/
	
	/* links around images */
	a img {
		border: none !important;
	}

/*
==================================================
  code
==================================================
*/

	/* main code element */
	code {
		font-family: monospace;
	}

/*
==================================================
  blockquote
==================================================
*/

	/* blockquote element */
	blockquote {
		margin: 1.3em;
		padding: 1em;
	}


/*
==================================================
  table elements
==================================================
*/

	/* main table element */
	table {
		text-align: left !important;
	}
	
	/* table head and cell element */
	td, th {
		padding: 5px 10px;
		border-bottom: 1px solid black;
	}
	
	/* table head */
	th {
		font-weight: bold;
	}
	
	/* caption */
	caption {
		text-align:left;
	}

/*
==================================================
  horizontal rule
==================================================
*/

	/* element */
	hr {
		background: #ccc;
		color: #ccc;
		height: 2px;
	}

/*
==================================================
  hide (page layout elements)
==================================================
*/

/* uncomment if needed
	#header, #footer,
	#navigation, #sidebar{
		display: none;
	}
*/
#orderNow2{
display:none;
}
#shopSelection{
display:none;
}
#shoppingCart{
display:none;
}
#languages{
display:none;
}
#headTitle{
display:none;
}
.sidebar1{
display:none;
}
#header{
display:none;
}

