﻿* {margin:0; padding:0;}
p {line-height:1.2; margin-bottom:12px}

html, body
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    background: url( "images/background.png" ) repeat;
    background-color: #2D2D2D;
    background-position: center top;
	font-family: Calibri;
}

#wrap
{
    margin: 0px auto;
    width: 983px;
	height: 408px;
	background:url( "images/body.png" ) repeat-x;
	text-align: left;
}

#location
{
    width: 983px;
	height: 25px;
	padding-top: 2px;
	margin-left: 10px;
	font-size: 16px;
	color:#FFFF01;
}

#header
{
	margin: 0px auto;
    width : 983px;
    height: 218px;
    background:url( "images/header.jpg" ) no-repeat;
}

#logo
{
	display:block;  
    width : 171px;
    height: 171px;
	margin-left: 20px;
	float:left;
	position: absolute;
    background: url( "images/logo_01.png" ) no-repeat;
}

#logo:hover
{
    background: url( "images/logo_01_over.png" ) no-repeat;
}

.logo_link
{
 display:block;  
   width:100%;  
  height:100%; 
}
#nav 
{

padding-top:175px;
margin-left: 70px;
	height:46px;
}

.nav
{
padding-top:10px;
display: block;
    width: 165px;
	height:42px;

	background:url("images/button2.png") no-repeat;

}

.nav:hover
{
color: #000000;

	background:url("images/button2_over.png") no-repeat;
}

.nav2
{
color: #000000;
padding-top:10px;
display: block;
    width: 165px;
	height:42px;
	background:url("images/button2_over.png") no-repeat;
}

#nav_link
{
 display:block;  
   width:100%;  
  height:100%; 

  text-decoration: none;
  color: #000000;
  	font-size:18px;
	font-weight: bold;
	font-family: Calibri;

}

#leftbar2
{
margin: 10px 0px 0px 10px;

    float: left;
    width: 219px;
	height: 343px;
    text-align: center;
	/*position: absolute;*/
    font-size: 15px;
	background: url( "images/leftbar.png" ) repeat-x;
}

#leftbar
{
margin: 110px 0px 0px 10px;

    float: left;
    width: 219px;
	height: 343px;
    text-align: center;
	/*position: absolute;*/
    font-size: 15px;
	background: url( "images/leftbar.png" ) repeat-x;
}

#leftbar_plain
{
margin: 10px 0px 0px 10px;

    float: left;
    width: 219px;
	height: 343px;
    text-align: center;
	/*position: absolute;*/
    font-size: 15px;

}

#cart
{
margin: 10px 0px 0px 10px;
    float: left;
    width: 219px;
	height: 90px;
    text-align: center;
    font-size: 12px;
	position: absolute;
	background: url( "images/cart_back.png" ) no-repeat;
}

#item_back
{
    float: left;
    width: 219px;
	height: 196px;
    text-align: center;
    font-size: 15px;
	background: url( "images/item_back.png" ) repeat-x;
	color: #000000;
	margin-right: 5px;
	margin-bottom: 5px;
}

#item_head
{
    float: left;
    width: 705px;
	height: 23px;
	background: url( "images/item_head.png" ) no-repeat;
	margin-top: 10px;
}

#item_body
{
    float: left;
    width: 705px;
    text-align: left;
	background: url( "images/item_body.png" ) repeat-y;
	color:#000000;
}

#item_body table
{
margin-left: 10px;
}

#item_footer
{
    float: left;
    width: 705px;
	height: 23px;
	background: url( "images/item_footer.png" ) no-repeat;
}

#leftbar a
{
color: #B26E00;
}

#leftbar a:hover
{
color: #FF9D00;
}

#leftbar_plain a
{
color: #B26E00;
}

#leftbar_plain a:hover
{
color: #FF9D00;
}

#leftbar2 a
{
color: #B26E00;
}

#leftbar2 a:hover
{
color: #FF9D00;
}

#cart a
{
color: #B26E00;
}

#cart a:hover
{
color: #FF9D00;
}

#content
{
    float: right;
    width: 720px;
    text-align: left;
    font-size: 16px;
    padding-right: 25px;
	text-align: left;
	color:#ffffff;
}

#table_head
{
	height: 41px;
	background: url( "images/table_header.png" ) repeat-x;
	font-size: 18px;
}

#view_item
{
	display: block;
    width: 165px;
	height:42px;
	background:url("images/view_item.png") no-repeat;
}

#view_item:hover
{
	background:url("images/view_item_over.png") no-repeat;
}

h1
{
	font-weight: bold;
    font-size: 24px;
	color:#FFFF01;
}

#ftr
{
	display:block;
	color: #FFFFFF;
    width: 983px;
	height:64px;   
	margin: 0px auto;
	font-size: 16px;
    background: url( "images/footer.png" ) repeat-x;
}


.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

a:link
{
    color:#FFFF01
}
a:visited
{
    color:#FFFF01
}
a:hover
{
    color: #F7FF8D;
}
a:active
{
    color: #F7FF8D;
}
