body {
	margin: 0; 
	padding: 0;
	background: url("../images/bg.gif") repeat;
	font-family: arial,Helvetica,sans-serif;
	font-size: 13px;
}

a img {
	border:none;
}

#maincontainer {
	background: #ffffff;
	width:800px;
	min-height:500px;
	border: 1px solid #bdb4a6;
	-webkit-border-radius: 50px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
}


#topbar {
	width:100%;
	height:90px;
	background: url("../images/logo_emel.gif") 35px 35px no-repeat;
}

#bottombar {
	width:100%;
	height:90px;
}

#content {
	margin: 25px;
}




.clear { clear: both;}



/****TYPOGRAPHY*****/

h1 {
 font-family: Georgia,Serif;
 font-weight: normal;
 font-size: 45px;
 margin: 20px 0px;
}

h2 {
 font-family: Georgia,Serif;
 font-weight: normal;
 font-size: 25px;
}

p {
 margin: 8px 0px;
}
/****TYPOGRAPHY END*****/



/****MENU*****/
.menu {
	float:right;
	margin: 0;
	padding: 0;
}

#menu ul, #menu li {
	list-style: none;
	margin-top: 55px;
	font-size: 18px;
}

#menu li {float: left; text-align:right;}

#menu li a {
	display: block;
	text-decoration: none;
	color: #b2aa9e;
	margin-right:15px;
}

#menu li a:hover {
	border-bottom: 1px solid #b2aa9e;
	padding-bottom:5px
}
/****MENU END*****/


/****BOTTOM MENU*****/
#bottommenu {
	display:block;
	text-align:center;
	margin-top: 10px;
	font-size: 11px;
}


#bottommenu a {
	text-decoration: none;
	color: #aaa195;
	margin-right:10px;
}

#bottommenu a:hover {
	text-decoration: none;
	border-bottom: 1px solid #b2aa9e;
	padding-bottom:5px;
}
/****BOTTOM MENU END*****/

/****PAGE SPECIFIC STYLING*****/
/****HOME*****/
#slideshow {
	margin:-25px -25px 5px -25px;
}

/* FORMS */
table.Form td {
    border-bottom: 1px solid #CECECE;
    padding: 5px 0;
}

table.Form td input[type="text"]  {
    height: 20px;
	width:95%;
    padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #C8C8C8;
}

table.Form td input:focus, table.Form td textarea:focus {outline-width:0;}

table.Form td textarea {
    padding: 5px;
	width:95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #C8C8C8;

}


table.Form input.button {
	height: 35px; 
	outline-width:0px;
}

/****PAGE SPECIFIC STYLING END*****/

/*ecwid*/
div.ecwid-productBrowser-auth {  display: none; }
table.ecwid-Checkout-blockTitle button, div.ecwid-Checkout-PasswordBlock {
  display:none;
}
div.ecwid-Checkout-blockTitle button.gwt-Button{
display: none;
}