body 
{
    margin: 0;
    padding: 0;
    height: 100%;     
    background: #f8c4ab url(../images/bg2.gif) repeat-y scroll left 0;
    font-family: Tahoma, Arial, Sans-Serif;
    color: Black;
    font-size: 11px;
}

.center_col
{
    width: 375px;
    xheight: 100%;
    padding: 0px 0px 33px 0px;  
    margin: 0px;
    position: relative;
    float: left; 

}
.right_col
{
    width: 320px;
    xheight: 100%;
    padding: 0px;
    position: relative; 
    margin: 0px;  
    float: right;

}
/* --LEFT COLUMN------------------------------------- */

.pop_cat_box
{
    width: 234px;
    float: left;
    margin-bottom: 15px;
}
.pop_cat
{
    padding: 0px 15px 15px 15px;
    margin: 0px;
}
.pop_cat ul
{
	margin: 0px;
	padding: 0px;
	width: 204px;

}
.pop_cat li
{
	border: none 0px;
	display: inline;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 204px;
	position: relative;
	color: #5e5e5e;
}
/* --CENTER COLUMN------------------------------------- */


.categories_box
{
    width: 375px;
    xheight: 264px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.categories
{
	cursor: default;
	list-style: none;
	padding: 0px;
    margin: 0px; 
    height: 232px; 
}
.categories ul
{
	margin: 0px;
	padding: 15px 0px 0px 23px;
	width: 352px;
	height: 217px;

}
.categories li
{
	border: none 0px;
	display: inline;
	float: left;
	padding: 0px 15px 15px 0px;
	margin: 0px;
	width: 158px;
	height: 108px;
	position: relative;
}
.categories a
{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
 
.categories a:visited
{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.categories a:hover
{
	color: #c00627;
}
.category_title 
{
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.80; 
    opacity:0.8;
    background:#fde7dc none repeat scroll 0 0;
    padding: 0px;
    position: absolute;
    top: 78px;
    left: 4px;
    height: 26px;
    width: 150px;
}

.category_text
{
    background:transparent none repeat scroll 0 0;
    height: 19px;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 76px;
    width: 140px;
    font-size: 17px;
    font-family: Georgia, Times New Roman Serif;
    font-weight: normal;
    float: left;

}
.categories img
{
	background-color: White;
	border: solid 1px #f8c4ab;
	padding: 3px;
	width: 150px;
	height: 100px;
	margin: 0px;
	float: left;
}
.categories a:hover img
{
	background-color: #f8c4ab;
}
.categories a:hover .category_text
{
	color: #fff;
}
.categories a:hover .category_title
{
    background:#f8c4ab none repeat scroll 0 0;
}


/* --RIGHT COLUMN------------------------------------- */

.welcome_box
{
    padding: 10px 0px 10px 20px;
    width: 300px;
    height: 143px;
    float: left;
}
/* -------------------------------------------------- */

.shop_box
{
    width: 320px;
    float:left;
    margin-bottom:20px;
}
.shop
{
	list-style: none;
	padding: 0px 0px 0px 15px;
    margin: 0px;   
}
.shop ul
{
	margin: 0px;
	padding: 0px;
	width: 305px;

}
.shop li
{
	border: none 0px;
	display: inline;
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	width: 305px;
	position: relative;
}

.cd
{
    border: solid 1px #e39d4f;
    width: 96px;
    height: 96px;
    float: left;
    margin-right: 10px;
}
.shop_link a
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}

.shop_link a:visited
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}
.shop_link a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.shop_link span a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.shop_link span a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.shop_link span a:hover
{
    color: #bf0202;
    font-weight: bold;
    text-decoration: none;
}
.shop_link span img
{
    margin-left: 10px;
}


/* -------------------------------------------------- */

.news_box
{
    width: 320px;
    float:left;
    margin-bottom:20px;
}
.news
{
	cursor: default;
	list-style: none;
	padding: 0px 0px 15px 15px;
    margin: 0px;   
    height: 100%;
}
.news ul
{
	margin: 0px;
	padding: 0px;
	width: 305px;

}
.news li
{
	border: none 0px;
	display: inline;
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	width: 305px;
	position: relative;
}
/* -------------------------------------------------- */

.events_box
{
    width: 320px;
    float:left;
    margin-bottom:30px;
}
.events
{
	cursor: default;
	list-style: none;
	padding: 0px 0px 15px 15px;
    margin: 0px;   
    height: 100%;
}
.events ul
{
	margin: 0px;
	padding: 0px;
	width: 305px;
}

.events ul li
{
	border: none 0px;
	display: inline;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 305px;
	position: relative;
}
