/* Defaults */
html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #FFFFCC;
}

body {
	font-size: 89%;
	color: #666666;
}
html {
	overflow-x: auto;
	overflow-y: scroll;
}
form {
	margin: 0px;
}
img {
	border: 0px;
}
a, .flip_title  {
	color: #FF3333;
	text-decoration: none;
	cursor: pointer;
}


/* Styles */
p {
	width: 450px;
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
	font-family: Helvetica, "Helvetica CE", "Helvetica LT", Arial, sans-serif;
}
.flip {
	display: none;
}

p.feedback {
	line-height: .75em;
}

p.about {
	width: 380px;
	line-height: 2.2em;
}
.nav {
	position: absolute;
	cursor: pointer;
}

.link {
	cursor: pointer;
}
.input  {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFCC;
	border:dotted;
	border-width:1px;
	font-size: 1em;
}
#products_back {
	position: fixed;
	margin-left: 725px;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	display: none;
}

.copyright {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-align: left;
}

/* layout */
#wrapper {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	bottom: 0px;
	top: 0px;
}
#logo {
	position: fixed;
	top: 50%;
	margin-top: -50px;
	cursor: default;
	margin-left: 25px;
	display: none;
}

#container {
	position: absolute;
	left: 200px;
	top: 0%;
}
#navbar {
	position: absolute;
	top: -15px;
	left: 25px;
	display: none;
}
#content_holder
 {
	width: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 35px;
}


.menu_item {
	cursor: pointer;
	position: absolute;
	display: none;
	left: 27px;
}
#item_1 {
	top: 10px;
}
#item_2 {
top: 83px;
}
#item_3 {
top: 156px;
}

#item_4 {
top: 229px;
}

#item_5 {
top: 302px;
}
#item_6
{
top: 375px;
}



#navbar #info {
	left: 0px;
}

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

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


.imagePadLeft30 {
	margin-left: 30px;
}

.full_page_message {
	margin-top: -15px;
	margin-left: -250px;
	position: fixed;
	left: 50%;
	top: 50%;
	border: none;
	display: none;
}
.marginBottom20 {
	margin-bottom: 20px;
}

.marginTop20 {
	margin-top: 20px;
}
/* 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 */
