/* Global */
.notd {
	text-decoration: none;
	color: #FFFFFF;
}
.shortline {
	width: 130px;
	text-align: left;
	margin: 0 auto 0 0;
}
.noborder {
	border-width: 0px;
}
.left {
	text-align: left;
	float: left;
}
.right {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
}

body.std {
	background-image: url('../images/background.jpg');
	margin-top: 20px;
	text-align: center;
}
body.long {
	background-image: url('../images/background_long.jpg');
	margin-top: 20px;
	text-align: center;
}
body.exlong {
	background-image: url('../images/background_exlong.jpg');
	margin-top: 20px;
	text-align: center;
}
body.feedback {
	background-image: url('../images/background_feedback.jpg');
	margin-top: 20px;
	text-align: center;
}
h1 {
	font-size: large;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
}
h2 {
	font-size: medium;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
}
h3 {
	font-size: medium;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
}
.boldspan {
	font-weight: bold;
}
.bold {
	font-size: large;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
	font-weight: bold;
}
#wrapper {
	margin-top: 1px;
	padding-top: 1px;
	height: 100%;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 230px;
	width: 1000px;
	text-align: center;
}
#content {
	margin-top: 10px;
	padding-bottom: 10px;
	
}
#content-left-short {
	width: 100px;
	height: 365px;
}
#content-left {
	width: 200px;
	height: 365px;
}
#content-main {
	margin-left: 10px;
	width: 720px;
	height: 400px;
	text-align: center;
}
#content-main-long {
	margin-left: 10px;
	width: 720px;
	height: 488px;
	text-align: center;
}
#content-main-store {
	margin-left: 10px;
	width: 720px;
	height: 484px;
	text-align: center;
}
#content-main-exlong {
	margin-left: 10px;
	width: 720px;
	height: 795px;
	text-align: center;
}

#content-main-feedback {
	margin-left: 10px;
	width: 720px;
	height: 1232px;
	text-align: center;
}
#footer {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	width: 970px;
	height: 10px
}
#content div {
	padding: 10px;
	float: left;
}
a {
  text-decoration: none;
} 

/* Header */
.topmenu {
  font-size: 14px;
	margin-right: 30px;
	color: white;
	text-align: center;
	font-family: Calibri;
	
}
.topmenup {
	margin-top: 1px;
	padding-top: 1px;
	
}
.toplogo {
	padding-bottom: 3px;
	padding-right: 40px;
}
.toptitle {
	padding-top: 10px;
	padding-right: 40px;
	font-size: 20px;
	font-family: Calibri;
	color: #FFFFFF;
	text-align: center;
}
.maincentertitle {
	font-size: 22px;
	font-family: Calibri;
	color: #FFFFFF;
	margin-top: 10px;
}

.stockisttext {
	font-size: 15px;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
}

/* Left Column */

.sidemenu {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Calibri;
	
	text-decoration: none;
}
.newslogo {
	text-align: left;
	border-width: 0px;
}
.sideimages {
	margin-top: 42px;
}


/* Main Section */
.product-title {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
}
.product-1 {
	font-size: 15px;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
}
.product-2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: left;
	font-style: italic;
}
.instock {
	color: #32CD32;
}
.lowstock {
	color: orange;
}
.nostock {
	color: red;
}
.productimage {
	border-width: 0px;
	margin-right: 25px;
}
.stdtext {
  font-size: 14px;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: justify;
}
.stdtext-cent {
	font-size: medium;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: center;
}
.logolinks {
	margin-top: 90px;
}

/* Footer */
.copydate {
	color: white;
	text-align: center;
	font-family: Calibri;
}
.footertext {
  font-size: 14px;
	margin-top: 0px;
	color: white;
	text-align: center;
	font-family: Calibri;
	text-decoration: none;
	color: white;
	text-align: center;
	font-family: Calibri;
	text-decoration: none;
	margin-right: 30px
}

/* We Shall See...
.lhcol-std {
	width: 253px;
	height: 650px;
	vertical-align: top;
}
*/

.sidetitle {
	font-size: 22px;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: center;
		font-weight: bold;
	
}

.boldspan-med {
	font-weight: bold;
	font-size: 18px;
}