/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul
{
	margin:0;
	padding:0;
}
	
li{
	margin:0;
	padding:0;
	list-style:none;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
}
	
h2 {
	font-size:16px;
	margin:0px;
	padding:0px;
}
	
h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
}
	
h4 {
	font-size:12px;
	margin:0px;
	padding:0px;
}
	
h5 {
	font-size:10px;
	margin:0px;
	padding:0px;
}




/* ----------------------------------------------------------------------- LAYOUT */



#mainContainer
{
	width:990px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:990px;
	height:34px;
	background:url(../images/header.jpg) no-repeat;
	text-align:right;
}
	#header img
	{
		border:0;	
	}
#productHighlightContainer
{
	height:183px;
	background:url(../images/highlightback.jpg) no-repeat;	
	margin-top:10px;
}
	.item_spotlight
	{
		padding-top:70px;
		float:left;
		display:inline;
		padding-left:40px;
	}
	
	.item_spotlight img
	{
		border:0;
		height:96px;
		overflow:hidden;
		width:110px;
		border:1px solid #fff;
	}
	.item_spotlight h3
	{
		display:none;	
	}
	
	.item_spotlight .price
	{
		color:#FFF;	
		font-size:10px;
		font-weight:bold;
		padding:0px;
		text-align:center;
		width:110px;
		height:14px;
		background-color:#870300;
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
		border-bottom:1px solid #FFF;
	}
	.shop_old_price{
		color:#F00;}
#navigation
{
	width:990px;
	height:72px;
	background:url(../images/navigation.jpg) no-repeat;		
}

#catalogcontentContainer
{
	width:990px;
	background:url(../images/catalogcontentcontainer.gif) repeat-y;		
	float:left;
}

#catalogcontentHeader
{
	width:990px;
	height:45px;
	background:url(../images/contentheader.jpg);		
}
#leftContainer
{
	float:left;
	width:220px;
}
#catalogueNavigation
{
	margin-left:15px;	
	line-height:22px;
	font-size:12px;
	width:210px;
	float:left;
}
	#catalogueNavigation ul li
	{
		list-style-type:none;	
		margin-left:20px;
		border:0;
		font-weight:normal;
		color:#333;
	}
		#catalogueNavigation li
		{
			list-style-type:none;	
			border-bottom:1px dotted #c10500;
			font-weight:bold;
			color:#c10500;
			line-height:2;
		}
		#catalogueNavigation li a
		{
			color:#c10500;	
			text-decoration:none;
		}
		#catalogueNavigation li a:hover
		{
			color:#000;	
			text-decoration:none;
		}
	
#leftMenuContainer
{
	clear:both;
}
#leftMenu
{
	margin-left:15px;	
	line-height:22px;
	font-size:12px;
	width:210px;
	float:left;
}
	#leftMenu ul li
	{
		list-style-type:none;	
		margin-left:20px;
		border:0;
		font-weight:normal;
		color:#333;
	}
		#leftMenu li
		{
			list-style-type:none;	
			border-bottom:1px dotted #c10500;
			font-weight:bold;
			color:#c10500;
			line-height:2;
		}
		#leftMenu li a
		{
			color:#c10500;	
			text-decoration:none;
		}
		#leftMenu li a:hover
		{
			color:#000;	
			text-decoration:none;
		}	
	
#contentContainer
{
	float:left;
	width:700px;
	margin-left:50px;
}

#breadcrumbs2
{
	padding-left:270px;
	color:#e80700;
	font-weight:bold;
	padding-top:13px;
}

#footer
{
	width:990px;
	height:50px;
	background:url(../images/footer.jpg);
	clear:both;
}
	#address
	{
		width:990px;
		text-align:center;
		color:#fff;
		padding-top:20px;
	}

/* POWERED BY */

div#poweredby
{
	width: 980px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: right;
}

div#poweredby img
{
	border: none;
}


/* ----------------------------------------------------------------------- NEWS */

#mod_news_items_spotlight {
	color:#fff;
	margin: 0 0 0 0;
}

#mod_news_items_spotlight a{
	color:#fff;
}

.news_item_spotlight {
	float:left;
	display:inline;
	margin:0 0 0 10px;
	width: 315px;
}

.news_image {
	float: left;
	width: 60px;
	margin: 5px 5px 5px 0;
}

.news_title {
	font-size:14px;
	font-weight:bold;
	width: 100%;
}

.news_date {
	padding-top:5px;
	font-style:italic;
}

.news_summary {
	float: left;
	width: 200px;

}

.news_summary p {
	margin: 0;
	padding: 0;
}

.news_readmore {
	float: left;
}

/* ----------------------------------------------------------------------- SEARCH */
#search {
	position:absolute;
	margin:6px 0 0 12px;
}

#search_shop{
	width:250px;
}

#shop_search_query {
	width:170px;
	float:left;
}

#shop_search_submit {
	margin:0 0 0 5px;
}



/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:underline;
	color: #900;
}




/* ----------------------------------------------------------------------- HEAD-MENU */
#menu
{
	float:left;
}

#menu li{
	float:left;
	border-right:1px solid #D4D2D5;
	margin-top:10px;
	height:27px;
	line-height:20px;
	}
#menu li li{
	float:left;
	border-right:1px solid #D4D2D5;
	line-height:30px;
	margin-top:0px;
	}
		
#menu li:hover{
	background:#D4D2D5;
	border-right:1px solid #FFF;
	}
	
	#menu li li:hover{
		background:none;
		border-right:1px solid #FFF;
		color:#fff;
		}
	
#menu li.on{
	background:#D4D2D5;
	border-right:1px solid #FFF;
	}
	
	#menu li li.on{
		background:none;
		border-right:1px solid #FFF;
		}
#menu li.on:hover{}

#menu li div{}
	
#menu li a{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	height:27px;
	display:block;
	padding-left:10px;
	padding-right:10px;
}	
#menu li li a{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	height:27px;
	display:block;
}	
#menu li a:hover{
	color:#000;
}
	#menu li li a:hover{
		color:#fff;
	}	
#menu li.on a{
	color:#000;
}
#menu ul
{
	position:absolute;
	left:0px;
}
#menu ul li div ul
{
	position:absolute;
	left:0px;
}

/* ----------------------------------------------------------------------- SUB-MENU */




/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:630px;
	text-align:center;}
	
#gal_title{
	width:630px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:630px;}
	
#gal_viewer{
	width:630px;}

#gal_nav{}

#gal_image_wrapper{}

#gal_image{}



