/* CSS Document */
body {
	margin-top: 0px;
	padding: 0;
	background:url(images/back1.jpg) #CC3366 repeat-x;
	font-size: small;
	font-family:Georgia;
	text-align: left;
	color: #FFFFFF;
}

#logo
{
	float:left;
	margin-bottom:0px;
}

#seach
{
	float:right;
}

h1
{
	margin-bottom:5px;
}

/* Menu */

#menu {
	float: left;
	width: 100%;
	height: 40px;
	background: url(site_images/img02.jpg) #CCCCCC no-repeat left top;
	margin-top:5px;
	min-height:45px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	margin-top: 1px;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
}

#menu a:hover { 
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a 
{
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #ffffff;
}	

/* Search */

#search
{
	float:right;
	padding-top:20px;
	margin-right:0px;
	margin-bottom:7px;
	
}

#search h2 {
	margin-bottom: 20px;
}

#search .searchform
{
	float:right;
	width:100px;
	text-align:right;
}

/*webshop */

#webshop_box
{
	min-height: 300px;
    padding: 0px;
	text-align:left;
	width: 977px;
	margin-left:auto;
	margin-right:auto;
}

#webshop_content
{	
	padding-left : 0px;	
	float:right;
	margin:0px;	
	background-color:#FFFFFF;
	width:747px;	
	color:#666666;
	padding-bottom:6px;
	padding-top:20px;
	padding-right:0px;	
}

#webshop_container
{
	margin-left:0px;
	margin-right:0px;
	padding: 0px 0px 0px 0px;	
	background-color:#ffffff;
	min-height:484px;
}

#webshop_container a
{
	color: #000000;
	text-decoration: underline;
	border-bottom:none;
}

#webshop_container a:link 
{
	color: #000000;
	text-decoration: underline;
	border-bottom:none;
}

#webshop_container a:hover
{
	text-decoration: none;
	border-bottom: none;
	background-color:#FFFFFF;
}

#webshop_sidebar
{
	width:220px;
	float:left;
	background-color:#fff;
	color:#CC3366;
	padding:5px;
	text-align:center;	
	padding-top:20px;
}

#webshop_footer
{
	float: left;
	width: 100%;
	height: 30px;
	background:url(site_images/footerback.jpg) #CCCCCC no-repeat left bottom;
	text-align:center;
	color:#666666;	
	padding-top:10px;
}

#webshop_footer a
{
	color:#666666;
	text-decoration:underline;		
	margin-left:10px;
}

#webshop_footer a:hover
{
	color:#666666;
	text-decoration:none;	
}

a
{
	color:#FFFFFF;
	text-decoration:underline;
}

#prodcats
{
	padding-top:10px;
	text-align:left;
	width:100%;	
}


#prodcats ul 
{
	margin-left:5px;
	padding-left:5px;	
}

#prodcats li
{
	padding-bottom:3px;
	list-style:none;
}

#prodcats li a
{
	color:#CC3366;
	border-left: #CC3366 solid 10px;
	padding-left: 5px;
	text-decoration:none;
}

#prodcats li a:hover
{
	color:#CC3366;
	border-left: #CCCCCC solid 10px;
	padding-left: 5px;
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
}	

.menugap
{
	padding:3px;
	margin-top:8px;
}

#func_menu
{	
	float:right;
	clear:both;	
}

#func_menu ul {
	margin: 0;	
	list-style: none;
	line-height: normal;
}

#func_menu li {
	display: block;
	float: left;
	margin-left:10px;
}

#frontbanner
{
	background:no-repeat #FFFFFF;
	width:500px;
	min-height:484px;
	color:#333333;
}

#sidebanner
{
	width:247px;
	float:right;
	min-height:484px;
	background-color:#ffffff;
	text-align:center
	
}

#sidebanner img
{
	border:none;
	padding:0px;
	margin:0px;
}

#banner_heading
{
	font-size:2em;
	color:#CC0066;
	padding-bottom:4px;
}

#banner_text
{
	padding-left:0px;
	background-color:#fff;
	padding-bottom:4px;
}
	
#header-right
{
	float:right;
}	
	