html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
       margin: 0;
       padding: 0;
       border: 0;
       font-size: 100%;
       font: inherit;
       vertical-align: baseline;
	   outline:0;
}
body {
       line-height: 1;
}
ol, ul {
       list-style: none;
}
table {
       border-collapse: collapse;
       border-spacing: 0;
}


.top
{
	display:none;
	float: left;
	clear: left;
	background-color: rgb(243, 254, 255);
   	border-bottom: 1px solid rgb(224, 229, 255);
	width: 100%;
	padding: 10px 0px;
	z-index:5;
	
}
.menuitem
{
	border-top: 3px solid rgb(255, 248, 228);/* IE7,8 */
	border-top: 3px solid rgba(236, 84, 12, 0);
	float: left;
	padding: 10px;
	margin: 15px 15px 15px 45px;
	color: rgb(68, 68, 68);
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	height: 30px;
	transition: color 0.2s, border-top 0.35s;
	-webkit-transition: color 0.2s, border-top 0.35s; /* Safari */
}

.menuitem:hover
{
	color: rgb(236, 84, 12);
	border-top: 3px solid rgb(236, 84, 12);
	height:30px;
}
.menuitemactive
{
	border-top: 3px solid rgb(12, 236, 75);/* IE7,8 */
	border-top: 3px solid rgba(12, 236, 75, 0.5);
}
.menuitemactive:hover
{
	border-top: 3px solid rgb(12, 236, 75);
	border-top: 3px solid rgba(12, 236, 75, 0.5);
}
.title
{
	font-size: 48px;
	margin: 15px 15px 15px 20px;
	font-family: Verdana;
	float:left;
	cursor:pointer;

	box-shadow: 0px 0px 20px rgb(16, 14, 19);
	box-shadow: 0px 0px 20px rgba(16, 14, 19, 0.8);
	padding: 0px 10px;
}
.title2
{
	font-size: 40px;
	font-family: Tahoma;
}

.buy{
	float: left;
	padding: 0px 15px;
	margin: 27px 15px 15px 45px;
	font-size: 26px;
	font-weight: bold;
	color: rgb(68, 68, 68);
	cursor: pointer;
	transition: color 0.2s, box-shadow 0.35s, background 0.35s, margin 0.35s, padding 0.35s;
	-webkit-transition: color 0.2s, box-shadow 0.35s, background 0.35s;
	border: 1px solid rgb(76, 235, 120);
	border: 1px solid rgba(76, 235, 120, 0.82);
	border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius: 20px;
}
.buy:hover {
	background: rgb(76, 235, 120);
	background: rgba(76, 235, 120, 0.82);
	box-shadow: 0px 0px 5px rgb(92, 92, 92);
}

.basket {
	background-image:url(../Images/basket.png);
	float:left;
	width:38px;
	height:30px;
}

.logo {
	float: right;
	margin-right: 20px;
}