* {
	padding: 0;
	margin: 0;
	}

body {
	background: #D8D17C;
	color: #000000;
	background-image:url(/images/bkground.gif);
	background-position:left top;
	background-repeat: repeat-x;
       font-size: 0.8em;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	word-wrap: break-word;
	}

a, a:visited{
	color: #001EFF;
	text-decoration: none;
	font-family: Arial;
	}
	
a:hover {
	color: #0000FF;
	text-decoration: none; 
	}

#header { 
	color: #000000;
	background: #ffffff;
	width: 968px;
       font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: none;
	text-align: center; 
	margin: 0px auto 0px;
	padding: 7px 10px 0px 10px;
	}

#header h1 {
	color: orange;
	font-size: 14px;
	margin: 0px;
	}

#header h1 a {
	color: #0B194C;
	text-decoration: none;
	text-transform: none;
	font-style: bold;
	}

#header h1 a:hover {
	color: #0000ff;
	}
				
#header h2 {
	color: #669966;
	font-size: 40px;
	margin: 0px;
	}

#header h2 a {
	color: #000000;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #3399ff;
	text-decoration: none;
	}

#header h3 {
	color: #00000c;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	text-transform: none;
	}

/* Start Top Navigation */
#menu { 
	background: #0B194C url('/images/navigation_bg.png') repeat-x; 
	font-size: 12px; 
	font-weight: bold; 
	height: 32px; 
	letter-spacing: 0.02em; 
	margin: 0px auto 0px;
       border-bottom: 4px solid #A5202A;
       position: relative; 
	width: 988px; 
	clear: both; 
	}

#menu ul { 
	list-style: none; 
	margin: 0px; 
	width: 968px;
	}

#menu ul li { 
	float: left;  
	}

#menu ul li span a { 
	background: url('/images/navigation_sep.png') no-repeat; 
	background-position: right center;  
	text-decoration: none; 
	display: block; 
	float: left; 
	padding: 8px 29px 6px 29px; 
	}

#menu ul li a { 
	color: #fffffc;  
	text-decoration: none; 
	display: block; 
	float: left; 
	}

#menu ul li a:hover { 
	color: #fffffc;  
	text-decoration: underline; 
	display: block; 
	float: left; 
	}
/* End Top Navigation */


#container { 
	background: #ffffff;
       width: 968px;
	height: 1200px;
       text-align: left; 
	padding: 10px 10px 10px 10px;
       margin: 0px auto 0px;
	}

* html #container { width: 968px } /* IE hack */

#content { 
	background: #ffffff;
	width: 574px !important;
	_width: 574px;
	float: left !important;
	display: inline;
	padding: 0px 0px 10px 0px;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	}
#content p{
	margin: 0px;
	line-height: 1.2em;
	padding: 0px 0px 10px 0px;
	}
#content p img, #content img {
	border: 1px solid #999999;
	margin-left: 0px;
	margin-right: 12px;
}
#content h1 {
	color: #cccccc;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 5px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: black;
	text-decoration: underline;
}

#content h1 a:hover {
	color: black;
	text-decoration: underline;
}

#content h2 {
	color: #FBF6F6;
	font-size: 16px;
	text-align:center;
       display: block; 
	background: url('/images/h1bg.png') no-repeat;
	background-color: #0B194C; 
	padding: 10px 0px 10px 0px;
       height: 32px; 
	width: 574px;
	}	
#content h2 a  {
	color: #3399ff;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #99cc00;
	text-decoration: none;
	}

#content h3 {
	color: orange;
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: orange;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 540px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 540px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #FFFFFF;
	width: 540px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
       margin-top: 5px;
	float: left;
	width: 175px;
	padding: 0px 16px 0px 6px;
       background-color: #ffffff;
   	text-align: left;
	}

#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding-right: 5px;
	}

#l_sidebar h2 {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: none;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;  
	text-decoration: none; 
	height: 17px;
	background: url('/images/h2bg.png') no-repeat;
	background-color: #0B194C; 
	}

#l_sidebar ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 10px; 
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar  ul li { 
	display: block;
	}
	
#l_sidebar ul li a { 
	background: url('/images/sidebarn.png') no-repeat;
	background-color: #ffffff; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 

#l_sidebar ul li a:hover { 
	background: url('/images/sidebarn.png') no-repeat;
	background-color: #FFFFFF; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;	
	padding: 3px; 
	margin: 0px; 
	color: #0000FF;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 

#r_sidebar { 
       margin-top: 5px;
	float: left;
	width: 175px;
	padding: 0px 0px 0px 16px;
       background-color: #ffffff;
   	text-align: left;
	}

#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#r_sidebar h2 {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: none;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;  
	text-decoration: none; 
	height: 17px;
	background: url('/images/h2bg.png') no-repeat;
	background-color: #0B194C; 
	}

#r_sidebar ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 0px; 
	} 
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li { 
	display: block;
	} 

#r_sidebar ul li a { 
	background: url('/images/sidebarn.png') no-repeat;
	background-color: #ffffff; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 

#r_sidebar ul li a:hover { 
	background: url('/images/sidebarn.png') no-repeat;
	background-color: #FFFFFF; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;	
	padding: 3px; 
	margin: 0px; 
	color: #0000FF;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 

/* Start Footer */
#footer { 
background: #0B194C url('/images/navigation_bg.png') repeat-x;	

height: 24px; 
position: relative; 
padding-top: 7px;
text-align: center;
color: #FFFFFC;
margin: 0px auto 0px;
width: 988px; 
border-top-width: 3px;
border-top-style: solid;
border-top-color: #A5202A; 
}
	
#footer a {
color: #FFFFFC;
text-decoration:none;
}

#footer a:hover {
	color: #FFFFFC;
	text-decoration:underline;
	}

#footer p {
	width: 100%;
	font:1.1em Arial, Helvetica, Sans-serif;
	padding-top: 0px;
	text-align: center;
	color: #FFFFFC;
	}
/* End Footer */

.bordered{border:3px solid #ffffff;}
a img.bordered {border:3px solid #ffffff;}
a:hover img.bordered {border: 3px solid orange}

.voucher {        
	background-color: #FFFC9B;         
	border-style: dashed;         
	border-width: 3px;        
    padding: 10px;         
    margin: 10px;
}

.link { 
	font-size: 2.0em;        
	width: 50%;        
	background-color: #A8FFA8;        
	border-style: solid;        
	border-width: 1px;        
	padding: 10px;        
	margin: 10px;        
	text-align: center;
}

.sub_page_item {
	font-size: 0.85em;
}

.level2 {
	padding: 10px;
	background-color: orange;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

table.pricebox {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	font-size: 100%;
}

table.pricebox th {
	padding: 10px;
	border-width: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.pricebox td {
	padding: 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
}

table.pricebox td.logo {
	font-size: 85%;
}

table.pricebox td.description {
	font-size: 85%;
}

.categorytable {
	width: 100%;
	font-size: 100%;
}

.categorytable td {
	vertical-align: top; 
	text-align: center;
	padding: 5px;
	margin: 0px;
}

img {
  border: none;
}

.cat-item {
	font-weight: bolder;
	font-size: 120%;
	line-height: 1.4em;
}

.user_message {
	line-height: 1.2em;
	color: green;
	background-color: #F4FFF3;
	border-style: solid;
	padding: 4px;
	border-width: 1px;
}

#content .comment {
	margin-bottom: 2px;
	line-height: 1.2em;
	color: black;
	background-color: #F4FFF3;
	border-style: solid;
	padding: 4px;
	border-width: 1px;	
	font-family: Arial;
	font-size: 90%;
}

.price a, .price a:visited {
	color: green;
	font-size: 120%;
	text-decoration: none;
}

.price a:hover {
	color: blue;
}

.sub-cat-item {
	margin-left: 10px !important;
	list-style: disc !important;
	list-style-position: inside !important;
}

#subcategories {
	border-width: 1px;
	font-size: 90%;
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
}

#subcategories ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;

}

#subcategories ul li {
	list-style-type: disc;
	display: inline;
	margin: 5px;
	padding: 0px;
}
