<!-- style for template #5 -->

<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	
background:#003366 url(../images/pagebg.jpg) repeat-x top left ;
}
-->

   
p, font
{ font-family:		Tahoma;
  font-size:		12px;
}
td, font
{ font-family:		Tahoma;
  font-size:		12px;
}

h1
{ font-family:		Tahoma;
  font-size:		18px;
  color:			#003366;
}
h2
{ font-family:		Tahoma;
  font-size:		17px;
  color:			#FF0000;
}
.header
{ font-family:		Arial;
  font-size:		12px;
  color:			#003366;
  font-weight:		bold;
  text-decoration:	none;
}
.no_underline
{ text-decoration:		none;
}
a
{
	font-family:		Tahoma;
	font-weight:		bold;
	font-size:		11px;
	color:			#003366;
	text-decoration: none;
}
.small
{ font-size:		12px;
}
.faq
{ font-size:		13px;
}
.big
{ font-size:		18px;
  text-decoration:		none;
}
.cat
{
	font-size:		13px;
	text-decoration: none;
}
.cat:hover { color:#FF0000 }

.standard
{ font-weight:		normal;
}
.light
{
	color:			#003366;
	text-decoration: none;
}
.light:hover { color:#FF0000 }
.menu
{
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}
.menu2
{
font-family:		Arial;
  font-size:		14px;
  color:			#ffffff;
  font-weight:		bold;
  text-decoration:	none;
}
}
.lightsmall
{ color:			#003366;
  font-size:		10px;
}
.lightstandard
{
	color:			#FF0000;
	font-size: 11px;
}
.middle
{ color:			black;
}
.cart
{ font-family:		Tahoma;
  font-size:		12px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			#003366;
  background-color:  transparent;
}
.totalPrice
{ font-size:	    	16px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		red;
  background-color:  transparent;
}


.clear{
		clear:both;
	}
	

	#leftMenu{
	width:185px;
	padding-left:1px;
	padding-right:1px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{    

  visibility:hidden;
  border:1px solid #000;
  padding:1px;

  width: 182px;  /* IE 5.x */
  width/* */:/**/182px;  /* Other browsers */
  width: /**/182px;  
  
}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #003366;
		text-decoration:none;	
		display:block;
		clear:both;
		width:170px;	
		padding-left:2px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {  /* Main menu items */
	font-weight:bold;
	font-size: 13px;
	background-color:#003366;
	color:#FFF;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	padding-left:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033CC;
	border-right-color: #000;
	border-bottom-color: #002164;
	border-left-color: #000;	
}  

	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{  /* Sub menu items */
	margin-top:10px;
	text-align:left;
	font-weight:bold;
	color:#003366;
	margin-bottom: 10px;

}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:#000000;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}