/*
==
 hi leon - new divs for shop at bottom
==
 */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
background-color: #000000;
color: #000000;
text-align: center;
}
body a {
color:#721301;
}
body a:hover, body a:focus {
color:#000000;
}

/* --------------  text styles----------------------*/
h1 {
color:#721301;
font-size: 11px;
font-weight:bold;
}
h2
{
font-size: 11px;
color:#721301;
font-weight:normal;
}
h3
{
font-size: 13px;
color:#721301;
font-weight:bold;
}

.red_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #721301;
	font-weight: bold;
}

/* -------------- template styles----------------------*/
#wrapper {
width: 775px;

background-color:#FFFFFF;
margin:0px auto;
}
#logo{
height:72px;
background-image:url(../graphics/logo.jpg);
background-position:right;
background-repeat:no-repeat;
background-color:#000000;
text-align:right;
}
#banner{
height:163px;
background-image:url(../graphics/banner.jpg);
}
#nav{
height:26px;
background-image:url(../graphics/nav_space.jpg);
background-position:right;
background-repeat:no-repeat;
background-color:#000000;
text-align:left;
}
#top_grad{
background-image:url(../graphics/top_grad.jpg);
height:45px;
}
#content{
width: 725px;
text-align:left;
padding:0 25px 0 25px;
}


#bottom_grad{
background-image:url(../graphics/footer.jpg);
height:60px;
}
#footer{
color: #f0c643;
background-color:#000000;
height:60px;
}
#footer a{
color: #f0c643;
}
#footer a:hover{
color: #ffffff;
}

/* --------------  shared styles----------------------*/

#grey_bg{
width:184px;
margin:3px 0 8px 0;
padding:3px 0 3px 0;
background-image:url(../graphics/grey_bg.gif);
}

#dvd_small{
margin:0 0 0 5px;
float:right;
clear:both;
}
#h_line{
	width:100%;
	background-image:url(../graphics/h_line.gif);
	clear:both;
	background-repeat: repeat-x;
	margin: 5px 0 0 0;
}

#left_image{
margin:0 10px 0 0;
float:left;
clear:both;
}
#right_image{
margin:0 0 0 10px;
float:right;
clear:both;
}
#right_bullet{
	margin:0 100px 0 100px;
	padding:0 0 0 0;
	float:right;
	clear:both;
}
#grey_long{
background-image:url(../graphics/grey_long.jpg);
width:99%;
height:20px;
padding:5px 0 0 5px;
}

/* --------------  shop styles----------------------*/
#shop_nav{
	text-align:right;
	float:right;
	padding-top: 13px;
	font-size: 12px;

}
#add_basket{
	background-image:url(../shop/graphics/basket.jpg);
	width:111px;
    height:18px;
	text-align:right;
	padding: 4px 5px 0 0;
	
}
#add_basket a{
color:#f1c542;
text-decoration:none;
}
#add_basket a:hover, #add_basket a:focus{
color:#ffffff;
text-decoration:none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#admin_nav {

height:26px;
background-image:url(../graphics/admin_nav_space.jpg);
background-position:right;
background-repeat:no-repeat;
background-color:#000000;
text-align:left;
}
/* hi leon - new divs for shop here*/
#shop_categories{/* left nav*/
margin:5px 15px 5px 0px; 0 0;
width:210px;
float:left;

}
#shop_content{
float: left;
width:495px;
}
#shop_cat{
	background-image:url(../graphics/cat_bg.jpg);
	width:200px;
	height:28px;
	padding: 11px 0 0 10px;
}
#shop_cat a{
color:#F0C643;
}
