body{
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: small;
	color: #000;
}

form{
	margin:0px;
}

a:link, a:visited, a:active{
	text-decoration: none;
	font-weight: bold;
	color: $text_color
}

a:hover{
	text-decoration: none;
	color: $text_color
}

h1{
	font-size: .85em;
        font-family: arial;
        font-style: italic;
	font-weight: normal;
	margin: 5px;
	color: #FFF;
}

h2{
	font-size:1.25em;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

h3{
	font-size:1.15em;
	font-weight: bold;
	padding-top: 7px;
        padding-bottom:  5px;
	text-align: left;
}

h4{
	font-size:1.25em;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

h5{
	font-size: .85em;
        font-family: arial;
        font-style: italic;
	font-weight: normal;
	margin: 5px;
	color: #FFF;
}

p{
	font-size: 1em;
	font-weight: normal;
}

li{
	padding-left: 0px;
	padding-top: 7px;
        padding-bottom:  7px;
        margin-left: 25px;
}

#top{
  position:relative;
  padding-top: 4px;
  height:20px; 
  width:100%;
} 

#header{
  position:relative; 
  height:100px; 
} 

#nav{
  position:relative;
  height:40px;
}

#nav a{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 13px;
  padding-right: 13px;
  border-right: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
}

#nav a:hover{
  color: #FF6;
  border-right: 1px solid #FFF;
}

#nav2{
  width: 160px;
  border-bottom: 5px solid #11593C;
  border-top: 5px solid #11593C;

}

#nav2 a{
  color: #FFF;
  text-decoration: none;
}

#nav2 a:hover{
  color: #FF6;
}

#container .column {
  position: relative;
  float: left;
}

#center {
  width: 100%;
  padding-top:0px;
  padding-bottom:0px;
}

#ltside{
	color: #FFFFFF;
	padding: 5px;
}

#rtside{
	color: #FFFFFF;
	padding: 5px;
}

#footer{
 position:relative;
 padding-top:10px;
 height:60px;
 color: white;
 clear:both;
} 

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FF6;
}

div.header {
	border-bottom:1px solid #999;
}
 
div.item {
	padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: normal;
	border-bottom:1px solid #999;
}

div.itempagedshop {
	padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 1%;
        width:  44%;
        height: 180px;
        float: left;
}

div.itemnews {
	padding-top: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: normal;
	border-bottom:1px solid #999;
}
