/*
===========================
===== DESIGN STYLING ======
===========================
*/
body 	{
	margin:0px;
}

#header {
	background-image:url(images/h_background.gif);
	height:77px;
	width:795px;
}
#bar	{
	background-image:url(images/b_background.gif);
	height:498px;
	width:140px;
}
#footer	{
	background-image:url(images/f_background.gif);
	height:27px;
	width:795px;
	position:absolute;
	top:573px;
	left:0px;
	
}
#content	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	position:absolute;
	top:88px;
	left:148px;
	width:485px;
	height:471px;
}
#search	{
	position:absolute;
	top:83px;
	left:646px;
	width:150px;
	height:100%px;
}
#cart	{
	position:absolute;
	top:152px;
	left:646px;
	width:150px;
	height:100%;
}
#login	{
	position:absolute;
	top:315px;
	left:646px;
	width:150px;
	height:100%;
}
#catalogue	{
	position:absolute;
	top:410px;
	left:646px;
	width:150px;
	height:10px;
}

/*
===========================
=====  MENU STYLING  ======
===========================
*/
#menu {
	position:absolute;
	top:93px;
	left:10px;
	text-transform:capitalize;
	
}
.menuLinks:link, .menuLinks:visited, .menuLinks:active {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	height:20px;
	width:128px;
	background-color:#ED261D;
}
.menuLinks:hover {
	color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	background-color:#ED261D;
}

/*
===========================
======TEXTUAL STYLING======
===========================
*/
.header2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
.header	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
}
.redheader	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EE271D;
	font-weight:bold;
}

.description	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	font-weight:bold;
}

a:link, a:visited, a:active {
	
	color:#ED261D;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	
}
a:hover {
	color:#333333;
	text-decoration:none;
}
