
body {
  text-align: center;
  font-size: 100%;
  font-family: Arial;
  color: #888;
}

h1 {
	font-size: 1.2em;
	/*color:#2897B7*/
}

h2 {
	font-size: 1.0em;
	/*color: #62A9FF;*/
	
}

h3 {
	font-size: 0.9em;
	/*color: #2897B7;*/
	text-align:left;
}

h4 {
	font-size: 0.8em;
	/*color: #62A9FF;*/
	text-align:left;
}

p {
	text-align: left;
}

a:hover {
  color: #62A9FF;
  text-decoration: underline;
}

a,a.visited, a.active,a.focus {
  color: #888;
  text-decoration: underline;
 }
 
img {
	border: 0px solid #000;
}

.leftfloat{
  float: left;
  width: 150px;
  text-align: center;
  clear: left;
  margin-left: -8px;
  margin-top: 5px;
  padding-left: 10px;
}
.leftfloat h2 {
	margin-top: -5px;
}

.highlight {
	font-weight: bold;
	/*color: #62A9FF;*/
	font-weight: bold;
}


.menu1 {
	float: left;
	width:175px;
	height: 210px;
	text-align: center;
	background-color: #FBFBFB;
	margin: 5px;
	/*border: 1px solid #2897B7;*/
	background-color: #fff;
	font-size: 100%;
	/*-moz-border-radius: 10px; -webkit-border-radius: 10px;*/
}
.menu1 img {
	width:110px;
	height:145px;
	padding: 5px;
	border: 0px solid #2897B7;
	background-color: #fff;
	margin-top:5px;
	/*-moz-border-radius: 10px; -webkit-border-radius: 10px;*/
}
.menu1 a {
	text-decoration: none;
}

#container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-top: 0px;
  font-size: 100%;
  /*border: 1px solid #2897B7;
  -moz-border-radius: 10px; -webkit-border-radius: 10px;*/
}

#basket_bar {
	float: right;
}

#header {
 width: 959px;
 height:100px;
 background-image: url('../images/site/logo-strap.jpg');
 background-repeat: no-repeat;
 background-color: #FBFBFB;
 border-right:1px solid #FBFBFB;
 border-bottom: 2px solid #888;
 /*-moz-border-radius: 10px; -webkit-border-radius: 10px;*/
}

#orderline {
  float: right;
  text-align:right;
  margin-right:5px;
  font-weight:bold;
  clear: both;
}

#sidebar {
  float: right;
  width: 190px;
  height: 665px;
  background-color: #FBFBFB;
  margin-top:0px;
  margin-bottom: 5px;
  text-align: center;
  overflow: auto;
  text-decoration: none;
  /*color: #000000;*/
  padding: 5px;
}
#sidebar img {
	padding: 5px;
	border: 1px solid #2897B7;
	background-color: #fff;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	width:100px;
	height:125px; 
}
#sidebar a {
  text-decoration: none;
 
}
#sidebar h4, h3 {
	text-align: center;
}

#content {
  float: right;
  width: 790px;
  text-align: center;
  font-size: 100%;
  padding: 5px;
}

#content2 {
  float: right;
  width: 770px;
  text-align: center;
  font-size: 100%;
  padding:5px;
  /*-moz-border-radius: 20px; -webkit-border-radius: 20px;*/
  /*border: 0px solid #2897B7;*/
  margin-right: 10px;
}
#content2 img {
	/* border: 1px solid #2897B7; */
	background-color: #fff;
	padding: 5px;
	/* -moz-border-radius: 10px; -webkit-border-radius: 10px; */
}

#contenthome {
  float: left;
  width: 945px;
  height: 540px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
  background-image: url('../images/site/6.jpg'); 
  background-repeat: no-repeat;
  background-position: center;
}
#contenthome P {
	text-align: center;
}


#footer {
  clear: both;
  padding-top: 5px;
  text-align: center;
  margin-top: 10px; 
  height: 30px;  
  font-size:80%;
}
#footer p {
  text-align:center;
}

#footer2 {
  border-top: 0px solid silver;
  clear: both;
  padding-top: 10px;
  text-align: right;
  margin-top: 10px;  
  text-align: center;
}
ul {
  list-style-image: url(../images/site/bullet.png);
  line-height: 1.5em;
  text-align:left;
}
