/** 
This stylesheet loads after spree.css, spree-admin.css so feel free to use it to 
override the default Spree styling.
*/

#language-bar ul { float: right; margin-bottom: 2px; margin-top: 2px; }
#language-bar li { display:inline; list-style-image: none; list-style-position: outside; list-style-type: none; padding-right:5px; } 

body
{
	background-image: url('bg.jpg');
	background-repeat: repeat;
}

body {
  color:#33333;
  font-family:Tahoma,"Lucida Grande",Verdana,Sans-serif;
  font-size:76%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}

#main {
	color: #000; /*text color of content*/
	border: 3px solid #555555; /*border color*/
 	background: #B5B5B5 none repeat scroll 0%;
  margin:20pt auto;
  position:relative;
  text-align:left;
  width:800px;
}

#main-content{
	width: 720px;
	margin-left: auto;
	margin-right:auto;
}

#center{
	width: 800px;
	text-align:center;
}

.hbuttons{
	padding-left:12px;
}

.hbuttons a{
display: block;
text-decoration: none;
font: bold 13px Arial;
color: black;
float: left;
margin-left:-10px;
margin-right:0px;
display: inline;
margin-right: 8px;
padding-top: 4px;
text-align:center;
}

	.roundedcornr_box_842763 {
		background: url(roundedcornr_842763_tl.png) no-repeat top left;
	}
	.roundedcornr_top_842763 {
		background: url(roundedcornr_842763_tr.png) no-repeat top right;
	}
	.roundedcornr_bottom_842763 {
		background: url(roundedcornr_842763_bl.png) no-repeat bottom left;
	}
	.roundedcornr_bottom_842763 div {
		background: url(roundedcornr_842763_br.png) no-repeat bottom right;
	}
	.roundedcornr_content_842763 {
		background: url(roundedcornr_842763_r.png) top right repeat-y;
	}

	.roundedcornr_top_842763 div,.roundedcornr_top_842763,
	.roundedcornr_bottom_842763 div, .roundedcornr_bottom_842763 {
		width: 100%;
		height: 30px;
		font-size: 1px;
	}
	.roundedcornr_content_842763, .roundedcornr_bottom_842763 {
		margin-top: -16px;
	}
	.roundedcornr_content_842763 { padding: 0 30px; }

.bbuttons{
	padding-left: 225px;
}

.bbuttons a{
display: block;
text-decoration: none;
font: bold 13px Arial;
color: black;
float: left;
margin-left:-12px;
margin-right:0px;
display: inline;
}

#smallText{
	font-family:Tahoma,"Lucida Grande",Verdana,Sans-serif;
  font-size:46%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:small-caps;
  font-weight:normal;
}