* {
	margin:0px;
	padding:0px;
}
img {
	border: none;
-moz-user-select: none;
-webkit-user-select:none;
-o-user-select:none;
}
a{
text-decoration: none;
border:none;
outline:none;
}
input[type="submit"]{margin-left:0px;padding: 2px 5px 2px 5px;}
body {
	background-color: #FFC;
	font-family: Helvetica, "Helvetica CE", "Helvetica LT", Arial, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 2;
	overflow-y: scroll;
}
p {
	font-size: 14px;
	margin-bottom: 20px;	
}
#content_holder > p {
	width: 450px;
	text-align: justify;
	clear: both;
}
#feedback_content p {
	margin-bottom: 0px;
	margin-top: 10px;
}

#info_content > p {
	width: 380px;
}
a, .flip_title {
	color: #F33;
	cursor: pointer;
}
.flip {
	display: none;
}
.nav {
	position: absolute;
	cursor: pointer;
}

.link {
	cursor: pointer;
}
.input  {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFC;
	border:dotted;
	border-width:1px;
	font-size: 14px;
	width: 350px;
}
#products_back {
	position: fixed;
	left:50%;
	margin-left: 325px;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	display: none;
}
#container {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: 0px;
}
#logo {
	position: fixed;
	top: 50%;
	margin-top: -50px;
	cursor: default;
	left: 50%;
	margin-left: -375px;
	display: none;
}
#navbar {
	position: absolute;
	top: -15px;
	left: 25px;
	display: none;
}
#content_holder {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 35px;
}
#content_holder > img {
	float:left;
	padding-right:30px;
}
.menu_item {
	cursor: pointer;
	margin-bottom: 15px;
	display:block;
}

#navbar #info {
	left: 0px;
}

#navbar #products {
	left: 175px;
}
#navbar  #feedback {
	left: 350px;
}

.content {
	display: none;
	margin-left: 25px;
}

.full_page_message {
	margin-top: -15px;
	margin-left: -250px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.copyright {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
}
/* Add This Begin */
.addthis_toolbox .custom_images a
{
    margin-right: 5px;
    padding: 0;
}
.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}
.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
/* Add This End */
