* {
	padding: 0;
	margin: 0;
}
	
body {
	background-color: #efefef;
	color: #333;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

#container {
	width: 760px;
	border: 0;
	margin: 0 auto;
}

#content {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #dedede;
	margin: 2px auto;
}


/***********
  Header
***********/
#banner {
  padding: 5px 0 0 0;
  height: 7em;
  background-color: #efefef;
  vertical-align: bottom;
  background: url(img/bg.png) repeat-x;
  margin: 0;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

#banner br {
  clear: both;
}

	/***********
	  Product menu
	***********/
	#productMenu {
 	padding: 5px;
	border: 0;
	margin: 0 auto;
	clear: both;
	font-size: 11px;
	line-height: 1.4em;
	}
	#productMenu1 {
		float: left;
		width: 80px;

	}
	#productMenu2 {
		float: left;

	}
	#productMenu3 {
		float: left;

	}
	#productMenu4 {
		float: right;
		text-align: right;
		padding-right: 5px;

	}
	#productMenu4 a {
			display: block;
			margin-bottom: 0;
			width: 110px;
			line-height: 1.3em;
			font-size:11px;
			text-decoration:none;
		}

		#productMenu a {
			display: block;
			margin-bottom: 0;
			width: 110px;
		}
		
		.prodName:first-letter {
		  color: #FD7D00;
		}
	
	/***********
	  Site menu
	***********/
	#siteMenu {
		float: right;
		line-height: 1.6em;
		text-align: right;
		height: 100%;
		background: url(img/bgtr.png) repeat-y;
		width: 39%;
		padding-right: 5px;
		vertical-align: bottom;
	}
	
		#siteMenu a {
		  float: right;
		  clear: both;
			display: block;
			width: 70px;
			text-align: right;
		}

/***********
  Footer
***********/
#footer {
  clear: both;
  padding: 5px;
  margin-top: 0;
  background-color: #efefef;
}	


.breakline {
  width: 100%;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #DDD;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin-bottom: 4px;
  margin-top: 4px;
  clear: both;
}

.br {
	clear: both;
	line-height: 0;
}

.br1 {
	clear: both;
	height: 0px;
}

.br2 {
	clear: both;
	height: 15px;
}

#share_choice {
	clear: both; 
	/*float:left;*/ 
	margin-top:7px;
	margin-bottom:8px;
	width: 100%;
	text-align: right;
	}
	
	#share_choice a{
		text-decoration: none; 
		/*font-weight: bold;*/ 
		color: gray;
	}

