/* for horizontal menu */
html{
	font:11px Arial, Helvetica, sans-serif; /* Sets the font size and type for the whole html page */
	color:#FFFFFF;
	background-color: #FFFFFF;
} /* Sets the font color for the whole html page */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	height: 18px; /* This needs to match the relative font size + padding or you get a border above/below the menu button*/
	padding:0;
	display:block;
	background: #315273; /* colour of width of menu surround */
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF; /* menu button font colour */
} 

#menu ul	 {
	list-style: none;
	margin: 0;
	float:right;
	padding-top: 0px; /* Space above menu button and coloured background */
	padding-bottom: 0px; /* Space below menu button and coloured background */
	padding-right: 15px;
	list-style-type: none; /* no bullet */
}

#menu ul ul
{
position:absolute;
list-style-type:none;
margin:0px;
display:none;
margin-left:-40px;
z-index:1;
}
#menu ul:hover ul
{
display:block;
}


#menu li {
	display:block;
	margin:0 0 0 0px;
	padding:0;
	line-height:normal;
}
#menu li a {
	padding: 1px 15px;
	background:#315273;  /* menu button background colour */
	text-decoration:none;
	margin:0;
	}
/* - \*/
* html #menu {height:1%}
#menu:after {
	content: '[.]';
	clear:both;
	visibility:hidden;
	display:block;
	height:0;
}
#menu ul, #menu li, #menu li a {display:block}
#menu {display:block}
#menu ul {float:right;}
#menu li {float:left;}
/* - */
* html #menu li a {
	display:block;
}

#menu li a:link, #menu li a:visited {
	color: #FFF; /* Keep same as non-visited colour */
	text-decoration: none;
	border: none;
}

#menu li a:focus, #menu li a:hover {
	color: #315273; /* blue font */
	border: none;
	background:#FFF; /* white background */
}

	
/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
} 

 
#pagewidth{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 5px;
	border-color: #EEEEEE;
	border-style: solid;
	width: 800px;
	padding: 5px;
} 
 
#header{
 position:relative; 
 height:140px; 
 width:100%;
} 
 
#main_area{
	float:left;
	position:inherit;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
  
#maincol{
	background-color: #FFFFFF;
	float: right;
	position:inherit;
	background-color:#FFFFFF;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	width: 639px;
	display: inline;
	margin-bottom: 10px;
	margin-top: -3px;
	border-top: 0;
	padding-bottom: 10px;
}
 
#maincol_head
{
	position: inherit;
	float: right;
	width: 645px;
}
 
#rightcol{
 width:47%; 
 float:right; 
 position:relative; 
 background-color:#5380C3;
 }
 
#basket{
	width:144px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	height: auto;
	padding: 0;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: inline;
	margin-top: -3px;
	border-top: 0;
}
 
#basket_head
{
	position: relative;
	width: 150px;
	display: inline;
	margin-bottom: 5px;
}
 
#basket_content
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	text-align: center;
}


#basket_total
{
	background-color: #999999;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
}

#basket_show
{
	background-color: #315273;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}

#basket_show a
{
	background-color: #315273;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}

#PayPal
{
}

#prodmenu_header
{
	position: relative;
	width: 150px;
	display: inline;
	float: left;
	margin-top: 5px;
}

#product_menu
{
	width:144px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	height: auto;
	padding: 0;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: block;
	margin-top: -3px;
	border-top: 0;
}
 
#product_menu a {
	display: block;
	width: auto;
}
 
#product_menu ul	 {
	list-style: none;
	float:left;
	list-style-type: none;
	padding: 0px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 129px;
}

#product_menu li a:link, #product_menu li a:visited {
	color: #FF6600; /* Keep same as non-visited colour */
	text-decoration: none;
	border: none;
	text-align: left;
	background-color: #FFFFFF;
}

#product_menu li a:focus, #product_menu li a:hover {
	color: #FFF; /* white font */
	text-decoration: none;
	border: none;
	background:#FF6600; /* blue background */
	text-align: left;
	width: 100%;
}

#footer{
	height:15px;
	background-color:#315273;
	clear:both;
	text-align: right;
} 
 
 
#fadeshow1{
	width:144px;
	float:left;
	position:relative;
	height: auto;
	padding: 0;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 
 
#NewsText
{
	width:256px;
	float:right;
	position:relative;
	height: 220px;
	padding-left: 5px;
	text-align: center;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	margin-right: 26px;
	margin-top: -230px;
	border-bottom: 0;
	background-attachment: fixed;
}
#NewsText a
{
	background-color:#FFFFFF;
	color: #003399;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
	width: 200px;
}


 #DVDhome_advert
{
	width:273px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	height: auto;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: inline;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	border-bottom: 0;
}

#DVDhome_footer
{
	position: relative;
	width: 280px;
	display: inline;
	float: left;
	margin-top: 230px;
	height: auto;
	margin-left: -280px;
	border: 0;
	margin-bottom: 20px;
}
 
#DVD_footer
{
	position: relative;
	width: 184px;
	display: inline;
	float: left;
	margin-top: 239px;
	height: auto;
	margin-left: -190px;
	border: 0;
	margin-bottom: 40px;
}


#DVD_advert
{
	width:184px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	height: auto;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: inline;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom: 0;
}
 
#DVD_advert a #DVD_footer a
{
	display: block;
}  
 
#pedalboots_footer
{
	position: relative;
	width: 256px;
	display: block;
	float: right;
	margin-right: 36px;
	border: 0;
}

#pedalboots_advert
{
	width:256px;
	float:right;
	position:relative;
	background-color:#FFFFFF;
	height: auto;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: block;
	margin-top: 20px;
	margin-right: 30px;
	border-bottom: 0;
}
 
#pedalboots_advert a #pedalboots_footer a
{
	display: block;
} 
 
#kahler_footer
{
	position: relative;
	width: 256px;
	display: block;
	float: none;
	margin-top: 300px;
	margin-left: 29px;
	border: 0;
}

#kahler_advert
{
	width:279px;
	position:relative;
	float: left;
	background-color:#FFFFFF;
	height: auto;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: block;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: -280px;
	border-bottom: 0;
 }
 
#new_DVD a #new_DVD a
{
	display: block;
	border-style: none;
}

#newDVD_footer
{
	position: inherit;
	display: inline;
	float: right;
	margin-right: 27px;
	border: 0;
	margin-top: -20px;
}

#new_DVD
{
	width:136px;
	position:relative;
	float: right;
	background-color:#FFFFFF;
	height: auto;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: block;
	margin-top: -230px;
	margin-bottom: 0px;
	margin-right: 90px;
	border-bottom: 0;
 }
 
#new_DVD a #new_DVD a
{
	display: block;
	border-style: none;
}

#translation
{
	width:550px;
	position:relative;
	float: right;
	background-color:#FFFFFF;
	height: auto;
	border: 3px;
	border-style: solid;
	border-color: #DDDDDD;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 35px;
	padding: 5px;
 }
 
#translation a #translation a
{
	display: block;
	border-style: none;
}
 
 /*Section header menu styles  */
.sect_header
{
	font: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	list-style-type: none;
	border: none;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0px; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
 #leftcol{
	padding: 0;
	margin: 0;
} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

