@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #000000;
	text-align: center;
	min-width: 750px;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#topmenu {
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	background-image: url(../images/transwhite_70.png);
}

#header {
	margin-top: 10px;
	height: 240px;
	text-align: right;
/*	background-image: url(../images/precisiondata_logo.png);
	background-position: top right;
	background-repeat: no-repeat;	*/
}

#tagline {
	height: 60px;
	text-align: center;
}
	
#content {
	color: #333333;
	min-height: 200px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	background-image: url(../images/transwhite_70.png);
}
	
#gallerycontent {
	color: #333333;
	min-height: 200px;
	margin-bottom: 10px;
	background-color: transparent;
	background-image: url(../images/transwhite_70.png);
}

#footer {
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#footer_left {
	width: 25%;
	float: left;
	padding-right: 5px;
}

#footer_centre {
	width: 47%;
	float: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

#footer_right {
	width: 25%;
	float: left;
	padding-left: 5px;
}

#footer_tail {
	font-size: 80%;
	clear:both;
	padding-top: 5px;
}

.backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
	
#productcontent {
	color: #333333;
	clear: both;
}

.productimage {
	height: 200px;
	width: 75%;
	float: left;
	text-align: center;
	z-index: 4000;
}

.producttitle {
	width: 100%;
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
	text-align: left;
}

.productdescription {
	color: #333333;
	background-color: transparent;
	background-image: url(../images/transwhite_70.png);
	clear: both;
	padding: 4px;
	z-index: 5000;
	min-height: 100px;
}
.productwrapper {
	margin-bottom: 120px;
	margin-top: 40px;
}

.productbetween {
	clear: both;
	height: 120px;
}

.gallerythumbnail {
	float: left;
	width: 250px;
	text-align: center;
}

.question {
	font-weight: bold;
}

.answer {
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	visibility: hidden;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

.quote {
	font-style: italic;
}

.downloadicon {
	float: right;
}
	
.alert_small {
	color: red;
	font-weight: bold;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	background-image: url(../images/transwhite_50.png);
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	background-image: url(../images/transwhite_50.png);
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
