@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #dfdfdf;
	font-size: 15px;
	line-height: 20px;
}
p {
	padding-bottom: 15px;
}
#wrapper {
	clear: both;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#header {
	background-image: url(../images/global/global-header.png);
	height: 163px;
	width: 980px;
}
#logo {
	height: 57px;
	width: 494px;
	position: relative;
	left: 20px;
	top: 28px;
	float: left;
}
#nav {
	width: 300px;
	float: right;
	position: relative;
	top: 30px;
	right: 145px;
	font-size: 12px;
}

#nav a {
	color: #777;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#nav a:hover {
	color: #666;
	text-decoration: underline;
}

#dropdownselect {
	position: relative;
	left: 40px;
	font-weight: bold;
	color: #FFF;
	top: 55px;
	float: left;
	clear: both;
	font-size: 20px;
	width: 730px;
}
#dropdownselect input {
	background-color: #DFDFDF;
	font-weight: bold;
	color: #3E4BC0;
}

#footer {
	background-image: url(../images/global/global-footer.png);
	text-align: center;
	height: 66px;
	width: 980px;
	padding-top: 0px;
	font-size: 12px;
	color: #3E4BC0;
}
#footer hr {
	color: #3E4BC0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
}

#footer a {
	color: #3E4BC0;
	text-decoration: underline;
}
#content {
	background-image: url(../images/global/global-content.png);
	width: 900px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	overflow: auto;
}
#content h3 {
	color: #3E4BC0;
}

#content h1 {
	color: #3E4BC0;
	font-size: 20px;
	padding-bottom: 6px;
}
.smallprint {
	font-size: 60%;
}
.trow1 {
	background-color: #efefef;
}
.trow2 {
	background-color: #f4f4f4;
}
.prodimg {
	float: left;
	padding-right: 12px;
}

